Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What may restrict form size
Message
 
 
À
23/03/2003 21:53:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00769099
Message ID:
00769105
Vues:
19
Michael,

What you see is a bug in VFP. At runtime you can get around it by setting Min properties to -1
oform.MinWidth = -1
oform.MinHeight = -1


>Placing a vertical strip image to the right border of my form I want my form look like a thin vertical strip after clicking on this image ( Sort of panel collapsion to the left/expansion to the right which we can see in Netscape Navigator. )
>The thing is even in designer you are not allowed to have the form with the width less than 115 pixels ( main reason seems to be to feet icon,min/max/close buttons... ) Making all this false doesn't change the imposed limit. Am I missing something ? If not, is there way to create something like this in VFP ?
>
>
>
>maximized
>--------------|
>| my form  |  |
>|          |<-|
>|-------------|
>
>minimized
>
>|  |
>|  |
>|->|
>|  |
>
>
>
>Thanks
>Michael
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform