Page 1 of 1

ANSWERED: Visual Effects - menu popup? = mobilePick

Posted: Fri Mar 30, 2012 9:03 am
by BarrySumpter
Looking for a menu popup like the old portable projector screen that pulls up.
----

NONE of these unless its a variation:

How to create a scrolling group using the improved graphics architecture
https://runrev.screenstepslive.com/s/le ... chitecture

Blind Effect - Blind Pane
http://lessons.runrev.com/s/lessons/m/4 ... ind-effect

There are three types of effect support:
built-in effects which work on all platforms,
QuickTime effects which work on systems that have QuickTime installed
and Core Image effects which work on Mac OS 10.4 or later.

lock screen
-- manage hide n show behind the sceens
unlock screen
unlock screen with visual effect dissolve
hide field 1 with visual effect dissolve

visual effect push left
go next card

the visual effect is stored and used the next time you navigate

go to card "main menu"
go to card 2
go to card id "1004"

Re: Visual Effects - menu popup ?

Posted: Fri Mar 30, 2012 9:51 am
by BarrySumpter
Righto. Nevermind.

At this time menus and other related popups will not work correctly, as these are implemented in the
engine (essentially) as a specialized form of go stack they will cause the current stack to be overlaid
completely, with various undesirable side-effects.
Note: The 'go in window' form of the 'go stack' command will not work correctly in the Android
engine and must not be used. Since there is only one stack/window displayed at once on this
platform, a generic 'go stack' should be used instead.

----
Was just hoping it had been sorted out in 5.5

Oh well just another card on menuKey
no prob.

Re: Visual Effects - menu popup ?

Posted: Fri Mar 30, 2012 6:10 pm
by jacque
Have you looked at the native Android PickWheel?

Re: Visual Effects - menu popup ?

Posted: Fri Mar 30, 2012 9:15 pm
by BarrySumpter
Oh ho ho!
Freakin' aye, man!

Now thats what I'm looking for!

Thanks jacque.
Thanks RunRev.

Re: Visual Effects - menu popup ?

Posted: Fri Mar 30, 2012 10:00 pm
by BarrySumpter
mobilePick
mobilePick optionList, initialIndex [, optionList, initialIndex, ...] [, style ] [, button] [, view]

Whats the second optionList for?
iOS only

Can we get multiple selections from a single list?
mobilePick.gif
mobilePickDate
mobilePickDate [style] [, current] [, start] [, end] [, step] [, buttons]
mobilePickDate "date"
mobilePickDate Date.gif




mobilePick N MobilePickDate.zip


I modified the original example for iPhone by Bernd.

Re: ANSWERED: Visual Effects - menu popup? = mobilePick

Posted: Fri Mar 30, 2012 11:13 pm
by BarrySumpter
mobilePickDate
mobilePickDate [style] [, current] [, start] [, end] [, step] [, buttons]
mobilePickDate "time"
MobilePickDate Time.gif

Re: ANSWERED: Visual Effects - menu popup? = mobilePick

Posted: Sat Mar 31, 2012 12:09 pm
by snm
Attached correctly working mobilePickDateTime (iOS only) on iOS - previous sample uploaded by Barry did nothing when clicked on iOS simulator.

Re: ANSWERED: Visual Effects - menu popup? = mobilePick

Posted: Sat Mar 31, 2012 12:45 pm
by BarrySumpter
Cool. Thanks for the assist.
I'd be interested in seeing some snaps of this running on the iphone.
how-do-i-use-the-date-picker-view-on-an-iphone
OK there's the wheel reference.
And nice. So jelous.
http://lessons.runrev.com/s/lessons/m/4 ... -an-iphone