Search found 4 matches

by rearview
Mon Jul 11, 2011 8:28 pm
Forum: Android Deployment
Topic: Android Sim Orientation Settings Not Working
Replies: 7
Views: 7019

Re: Android Sim Orientation Settings Not Working

I am very new to livecode so i keep thinking that I am missing something (usually that is the case lol)
Same program works like a charm on iOS (iPad).

Also one other weird issue some of the graphics that look perfect on all other os's are blue on android.
but that is another problem.

Shane
by rearview
Mon Jul 11, 2011 8:07 pm
Forum: Android Deployment
Topic: Android Sim Orientation Settings Not Working
Replies: 7
Views: 7019

Re: Android Sim Orientation Settings Not Working

BTW - I am having the same issue as townsed.
No matter what I do the program is always in portrait.
I am also running 4.6.2

Thanks Shane
by rearview
Mon May 23, 2011 8:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to pass a command line parameter to a windows standalone
Replies: 3
Views: 3219

Re: How to pass a command line parameter to a windows standalone

Klaus,
I love it!
Spent about 90 minutes missing the obvious :o
Works like a charm now.

Thanks Shane
by rearview
Mon May 23, 2011 6:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to pass a command line parameter to a windows standalone
Replies: 3
Views: 3219

How to pass a command line parameter to a windows standalone

Hi All, I must be missing something here. Having problems creating a windows standalone that will read the parameters passed at time of execution. For example... using a LiveCode standalone named para.exe the command line would simply be something like c:\para.exe byteme on preOpenScript put $1 into...