Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anchor value not responding
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Anchor value not responding
Divers
Thread ID:
01316786
Message ID:
01316786
Vues:
60
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?

Thanks!
Heavy Metal Pedal - click with care
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform