Who Does Windows?

Everything else that doesn't fall into one of the other PB categories.
D'Oldefoxx
User
User
Posts: 30
Joined: Wed Aug 06, 2003 5:52 pm
Location: Florida, USA

Who Does Windows?

Post by D'Oldefoxx »

I'm having trouble getting it together the statements for building a window with a list gadget and various string gadgets. The only sample code I found that seem to relate was the one for a Passowrd Input box, but when I try extend it, I generally clobber the preliminary text in the input boxes, making it looking like each is protected by a password cover field of astericks. I can't debug each statement since it refuses to display correctly, I can't prevent the degub window from overlaying the window as it is being built, nor will it display with all the gadgets after I move the debug window, and I can't tell if things need to be done in a different order or not,
Has-been Wanna-be (You may not like what I say, but it will make you think)
Hi-Toro
Enthusiast
Enthusiast
Posts: 270
Joined: Sat Apr 26, 2003 3:23 pm

Example?

Post by Hi-Toro »

Could you post some example code? I'm not quite sure what you're asking, truth be told!

It could be that you're building the window but not calling WaitWindowEvent () at least once, which I think can prevent it updating on initial creation...
James Boyd
http://www.hi-toro.com/
Death to the Pixies!
D'Oldefoxx
User
User
Posts: 30
Joined: Wed Aug 06, 2003 5:52 pm
Location: Florida, USA

Hi James

Post by D'Oldefoxx »

Hi James,

You want that code direct or posted?
Has-been Wanna-be (You may not like what I say, but it will make you think)
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Just post it and we'll all have a look :-)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply