Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make it look better ?
Message
 
À
11/02/1999 11:53:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00186566
Message ID:
00186611
Vues:
22
>>>>Hi,
>>>>
>>>>In the code posted below I want to center the message "Please wait. Loading ...". How can I do that?
>>>>
>>>>* ---------------------------------------
>>>>Define Window output From 0,0 To 6,60 ;
>>>> Font "Courier New",14 Style "B" ;
>>>> Double Name wTemp
>>>>wTemp.Backcolor = RGB(150,255,255)
>>>>wTemp.Forecolor = RGB(0,0,0)
>>>>Move Window output Center
>>>>Activate Window output
>>>>@ 2.1,0 Say " Please wait. Loading ..." Font "Arial",10 Style "B"
>>>>* ---------------------------------------
>>>>
>>>>Sincerely.
>>>
>>>Surely, you can go ahead with normal VFP form with Autocenter=.T. (there is no any reason to employ DEFINE WINDOW). The simpler case is to use WAIT WINDOW ... AT ....
>>
>>Hi Ed,
>>
>>The window is centered with "Move Window ... Center" statement. What I want is to center a message in the window.
>>
>>Sincerely,
>
>Igor, do you use Visual Foxpro? If yes, then you can just use normal form.label with available Alignment property.

Hi Ed,

I still use VFP 5.0.
Igor Gelin
Database Developer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform