Timothy,

It sounds to me as though you are doing a Show() for each dialog
window in your loop.  If that is the case, remove the line doing the show,
when the loop completes show the first dialog window and enter the 
Win32 event loop:

 Win32::GUI::Dialog();

The button_Click subroutine for your first window should then hide the
first window and show the second window. The second windows Click
hides the second and shows the third, and so on.

Hope that helps.

Kev.

Reply via email to