Search found 7 matches

by rnospam
Wed Jan 19, 2011 10:42 pm
Forum: The PureBasic Editor
Topic: UnSorted Popup for Structures
Replies: 0
Views: 1469

UnSorted Popup for Structures

I sometimes use rather long data structures to parse Data Files. Ie: PeekL(*ptrtomyData+OffsetOf(structure\value1) It would be helpful if the Popup List could display this as it is written. Currently the Structure fields are displayed in alphabetical order.


Thanks

R
by rnospam
Thu Jul 01, 2010 7:50 pm
Forum: PureFORM & JaPBe
Topic: PureCOLOR library : coloring gadgets (and much more)
Replies: 524
Views: 327576

Re: PureCOLOR library : Frame3DGadget Text

Goznal,

Would it be possible to add custom coloring to the Frame3DGadgets into the PureColor Library?

See this thread for details:
viewtopic.php?f=12&t=42743

Thanks for the excellent work, as coloring check box's and option boxes without your efforts would be a Hugh Pain.

Rnospam
by rnospam
Tue May 25, 2010 4:14 pm
Forum: PureFORM & JaPBe
Topic: PureCOLOR library : coloring gadgets (and much more)
Replies: 524
Views: 327576

Re: PureCOLOR library : coloring gadgets (and much more)

Just tested that Latest Version..

It works as expected, thanks for your support!.

Rodger NoSpam
by rnospam
Mon May 24, 2010 3:38 pm
Forum: PureFORM & JaPBe
Topic: PureCOLOR library : coloring gadgets (and much more)
Replies: 524
Views: 327576

Re: PureCOLOR library : coloring gadgets (and much more)

That works,

Thanks!

Rodger NoSpam
by rnospam
Fri May 21, 2010 6:20 pm
Forum: PureFORM & JaPBe
Topic: PureCOLOR library : coloring gadgets (and much more)
Replies: 524
Views: 327576

Re: PureCOLOR library : coloring gadgets (and much more)

Update.. Also Does not work with checkbox gadgets

PB 4.41 and PureColor Version 15.03 work great.

Rnospam
by rnospam
Fri May 21, 2010 6:16 pm
Forum: PureFORM & JaPBe
Topic: PureCOLOR library : coloring gadgets (and much more)
Replies: 524
Views: 327576

Re: PureCOLOR library : coloring gadgets (and much more)

OpenWindow(0, 100, 300, 400, 200, "PureCOLOR test", #PB_Window_SystemMenu)
OptionGadget(1, 10, 10, 90, 20, "OptionGadget")
PureCOLOR_SetGadgetColor(1, RGB(255,0,0), RGB(0,0,255))
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow

Does not work, I am using Windows 7, 64Bit, PureBasic 4.5Beta4 ...
by rnospam
Fri May 21, 2010 4:28 pm
Forum: PureFORM & JaPBe
Topic: PureCOLOR library : coloring gadgets (and much more)
Replies: 524
Views: 327576

Re: PureCOLOR library : coloring gadgets (and much more)

I am using PureColor 4.5B4 and the Option Gadgets are not setting the Front Color.

PureColor_SetGadgetColor(#Option1, $FFFFFF, #Blue)

Sets the Background, but not the ForeGound(Text)

Thanks