[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Wait until the Window is closed

Reit Tier

4/18/2009 4:57:00 PM

Hi all,

I have a problem with a Frame.

I open a new Window

calendar = Calendar.new(self)
calendar.show
#here i want wait
set_date_from

and I want wo wait until the Window is closed to execute the next
function.

I hope anybody can help me ;)

thx
reittier
--
Posted via http://www.ruby-....

1 Answer

Roger Pack

4/19/2009 3:03:00 AM

0


> calendar = Calendar.new(self)
> calendar.show
> #here i want wait
> set_date_from
>
> and I want wo wait until the Window is closed to execute the next
> function.
>
> I hope anybody can help me ;)
what framework is this?
-=r
--
Posted via http://www.ruby-....