Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CheckBox doesn't appear to have focus
Message
De
25/09/2006 20:36:39
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00637813
Message ID:
01157131
Vues:
23
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform