Re: iOS simulator not responding

2019-11-26 Thread Terry Judd via use-livecode
Great! I have a vague memory of trying to have a transparent entry field so that it could show some faint placeholder text when empty then change to opaque when any text was entered, and not being able to get it to work. Terry... On 27/11/19, 2:39 pm, "use-livecode on behalf of J. Landman Gay

Re: iOS simulator not responding

2019-11-26 Thread J. Landman Gay via use-livecode
Found it, it was the alpha. When I leave that out, it displays, is editable, and works. Thank you! On 11/26/19 8:16 PM, Terry Judd via use-livecode wrote: I primarily use single line input fields on my apps' login screens. Here's what I do for a password field - for a 'normal' field I just ch

Re: iOS simulator not responding

2019-11-26 Thread Terry Judd via use-livecode
I primarily use single line input fields on my apps' login screens. Here's what I do for a password field - for a 'normal' field I just change the 'contentType' to 'plain'. mobileControlCreate "input", pControlName mobileControlSet pControlName, "rect", the rect of pObj mobileControlSet pControl

Re: iOS simulator not responding

2019-11-26 Thread J. Landman Gay via use-livecode
Thanks Terry. I keep finding new things. It turns out my multiline fields are working, but the single input ones do not. Very strange. Do you have single line inputs? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 26, 2019 5:

Re: iOS simulator not responding

2019-11-26 Thread Terry Judd via use-livecode
Not sure if it will help, but here's the code I use to create a multiline text control (pControlName) on iOS that 'overlays' an existing LC field (pObj) # create a native multiline text control put the rect of pObj into tRect # shrink the rect by 1 pixel all around to reveal the object's border a

Re: iOS simulator not responding

2019-11-26 Thread J. Landman Gay via use-livecode
I have reduced the problem to iOS input fields. Some testing shows that: * The native fields exist * Their rect is correct * If I script their text data, it is there and can be retrieved But they are inactive, can't be tapped, don't show any text even if its entry is scripted, can't be typed in

Re: iOS simulator not responding

2019-11-25 Thread J. Landman Gay via use-livecode
Thanks Panos. Resetting didn't work, so now I'm wondering if it is something about my LC native fields. The first thing the user needs to do is log in, and I can't test beyond that until I can enter credentials. There are two native fields, both are transparent. Would transparency in iOS matter

Re: iOS simulator not responding

2019-11-25 Thread panagiotis merakos via use-livecode
Hello Jacque, So the iOS standalone is installed to the iOS simulator, but the simulator does not respond to clicks / keyboard entry? I am on Mojave as well, but have not seen that happening. Maybe it is worth resetting the simulator state: Quit any instances of Xcode and iOS simulator, and exec

Re: iOS simulator issue - LC 9.0.2, Xcode 10.0

2019-01-29 Thread Terry Judd via use-livecode
Thanks Curry - seems to be working for now at least after a full restart. Command line tools were set to the right version but interestingly although the iOS12 simulator runs, it doesn't show up in the list of installed simulators in the components pane of the Xcode prefs window. Terry... On

Re: iOS simulator issue - LC 9.0.2, Xcode 10.0

