Guys (and gals),

I have done some tests and this bug is either Rev IDE or Engine. It occurs even when GLX2 is absent. I have made a recipe stack and it is now (hopefully) in the hands of the best minds of our generation and a fix will be in the next version of Rev.

GLX2 is not causing this anomaly. It's frontscript does not have any unpaired "lock screen" calls, as I suspected..

Best,

Jerry Daniels

Daniels & Mara, Inc.
Makers of GLX2
http://www.daniels-mara.com/glx2




On Mar 26, 2008, at 9:24 AM, Thomas McGrath III wrote:

Andre,

I tried the recipe you describe and I find the same thing.

Something must be locking the screen always because I also tried entering the unlock screen in the message box and then trying the tabs with visual effects. No good.

I only see two front scripts from GLX2 and I could not see any lock screens in them.

This has to be in the engine changes.

Tom

On Mar 26, 2008, at 6:29 AM, Andre.Bisseret wrote:

But, this morning, I made a new stack, a very simple one :
3 cards (named Tab 1, Tab 2 and Tab 3)
On each of them, a tab panel button with 3 tabs : Tab 1, Tab 2, Tab 3. The tab panel is grouped with "behave like a background" set to true.

The only script in the stack is the following  tab panel script:

on menuPick tNew
unlock screen
visual effect scroll up fast
go cd tNew
end menuPick

If the first line is "unlock screen" (as above) then I get the expected visual effect if I inactivate this first line (-- unlock screen) then the visual effect does not occur.

So it would seem that at first (when opening the stack ?) the screen would be locked ? (could be only when a tab panel is there ??)
I am really confused
It's very amazing is"nt it ?

I would be very interested by any explanation

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to