Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A containers with scrollbars
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00646691
Message ID:
00646708
Views:
16
>Is there a way to implement containers with a scrollbar. I need to simulate something like windows xp common task bar or containers like frames.

Since forms have scrolls you can use two forms (master and detail) and in the load on the master use code something like this:
LOCAL lcName
ACTIVATE WINDOW (THIS.NAME) TOP NOSHOW
THIS.oDetail = NEWOBJECT('interface_detail','_interfacecontrol.vcx',EXE_AppInterfaceManager,THIS)
lcName = THIS.oDetail.NAME
THIS.oDetail.NAME = THIS.NAME+'_detail'
ACTIVATE WINDOW (THIS.oDetail.NAME) IN WINDOW (THIS.NAME) SAME
THIS.oDetail.NAME = lcName
Heavy Metal Pedal - click with care
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform