Search found 6 matches
- Thu Oct 31, 2013 9:10 pm
- Forum: iOS Deployment
- Topic: ios simulator error message SDK not found
- Replies: 5
- Views: 4512
Re: ios simulator error message SDK not found
Hello garyth123, I have the same problem and I'm not able to use iPad Simulator 5.1 and 6.1. What I did was going to Development > Test Target > iPad Simulator 7.0, so I'm testing my app on iOS 7, even when in my standalone application settings I choosed iPad 5.1 or later. I hope that it helps. Daniel
- Mon Aug 05, 2013 8:23 pm
- Forum: Feature Proposals
- Topic: Livecode IDE Retina Support
- Replies: 3
- Views: 2045
Re: Livecode IDE Retina Support
Hello shaosean, thank you for your answer.
I can see that you have a solution for a specific App, but I'm talking about the Livecode IDE.
The quality of graphics and text is really low in retina monitors.
Daniel
I can see that you have a solution for a specific App, but I'm talking about the Livecode IDE.
The quality of graphics and text is really low in retina monitors.
Daniel
- Fri Aug 02, 2013 9:10 pm
- Forum: Feature Proposals
- Topic: Livecode IDE Retina Support
- Replies: 3
- Views: 2045
Livecode IDE Retina Support
Hello all, I have been looking in this forums and I think that this request hasn't been made. It would be nice if Livecode IDE had retina display support. What I mean is that if your are working in a MacBook Retina Display you see the elements in the IDE really pixelated: windows, icons, controls, t...
- Fri Aug 02, 2013 8:01 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Get information from a Google Map
- Replies: 4
- Views: 4393
Re: Get information from a Google Map
It is possible to insert the value that I need in a HTML hidden field, but I don't know how to read it after it. I could get the file again, but it will be the content of the original HTML file. Anyway, I would need to call a handler after a JavaScript event and I don't know how to do it either. Reg...
- Fri Aug 02, 2013 4:47 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Get information from a Google Map
- Replies: 4
- Views: 4393
Re: Get information from a Google Map
Hello Simon, Thanks for your answer, I saw that topic some days ago and it helped, but what I need now is something different. In Bangkok's example he gets information from the map using geocode, the problem is that an URL with the location of the markers set in the parameters is needed. I need to g...
- Fri Aug 02, 2013 1:51 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Get information from a Google Map
- Replies: 4
- Views: 4393
Get information from a Google Map
Hello all, I'm kinda new in livecode and I've been working in an App using different functionalities. Now I'm using the Google Maps API to show some points in the map (with markers and info windows). My problem is that I haven't find a way to get information back from the map to use it in livecode. ...