Re: check box bug?
George Walters wrote:
>
> Well, you got me thinking. The doEvents(0) did not do the trick. However
> I found a solution
>
> setCheck(cBox, True)
> setText(cBox,"Yes") <<< this fixed it
>
> did the trick....
>
> george
>
George,
It was worth a try anyway, I just recently started to reaquaint myself with
Euphoria and win32lib after a 2 year hiatus. Some times I tend to get my
languages mixed up, where I work they program in VB6, and I know that what
I was thinking is a lot of times when you set the caption of a label at
run-time it does not show up on the form, you have to put a doEvents in
the code right after you set the label caption so that windows will process
any backed up messages and do a repaint of the form.
That must of been what I was thinking about. Glad that at least I got you
to thinking, so you could solve the problem.
Later.
Ferlin Scarborough
Learn To Program Games in Free Courses At
http://www.gameuniv.net
My Euphoria Home Page
http://mywebpage.netscape.com/shadetreesoft
|
Not Categorized, Please Help
|
|