Message
From
25/09/2006 20:36:39
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00637813
Message ID:
01157131
Views:
25
>>Ok, found it. The checkbox has caption none... :) So, I coded "visual clue" by myself in GotFocus (backcolor = rgb(0,0,64) and in the lostfocus - restore it to default)
>
>The question is: is it possible to do without changing checkbox class and without changing each instance of the checkboxes?
*-- in pseudo code
for each oControl in ThisFormsControlsRecursively
   if oControl.baseclass="checkbox"
      Bindevent(oControl, "gotfocus", this, "paintcheckboxblue") 
      Bindevent(oControl, "lostfocus", this, "paintcheckboxneutral") 
   endif
endfor

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View