Re: win32lib question
- Posted by petelomax at blueyonder.co.uk Apr 01, 2002
- 633 views
On Mon, 1 Apr 2002 23:58:20 +0000, dmccu at connect.ab.ca wrote: >I have a Win32Lib program that uses some editboxes for input, then I go >back to the same window to use it for different input from the same >boxes, I even clear them with setText(whatever,"")first, but it totally >ignores my new input and gives me the original input... what am I doing >wrong? When you get a problem like this, try cutting it down to the bare essentials & see if it still goes wrong. It can be daunting with a big program, I know, but I've done that many times & always learnt something from it, often not even slightly associated with the immediate problem. (Obviously I mean make a copy of your program then start deleting 100's of lines from the copy, not the original, or, if you think it will be quicker, write a test program from scratch.) If you get it down to say 30 lines of code & it still doesnt work, post that here. (Paste it into the message rather than use attachments). Also, check which version of win32lib you are using; I've been bitten by that before now. Check for different versions in the directory you are editing in and C:/euphoria/include. In any case, it helps for us to know. Pete