![]() |
|
![]() | ||
|
Subject:
"Title Page" in REALbasic program
Category: Computers > Programming Asked by: scholarman-ga List Price: $2.00 |
Posted:
31 Oct 2002 15:38 PST
Expires: 04 Nov 2002 21:05 PST Question ID: 94745 |
How do I make a "title window" appear in a REALbasic program, so that it pops up as the program launches, waits five seconds (via the timer tool) and closes, followed by the main window of the program? |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: "Title Page" in REALbasic program
From: atomm-ga on 31 Oct 2002 15:48 PST |
You should probably make the "Title" window the main window, which will have a timer that will wait 5 seconds, open your "real" main window, and close the title window. |
Subject:
Re: "Title Page" in REALbasic program
From: dris-ga on 04 Nov 2002 16:10 PST |
Indeed, you should make the title window as the main window. To change it as such, go to Edit/Project Settings and select it from the Default Window popup menu. Now, in the title window, create a timer, setting its mode to Single and its time in milleseconds to how long you want the window to stay up. In the timer's action event, put the following code: mainWindow.show titleWindow.hide I've tested it, and it works without a hitch! |
Subject:
Re: "Title Page" in REALbasic program
From: scholarman-ga on 04 Nov 2002 21:05 PST |
Beautiful, you guys! Thanks! |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |