ok now i see it! damn.. i think i need some sleep, i wont even recognize a cobra in front of my face.
i just tried it and its working! thanks. im gonna dissect and digest this one after some rest. thank you once again!
Search found 38 matches
- Fri Jul 08, 2011 9:46 am
- Forum: PureFORM & JaPBe
- Topic: PureLVSORT library : sorting ListIconGadgets (and more)
- Replies: 438
- Views: 332360
- Fri Jul 08, 2011 9:32 am
- Forum: PureFORM & JaPBe
- Topic: PureLVSORT library : sorting ListIconGadgets (and more)
- Replies: 438
- Views: 332360
Re: PureLVSORT library : sorting ListIconGadgets (and more)
Did you try the code I posted ? It shows how to sort a column by transforming a format ('currency') to another (double float).
i tried the code you posted, actually its identical to the sample code in PureLVSORT lib's documentation. all i see are strings, dates, filesizes but no currency-to-float ...
i tried the code you posted, actually its identical to the sample code in PureLVSORT lib's documentation. all i see are strings, dates, filesizes but no currency-to-float ...
- Fri Jul 08, 2011 9:02 am
- Forum: PureFORM & JaPBe
- Topic: PureLVSORT library : sorting ListIconGadgets (and more)
- Replies: 438
- Views: 332360
Re: PureLVSORT library : sorting ListIconGadgets (and more)
lets say i have this listicon data below. how do i sort the rows according to the 2nd column by clicking the 1st column header? im still learning PB programming so please bear with me :| With PureLVSORT, the sorting is done according to the column you clicked on.
I don't understand why you need a ...
I don't understand why you need a ...
- Fri Jul 08, 2011 8:21 am
- Forum: PureFORM & JaPBe
- Topic: PureLVSORT library : sorting ListIconGadgets (and more)
- Replies: 438
- Views: 332360
Re: PureLVSORT library : sorting ListIconGadgets (and more)
thank you for the prompt reply gnozal but im still confused how to use call backs to sort the list according to another (hidden) column.
lets say i have this listicon data below. how do i sort the rows according to the 2nd column by clicking the 1st column header? im still learning PB programming ...
lets say i have this listicon data below. how do i sort the rows according to the 2nd column by clicking the 1st column header? im still learning PB programming ...
- Fri Jul 08, 2011 7:22 am
- Forum: PureFORM & JaPBe
- Topic: PureLVSORT library : sorting ListIconGadgets (and more)
- Replies: 438
- Views: 332360
Re: PureLVSORT library : sorting ListIconGadgets (and more)
Not sure, if implementing such things would slow down sorting (maybe someone needs rational numbers etc.)...
...I would think about adding a hidden column containing the unretouched values -- this column could be sorted easily 8)
i have considered this method but the problem is how to click the ...
...I would think about adding a hidden column containing the unretouched values -- this column could be sorted easily 8)
i have considered this method but the problem is how to click the ...
- Fri Jul 08, 2011 2:55 am
- Forum: PureFORM & JaPBe
- Topic: PureLVSORT library : sorting ListIconGadgets (and more)
- Replies: 438
- Views: 332360
Re: PureLVSORT library : sorting ListIconGadgets (and more)
hello gnozal, i really find this lib extremely useful. however, i got stuck in a bit of a problem.
you see, one of my column is in currency format (i.e. $2,342.50, $549.00, etc) and currently purelvsort couldn't sort them using the existing templates
could you add another template pattern like ...
you see, one of my column is in currency format (i.e. $2,342.50, $549.00, etc) and currently purelvsort couldn't sort them using the existing templates
could you add another template pattern like ...
- Fri Jun 10, 2011 10:44 am
- Forum: Coding Questions
- Topic: GetGadgetItemImage?
- Replies: 4
- Views: 1497
Re: GetGadgetItemImage?
thanks for the snippet rashad much appreciated. although winapis is a bit advanced for me at this stage, i'll save this just in case i may have to use it in the future.
- Thu Jun 09, 2011 11:15 am
- Forum: Coding Questions
- Topic: GetGadgetItemImage?
- Replies: 4
- Views: 1497
Re: GetGadgetItemImage?
thank you very much michael.
there wasn't anything like that in the helpfile.
there wasn't anything like that in the helpfile.
- Thu Jun 09, 2011 7:06 am
- Forum: PureFORM & JaPBe
- Topic: PureLVSORT library : sorting ListIconGadgets (and more)
- Replies: 438
- Views: 332360
Re: PureLVSORT library : sorting ListIconGadgets (and more)
thank you very much for this gnozal. you rock!
- Thu Jun 09, 2011 6:38 am
- Forum: Windows
- Topic: New Update v2.0 :ListIcon MultiLines edit and more(Windows)
- Replies: 27
- Views: 10164
Re: New Update v2.0 :ListIcon MultiLines edit and more(Windo
cool gadget!
thanks rashad
thanks rashad
- Thu Jun 09, 2011 3:30 am
- Forum: Coding Questions
- Topic: GetGadgetItemImage?
- Replies: 4
- Views: 1497
GetGadgetItemImage?
i have a prepopulated listicon with images in one window and i need to create a dropdown combobox with the same content as the listicongadget complete with images.
is there a way to directly copy the images to the combobox from the listicon?
(i have already used the getgadgetitemdata of the ...
is there a way to directly copy the images to the combobox from the listicon?
(i have already used the getgadgetitemdata of the ...
- Wed Jun 08, 2011 5:25 pm
- Forum: Feature Requests and Wishlists
- Topic: Column alignment in ListIconGadget
- Replies: 25
- Views: 11171
Re: Column alignment in ListIconGadget
+2
i was also looking for this 'simple' feature
i was also looking for this 'simple' feature
- Sun May 29, 2011 3:15 am
- Forum: Coding Questions
- Topic: Cursor on string gadget keeps moving in front
- Replies: 4
- Views: 2174
Re: Cursor on string gadget keeps moving in front
thank you very much for the replies guys!
@Rook Zimbabwe
im sorry but the code you posted didn't filter any characters [^0-9.] so it didn't work for me but thanks for trying.
@rsts
the code on the link you posted works, but id still have to implement it with the string filtering i already have ...
@Rook Zimbabwe
im sorry but the code you posted didn't filter any characters [^0-9.] so it didn't work for me but thanks for trying.
@rsts
the code on the link you posted works, but id still have to implement it with the string filtering i already have ...
- Sat May 28, 2011 6:11 pm
- Forum: Coding Questions
- Topic: Cursor on string gadget keeps moving in front
- Replies: 4
- Views: 2174
Cursor on string gadget keeps moving in front
i have a string gadget which has a regexed input filtering which limits characters only to numerals and periods, the problem with this one is that the cursor keeps on moving in front of the entered text. is there a way to make it behave just like an ordinary string gadget?
If OpenWindow(0, 0, 0 ...
If OpenWindow(0, 0, 0 ...
- Thu May 26, 2011 1:25 pm
- Forum: Coding Questions
- Topic: Parent window disappears on openwindow
- Replies: 4
- Views: 1853
Re: Parent window disappears on openwindow
ok now i get it. thanks for the explanation and tips trond!