Search found 148 matches

by Randy Hengst
Thu Oct 11, 2012 6:36 pm
Forum: iOS Deployment
Topic: LiveCode and iOS 6
Replies: 21
Views: 15309

Re: LiveCode and iOS 6

I'm successfully using Xcode 4.4.1 with LC 5.5.1 to submit to Apple. You're right about the iOS6 simulator... but the apps themselves work on iOS 6.
by Randy Hengst
Sun Sep 23, 2012 9:03 pm
Forum: iOS Deployment
Topic: Valid signing identity not found
Replies: 3
Views: 4164

Re: Valid signing identity not found

Don,

I've just run into the same problem... As Jacque noted, I checked and can find to expired certificates... only active ones. How did you fix this problem?

be well,
randy hengst
by Randy Hengst
Sun Aug 26, 2012 7:54 pm
Forum: Talking LiveCode
Topic: Telling livecode to randomize conditionally
Replies: 3
Views: 3339

Re: Telling livecode to randomize conditionally

How about.... on sortMyBins sort lines of field "bin1" by random(10000) sort lines of field "bin2" by random(10000) if line -1 of field "bin1" = line 1 of field "bin2" then put "sorting again" -- comment out this line when you're satisfied it works. sortMyBins end if end sortMyBins
by Randy Hengst
Fri Aug 10, 2012 8:38 pm
Forum: iOS Deployment
Topic: Enabling landscape only iPad app to rotate orientations
Replies: 3
Views: 4046

Re: Enabling landscape only iPad app to rotate orientations

If you set the orientations in the Applications Setting Pane, you are only setting the initial orientation. So, check both of the landscape orientations. Then in the stack script include this.... on startUp iphoneSetAllowedOrientations "landscape left,landscape right" end startUp Note as Jacque ment...
by Randy Hengst
Thu Aug 09, 2012 8:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode suitable for web games?
Replies: 4
Views: 2719

Re: Livecode suitable for web games?

Someone else will have to jump in to help you with those questions. I've only worked with desktop and iOS apps.
by Randy Hengst
Thu Aug 09, 2012 7:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Livecode suitable for web games?
Replies: 4
Views: 2719

Re: Livecode suitable for web games?

Can't help with the web game idea, but take a look at a game by RunRev
http://itunes.apple.com/us/app/galactic ... 71906?mt=8
by Randy Hengst
Tue Aug 07, 2012 10:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Skinning on option menu
Replies: 3
Views: 2507

Re: Skinning on option menu

This is what I tried... The attached png is of a button sized 154x38. The red icon image is 140x40. The text is center aligned. The Margins are set at 20,20,44,10.
by Randy Hengst
Tue Aug 07, 2012 7:48 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Skinning on option menu
Replies: 3
Views: 2507

Re: Skinning on option menu

You can adjust the margins under the Text Formatting tab.... look up Margins in the dictionary... it always takes be a bit of tweaking to set the right.

be well,
randy
by Randy Hengst
Tue Jul 24, 2012 3:49 pm
Forum: iOS Deployment
Topic: Neither Play nor iPhonePlaySoundOnChannel working on iPad
Replies: 6
Views: 3943

Re: Neither Play nor iPhonePlaySoundOnChannel working on iPa

Hi Don,

This same thing happened to me... and I had turned off the sound on the iPad. I hope your situation can be resolved by sliding the sound switch on the iPad. If not, I don't have a suggestion.

be well
randy
by Randy Hengst
Fri Jul 13, 2012 11:36 pm
Forum: iOS Deployment
Topic: Pre-load sound(s)?
Replies: 8
Views: 5244

Re: Pre-load sound(s)?

richardmac... just made use of your pre-load sound trick on iOS.... BIG difference. Thanks much for sharing it!

be well,
randy hengst
by Randy Hengst
Wed Jul 11, 2012 6:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: iPad app problems.
Replies: 2
Views: 1899

Re: iPad app problems.

Hello RecSum So far I've only made iPad apps using the 1024x768 dimensions. The apps scale up well. The native look and feel only really works for Windows and Mac. You'll need to get third party programs or live code apps/plugins to get native iOS feel... or, go your own way and use your own art... ...
by Randy Hengst
Sat May 26, 2012 2:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Comparing two variables that contain string data
Replies: 4
Views: 4277

Re: Comparing two variables that contain string data

I'd guess that your functions are the problem... put all of this code in one button works... function getCorrectAnswer return "3" end getCorrectAnswer function getOptionOne return random(3) end getOptionOne on mouseUp local theAnswer local btnName put getCorrectAnswer() into theAnswer put getOptionO...
by Randy Hengst
Mon May 21, 2012 3:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Option Menu - Labels & Values
Replies: 3
Views: 3223

Re: Option Menu - Labels & Values

You might include the two-letter as the last work of the label... then do something like this in the option button script... using the -1 will then work for one word and multi-word country names. on menuPick pItemName switch pItemName default put word -1 of pItemName break end switch end menuPick be...
by Randy Hengst
Mon Jan 23, 2012 3:06 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Field drop shadow
Replies: 5
Views: 3463

Re: Field drop shadow

Hi Kevin, This may be overkill for you, but I've coded drop shadows before.... here's an example that I've put in a handler associated with a mouseDown in a graphic. It would also work for a field. set the dropShadow["color"] of target to "0,0,0" set the dropShadow["blendMode"] of target to "normal"...
by Randy Hengst
Mon Dec 19, 2011 2:28 am
Forum: Off-Topic
Topic: browse tool from openstack script not working
Replies: 24
Views: 14852

Re: browse tool from openstack script not working

Well, it looks like the problem is back... I just checked 4.6.1 and 4.6.4 and the script works just fine in those versions, too.

be well,
randy

Go to advanced search