Search found 14 matches
- Wed Nov 06, 2013 5:11 pm
- Forum: iOS Deployment
- Topic: ios simulator error message SDK not found
- Replies: 5
- Views: 4499
Re: ios simulator error message SDK not found
This was resolved with the latest xcode
- Tue Nov 05, 2013 8:57 pm
- Forum: iOS Deployment
- Topic: ios simulator error message SDK not found
- Replies: 5
- Views: 4499
Re: ios simulator error message SDK not found
Hi All, I am not able to get IOS SDK 7.0. I have installed xcode 4.4, 4.6, 5.0 and even 5.0.1 however I can't get the 7.0 SDK associated in livecode (see screenshot) and hence can not build or test out on the simulator for IOS 7. Interestingly the simulator give's me the option for IOS 7 from the Ha...
- Mon Apr 02, 2012 1:10 pm
- Forum: iOS Deployment
- Topic: [ANN] mergExt
- Replies: 17
- Views: 13435
Re: [ANN] mergExt
Monte, I can't get the pBarcode to return the text after I scan a qr code. My implementation is like; on mergZXingDidScanResult pBarcode answer pBarcode with "OK" or "Cancel" put pBarcode&cr before field "barCodeText" of card "info" end mergZXingDidScanResult I also noticed I only get the ok optio...
- Sat Sep 17, 2011 7:12 am
- Forum: iOS Deployment
- Topic: Ipad layout and controls example
- Replies: 1
- Views: 2296
Ipad layout and controls example
Hi, I successfully created my first app for the iphone and now am trying to create an ipad app but it's a bit hard to grasp how to layout the elements, control rotation appropriately and get it to look like a native app. I have MOBGUI and have created some buttons etc but I would like controls like ...
- Mon Aug 01, 2011 8:11 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Pick Wheel not displaying on Iphone
- Replies: 3
- Views: 3658
Re: Pick Wheel not displaying on Iphone
Figured this out, I was using combo box instead of option for my button type. All is well again.
Thanks
Thanks
- Mon Aug 01, 2011 7:50 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Pick Wheel not displaying on Iphone
- Replies: 3
- Views: 3658
Re: Pick Wheel not displaying on Iphone
Thanks jacque,
Got MobGUI and it's really useful although it doesn't seem like the pick wheel is part of the available controls. I guess I should ask this on the MobGui forum but I appreciate your help getting me this far.
Regards
Got MobGUI and it's really useful although it doesn't seem like the pick wheel is part of the available controls. I guess I should ask this on the MobGui forum but I appreciate your help getting me this far.
Regards
- Sat Jul 30, 2011 6:46 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Pick Wheel not displaying on Iphone
- Replies: 3
- Views: 3658
Pick Wheel not displaying on Iphone
Hi All, I successfully deployed an app to my iphone to test it out however some of the controls like the option button don't have the glossy look as is the case in the IDE and when I attempt to select the drop down, I don't get the native iphone pick wheel instead i get a grey background with the op...
- Fri Jul 22, 2011 8:37 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Selected button in a group
- Replies: 4
- Views: 3914
Re: Selected button in a group
Klaus,
That worked perfectly,
Thanks much
That worked perfectly,
Thanks much
- Fri Jul 22, 2011 3:36 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Selected button in a group
- Replies: 4
- Views: 3914
Re: Selected button in a group
Sparkout,
Thanks for the reply, I tried this out but it doesn't seem to work. I placed the code in the group script
Thanks for the reply, I tried this out but it doesn't seem to work. I placed the code in the group script
- Thu Jul 21, 2011 1:09 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Selected button in a group
- Replies: 4
- Views: 3914
Selected button in a group
Hi, I would like to hilite or set the opaque property of a button in a group to true when clicked but set it back to false when a user clicks on another button in the group. Any ideas on how to get this done? im trying to do something like; repeat with x = 1 to the number of buttons of group "button...
- Wed Jul 13, 2011 11:52 pm
- Forum: Databases
- Topic: How to display photo from MySQL table
- Replies: 9
- Views: 11222
Re: How to display photo from MySQL table
All, I'm trying to display a photo from a remote MySQL table. I encode the photo and store it successfully in a blob field (this was also successful if it was a text field) like; ## put file from local disk into tChosenFile and display in img "img1" put url("binfile:"& tChosenFile) into img "imgFrom...
- Tue Jul 12, 2011 6:45 pm
- Forum: Databases
- Topic: Unable to connect to MySQL database error
- Replies: 11
- Views: 12125
Re: Unable to connect to MySQL database error
Thanks peaslee, your second solution resolved my problem
- Sat Jul 09, 2011 7:04 am
- Forum: Databases
- Topic: Unable to connect to MySQL database error
- Replies: 11
- Views: 12125
Re: Unable to connect to MySQL database error
Help!! Can't figure out why this is happening. I get the error; Access denied for user 'user'@' 'c-xx-xx-xx-xxx.hsd1.site.domain'' (using password: YES) Where the 'xx-xx-xx-xxx' turns out to be the IP address of my machine. I am connecting to a remote mysql server and this worked ok sometime during ...
- Fri Jul 01, 2011 11:47 pm
- Forum: Talking LiveCode
- Topic: DB Image Retrieval Problem
- Replies: 4
- Views: 5565
Re: DB Image Retrieval Problem
Much thanks for this code and digging through to find a solution, I know I spent a whole night trying to figure it out