Search found 24 matches
- Wed Apr 05, 2017 3:51 pm
- Forum: Android Deployment
- Topic: Helvetica Neue and OSX development for Android
- Replies: 2
- Views: 4549
Re: Helvetica Neue and OSX development for Android
I'll look into that. Thanks Jim!
- Mon Apr 03, 2017 9:43 pm
- Forum: Android Deployment
- Topic: Helvetica Neue and OSX development for Android
- Replies: 2
- Views: 4549
Helvetica Neue and OSX development for Android
Hi all.
Hope someone may have run into this already. I am trying to implement an Android app in OSX which uses Helvetica Neue and Helvetica Neue Bold. Livecode asks for ttf fonts for mobile deployment. In OSX Helvetica Neue is a dfont file. I don't have a ttf version. I thought that using a ttf ...
Hope someone may have run into this already. I am trying to implement an Android app in OSX which uses Helvetica Neue and Helvetica Neue Bold. Livecode asks for ttf fonts for mobile deployment. In OSX Helvetica Neue is a dfont file. I don't have a ttf version. I thought that using a ttf ...
- Wed May 25, 2016 8:14 pm
- Forum: iOS Deployment
- Topic: Google Maps API - click marker and pass info to Livecode
- Replies: 2
- Views: 5476
Google Maps API - click marker and pass info to Livecode
I posted this in the beginners forum and have had 50 views and no replies. Can anyone here help? I'm trying to urgently resolve this for a student and I'm at a loss.
I have a Google map with markers in a browser object in an iOS app and I want to be able to click on the markers and have them pass ...
I have a Google map with markers in a browser object in an iOS app and I want to be able to click on the markers and have them pass ...
- Wed May 18, 2016 9:37 pm
- Forum: iOS Deployment
- Topic: Passing arguments to Javascript from Livecode
- Replies: 13
- Views: 24289
Re: Passing arguments to Javascript from Livecode
Just saw this - sorry! I bet it's way too late but anyways...
I call it from Livecode like this:
put specialFolderPath("engine") & "/billboards.csv" into pathToFile
put url ("file:" & pathToFile) into tContents
put tContents into lContents // make a copy of this data to memory for accessing ...
I call it from Livecode like this:
put specialFolderPath("engine") & "/billboards.csv" into pathToFile
put url ("file:" & pathToFile) into tContents
put tContents into lContents // make a copy of this data to memory for accessing ...
- Wed May 18, 2016 9:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Google Maps API - click marker and pass info to Livecode
- Replies: 0
- Views: 2616
Google Maps API - click marker and pass info to Livecode
Hi.
The subject says it all. I have a Google map with markers and I want to be able to click on them and have them pass their name/identifier to Livecode. It must be simple no? - just I'm not too hot on Javascript. Can anyone help?
Kind regards, Paul.
The subject says it all. I have a Google map with markers and I want to be able to click on them and have them pass their name/identifier to Livecode. It must be simple no? - just I'm not too hot on Javascript. Can anyone help?
Kind regards, Paul.
- Mon Feb 22, 2016 3:30 pm
- Forum: Android Deployment
- Topic: Taking a photo without native controls
- Replies: 17
- Views: 26328
Re: Taking a photo without native controls
Thanks. This may be possible. I would need confirmation that this camera syntax works though to be able to access the money to buy the license. Perhaps I could send you the student's stack to check?
Another important issue is that the image would need to be saved on to the Android device's SD card ...
Another important issue is that the image would need to be saved on to the Android device's SD card ...
- Mon Feb 22, 2016 11:51 am
- Forum: Android Deployment
- Topic: Taking a photo without native controls
- Replies: 17
- Views: 26328
Re: Taking a photo without native controls
Thanks for getting back.
Ah - I see. Students here are using non-commercial version as you may imagine. I'll explain this important detail to the student. We have a total hack workaround triggering another machine to take a shot from a hidden camera.nBut it would be much tidier conceptually and ...
Ah - I see. Students here are using non-commercial version as you may imagine. I'll explain this important detail to the student. We have a total hack workaround triggering another machine to take a shot from a hidden camera.nBut it would be much tidier conceptually and ...
- Thu Feb 18, 2016 6:26 pm
- Forum: Android Deployment
- Topic: Taking a photo without native controls
- Replies: 17
- Views: 26328
Re: Taking a photo without native controls
Hello all.
Just caught up with this - a flurry of posts after a quiet first few days! Thanks to all involved.
Neil - thanks especially for the lead. I tried the code in 7.1.1 but couldn't get any response from the camera on the Android device. I ensured I had the camera Requirements and ...
Just caught up with this - a flurry of posts after a quiet first few days! Thanks to all involved.
Neil - thanks especially for the lead. I tried the code in 7.1.1 but couldn't get any response from the camera on the Android device. I ensured I had the camera Requirements and ...
- Thu Feb 11, 2016 7:08 pm
- Forum: Android Deployment
- Topic: Taking a photo without native controls
- Replies: 17
- Views: 26328
Taking a photo without native controls
Hi.
I have a student who is developing a simple Android app and is wanting to take a photo without the user knowing (don't worry - it's part of an art school degree show installation about privacy - not a sleazy app for public deployment). I was wondering if it was possible to bypass the OS ...
I have a student who is developing a simple Android app and is wanting to take a photo without the user knowing (don't worry - it's part of an art school degree show installation about privacy - not a sleazy app for public deployment). I was wondering if it was possible to bypass the OS ...
- Wed Jan 20, 2016 12:09 pm
- Forum: iOS Deployment
- Topic: Passing arguments to Javascript from Livecode
- Replies: 13
- Views: 24289
Re: Passing arguments to Javascript from Livecode
Yes indeed. Sorted. Thanks!
Wrapping the script parameter in parentheses was where I was going wrong.MobileControlDo browserID, "execute", ("setMarkerAt(" && lat & "," & lng & ")")
- Wed Jan 20, 2016 11:23 am
- Forum: iOS Deployment
- Topic: Passing arguments to Javascript from Livecode
- Replies: 13
- Views: 24289
Passing arguments to Javascript from Livecode
Hi.
This isn't really iOS specific - but it is mobile-specific - I just happen to be developing an iOS app and I've come across it. My question is very simple and n00b, but it's driving me mental.
All I want to do is pass some arguments to a Javascript function. I am trying to do some work with ...
This isn't really iOS specific - but it is mobile-specific - I just happen to be developing an iOS app and I've come across it. My question is very simple and n00b, but it's driving me mental.
All I want to do is pass some arguments to a Javascript function. I am trying to do some work with ...
- Mon Jun 08, 2015 6:14 pm
- Forum: Android Deployment
- Topic: modification date of detailed files in Android
- Replies: 6
- Views: 6690
Re: modification date of detailed files in Android
Hi all.
Yes - it seems to work fine on OSX, Windows and iOS, but not in Android. Unless I'm missing something. This breaks my code badly and I don't know how to fix it.
Kind regards, Paul.
Yes - it seems to work fine on OSX, Windows and iOS, but not in Android. Unless I'm missing something. This breaks my code badly and I don't know how to fix it.
Kind regards, Paul.
- Tue Jun 02, 2015 8:07 pm
- Forum: Android Deployment
- Topic: modification date of detailed files in Android
- Replies: 6
- Views: 6690
modification date of detailed files in Android
Hi.
I'm updating my simple app and have hit another issue. I'm saving a binary file to the Android specialFolderPath("documents") directory. Every time my app launches it checks whether the file is there. If so if asks for the detailed file information on it. I am returned a comma-delimited list as ...
I'm updating my simple app and have hit another issue. I'm saving a binary file to the Android specialFolderPath("documents") directory. Every time my app launches it checks whether the file is there. If so if asks for the detailed file information on it. I am returned a comma-delimited list as ...
- Wed May 20, 2015 1:07 am
- Forum: iOS Deployment
- Topic: Standalone app now 80mb instead of 20mb after upgrading
- Replies: 4
- Views: 5319
Re: Standalone app now 80mb instead of 20mb after upgrading
Thanks for your advice. I updated to 7.0.5 and it has now effectively halved the size to around 40mb. I understand that as Livecode develops builds will get larger. I am under pressure to get this app out so don't have time to roll back to 6.x to remove unicode etc. I'd need to download and install ...
- Wed May 20, 2015 12:43 am
- Forum: iOS Deployment
- Topic: App not running beyond iPhone 5 in simulator in 7.0.4
- Replies: 2
- Views: 4123
Re: App not running beyond iPhone 5 in simulator in 7.0.4 RE
Hi.
Good news - I resolved this. It had to do with graphics acceleration and compositorType.
I originally had the app set the acceleratedGraphics of this stack to true. I also had the compositorTypes set to "openGL".
When I disabled these the app ran on all devices. But...
... it wasn't ...
Good news - I resolved this. It had to do with graphics acceleration and compositorType.
I originally had the app set the acceleratedGraphics of this stack to true. I also had the compositorTypes set to "openGL".
When I disabled these the app ran on all devices. But...
... it wasn't ...