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
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
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
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
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
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
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
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
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,
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:
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
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
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:/
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
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
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
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
__
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
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
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,
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
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
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?
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
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
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
26 matches
Mail list logo