ANSWERED: Visual Effects - menu popup? = mobilePick

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

ANSWERED: Visual Effects - menu popup? = mobilePick

Post by BarrySumpter » Fri Mar 30, 2012 9:03 am

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"
Last edited by BarrySumpter on Fri Mar 30, 2012 11:02 pm, edited 1 time in total.
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Visual Effects - menu popup ?

Post by BarrySumpter » Fri Mar 30, 2012 9:51 am

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.
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7266
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Visual Effects - menu popup ?

Post by jacque » Fri Mar 30, 2012 6:10 pm

Have you looked at the native Android PickWheel?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Visual Effects - menu popup ?

Post by BarrySumpter » Fri Mar 30, 2012 9:15 pm

Oh ho ho!
Freakin' aye, man!

Now thats what I'm looking for!

Thanks jacque.
Thanks RunRev.
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

Re: Visual Effects - menu popup ?

Post by BarrySumpter » Fri Mar 30, 2012 10:00 pm

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.
Attachments
mobilePick N MobilePickDate.zip
(2.33 KiB) Downloaded 292 times
Last edited by BarrySumpter on Sat Mar 31, 2012 11:32 am, edited 8 times in total.
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

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

Post by BarrySumpter » Fri Mar 30, 2012 11:13 pm

mobilePickDate
mobilePickDate [style] [, current] [, start] [, end] [, step] [, buttons]
mobilePickDate "time"
MobilePickDate Time.gif
Attachments
MobilePickDate Time.gif
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

snm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 253
Joined: Fri Dec 09, 2011 11:17 am
Location: Warszawa / Poland

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

Post by snm » Sat Mar 31, 2012 12:09 pm

Attached correctly working mobilePickDateTime (iOS only) on iOS - previous sample uploaded by Barry did nothing when clicked on iOS simulator.
Attachments
mobilePick_N_MobilePickDate_ios.livecode.zip
(2.83 KiB) Downloaded 253 times

BarrySumpter
Posts: 1201
Joined: Sun Apr 24, 2011 2:17 am

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

Post by BarrySumpter » Sat Mar 31, 2012 12:45 pm

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
All my best,
Barry G. Sumpter

Deving on WinXP sp3-32 bit. LC 5.5 Professional Build 1477
Android/iOS/Server Add Ons. OmegaBundle 2011 value ROCKS!
2 HTC HD2 Latest DorimanX Roms
Might have to reconsider LiveCode iOS Developer Program.

Post Reply

Return to “Android Deployment”