Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to fix Doug Hennig highlighting in preview code
Message
De
31/05/2006 08:52:11
 
 
À
30/05/2006 13:18:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01125701
Message ID:
01126124
Vues:
17
Hi Andrus.

>I tried to implement zoom more command using code in keypress method
>
>
>CASE m.nKeyCode = ASC('+')
>  this.ocontainer.move( 0,0, this.ocontainer.width*1.05, ;
>       this.ocontainer.height*1.05 )
>
>After zooming highlighting rectangles are drawn in wrong places.
>How to add zoom factor to highlighting code ?

You'd have to implement a zoom factor in the code that draws the rectangles. Perhaps store the current zoom factor you're using in a form property then redraw the current page.

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform