
Search found 192 matches
- Sun Nov 02, 2014 2:14 pm
- Forum: Marketing Your Products
- Topic: Finding lab rats (beta testers)
- Replies: 4
- Views: 6199
Re: Finding lab rats (beta testers)
It's a shame there isn't a Livecode beta tester google group for testing Android apps - [not checking your code - which would be even more embarrassing
].

- Sun Nov 02, 2014 12:15 pm
- Forum: Marketing Your Products
- Topic: Finding lab rats (beta testers)
- Replies: 4
- Views: 6199
Re: Finding lab rats (beta testers)
Quick search will show: https://developer.apple.com/app-store/testflight/ or http://erlibird.com/beta-testing?gclid=CjwKEAjwrNeiBRD3goG_1s-0_XMSJADuGQQcfBK8cNiUxStLa3EgQmNtHSpCqqF6dkqtl-pSE0Cl0BoCO9Hw_wcB or for android you could build a google group then invite to test, small number alpha, larger n...
- Sun Nov 02, 2014 12:03 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Low graphics in android device
- Replies: 17
- Views: 3417
Re: Low graphics in android device
That's why people use http://mobgui.com/index.php for mobile.
- Sat Nov 01, 2014 5:48 pm
- Forum: Talking LiveCode
- Topic: WordReport not working
- Replies: 2
- Views: 1172
Re: WordReport not working
Did you try contacting developer. I just had a similar thing with mobgui but I re-downloaded latest from site [not via my LC login] and it worked again.
- Sat Nov 01, 2014 1:00 pm
- Forum: iOS Deployment
- Topic: Answer dialog with emoji etc.
- Replies: 4
- Views: 1720
Re: Answer dialog with emoji etc.
Simple example of code would be useful.
- Fri Oct 31, 2014 5:15 pm
- Forum: Feature Proposals
- Topic: Livecode share portal administrator
- Replies: 5
- Views: 3186
Re: Livecode share portal administrator
They should let users upload and a moderator decide to keep or delete.
- Fri Oct 31, 2014 1:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Vertical center alignment of data grid row
- Replies: 5
- Views: 1564
Re: Vertical center alignment of data grid row
Isn't that select "table" group, Property inspector, columns, align center for a selected column?
- Fri Oct 31, 2014 10:23 am
- Forum: Windows
- Topic: pdf creation in windows 8
- Replies: 8
- Views: 3359
Re: pdf creation in windows 8
Didn't look at your code but release note says: You should now set 'formatForPrinting' to true for stacks you are printing to PDF on Windows. This will ensure the metrics of the text match those which PDFs expect. Note that 'formatForPrinting' on Windows will now display on screen with the same metr...
- Thu Oct 30, 2014 12:47 pm
- Forum: Android Deployment
- Topic: 'export snapshot to image' silently fails [SOLVED]
- Replies: 2
- Views: 1215
Re: 'export snapshot to image' silently fails
I have a line of script that works on Android:
export snapshot from group "group1" to tData as PNG
Dictionary says:
export snapshot from rect "0,0,200,200" to file "Nav.jpg" as JPEG
export snapshot from group "group1" to tData as PNG
Dictionary says:
export snapshot from rect "0,0,200,200" to file "Nav.jpg" as JPEG
- Tue Oct 28, 2014 12:37 pm
- Forum: Off-Topic
- Topic: Missing Greek in LC 7 logo
- Replies: 7
- Views: 4027
Re: Missing Greek in LC 7 logo
Logo from greek http://en.wikipedia.org/wiki/Logo so you win..
- Sun Oct 26, 2014 5:16 pm
- Forum: Games
- Topic: How do I know if one object is within another object?
- Replies: 5
- Views: 2889
Re: How do I know if one object is within another object?
you could have invisible objects next to the visible - like a boundary. Then test for intersect e.g. a slightly larger invisible outer circle or a slightly larger invisible outer box.
- Sun Oct 26, 2014 7:36 am
- Forum: Android Deployment
- Topic: the media player not working on android??
- Replies: 18
- Views: 6918
Re: the media player not working on android??
A few things I found when copying an mp3 etc to play on Android -I had to tick 'copy referenced files': so it contained _referenced files - I had to be careful to match the file name so if myBest.mp3 not to use mybest.mp3 in the app. - I had to use "engine" in the specialfolderpath Another useful ti...
- Sat Oct 25, 2014 12:30 pm
- Forum: Android Deployment
- Topic: Not working with LC 7 - Android
- Replies: 0
- Views: 733
Not working with LC 7 - Android
I intend to list functions that I have found that NOW DON'T/NEVER DID work on Android using LC7. Anyone can add theirs as well. I will edit when fixed. 1). mobilecontrolset - contentRect. Should work as: http://livecode.com/developers/api/6.0.2/command/mobileControlSet/ My Test: I have an app that s...
- Sat Oct 25, 2014 10:05 am
- Forum: Android Deployment
- Topic: Saving to camera roll
- Replies: 14
- Views: 4420
Re: Saving to camera roll
I struggle to understand how LC functionality is claimed for Android - but doesn't work and then the documentation is not amended to say "doesn't work on Android". if I bought a car and it said it uses either diesel or petrol but actually it only uses petrol I would imagine there would be a lot of c...
- Fri Oct 24, 2014 2:45 pm
- Forum: Android Deployment
- Topic: mobileExportImageToAlbum broken?
- Replies: 7
- Views: 2981
Re: mobileExportImageToAlbum broken?
Hi pkocsis, You probably don't want a workaround but... here. on mouseUp set the defaultFolder to "/mnt/sdcard/DCIM/" put image "myImage" into url("binfile:picTest.jpg") answer the result end mouseUp That will show up in the Gallery. If loading via USB, remember to unplug it or the sd card won't sh...