Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash Form Cursor!?!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00697273
Message ID:
00697644
Vues:
15
>Hello Nadya,
>
>>I was going to give you the same advice, as Sergey, but are you sure, it's a label and not a textbox? According to my knowledge, labels don't have focus...
>
>I'm absolutely positively sure that all three labels are labels, and are not textboxes. I just triple checked to be sure. Furthermore the form is WindowType=0 modeless, and AlwaysOnTop=.T., and ShowWindow=2 as Top-Level Form, and TabStop=.F..
>Here's the calling code:
>
>SET CURSOR OFF
>DO FORM pmsplash NAME splash LINKED
>* more setup stuff here
>WAIT "" TIMEOUT 2   && This is probably the offending line that caused the cursor...
>RELEASE splash
>SET CURSOR ON
>
>I'm satisfied with the way it's working now, although I guess a timer on the form would have been better OOP (or POOP if you prefer ;-). Thanks for your comments.

It's wait command, which produces this cursor.

Here is my code:
local loSplash
loSplash = newobject('Splashform','Splash.vcx')
loSplash.show()
=INKEY(5, 'HM') && Wait 5 sec.
loSplash.release()
release loSplash
Splashform is just form with image, no labels... I don't see a cursor...
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform