Search found 53 matches

by kcorey
Fri Jun 27, 2014 7:34 am
Forum: Off-Topic
Topic: Livecode jobs?
Replies: 1
Views: 3065

Livecode jobs?

My current contract writing mobile software in ObjectiveC and Java for iOS and Android will end next week (3rd July). I've been sending out CVs to the usual places, but I thought I'd ask here as well, as this seemed the most appropriate place to ask a question about jobs. Does anyone know of any Liv...
by kcorey
Thu Apr 04, 2013 12:22 am
Forum: iOS Deployment
Topic: Test Target menu never shows device
Replies: 1
Views: 1813

Test Target menu never shows device

Anyone know why the test target menu doesn't show my device? I can successfully save to a standalone, and I can drag the binary that's created onto the organizer to install the app. Is that the best I can hope for with this version? My system is OSX 10.8.3, XCode 4.6.1, LiveCode 5.5.4, and I've trie...
by kcorey
Fri Jun 15, 2012 1:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode Math Library
Replies: 13
Views: 8675

Re: LiveCode Math Library

Hey Richard,

Was just wondering how you're getting on with the math library rewrite?

I'd love to be able to learn from your optimisations.

Thanks,

-Ken
by kcorey
Sun Mar 04, 2012 5:21 pm
Forum: iOS Deployment
Topic: "Can't create that directory"
Replies: 2
Views: 2127

"Can't create that directory"

Hi All, I found a /hugely/ useful error message just now. My app is called "WriteOn.app", at least for the moment. I called 'create folder' with the path to my app on my iPad: /var/mobile/Applications/706ECCCF-DC1D-42F1-B71E-F3D96610DAEF/WriteOn.app/Downloaded The error in 'the result' is "can't cre...
by kcorey
Mon Feb 06, 2012 8:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Making an object permeable for events?
Replies: 5
Views: 4886

Re: Making an object permeable for events?

Thanks for all your answers!

Actually, someone pointed out that though an image doesn't have a "enabled" checkbox in the IDE, you can still set the property via code:

set the disabled of image "blah" to true

Which accomplishes all that I needed.

-Ken
by kcorey
Fri Feb 03, 2012 12:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Making an object permeable for events?
Replies: 5
Views: 4886

Making an object permeable for events?

Hi All, I have an image that I'd like to use to highlight the user's last choice. It' an image that just adds a glow. However if I put it on top, it eats all events so the object behind it isn't getting the event...so when the user clicks on the glowing past choice, nothing happens. I was told to se...
by kcorey
Fri Feb 03, 2012 11:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scaling an image only works when angle is near 0?
Replies: 5
Views: 3601

Re: scaling an image only works when angle is near 0?

The thing causing the trouble was the 'lock size & position' checkbox.

If this is not checked, then sizing only happens when the angle is 0.

If this is checked, then sizing and rotation can happen at the same time.

Seems backwards, but there it is.

-Ken
by kcorey
Fri Feb 03, 2012 11:32 am
Forum: Android Deployment
Topic: Android 4.x? (And the Novo 7)
Replies: 15
Views: 15963

Re: Android 4.x? (And the Novo 7)

I haven't gotten any further with it as I'm still wrapping my head around LiveCode (which is taking a surprisingly long time).

Anyway, if I find anything out I'll let you know...please do the same.

-Ken
by kcorey
Tue Jan 24, 2012 12:09 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scaling an image only works when angle is near 0?
Replies: 5
Views: 3601

Re: scaling an image only works when angle is near 0?

Ah, that works for lines, curves, or irregular polygons. What about rect? rounded rect?, oval?

I think the thing I find most frustrating with runrev is the sheer chaotic nature of the interfaces.

-Ken
by kcorey
Mon Jan 23, 2012 3:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: scaling an image only works when angle is near 0?
Replies: 5
Views: 3601

scaling an image only works when angle is near 0?

Hi All, I was having a look at multi-touch, and ran across something strange: Setting the width and height of an image only seems to have an effect when the angle of the image is 0. Can that be right? I can image a *very* long way around this by cloning the image, scaling the new image, and then rot...
by kcorey
Mon Jan 23, 2012 7:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Keeping a data field clear when saving...
Replies: 2
Views: 2171

Re: Keeping a data field clear when saving...

That's just fantastic!

I thought that was gonna be some heavy smoke and mirrors.

*grin*

-Ken
by kcorey
Sat Jan 21, 2012 7:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Keeping a data field clear when saving...
Replies: 2
Views: 2171

Keeping a data field clear when saving...

Hi All, I have a card I'm using as a data store. The interesting bits I save on this card are things like "login name", and various preferences. Trouble is, this card won't be saved in the production version. There, it will always load with empty fields on the data card. I'm using Klaus Major's exce...
by kcorey
Sat Jan 21, 2012 7:10 pm
Forum: iOS Deployment
Topic: Anyone know how to debug an iOS external?
Replies: 1
Views: 1809

Anyone know how to debug an iOS external?

First off, context: OS X 10.6.8 XCode 4.2 LiveCode 5.0.2 iPad 2, running iOS 5.0 If that's not camel-case hell, I don't know what is. I'm quite a newbie at LiveCode (2-3 weeks), and only slightly better on iOS (2-3 months). Which is to say, please don't assume that I know much of anything about anyt...
by kcorey
Sat Jan 21, 2012 3:19 pm
Forum: iOS Deployment
Topic: Recording Audio (Again)
Replies: 18
Views: 11113

Re: Recording Audio (Again)

Bump.

I'm seeing the exact same behaviour on
LiveCode 5.0.2
OSX 10.6.8 SnowLeopard
XCode 4.2
iPad 2 64 3G
iOS5 SDK

No errors, but no response either.

-Ken
by kcorey
Fri Jan 20, 2012 11:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Passing an array from a library?
Replies: 1
Views: 1357

Passing an array from a library?

I'm not sure I am understanding how this is supposed to work properly... I have a button whose script calls a library function on the card. The library function does its job asynchronously. When it's done, its data is collected in an array. The array is declared a local in the library's card, but I'...

Go to advanced search