Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default Wait Window Position
Message
From
21/01/2004 12:29:55
 
 
To
21/01/2004 12:04:13
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00867546
Message ID:
00869101
Views:
18
Hi Tod,

>>>>>>>>>>>
It appears that if the active form is "Modal" (WindowType = 1),
subsequent Wait Window default positions are relative to the modal form.
If not modal (WindowType = 0), default positions are relative to the "main window."

This behavior (in FoxPro 8.0) is different than in FoxPro 6.0.

Can you confirm this to check my sanity?


I cannot confirm it

i run this and click:
PUBLIC oform1

oform1=NEWOBJECT("form1")
oform1.Show
RETURN

DEFINE CLASS form1 AS form

*	Desktop = .T.	&& THIS NOT CHANGE THE BEHAVIOUR
	ShowWindow = 1
	DoCreate = .T.
	Caption = "Form1"
	WindowType = 1
	Name = "Form1"

	PROCEDURE Click
		WAIT WINDOW "CIAO"
	ENDPROC

ENDDEFINE
I think you have other setting that change VFP status.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform