Search found 189 matches

by newtronsols
Sun Nov 02, 2014 12:15 pm
Forum: Marketing Your Products
Topic: Finding lab rats (beta testers)
Replies: 4
Views: 11558

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...
by newtronsols
Sat Nov 01, 2014 5:48 pm
Forum: Talking LiveCode
Topic: WordReport not working
Replies: 2
Views: 2509

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.
by newtronsols
Sat Nov 01, 2014 1:00 pm
Forum: iOS Deployment
Topic: Answer dialog with emoji etc.
Replies: 4
Views: 3488

Re: Answer dialog with emoji etc.

Simple example of code would be useful.
by newtronsols
Fri Oct 31, 2014 1:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Vertical center alignment of data grid row
Replies: 7
Views: 4416

Re: Vertical center alignment of data grid row

Isn't that select "table" group, Property inspector, columns, align center for a selected column?
by newtronsols
Fri Oct 31, 2014 10:23 am
Forum: Windows
Topic: pdf creation in windows 8
Replies: 8
Views: 6301

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...
by newtronsols
Thu Oct 30, 2014 12:47 pm
Forum: Android Deployment
Topic: 'export snapshot to image' silently fails [SOLVED]
Replies: 2
Views: 2360

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
by newtronsols
Tue Oct 28, 2014 12:37 pm
Forum: Off-Topic
Topic: Missing Greek in LC 7 logo
Replies: 7
Views: 6823

Re: Missing Greek in LC 7 logo

Logo from greek http://en.wikipedia.org/wiki/Logo so you win..
by newtronsols
Sun Oct 26, 2014 5:16 pm
Forum: Games
Topic: How do I know if one object is within another object?
Replies: 5
Views: 5565

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.
by newtronsols
Sun Oct 26, 2014 7:36 am
Forum: Android Deployment
Topic: the media player not working on android??
Replies: 18
Views: 13090

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...
by newtronsols
Sat Oct 25, 2014 12:30 pm
Forum: Android Deployment
Topic: Not working with LC 7 - Android
Replies: 0
Views: 1623

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...
by newtronsols
Sat Oct 25, 2014 10:05 am
Forum: Android Deployment
Topic: Saving to camera roll
Replies: 14
Views: 9177

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...
by newtronsols
Fri Oct 24, 2014 2:45 pm
Forum: Android Deployment
Topic: mobileExportImageToAlbum broken?
Replies: 7
Views: 5996

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...
by newtronsols
Thu Oct 23, 2014 4:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Duplicate Control Names - Don't understand
Replies: 15
Views: 8715

Re: Duplicate Control Names - Don't understand

Rule: Might be worth reading about childControlIDs, altid etc

You may become more confused after, like me.
by newtronsols
Thu Oct 23, 2014 3:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Screen Flash and Visual Effect
Replies: 37
Views: 22150

Re: Screen Flash and Visual Effect

Perhaps forum users need to build a function matrix for LC versions/OS and tick in a box if they know it works. Then when you need a certain range of functions/features for an app you can look for a match in the matrix. So you know if it will work before even trying.

Go to advanced search