Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding Seperator Bars when Surrounding Bars not
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00767824
Message ID:
00769235
Vues:
14
>Gary,
>
>>I added the code but nothing changed. The debugger showed the only method executed when the class is being created is the init event - show wasn't called.
>

I forgot, here's a quickie workaround (which may or may not break other things...):

Add this code to CSeparatorBar::Init()
LPARAMETERS tnBarNumber, tcPopupName

IF NOT DODEFAULT(tnBarNumber, tcPopupName)
   RETURN .F.
ENDIF

IF !This.lVisible
   This.Hide()
ELSE
   This.Show()
ENDIF     
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform