StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
Wait Window
Wait Window
Post Reply
Like
0
Wait Window
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Keith Chisarik
Keith Chisarik
posted 18 Years Ago
ANSWER
HOT
Topic Details
Share Topic
Group: StrataFrame Users
Posts: 939,
Visits: 40K
Trying to get the SF wait window control to behave like my old friend THE wait window.
I looked thruough all the overloads and dont see the ability to pause.
I am looping through a few dozen files and want to put in enough of a pause so that each wait window displays the filename is briefly visible. Right now it processes so fast all I see is the last one.
My code:
While en.MoveNext
information = My.Computer.FileSystem.GetFileInfo(CStr(en.Current))
Me.WaitWindow1.ShowWaitWindow("", information.FullName, MicroFour.StrataFrame.Messaging.MessagingCardinalPosition.NorthEast)
'Me.WaitWindow1.HideWaitWindow()
filecount += 1
End While
Keith Chisarik
Sigma Data Systems
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Threaded View
Threaded View
Wait Window
Keith Chisarik
-
18 Years Ago
Ill follow up with how do you pause in .NET period?
I have...
Keith Chisarik
-
18 Years Ago
Unlike FoxPro, the Wait Windows does not share the same thread as the...
Trent L. Taylor
-
18 Years Ago
FYI, creating loops as you mentioned can be very costly on the system...
Trent L. Taylor
-
18 Years Ago
Yes I knew it was bad but I only did it once *cough*
Now I...
Keith Chisarik
-
18 Years Ago
Please tell me why the below code will not work. I think it should...
Keith Chisarik
-
18 Years Ago
Try this: Me.WaitWindow1.ShowWaitWindow("hi")...
StrataFrame Team
-
18 Years Ago
That does nothing as well for me Ben :(
Keith Chisarik
-
18 Years Ago
Hrm, it worked for me... when are you showing that wait window? in the...
StrataFrame Team
-
18 Years Ago
I just put your code in a button click event, the simplest...
Keith Chisarik
-
18 Years Ago
yeah, that's what I did as well... that's strange. If you take out...
StrataFrame Team
-
18 Years Ago
[quote][b]Ben Chase (08/24/2006)[/b][hr]yeah, that's what I did as...
Keith Chisarik
-
18 Years Ago
I created a quick test and it seemed to work fine for me. I attached...
Trent L. Taylor
-
18 Years Ago
If I try and put a WaitWindow with a pause in any looping structure...
Keith Chisarik
-
18 Years Ago
Hi,
found something out about it:
...
Ralph
-
18 Years Ago
Thanks Ralph, I had given up on Wait Window.... Ill give this a shot....
Keith Chisarik
-
18 Years Ago
Hello Keith,
[quote][b]Keith Chisarik...
Ralph
-
18 Years Ago
Most likely, the problem is coming from the way that the wait window...
StrataFrame Team
-
18 Years Ago
I'm trying to troubleshoot some problems we are having with Threads on...
Robin J Giltner
-
17 Years Ago
Are the problems you're having unexpected ThreadAbortExceptions?...
StrataFrame Team
-
17 Years Ago
Yeah, they are ThreadAbortExceptions. I'll give the latest release a...
Robin J Giltner
-
17 Years Ago
Excellent... let me know one way or another. Thanks.
StrataFrame Team
-
17 Years Ago
Hi, I am also doing the same and also tried the example from the...
Alagarsamy Rajamannar
-
17 Years Ago
[quote]Having said that , Does WaitWindow behave differently when you...
Trent L. Taylor
-
17 Years Ago
Hi, I sorted out the problem using BackGroundWorker component that is...
Alagarsamy Rajamannar
-
17 Years Ago
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search