Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anchor value not responding
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
01316786
Message ID:
01316879
Views:
12
>I am using controls from www.exontrol.com. The controls are excellent and work great in VFP9 other than this little problem I've run into. When I set the Anchor property to any value that resizes the control (11,13,15) the control responds as expected BUT when the value is one that does not resize the control itself but moves the control (12) the control does not respond at all unless I add the following the container's resize.
>
>
>PROCEDURE Resize
>  DODEFAULT()
>  WITH this.excalendarcombo1
>    .width =.width -1
>    .width =.width +1
>  ENDWITH
>ENDPROC
>
>
>I have a support ticket in and their response time is very quick but I thought I'd check here as well. Anyone run into similar problems with ActiveX controls?

Yes. And used the same solution. I think it's a general VFP problem. If MS suggest a better solution please let us know!
Regards,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform