Earliest iOS I can build for in LC?

2015-09-16 Thread Ben Rubinstein
I've lost track of building for iOS in LC. If I use LC to build an iOS app to submit to the app store, what's the earliest version of iOS that it can support? TIA, Ben ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: Cool stuff with Atom

2015-09-16 Thread Peter TB Brett
You're not stealing my thunder, Monte! I always planned for the Atom package to be a very collaborative open source project, and getting such excellent contributions is really great. :-) Peter On 17 September 2015 03:30:38 BST, Monte Goulding wrote: >Hey folks > >I don’t want to steal Peter B

Re: Cool stuff with Atom

2015-09-16 Thread Simon
SWEET!!! Simon -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Cool-stuff-with-Atom-tp4696353p4696354.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode

Cool stuff with Atom

2015-09-16 Thread Monte Goulding
Hey folks I don’t want to steal Peter B’s thunder when he announces the new version of the language package but I’ve had a little fun with it and created something which I think is pretty cool and wanted to share. Check out the readme on my branch and you will see why: https://github.com/monte

Re: Text Flow

2015-09-16 Thread Mike Doub
Thanks for the heads up.   I will start working on an update. -= Mike On Sep 16, 2015, 3:52 PM, at 3:52 PM, BNig wrote: >Michael, > >you might want to test your library against 7.1 and 8. series of >current LC >versions. > >Floor is now a reserved word for the built-in function and the libra

RE: Launch on Android

2015-09-16 Thread Ralph DiMola
I have had success with Facebook opening up this url in revbrowser on both iOS and Android (note the https)==> "https://www.facebook.com/myFBName"; Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecod

Re: Xcode Organizer

2015-09-16 Thread Glen Bojsza
Thanks to both Panos and Ralph. I was able to get a very basic app (one button & one field) on the iPad so success. Now comes the "make it pretty" because currently things look like 20 years ago done in visual basic or worse. Any suggestions on better looking components? I saw MobGUI but there i

Launch on Android

2015-09-16 Thread Dan Friedman
Hello... I'm looking to launch the Facebook app from my application. On iOS, this works great: launch url "fb://profile/##" if the result = "no association" then put "http://m.facebook.com/myFBName?ref=ts"; into tUrl mobileControlCreate "browser","theBrowser" mobileControlSet

[OT] Good Read/View on The Uncertainty Of The Future

2015-09-16 Thread Scott Rossi
A video with transcript by web designer/consultant Brad Frost. The talk is targeted at web developers, but the concepts are applicable to any coder or application developer. I Have No Idea What The Hell I Am Doing http://bradfrost.com/blog/post/i-have-no-idea-what-the-hell-i-am-doing/ Regards,

Re: Xcode Organizer

2015-09-16 Thread panagiotis merakos
Hi Glen, Once you find your device, click on "Applications". You will then see a list of all the applications that are installed on the device. Now, you can either click the + button, or just drag your .app file onto the applications list. Regards, Panos On 16 Sep 2015 22:30, "Glen Bojsza" wrote:

Re: Xcode Organizer

2015-09-16 Thread Glen Bojsza
Hi Ralph, This really helped ...the refresh icon generated several files. I still cannot drag the app on the device (or any of the simulators) in Xcode? >From the notes I saw earlier I should have an option to select the device and do "Use for Development"? This doesn't seem to exist in the new

RE: Xcode Organizer

2015-09-16 Thread Ralph DiMola
You can see the devices and simulators in Window==>devices. You can just drag .app files into the device. The provision profiles are in Prefs==>Accounts==>View Details. There is a refresh icon. When you refresh it gets all the current Provisioning Profiles setup on the developer web site. Ralph Di

Re: Text Flow

2015-09-16 Thread BNig
Michael, you might want to test your library against 7.1 and 8. series of current LC versions. Floor is now a reserved word for the built-in function and the library throws an error at startup and the stack will not work as intended. Kind regards Bernd -- View this message in context: http:/

Xcode Organizer

2015-09-16 Thread Glen Bojsza
I was hoping someone can explain if the Xcode Organizer for Xcode Version 6.4 (6E35b) is working properly since it shows only a Window with two tabs "Archives" and "Crashes". For all the documentation and LC videos I have seen the window should show my device and how to allow it for development e

Re: How to Make 8 Great With The Global Jam

2015-09-16 Thread Richmond
On 09/16/2015 06:29 PM, Jana Doughty wrote: Hi All, We have an exciting announcement: The next global jam has a date! You can find out all about it and sign up for more information here: https://livecode.com/how-to-make-livecode-8-great-with-the-global-jam/ Hope to see you there making 8 grea

Re: Using FileMaker as ODBC Source

2015-09-16 Thread Javier Miranda
Bob, thank you for your advice, I think you are right, I'll give some of the tools for manage DBs a try. Peter, thank you for your reply, I was trying revMoveToLastRecord only to test how this cursor thing works in LC Best regards, Javier ___ use-live

How to Make 8 Great With The Global Jam

2015-09-16 Thread Jana Doughty
Hi All, We have an exciting announcement: The next global jam has a date! You can find out all about it and sign up for more information here: https://livecode.com/how-to-make-livecode-8-great-with-the-global-jam/ Hope to see you there making 8 great! Thanks! Jana __

Re: Text Flow

2015-09-16 Thread Charles Szasz
Mike, Thanks for bring your library to my attention! I definitely take a look at it and try it. Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Text Flow

2015-09-16 Thread Charles Szasz
Thanks Jim and Berd! I will try your script suggestions later today after work! Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Text Flow

2015-09-16 Thread Mike Doub
There is a routine in the masterlibrary that calculates soft line wraps to solve the wrapping problem to which James referred.  I created it when I used the hidden field approach simulating page turning. https://www.dropbox.com/s/3wpwn3hfbmpl7sk/MasterLibrary.livecode?dl=0 On Sep 16, 2015,

Re: How do you work with an external editor?

2015-09-16 Thread Richmond
On 09/16/2015 11:35 AM, Tiemo Hollmann TB wrote: Hello, from time to time I read here about using external editors (with LC 6.x). I am completely missing how the workflow looks like with an external editor, which is not integrated into the IDE. No instant testing, no debugging, etc. Do you real

Re: Text Flow

2015-09-16 Thread BNig
Hi James, I had forgotten about pageRanges since I never used it since it was introduced in LC 6.1. It is a lot easier than using formattedText. Thank you Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Text-Flow-tp4696328p4696335.html Sent

How do you work with an external editor?

2015-09-16 Thread Tiemo Hollmann TB
Hello, from time to time I read here about using external editors (with LC 6.x). I am completely missing how the workflow looks like with an external editor, which is not integrated into the IDE. No instant testing, no debugging, etc. Do you really copy and paste the code vice versa for testing?

Re: Text Flow

2015-09-16 Thread James Hale
One way is to have a hidden field the dimensions you want. Put the text into this field first and then get the pageranges of this field. It will return a list of character ranges, one per line, for each field (of the hidden field's size) required. So the number of lines will tell you how many fi

Re: Text Flow

2015-09-16 Thread BNig
Hi Charles, I gave this a try with 4 fields. Field "source" contains the whole text Then there are 3 identical output fields fOut1, fOut2, fOut3 these three output field all have the same height and width and textHeight. And textHeight is fixed. The trick is to use formattedText -> see dictionar

Re: [ANN] LiveCode External to validate the MAS Receipt

2015-09-16 Thread Guglielmo Braguglia
Hi Matthias, YES, to play with this you should know some C/C++ and some ... "low level" thinks like how to download and install a packages from the console (... e.g. last version of OpenSSH). Next ... the biggest problem is that people at RunRev/LiveCode never updated what is necessary to mak