Search found 594 matches

by Guimauve
Sun Jan 20, 2013 1:46 pm
Forum: Feature Requests and Wishlists
Topic: Rightclick support for ListViewGadget
Replies: 13
Views: 3889

Re: Rightclick support for ListViewGadget

Hello everyone, Sorry to re-open a old topic, I prefer to post here instead to create a new one. I'm working on professional project and I for one element to display I wish to use a ListViewGadget() what is my surprise when I try to use a Right Mouse Click to display a Popup Menu. It didn't work bec...
by Guimauve
Sun Jan 13, 2013 2:02 pm
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello everyone, OK the new modification done by Andre added, and Lock/Unlock problem solved. The V1.2.1 source code can be downloaded here : http://pages.videotron.com/gsaumure/files/PropertyGridGadget.zip This will probably the last update from me this month. Two professional programming projects a...
by Guimauve
Sat Jan 05, 2013 11:22 pm
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello everyone, OK this week I'm finally be able to make thing to work but the position calculation system is the same as previous one except the addition of an extra constant for Section default height. Because on Linux many gadgets with height smaller than 30 pixels don't work very well, the Combo...
by Guimauve
Wed Jan 02, 2013 3:05 pm
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello Andre, If you can wait to the next week-end by then I will be able to complete the new Position calculation system. For the command you have created, I will add it to the lib and give credit to you this addon. A little off topic, for the moment I'm very buzy but it's just a transition phase. F...
by Guimauve
Tue Jan 01, 2013 4:57 pm
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello Andre, In fact the Expand/Collapse don't work at all except for the Open/Close Button, all gadget within the section remain visible while they should be hidden. I will try to do my best to solve this in the next 2 hours otherwise you will have to wait to the next week-end for the corrected cod...
by Guimauve
Sun Dec 30, 2012 12:50 am
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello everyone, OK in the attempt to make SectionName milti-line compliant I have completely screwed up the Gadget relocating calculation. I will not give up on this just yet but it will take more time than expect. I will probably need to re-code differently this calculation system form the scratch....
by Guimauve
Sat Dec 29, 2012 2:58 pm
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello Andre, Try with this one : Procedure Private_RelocatePropertyGridSubItem(*PropertyGridSubItemA.PropertyGridSubItem, Index, Width, Height) CompilerSelect #PB_Compiler_OS CompilerCase #PB_OS_Windows If GetPropertyGridSubItemItemGadget(*PropertyGridSubItemA) <> -1 ResizeGadget(GetPropertyGridSubI...
by Guimauve
Sat Dec 29, 2012 4:11 am
Forum: Feature Requests and Wishlists
Topic: 5.10 IDE wishes
Replies: 5
Views: 636

Re: 5.10 IDE wishes

Hello everyone, Sorry if I'm little bit off topic form previous message but ... I think when the IDE start, the Recent Files menu management system should remove non existing files from the entries. For the moment, the system handle the non existing file scenario by popping up a MessageRequester() b...
by Guimauve
Sat Dec 29, 2012 3:30 am
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Some minor issues remaining - for my wishlist ;-): - a cosmetic one: before each 2nd, 3rd, etc. PropertyGridSection should be some space (ca. 10 pixel?), just like between section title and first gadget inside To fix this problem we will have to proceed by trial and error. On Linux the PropertyGrid...
by Guimauve
Fri Dec 28, 2012 12:20 am
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello everyone, Sorry for the long delay but it's the first day I have nothing to do except programming. OK this the V1.1.5 with the triple state Open/Close button, I think the empty section handling is OK but not bulletproof for the moment. Feel free to test and report back. @Andre : About the List...
by Guimauve
Mon Dec 17, 2012 4:08 am
Forum: Tricks 'n' Tips
Topic: General Maths Matrix Calculation (V1.0.1)
Replies: 26
Views: 16929

Re: General Maths Matrix Calculation (V1.0.1)

I just found your Include, and I have to say I am impressed by the amount of work you put in it. It is very usefull for some of my projects, ideas and for learning some of the math. I would like to donate a small amount of money to you, because I appreciate your contribution. Dont know how, maybe y...
by Guimauve
Mon Dec 17, 2012 4:03 am
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello everyone, Good news, 4 new commands, Bad news few element requested by Andre are not implemented yet (the 3rd state for the Open/Close button, ListIcon column width adjustment). For the moment I run out of idea about how I can do it efficiently so I prefer to spend more time solve all remainin...
by Guimauve
Wed Dec 12, 2012 3:24 am
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello Andre, I'm sorry to announce another delay about my next upgrade. I know it is not pleasant to have to wait for someone else to finish is work to complete our. Unfortunately, I have many real life issue to deal with and I don't have the time to program properly. Maybe next week-end ... Again I...
by Guimauve
Mon Dec 10, 2012 3:55 am
Forum: Tricks 'n' Tips
Topic: Simple PropertyGrid
Replies: 86
Views: 46459

Re: Simple PropertyGrid

Hello Andre, I glad to help you by upgrading my code but due to real life issue, I have to reduce PureBasic programming time from 7 days a week to only 1 or 2 days (mostly the week-end) every week. It's not possible to auto-adjust the TextGadget() height when the line is to long and split on two lin...
by Guimauve
Sun Dec 09, 2012 3:12 pm
Forum: Tricks 'n' Tips
Topic: An easy to use solution for multilanguage programs
Replies: 29
Views: 23351

Re: An easy to use solution for multilanguage programs

Hello everyone, Sorry to re-open a three year old topic but I have revamped the original code. Best regards Guimauve ; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ; Project name : Basic Language Management System ; File Name : Basic Language Management System.pb ; File version: 1.0.0 ; Programm...