Page 1 of 1

hideBackdrop - where is the trick?

Posted: Sun Jun 29, 2008 7:44 am
by rozek
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!

Posted: Sun Jun 29, 2008 7:46 am
by rozek
Ok,

I got it:

Code: Select all

set the Backdrop to none
is the "special trick".