Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behavior. Need Help
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00597484
Message ID:
00597486
Views:
12
>In the Resize of my form I have:
>
>
>WITH ThisForm
>
>  WAIT WIND "Resize!" NOWAIT
>
>  .cntActionBar.Height = .Height - 30
>  .shpSplitter1.Height = .Height - 1
>  .cntTreeView.Height = .Height - 1
>  .shpSplitter2.Height = .Height - 1
>  .pgfPages.Height = .Height - 1
>  .pgfPages.Width = .Width - .shpSplitter2.Left - 2
>
>ENDWITH
>
>RETURN
>

>
>The Wait Window displays, but none of the objects are being resized.
>
>I also put a Wait Window in the Resize of the cntActionBar and it does
>NOT display. So why aren’t my controls resizing????


? myControl.REFRESH()

Jay
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform