Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal & AlwaysOnTop... NOT!!
Message
De
10/02/1997 19:55:40
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00019930
Message ID:
00019959
Vues:
36
>Hello again all,
>I have a small problem. I have a form
>.alwaysontop = .f.
>.windowtype = modeless
>calling another form using a do form
>.alwaysontop = .t.
>.windowtype = model
>
>Sounds straight forward, right. Well, the modless form shows up behind the modal. I double checked the properties. Any ideas?

So, you have:
Form1 with
Form1.alwaysontop = .f.
Form1.windowtype = modeless

and

Form2 with
Form2.alwaysontop = .t.
Form2.windowtype = modal

and Form1 calls Form2
and Form1 is behind Form2.

Isn't it the normal behavior? Form2 is modal and is always on top, so it's in front of Form1.

Or is anything I don't understand here?

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

Click here to load this message in the networking platform