Search found 5 matches
- Thu Aug 30, 2012 5:52 pm
- Forum: iOS Deployment
- Topic: Unable to use iOS Simulator...
- Replies: 11
- Views: 8961
Re: Unable to use iOS Simulator...
A provisioning profile is associated with an apple.com/developer account. You specify the name of your profile in the standalone application settings of the livecode app you are creating. There is a good book recently published on Amazon that will walk you through the steps for Livecode: LiveCode Mo...
- Thu Aug 30, 2012 5:20 pm
- Forum: iOS Deployment
- Topic: Deploying Without App Store
- Replies: 31
- Views: 26156
Re: Deploying Without App Store
I currently have an enterprise certificate from apple and place my app on a web site. Without any developer profiles installed on my iphone 4, clicking on a link in my mobile browser causes a prompt Do you want to install <appname)? Pressing on the install button causes it to be installed as well as...
- Tue Aug 28, 2012 9:00 pm
- Forum: iOS Deployment
- Topic: Developing for big iPad on small laptop
- Replies: 22
- Views: 20750
Re: Developing for big iPad on small laptop
There are monitors that rotate offering both landscape and portrait modes. You might want to look into that as an external monitor option. Also some video drivers will let you specify landscape/portrait (they are assuming this kind of monitor I guess). With a laptop, and external keyboard and mouse,...
- Sat Aug 11, 2012 2:59 pm
- Forum: iOS Deployment
- Topic: More tutorials for Iphone/Ipad?
- Replies: 6
- Views: 5669
Re: More tutorials for Iphone/Ipad?
Are you using MOBGUI? If not try it. You can't assume that a font that you can use on the desktop will be available in IOS.
- Fri Jun 15, 2012 5:39 pm
- Forum: iOS Deployment
- Topic: Connect to MS SQL Server
- Replies: 11
- Views: 22060
Re: Connect to MS SQL Server
I'm currently running a program that I wrote that monitors a port and looks for parameters and works as a direct intermediary to the MS Sql server. The calling command is put url("yourwebpage:port/?param1;userid;hashed password?") into rtable The parameter in my case is a function number but could j...