Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shortcut menu on main screen
Message
De
13/02/2003 07:58:13
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
À
13/02/2003 07:49:16
Denis Filer
University of Oxford
Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00752615
Message ID:
00752632
Vues:
25
Glad to see it work for you, but, as I said, it is not my idea. Long life UT!

In VFP8 we have BINDEVENT() function for this:
PUBLIC oHandler
oHandler=NEWOBJECT("myhandler")
DO (_browser)
BINDEVENT(_SCREEN,"Resize",oHandler,"myresize")

DEFINE CLASS myhandler AS Session
   PROCEDURE myresize
   _obrowser.left = _SCREEN.Width - _obrowser.width
   RETURN
ENDDEFINE
>Dorin in Romania, Good man! The _screen class works and ive learnt something v. useful too. Denis
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform