Extended List Commands

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Rings.

like
1) ChangeGadgetItem(#Gadget,Position,String$)
2) CountGadgetITems()
3) SortListGadget(#Gadget,SortExpression$)

and some from tranquil
4)
Anyway, it would be nice to attach a complete array to a ListIconGadget.
For example: AddGadgetList(#gadget,array()) where the list is changed when
I change an entry of the assigned array. Fred, is this possible!? For IconListGadget it should be possible to add an array defined through a structure, so that it is possible to add/change the image or more...
I think that the first 3 points note so difficult to integrate,coz you can
do this (UNder WINDOWS) with SendMessage .



Siggi
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by tranquil.

Thanks Rings that you agree with me. :)
SortListGadget is not required if Fred adds the possibillity to Click & Sort the list by clicking of a column. But its very importend then, thats the ItemNumbers do not change.

Fred is this possible!? Applications will make a more professionall view.

One more thing:
And could it be possible to set a flag in the GadgetIconList to disable the "User-Change" option or there should be a possibillitie to get the changes.
Here a screenshot of what I mean: soundpalace.hn.org/change.jpg

Bye,

Mike

Tranquilizer/ Secretly!
Registred PureBasic User
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by fred.

I will try to add that.. For now, the experts users present on this forums could be able to do these procedures quickly . I will start to improve the Linux version of PureBasic to reach v2.80 and then improve the Amiga version. After I will finish all the gadgets things (RichEdit support, SpinGadget etc..). Of course I will release some 'fixed' version of the Windows version when bugs are discovered. Stay tuned.

Fred - AlphaSND
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Rings.
I will try to add that.. For now, the experts users present on this forums could be able to do these procedures quickly . I will start to improve the Linux version of PureBasic to reach v2.80 and then improve the Amiga version. After I will finish all the gadgets things (RichEdit support, SpinGadget etc..). Of course I will release some 'fixed' version of the Windows version when bugs are discovered. Stay tuned.
well , good news to hear that the other versions grow up.
And for the other wishes, i had coded them in PureBasic.
For now i often compile with /Commented to see the asm-code and see the
length of code.
thx in advance,

Siggi
Post Reply