Making a process wait for a window to close

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Making a process wait for a window to close

Carl Gundel-2
What's the easiest way to open a window or dialog in VA Smalltalk such that the opening process stops and waits for the window to close before it continues?
 
Thanks,
 
-Carl Gundel

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Making a process wait for a window to close

jtuchel
Hi Carl,

if you want to simply show some info with an ok od ok/cancel buttons, look for implementors of prompt*

Joachim

Am Donnerstag, 2. Mai 2013 17:22:58 UTC+2 schrieb Carl Gundel:
What's the easiest way to open a window or dialog in VA Smalltalk such that the opening process stops and waits for the window to close before it continues?
 
Thanks,
 
-Carl Gundel

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Making a process wait for a window to close

Ben van Dijk
In reply to this post by Carl Gundel-2
Carl,

Open the window with any of these methods: #openSystemModalWidget, #openApplicationModalWidget or #openFullApplicationModalWidget
This will block the opening window



Op donderdag 2 mei 2013 17:22:58 UTC+2 schreef Carl Gundel het volgende:
What's the easiest way to open a window or dialog in VA Smalltalk such that the opening process stops and waits for the window to close before it continues?
 
Thanks,
 
-Carl Gundel

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.