2019-01-29 Thread Curry Kenworthy via use-livecode
Terry: > can’t get the simulator to run - it launches OK but LC throws an > error part way through the test/build process. > Unable to start simulator I've seen that! Can't remember which fix is for which error, but the handiest fix that I use most for Simulator is xCode's prefs: Command Line

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread John Allijn
Thanks for the info. Xcode was upgraded, so the old version was gone. I’m now downloading the 4,5GB 8.0 version from developer.apple.com . hope that works! thanks again! > On 03 Nov 2016, at 15:45, Thierry Douez wrote: > > 2016-11-03 15:37 GMT+01:00 Bob Sneidar :

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread Bob Sneidar
There ya go! :-) Bob S On Nov 3, 2016, at 07:44 , Peter TB Brett mailto:peter.br...@livecode.com>> wrote: Which version works with which should probably be published in a document, and maybe already has been. This information is always included in the release notes for LiveCode.

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread Peter TB Brett
On 03/11/2016 14:37, Bob Sneidar wrote: When it comes to Xcode, this is almost never the case. What I have gotten from all the iOS posts in this forum, keeping LC and Xcode in sync is far more important than having either/both up to date. Which version works with which should probably be publis

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread Thierry Douez
2016-11-03 15:37 GMT+01:00 Bob Sneidar : > Which version works with which should probably be published in a document, > and maybe already has been. > ​Hi Bob, There is one place:​ https://livecode.com/resources/support/ask-a-question/ ​but it needs to be updated too :) ​ ​Thierry ​ ___

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread Bob Sneidar
When it comes to Xcode, this is almost never the case. What I have gotten from all the iOS posts in this forum, keeping LC and Xcode in sync is far more important than having either/both up to date. Which version works with which should probably be published in a document, and maybe already has

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread Dave Kilroy
Ach - I should have written “Xcode 8.1” and “Xcode81.app" > Begin forwarded message: > > From: Dave Kilroy > Subject: Re: iOS simulator not found after updating LC and Xcode > Date: 3 November 2016 at 10:05:31 GMT > To: How to use LiveCode > > Yep Thierry is r

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread Dave Kilroy
Yep Thierry is right - still too early to use Xcode 8.1.1 BTW if you’re going to have multiple versions of Xcode on you machine (which is a sensible thing to do if you’re going to have multiple versions of LiveCode on your machine) the safest way of doing this is to have each of them in their ow

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread John Allijn
Installing livecode 9.0.0 DP1 does not fix it. I'm now downloadind the ios10.0 simulator. Maybe that helps... > Op 3 nov. 2016 om 10:07 heeft Thierry Douez het volgende > geschreven: > > Mmm, not sure as I'm far away from my computer, > but I think you need Xcode 8 ! not 8.1. > > Hope someon

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread John Allijn
Yes, 8.0 used to work just fine but I thought it would be a good idea to bring everything up to date... > Op 3 nov. 2016 om 10:07 heeft Thierry Douez het volgende > geschreven: > > Mmm, not sure as I'm far away from my computer, > but I think you need Xcode 8 ! not 8.1. > > Hope someone else

Re: iOS simulator not found after updating LC and Xcode

2016-11-03 Thread Thierry Douez
Mmm, not sure as I'm far away from my computer, but I think you need Xcode 8 ! not 8.1. Hope someone else could confirm... Regards, Thierry 2016-11-03 9:57 GMT+01:00 John Allijn : > Hi, > Yesterday I updated Xcode to 8.1 and LiveCode to version 8.1.1 and now > LiveCode can’t find any simulat

Re: iOS Simulator Behaves Strangely in LC8DP15

2016-03-15 Thread Neil Roger
Hi Sannyasin Brahmanathaswami, I've been working with 8.0 DP15 for iOS builds and have not come across any major stumbling blocks. In regards to the simultor size, this sounds like a simulator scaling issue on your display. You should be able to resolve this by selecting one of the scale opt

Re: iOS simulator and iOS 8 [Was sqlite and iOS 8]

2015-03-11 Thread Dave Kilroy
Actually the iOS simulator start up times with 7.0.3 has been pretty good - but I don't trust it anymore and hardly ever use it - better to get on a real device and test properly (what is the point of testing with an unpredictable simulator?). It may be I'm being too hard on the simulator but I've

Re: iOS simulator and iOS 8 [Was sqlite and iOS 8]

2015-03-11 Thread Monte Goulding
Just don't click the test flight button anymore because apple broke it :-( -- M E R Goulding Software development services mergExt - There's an external for that! > On 11 Mar 2015, at 6:11 pm, Gerry wrote: > > You are wasting time :) Use Monte's mergTestApp plug in. Makes deploying to a > con

Re: iOS simulator and iOS 8 [Was sqlite and iOS 8]

2015-03-11 Thread Gerry
You are wasting time :) Use Monte's mergTestApp plug in. Makes deploying to a connected device simple as...click. g > On 8 Mar 2015, at 6:41 am, Ralph DiMola wrote: > > But in the end I just didn't have the time so I went the==>drag the > .app into the device using Xcode. Only takes 10 second

RE: iOS simulator and iOS 8 [Was sqlite and iOS 8]

2015-03-07 Thread Ralph DiMola
aturday, March 07, 2015 6:49 PM To: How to use LiveCode Subject: Re: iOS simulator and iOS 8 [Was sqlite and iOS 8] so what issues are you having with the simulator? I'm having nothing that I notice. On Sat, Mar 7, 2015 at 2:41 PM, Ralph DiMola wrote: > >Dave Kilroy Wrote: > >How

Re: iOS simulator and iOS 8 [Was sqlite and iOS 8]

2015-03-07 Thread Mike Kerner
so what issues are you having with the simulator? I'm having nothing that I notice. On Sat, Mar 7, 2015 at 2:41 PM, Ralph DiMola wrote: > >Dave Kilroy Wrote: > >However for me the iOS simulator has recently been almost useless and I > test directly on the device. > > Me Too. I saw there was som

Re: iOS simulator closes right after opening of app

2012-10-30 Thread Colin Holgate
To get prerelease ones you would, yes, but check your RunRev account, see if the is 5.5.3 release version waiting for you. On Oct 30, 2012, at 9:33 AM, Christophe Leske wrote: > > > Ok, so this is where I get uncomfortable, as I am just a normal paying > customer. > I got 5.5.2 here - in o

Re: iOS simulator closes right after opening of app

2012-10-30 Thread Christophe Leske
Hi Matthias et al, the new version 5.5.3 got me going again, I am fine now besides the fact that my OS X harddisk is now completely filled... But thanks for the quick turnaround! Greets, Christophe Leske ___ use-livecode mailing list use-livecode@

Re: iOS simulator closes right after opening of app

2012-10-30 Thread Matthias Rebbe
Christophe, when did you purchase? Try to contact supp...@runrev.com and describe your problem with the iOS6 simulator. Maybe they find a solution for you. They are more than fair. Regards, Matthias -- Matthias Rebbe matthias (at) rebbe.tk Tel +49.5741.31 Tel +49.160.5504462 -- "Life is to

Re: iOS simulator closes right after opening of app

2012-10-30 Thread Christophe Leske
Ok, so this is where I get uncomfortable, as I am just a normal paying customer. I got 5.5.2 here - in order to get access to the latest LiveCode Version, i am supposed to subscribe to a developer's program? I find that to be quite daft after having paid 500€ in order to get the software lic

Re: iOS simulator closes right after opening of app

2012-10-30 Thread Matthias Rebbe
Hi Christophe, welcome to the list. There is also a little problem with the ios 6 simulator: The new simulator does not like like apps with the same domain installed in your simulator. This could give an error message like "Unable to start simulation: iOS Simulator failed to install applicatio

Re: iOS simulator closes right after opening of app

2012-10-30 Thread Christophe Leske
Am Tue Oct 30 14:28:00 2012 schrieb Colin Holgate: Welcome! Not sure where you got Xcode 4.5.5 from, the latest prerelease one I can see is 4.5.2, and when I get prerelease ones I tend to keep the existing release one installed too, which would be 4.5.1. Hi, my fault, I got indeed 4.5.1 (d

Re: iOS simulator closes right after opening of app

2012-10-30 Thread Colin Holgate
Welcome! Not sure where you got Xcode 4.5.5 from, the latest prerelease one I can see is 4.5.2, and when I get prerelease ones I tend to keep the existing release one installed too, which would be 4.5.1. In Xcode Preferences there is Downloads section, where you can download older SDKs for it

Re: iOS simulator closes right after opening of app

2012-10-30 Thread Christophe Leske
Am 30.10.12 14:02, schrieb Thomas McGrath III: Actually, what really happened was that I rebooted my computer after the weekend fishing and all was fine so it just took time to settle in. Hello Thomas, thank you for your reply. Downloading and installing the old simulator fixed it for me, I

Re: iOS simulator closes right after opening of app

2012-10-30 Thread Thomas McGrath III
Christophe, Any time you have a new Desktop OS, and a new Development IDE, and a new iOS, and a new Livecode version you are bound to run into issues until everything gets worked out and all caveats are resolved. As far as I know this would be the same on any platform. With the new xCode, Appl

Re: iOS Simulator

2012-10-12 Thread Dave McKee
Fixed by upgrading to latest XCode Sent from my iPhone On 2012-10-12, at 1:55 PM, Dave McKee wrote: > running mac osx lion 10.8.2 > using LC v5.5.3 RC2 > > have selected target as being; iPhone simulator 5.1 > > have app that was working ok in simulator but as of moving from 5.5.2 to > 5.5.3

Re: iOS simulator won't work

2012-10-11 Thread Guglielmo Braguglia
Hi Lars, unfortunately NOT ... *nothing is automatically resized* ... you have to "do everything by hand" (... adjusting the stack size, the control size, changing the images, etc, etc) ... :) Guglielmo On 11.10.2012 14:30, Lars Brehmer wrote: Thanks a million to Colin (again) and Guglielmo

