Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tasmanian Trader Splitter visibility
Message
From
10/02/2002 22:46:04
 
 
To
10/02/2002 20:01:08
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00618125
Message ID:
00618154
Views:
9
Was able to figure out what caused that. This particular form contained ActiveX

and application.autoyield = .f.

To see splitter bar movemement I have to switch back to .t.

application.autoyield = .T.
_screen.ActiveForm.LockScreen = .T.


FOR lnObjCtr = 1 TO ALEN(this.Parent.aObjSplitMove)
this.Parent.aObjSplitMove[lnObjCtr].Move(5)
ENDFOR

_screen.ActiveForm.LockScreen = .F.
application.autoyield = .F.



>Originally just cut and paste all relevant code creating control from scratch but was unable to see it moving when it is being dragged , though MouseUp gave the same results regarding resizing. Ended up with the class copying and stripping some code and it started to work as expected. Just curious what actually determines visibility during MouseDown event.
>
>Thank you
>Michael
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform