Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding Seperator Bars when Surrounding Bars not
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00767824
Message ID:
00769235
Views:
15
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform