Search found 17 matches

by ddaddy
Sat Jun 04, 2011 10:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Programming for iPad on Windows
Replies: 16
Views: 15815

Re: Programming for iPad on Windows

I do actually have it running on a virtual machine on my windows laptop now :-)
Xcode runs and compiles fine. Livecode runs and the simulator works so I don't see why it wouldn't compile. (I don't have a provisioning profile to test it)
by ddaddy
Fri Jun 03, 2011 8:44 am
Forum: iOS Deployment
Topic: Deploying to iPad without iTunes or Apple
Replies: 7
Views: 6612

Re: Deploying to iPad without iTunes or Apple

I'd be interested to hear what you've found.

I know you can put a compiled app on a jailbroken iphone, but obviously you can't compile in Livecode without a Provisioning Profile.
by ddaddy
Tue May 24, 2011 9:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Closing .exe doesnt kill process
Replies: 2
Views: 2591

Re: Closing .exe doesnt kill process

Many thanks, this did the trick.

Code: Select all

on closestack
  quit
end closestack
by ddaddy
Tue May 24, 2011 9:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Closing .exe doesnt kill process
Replies: 2
Views: 2591

Closing .exe doesnt kill process

I've just compiled some code into a windows .exe and it runs perfectly. However when closing it (X top right) the process is still running (as viewed from windows task manager). The .exe can't be deleted because it still running, supposedly. I'm still using the 30 day free trial on Windows 7. Am I d...
by ddaddy
Thu May 19, 2011 3:48 pm
Forum: Off-Topic
Topic: Can I simulate the Stock Manager iPad demo with Free Trial?
Replies: 9
Views: 7402

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

I got this working :-)
You have to select a simulator version from Development --> Test Target

Doh.
by ddaddy
Thu May 19, 2011 11:49 am
Forum: iOS Deployment
Topic: Deploying to iPad without iTunes or Apple
Replies: 7
Views: 6612

Re: Deploying to iPad without iTunes or Apple

I've just successfully got xcode to send an app to my jailbroken phone without the need for the Provisioning File, but I can't get it working through LC as the list of profiles wont let me select one.
by ddaddy
Thu May 19, 2011 10:48 am
Forum: iOS Deployment
Topic: Deploying to iPad without iTunes or Apple
Replies: 7
Views: 6612

Re: Deploying to iPad without iTunes or Apple

Any luck?

I know it's easily possible using xcode, but not sure how to get LC to do it.
by ddaddy
Thu May 19, 2011 10:46 am
Forum: iOS Deployment
Topic: Deploying Without App Store
Replies: 31
Views: 26134

Re: Deploying Without App Store

Has anybody managed to get a LC build running on a Jailbroken device?
I know it can easily be done with xcode so shouldn't be to hard to get it working (and totally legal).

I wonder if Runrev could/should incorporate this into LC
by ddaddy
Wed May 18, 2011 9:27 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intersect not working
Replies: 5
Views: 4170

Re: Intersect not working

One more quick thing about your code. Is the 'to me in 1 millisecond' needed for the button script?

I couldn't understand why it was there, and removing it doesn't affect the functionality of it at all.

Thanks
by ddaddy
Wed May 18, 2011 9:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intersect not working
Replies: 5
Views: 4170

Re: Intersect not working

Many thanks for that. All working now. The reason I got confsed, is if I selected the moveButton script from the pull down menu in the code window, and pressed the Play button, the button started moving. So I assumed if I selected the checkForCollision code and pressed play, then that bit of code sh...
by ddaddy
Tue May 17, 2011 10:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Intersect not working
Replies: 5
Views: 4170

Intersect not working

I've copied some code from a tutorial video but I cant get the intersect working. I have this to move a button (Button1) across the screen, and I have Button2 stationary next to it. on moveButton put item 1 of the location of button "Button1" into tLocX if the location of button "Button1" is within ...
by ddaddy
Tue May 17, 2011 10:43 am
Forum: Off-Topic
Topic: Can I simulate the Stock Manager iPad demo with Free Trial?
Replies: 9
Views: 7402

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

I've set the preferences in LC. The location for iOS 3.2 and above is set to /Developer but it wont set the 3.1.3 as I assume it needs an older XCode. Anyway, the Test button still isn't available. I'm trying to get the Bulls-i application to run. I've set the Standalone Application Settings to just...
by ddaddy
Tue May 17, 2011 7:29 am
Forum: Off-Topic
Topic: Can I simulate the Stock Manager iPad demo with Free Trial?
Replies: 9
Views: 7402

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Mark wrote:Unfortunately, standalones run only 1 minute in the simulator, which is barely enough to start the app.

Best,

Mark
Thanks Mark. Is this just a restriction of the free trial?
by ddaddy
Mon May 16, 2011 9:09 pm
Forum: Off-Topic
Topic: Can I simulate the Stock Manager iPad demo with Free Trial?
Replies: 9
Views: 7402

Re: Can I simulate the Stock Manager iPad demo with Free Trial?

Hi Patrick, did you get this working?
I've also got the trial version running but can't get the iPhone simulator working. The 'test' button is always greyed out.
I have XCode installed.
by ddaddy
Mon May 16, 2011 4:47 pm
Forum: Databases
Topic: Access .mdb on mobile
Replies: 3
Views: 3862

Re: Access .mdb on mobile

Many thanks for the reply.
I guess an alternative method would be to have my access front end export some of the data into a format that could be used on the iOS elbefore going into the field, then have it transfer and convert it back.