Search found 38 matches

by liam
Fri Jul 08, 2011 9:46 am
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 332458

Re: PureLVSORT library : sorting ListIconGadgets (and more)

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!
by liam
Fri Jul 08, 2011 9:32 am
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 332458

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 ...
by liam
Fri Jul 08, 2011 9:02 am
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 332458

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 ...
by liam
Fri Jul 08, 2011 8:21 am
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 332458

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 ...
by liam
Fri Jul 08, 2011 7:22 am
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 332458

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 ...
by liam
Fri Jul 08, 2011 2:55 am
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 332458

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 ...
by liam
Fri Jun 10, 2011 10:44 am
Forum: Coding Questions
Topic: GetGadgetItemImage?
Replies: 4
Views: 1501

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.
by liam
Thu Jun 09, 2011 11:15 am
Forum: Coding Questions
Topic: GetGadgetItemImage?
Replies: 4
Views: 1501

Re: GetGadgetItemImage?

thank you very much michael.

there wasn't anything like that in the helpfile.
by liam
Thu Jun 09, 2011 7:06 am
Forum: PureFORM & JaPBe
Topic: PureLVSORT library : sorting ListIconGadgets (and more)
Replies: 438
Views: 332458

Re: PureLVSORT library : sorting ListIconGadgets (and more)

thank you very much for this gnozal. you rock!
by liam
Thu Jun 09, 2011 6:38 am
Forum: Windows
Topic: New Update v2.0 :ListIcon MultiLines edit and more(Windows)
Replies: 27
Views: 10166

Re: New Update v2.0 :ListIcon MultiLines edit and more(Windo

cool gadget!
thanks rashad
by liam
Thu Jun 09, 2011 3:30 am
Forum: Coding Questions
Topic: GetGadgetItemImage?
Replies: 4
Views: 1501

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 ...
by liam
Wed Jun 08, 2011 5:25 pm
Forum: Feature Requests and Wishlists
Topic: Column alignment in ListIconGadget
Replies: 25
Views: 11172

Re: Column alignment in ListIconGadget

+2
i was also looking for this 'simple' feature
by liam
Sun May 29, 2011 3:15 am
Forum: Coding Questions
Topic: Cursor on string gadget keeps moving in front
Replies: 4
Views: 2177

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 ...
by liam
Sat May 28, 2011 6:11 pm
Forum: Coding Questions
Topic: Cursor on string gadget keeps moving in front
Replies: 4
Views: 2177

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 ...
by liam
Thu May 26, 2011 1:25 pm
Forum: Coding Questions
Topic: Parent window disappears on openwindow
Replies: 4
Views: 1855

Re: Parent window disappears on openwindow

ok now i get it. thanks for the explanation and tips trond!