re: iOS simulator won't work

2012-10-11 Thread Lars Brehmer
Thanks a million to Colin (again) and Guglielmo! I knew I was overlooking something simple, and sure enough the simulator now works thanks to replacing Xcode 4.5 with xCode 4.4.1 So it works, but it is of slightly limited use to me (unless I am overlooking something obvious again.) I guess tha

Re: iOS simulator won't (still) work

2012-10-09 Thread Guglielmo Braguglia
Do you know that this configuration is *NOT* officially supported by RunRev ? This is what RunRev OFFICIALLY say (/... on the developers list/) : with LiveCode 5.5.2 you have to use xCode 4.4.1 with LiveCode 5.5.3 (/when will be officially released/) can use xCode 4.5 so ... I think

re: iOS simulator won't (still) work

2012-10-09 Thread Lars Brehmer
Thanks again for the reply Colin! > Something that may help narrow down the issue, what happens if you give the > app a custom icon? Does it then show that icon and fail to open, or is it > still a white icon? > > Which version of LiveCode are you using, and which iOS version? I quickly made

Re: iOS simulator (still!) won't work

2012-10-08 Thread Colin Holgate
Something that may help narrow down the issue, what happens if you give the app a custom icon? Does it then show that icon and fail to open, or is it still a white icon? Which version of LiveCode are you using, and which iOS version? ___ use-livecode

re: iOS simulator (still!) won't work

2012-10-08 Thread Lars Brehmer
Thanks for the reply Colin! Unfortunately it still doesn't work! > What are the chances! > > Some things may have become more strict over time, and you may have to enter > a more full app id. > > In that field initially there is "com.yourcompany.yourapp", change that to > something else, say

Re: iOS simulator won't work

2012-10-05 Thread Colin Holgate
The instructions about Xcode were for when you get as far as testing on a device, it shouldn't affect whether it works in the simulator. One thing I notice, I wrote that stuff before Apple changed Xcode to become a single application file. If you have a recent Xcode installed there may be a dif

re: iOS simulator won't work

2012-10-05 Thread Lars Brehmer
Thanks for the reply Colin! Unfortunately it still doesn't work! > What are the chances! > > Some things may have become more strict over time, and you may have to enter > a more full app id. > > In that field initially there is "com.yourcompany.yourapp", change that to > something else, say

Re: iOS simulator won't work

2012-10-04 Thread Colin Holgate
On Oct 4, 2012, at 2:41 PM, Lars Brehmer wrote: > >Whart am I missing? The book has been spot on for every little detail so > >far, so I wonder why this isn't working? What are the chances! Some things may have become more strict over time, and you may have to enter a more full app id. In t

Re: iOS Simulator oddness

2012-04-25 Thread Graham Samuel
Yup, Colin, I forgot about the Test Target - I had just set the Standalone Settings to be iPhone/iPod (so not iPad) and thought that would be enough. The Test Target menu item only shows up when one isn't editing a script, which is a kind of lame excuse for forgetting about its existence. Anywa

Re: iOS Simulator oddness

2012-04-24 Thread Colin Holgate
What is Test Target set to in LiveCode? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

RE: iOS Simulator oddness

2012-04-24 Thread John Dixon
Sounds like you have it set to ipad in the standalone application settings... > I've been doing some testing on an iPhone app on my newish iMac. The > simulator has been working as expected. I'm now on a trip and have switched > to my MacBook which AFAIK has the same development software (LC 5