Wait Window


Author
Message
Keith Chisarik
Keith Chisarik
StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)
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
Replies
StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Are the problems you're having unexpected ThreadAbortExceptions?  Likely thrown within the WndProc for WM_PAINT messages?  If so, we've made changes to fix that very issue.  You should be able to go to the posted updates forum from the board home and find the latest version that will fix that very issue. 

Now, if that's not your issue, you might need to expound upon what it is.  At the moment, there's no way to prevent the wait window from using the fade effect... it always fades in/out. Ermm

Robin J Giltner
Robin J Giltner
StrataFrame User (179 reputation)StrataFrame User (179 reputation)StrataFrame User (179 reputation)StrataFrame User (179 reputation)StrataFrame User (179 reputation)StrataFrame User (179 reputation)StrataFrame User (179 reputation)StrataFrame User (179 reputation)StrataFrame User (179 reputation)
Group: Forum Members
Posts: 105, Visits: 650
Yeah, they are ThreadAbortExceptions. I'll give the latest release a try and see if it clears up.

Thanks.

Robin Giltner

StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Excellent... let me know one way or another.  Thanks.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Keith Chisarik - 19 Years Ago
Keith Chisarik - 19 Years Ago
Trent L. Taylor - 19 Years Ago
Trent L. Taylor - 19 Years Ago
Keith Chisarik - 19 Years Ago
Keith Chisarik - 19 Years Ago
StrataFrame Team - 19 Years Ago
Keith Chisarik - 19 Years Ago
StrataFrame Team - 19 Years Ago
Keith Chisarik - 19 Years Ago
StrataFrame Team - 19 Years Ago
Keith Chisarik - 19 Years Ago
Trent L. Taylor - 19 Years Ago
Keith Chisarik - 19 Years Ago
Ralph - 19 Years Ago
Keith Chisarik - 19 Years Ago
             Hello Keith,

[quote][b]Keith Chisarik...
Ralph - 19 Years Ago
StrataFrame Team - 19 Years Ago
Robin J Giltner - 18 Years Ago
                         Are the problems you're having unexpected ThreadAbortExceptions?...
StrataFrame Team - 18 Years Ago
                             Yeah, they are ThreadAbortExceptions. I'll give the latest release a...
Robin J Giltner - 18 Years Ago
                                 Excellent... let me know one way or another. Thanks.
StrataFrame Team - 18 Years Ago
Alagarsamy Rajamannar - 18 Years Ago
Trent L. Taylor - 18 Years Ago
Alagarsamy Rajamannar - 18 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search