hideBackdrop - where is the trick?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
rozek
Posts: 151
Joined: Mon Jun 19, 2006 2:29 pm
Contact:

hideBackdrop - where is the trick?

Post by rozek » Sun Jun 29, 2008 7:44 am

Hello!

I'm currently preparing a small application for my son which should run in "Kiosk mode" (the application, not the son)

Thus, I

Code: Select all

set the Backdrop to <imageid>
set the hideBackdrop to false
To simplify development (for me) within the application I tried to

Code: Select all

set the hideBackdrop to true
in order to get rid of the backdrop.

But, what should I say, the backdrop remains...I have to leave Revolution Studio(!) completely in order to let the Backdrop disappear.

Is there a special trick to "hide the Backdrop"?

Thanks in advance for any help!
Kind regards,

Andreas Rozek

rozek
Posts: 151
Joined: Mon Jun 19, 2006 2:29 pm
Contact:

Post by rozek » Sun Jun 29, 2008 7:46 am

Ok,

I got it:

Code: Select all

set the Backdrop to none
is the "special trick".
Kind regards,

Andreas Rozek

Post Reply