I am trying to display a start-up screen with title and directions. I used a button "welcome" and on preLoadCard, I show it.
It works when I run it in LiveCode but when I build an application 'app', the button does not show - it is just a grey screen with no image on it
Any ideas?
Thanks
Button does not show in build
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Button does not show in build
Cyril Pruszko
https://sites.google.com/a/pgcps.org/livecode/
https://sites.google.com/a/setonhs.org/app-and-game-workshop/home
https://learntolivecode.com/
https://sites.google.com/a/pgcps.org/livecode/
https://sites.google.com/a/setonhs.org/app-and-game-workshop/home
https://learntolivecode.com/
Re: Button does not show in build
its preopencard not preloadcard. See if changing that helps.
Newbie4 wrote:I am trying to display a start-up screen with title and directions. I used a button "welcome" and on preLoadCard, I show it.
It works when I run it in LiveCode but when I build an application 'app', the button does not show - it is just a grey screen with no image on it
Any ideas?
Thanks
Re: Button does not show in build
Thanks for the post and the suggestion but it did not work either??
Cyril Pruszko
https://sites.google.com/a/pgcps.org/livecode/
https://sites.google.com/a/setonhs.org/app-and-game-workshop/home
https://learntolivecode.com/
https://sites.google.com/a/pgcps.org/livecode/
https://sites.google.com/a/setonhs.org/app-and-game-workshop/home
https://learntolivecode.com/
Re: Button does not show in build
Can you post your code or your stack? Hard to figure out whats going on without more information.