I have 2 stand alones I've built. (both pretty simple)
In one program there are 7 buttons on the main screen. They are used to go to other screens.
One the other program it has some icons as buttons on the main screen.
Once you click to run them, the main screen loads just fine...
BUT...both programs hesitate for 3-4 seconds (i.e- freeze up) before they jump to the next screen when you click a button....
I've tested it on a couple of different machines with same result.
Any ideas what might cause this?
Stand alone program hesiatates when you click first button..
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 56
- Joined: Sat Jun 20, 2009 2:41 pm
Re: Stand alone program hesiatates when you click first butt
As always, we are no clairvoyants, so please show us some scripts of the button(s) clicked and the "pre-/opencard" handler of the target screen you are navigating to if there is any.TodayIsTheDay wrote:...
Any ideas what might cause this?
Best
Klaus
-
- Posts: 56
- Joined: Sat Jun 20, 2009 2:41 pm
I apolgize. That's just it. There is nothing special going on with scripting.
In development, either program works perfect.
There is no preopen card script.... (could that be the problem?)
Should I be doing something here?
Make the stand alone, any button you click on either program will hang the program for 3-5 seconds....then jump to the correct page.
After you click any one button the first time the program is as fast as you think it would be...
In development, either program works perfect.
Code: Select all
on Mouseup
go card "cardname"
end Mouseup
Should I be doing something here?
Make the stand alone, any button you click on either program will hang the program for 3-5 seconds....then jump to the correct page.
After you click any one button the first time the program is as fast as you think it would be...