Re: iPad Retina Splash Screen in LC6.1.1

2013-09-18 Thread Dave Kilroy
Hi Randy

I wonder if this is bug 10517 coming back? 
http://quality.runrev.com/show_bug.cgi?id=10517
http://quality.runrev.com/show_bug.cgi?id=10517  

If I remember correctly there was nothing I could do at the time but wait
for RunRev to issue a fix (which they did pretty quickly) - have you been in
touch with them?

Kind regards

Dave



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/iPad-Retina-Splash-Screen-in-LC6-1-1-tp4670021p4670037.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


NAPP Drawer and blurred backgrounds and overlays

2013-09-18 Thread Erik Beugelaar
Hi All,

Has anyone of you experience how to setup a NAPP Drawer (e.g. Current stack
window moves out of the screen to the left and the new stack window will
slide in from the right) in LiveCode?
The same question for blurred backgrounds and overlay.

Any example is welcome.

Regards,
Erik Beugelaar


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Converting Python

2013-09-18 Thread Björnke von Gierke
I'm on Waddinghams side here. Do as other language is integrated with the 
alternateLanguages. If something isn't in the alternateLanguages, it does not 
belong into do as other language. So what you'd probably need to convince 
him (and me) of, is to find a reliable way to get available languages into the 
alternateLanguages, and then make the execution of the language work  with 
do after that.

So the real linux-related problems are therefore:

1. Is there any os-suplied way to query available scripting languages 
(excluding random executables that do not belong)? For example, simply dumping 
$path into alternateLanguages is probably too broad and unreliable.

2. Is there a way to run scripting languages without going trough a shell-like 
wrapper (because mark has said he wants it to work the same as on other 
platforms)?


In the end, wouldn't your goal be easier achieved with a modified shell() 
function that allows to pass fields as if they're files (for multi-line 
scripts)?


On 17.09.2013, at 22:22, Mark Wieder wrote:

 Richard-
 
 Tuesday, September 17, 2013, 10:51:44 AM, you wrote:
 
 In the meantime, what could we do with do...as... that we can't do by
 calling Python/Perl/etc. from the command line via shell?
 
 To avoid repeating myself, see my last comment in the forum thread.
 The tl;dr: probably nothing, especially for one-liners, but it gets
 progressively more complex once you start executing longer scripts.
 And I still think there's a cognitive difference between
 
 do tScript as perl
 and
 get shell(perl  tScript)
 
 -- 
 -Mark Wieder
 mwie...@ahsoftware.net
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


-- 

Use an alternative Dictionary viewer:
http://bjoernke.com/bvgdocu/

Chat with other RunRev developers:
http://bjoernke.com/chatrev/



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: NAPP Drawer and blurred backgrounds and overlays

2013-09-18 Thread William de Smet
Hi Erik,

The only way I can think off for now is that you have to work with groups
to make this happen.
You slide them left or right.

greetings,

William



2013/9/18 Erik Beugelaar ebeugel...@gmail.com

 Hi All,

 Has anyone of you experience how to setup a NAPP Drawer (e.g. Current stack
 window moves out of the screen to the left and the new stack window will
 slide in from the right) in LiveCode?
 The same question for blurred backgrounds and overlay.

 Any example is welcome.

 Regards,
 Erik Beugelaar


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


PDF's to PNG's on Windows 8

2013-09-18 Thread Ray Horsley
Sorry to bring this topic back up again but it seems there's no solution for 
this.

Installing QuickTime on Windows does not display PDF's in a player object.  
This is odd since this works wonderfully on a Mac.

Yrying to display PDF's in a browser object opens Adobe's Reader which, in 
Windows' very blunt way, hogs the entire screen burdening the user with lots of 
work just to get back to LiveCode.  Even if this worked I'm not sure how I'd 
determine the number of pages and move through them to get the snapshots.

Quartam Software has a nice PDF package but it only does the opposite by 
creating PDF files in Livecode.

So there's apparently no solution to this seemingly common need to be able to 
view and convert PDF files to single PNG's or JPEG's in Livecode.

Suggestions?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Scorm

2013-09-18 Thread Earthednet-wp
Folks,
Has anybody made SCORM compliant livecode modules? It would be wonderful to 
find a template or helper app to create one.
Best,
Bill

William Prothero
http://es.earthednet.org
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Andrew Kluthe
In the past I have used pre-rolled command line utilities for that. I am
not sure if this is the specific one I use, but I used imagemagick before
to accomplish this as well.

http://www.pdftron.com/pdf2image/

That particular utility is cross platform i believe.

Andrew


On Wed, Sep 18, 2013 at 9:06 AM, Ray Horsley r...@linkit.com wrote:

 Sorry to bring this topic back up again but it seems there's no solution
 for this.

 Installing QuickTime on Windows does not display PDF's in a player object.
  This is odd since this works wonderfully on a Mac.

 Yrying to display PDF's in a browser object opens Adobe's Reader which, in
 Windows' very blunt way, hogs the entire screen burdening the user with
 lots of work just to get back to LiveCode.  Even if this worked I'm not
 sure how I'd determine the number of pages and move through them to get the
 snapshots.

 Quartam Software has a nice PDF package but it only does the opposite by
 creating PDF files in Livecode.

 So there's apparently no solution to this seemingly common need to be able
 to view and convert PDF files to single PNG's or JPEG's in Livecode.

 Suggestions?
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




-- 
Regards,

Andrew Kluthe
and...@ctech.me
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Dropbox Library Update

2013-09-18 Thread Mike Kerner
In case anybody is having troubles with the library, Trevor found a bug -
when Gugliermo and I were going back and forth with this version, he wound
up with an intermediate version that had a couple of extra encoding lines
(whoops, my bad).  If you can wait, he's going to release the update
shortly.

If you cannot wait, there is a line in phx_dropboxWriteFile:  put
rfcURLEncode(pData) into pData #v. 1.06 Mikey that should be removed.


On Tue, Sep 17, 2013 at 1:39 PM, Dave Kilroy d...@applicationinsight.comwrote:

 :)

 Roger Eller wrote
  I enjoyed the video.  Thanks for sharing your stack too.  It contains
 lots
  of learning goodness!





 --
 View this message in context:
 http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4670001.html
 Sent from the Revolution - User mailing list archive at Nabble.com.

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


MDM and LC

2013-09-18 Thread Mike Kerner
I WANT this:

http://www.csoonline.com/article/739938/mobile-device-management-companies-get-more-app-control-on-ios-7?source=CSONLE_nlt_salted_hash_2013-09-18


We are writing apps for mobile for ourselves and our business partners.
MDM would make everyone feel better about all of it.
-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


determining if cursor is in last line of a field

2013-09-18 Thread Dr. Hawkins
If selectedLine() is 1, I am in the first line of a field.

I can't tell, though, what the last line is--the number of lines relies
on CR, not how the field is actually formatted.

I've looked for other line entries in the dictionary, but without any
luck.

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


A possible improvement of Livetalk

2013-09-18 Thread jbv
Hi list,

In an old app I am modifying, I use several arrays and one of them
is 2-dimensional, and I actually forgot that...
So I kept trying put myArray[b] but it returned empty every time.
I should have written put the keys of myArray[b] of course.

So that made me think that it would be nice, like in php, that Livetalk
would return Array in the 1st case... That would have saved me some
precious time looking for a bug.
What do you think ?

jbv


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: determining if cursor is in last line of a field

2013-09-18 Thread Peter M. Brigham
On Sep 18, 2013, at 9:22 AM, Dr. Hawkins wrote:

 If selectedLine() is 1, I am in the first line of a field.
 
 I can't tell, though, what the last line is--the number of lines relies
 on CR, not how the field is actually formatted.
 
 I've looked for other line entries in the dictionary, but without any
 luck.

Not sure what you mean, how the field is actually formatted. If you are 
talking about possibly having empty lines following the last text in the field, 
then
   the number of lines of (word 1 to -1 of fld myField)
would work. Compare this value with
   the number of lines of char 1 to (word 4 of the selectedchunk) of fld 
myField

Maybe I don't understand the problem, though.

-- Peter

Peter M. Brigham
pmb...@gmail.com
http://home.comcast.net/~pmbrig


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Scorm

2013-09-18 Thread Mark Schonewille

Hi Bill,

I looked into Scorm years ago and concluded that the format isn't too 
difficult to figure out. That is the only advantage. We'd have to write 
a complete library to read and write Scorm files, because currently 
there is nothing available for LiveCode that can do this.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com


Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/

On 9/18/2013 16:31, Earthednet-wp wrote:

Folks,
Has anybody made SCORM compliant livecode modules? It would be wonderful to 
find a template or helper app to create one.
Best,
Bill

William Prothero
http://es.earthednet.org




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Dropbox Library Update

2013-09-18 Thread Roger Eller
Mike,

Thanks for the update.  I believe this is what was making my image files
not viewable after writing to Dropbox.  I've removed the line in my copy of
the lib.

~Roger

On Wed, Sep 18, 2013 at 10:58 AM, Mike Kerner mikeker...@roadrunner.comwrote:

 In case anybody is having troubles with the library, Trevor found a bug -
 when Gugliermo and I were going back and forth with this version, he wound
 up with an intermediate version that had a couple of extra encoding lines
 (whoops, my bad).  If you can wait, he's going to release the update
 shortly.

 If you cannot wait, there is a line in phx_dropboxWriteFile:  put
 rfcURLEncode(pData) into pData #v. 1.06 Mikey that should be removed.


 On Tue, Sep 17, 2013 at 1:39 PM, Dave Kilroy d...@applicationinsight.com
 wrote:

  :)
 
  Roger Eller wrote
   I enjoyed the video.  Thanks for sharing your stack too.  It contains
  lots
   of learning goodness!
 
 
 
 
 
  --
  View this message in context:
 
 http://runtime-revolution.278305.n4.nabble.com/Dropbox-Library-Update-tp4669868p4670001.html
  Sent from the Revolution - User mailing list archive at Nabble.com.
 
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 



 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
and did a little diving.
 And God said, This is good.
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Dropbox Library update 1.07

2013-09-18 Thread Guglielmo Braguglia
Thanks to *Trevor DeVore*, a new version (*1.07*) of the phxDropboxLib, 
solving two URLencoding problems and adding a new nice function 
(phx_DropboxCreateLinkToFile), is available.


You can download the new version still from the same link : 
http://www.phoenixsea.ch/downloads/Livecode/phxDropboxLib.zip


/*Guglielmo*/



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: determining if cursor is in last line of a field

2013-09-18 Thread Dr. Hawkins
On Wed, Sep 18, 2013 at 8:34 AM, Peter M. Brigham pmb...@gmail.com wrote:

 Not sure what you mean, how the field is actually formatted. If you are
 talking about possibly having empty lines following the last text in the
 field, then
the number of lines of (word 1 to -1 of fld myField)
 would work. Compare this value with
the number of lines of char 1 to (word 4 of the selectedchunk) of fld
 myField

 Maybe I don't understand the problem, though.


If I have my dog has fleas in a field, the number of lines of this field
is always 1.

If the width of the field causes it to display as

   my dog
   has fleas

and the cursor is after has, the selectedLine is 2.

But how do I determine that the number of lines, as formatted, in this
field is 2?

If someone hits a down arrow in the first line, I want to pass it to go to
the second line, but if they hit it in the second, I want to jump to
another field in another group.


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


XML Newbie Woes

2013-09-18 Thread Graham Samuel
I have been asked to do some work on some GPX files: these files originate from 
GPS devices, and are in XML format. I've never had to deal with XML before, so 
I have been trying to learn how to do so from the LC user manual - from about 
page 189.  There is a sample XML file and a discussion of the various 'revXML' 
functions which are on offer. There are a few typos, but it doesn't **look** 
hard.
(I don't have any other source of information since my crazy ISP has cut off my 
internet connection, and I am confined at present to emails sent  received via 
a friend.)

So far, so good: however, although I can create an XML tree and retrieve the 
Root Node as per the documentation, I can't make any of the other functions 
work on my data. I hope someone can explain the fundamentals of what I'm doing 
wrong.

My GPX file begins like this:

?xml version=1.0 encoding=UTF-8?
gpx xmlns=http://www.topografix.com/GPX/1/1; creator=Geolives version=1.1 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://www.topografix.com/GPX/1/1 
http://www.topografix.com/GPX/1/1/gpx.xsd;
  metadata /
  trk
trkseg
  trkpt lat=42.78981 lon=1.336446
ele750.5912/ele
  /trkpt
  trkpt lat=42.78981 lon=1.336446
ele750.5912/ele
  /trkpt
[etc etc etc]

The file seems to be well-formed, apart from the fact that the first child node 
is found by revXML to be gpx/metadata, and I can't see the closure for the 
metadata tag at the other end of the document. In fact the document ends 
/gpxf I try to stick in /metadata before this last line, the LC function 
refuses to form the table, so the original file must be right. I don't 
understand this.

Anyway, revXMLRootNode returns gpx (without the quotes)

and revXMLFirstChild returns /gpx/metadata

but after that nothing works. However closely I follow the example in the 
manual, I can't get the revXMLContents or revXMLNodeContents functions to 
return anything. For example (among many attempts), 
revXMLNodeContents(1,/gpx/metadata/trk/trkseg) returns

xmlerr, can't find element

I feel like I've tried everything, but it seems there's something basic I 
haven't grasped. XML seems like a simple idea, but in practice it's dreadfully 
easy to slip up.

TIA for any advice, as long as it doesn't mean significant downloading.

Graham


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://lists.runrev.com/mailman/listinfo/use-livecode


Re: determining if cursor is in last line of a field

2013-09-18 Thread dunbarx
Try this:


answer the formattedText of fld yourField


It wraps unwrapped text with hard returns, and that will give the last line


Craig





-Original Message-
From: Dr. Hawkins doch...@gmail.com
To: How to use LiveCode use-livecode@lists.runrev.com
Sent: Wed, Sep 18, 2013 11:23 am
Subject: determining if cursor is in last line of a field


If selectedLine() is 1, I am in the first line of a field.

I can't tell, though, what the last line is--the number of lines relies
on CR, not how the field is actually formatted.

I've looked for other line entries in the dictionary, but without any
luck.

-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: determining if cursor is in last line of a field

2013-09-18 Thread Mark Schonewille

Hi Richard,

There are probably many ways to do this, Here's one:

   put number of lines of the formattedText of  \
   char 1 to (word 2 of the selectedChunk) of me


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com


Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/

On 9/18/2013 17:43, Dr. Hawkins wrote:


If I have my dog has fleas in a field, the number of lines of this field
is always 1.

If the width of the field causes it to display as

my dog
has fleas

and the cursor is after has, the selectedLine is 2.

But how do I determine that the number of lines, as formatted, in this
field is 2?

If someone hits a down arrow in the first line, I want to pass it to go to
the second line, but if they hit it in the second, I want to jump to
another field in another group.




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: RevMail

2013-09-18 Thread Magicgate Software - Skip Kimpel
I believe I solved this issue.  Instead of using commas in-between the
quotes, use semi-colons, just as Outlook would so it would read like
this:
revMail te...@test.com;te...@test.com,te...@test.com;te...@test.com,
Subject here, This is my message

Having said that, I think I have abandoned this method and am going to go
with a VBScript solution.  That will additionally allow me to attach a
file.

SKIP


On Tue, Sep 17, 2013 at 3:41 PM, Magicgate Software - Skip Kimpel 
s...@magicgate.com wrote:

 That I did... so it looks like this (just to clarify:)
 revMail te...@test.com,te...@test.com,te...@test.com,te...@test.com,
 Subject here, This is my message



 On Tue, Sep 17, 2013 at 3:33 PM, Mark Schonewille 
 m.schonewi...@economy-x-talk.com wrote:

 Hi Skip,

 You can do this, but you have to put the entire comma-separated list in
 one pair of double quotes.

 --
 Best regards,

 Mark Schonewille

 Economy-x-Talk Consulting and Software Engineering
 Homepage: http://economy-x-talk.com
 Twitter: 
 http://twitter.com/**xtalkprogrammerhttp://twitter.com/xtalkprogrammer
 KvK: 50277553

 Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other
 colour spaces. http://www.color-converter.com

 Buy my new book Programming LiveCode for the Real Beginner
 http://qery.us/3fi

 Fill out this survey please
 http://livecodebeginner.**economy-x-talk.com/survey/http://livecodebeginner.economy-x-talk.com/survey/


 On 9/17/2013 21:17, Skip Kimpel wrote:

 When trying to compose an email using RevMail, I get an error message
 from Outlook when trying to use more than one TO or CC addresses.   The
 dictionary specifically says I can use more than one email address
 separated by commas.

 The Outlook message I get is: The command line argument is not valid.
  Verify the switch you are using.

 Anybody else have this issue?

 SKIP



 __**_
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: XML Newbie Woes

2013-09-18 Thread Mark Wieder
Graham-

Wednesday, September 18, 2013, 9:19:50 AM, you wrote:

   metadata /
...

 The file seems to be well-formed, apart from the fact that the
 first child node is found by revXML to be gpx/metadata, and I
 can't see the closure for the metadata tag at the other end of the
 document. In fact the document ends /gpxf I try to stick in
 /metadata before this last line, the LC function refuses to form
 the table, so the original file must be right. I don't understand
 this.

That's what's referred to as a self-closed xml tag. The / at the
end of the single line closes the tag started by . It's one of the
many weirdnesses of xml.

 revXMLNodeContents functions to return anything. For example (among
 many attempts), revXMLNodeContents(1,/gpx/metadata/trk/trkseg)
 returns

 xmlerr, can't find element

The metadata tag is already closed by the / tag, so it doesn't
enter into the picture. Try

revXMLNodeContents(1,/gpx/trk/trkseg)

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


standalones and Linux...

2013-09-18 Thread Colin Holgate
I’m doing a demo tonight, and will be showing LiveCode. I wanted to show how 
you can publish to Windows and Linux, and I can open the exe in Windows 8 ok. 
But in Ubuntu it seems to be trying to interpret it as a zip file.

Is there something I have to do to the application before using it on Linux?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: standalones and Linux...

2013-09-18 Thread Roger Eller
You have to turn on the executable bit.  Look at properties, permissions.
 Or use chmod.

~Roger

On Wed, Sep 18, 2013 at 2:28 PM, Colin Holgate co...@verizon.net wrote:

 I’m doing a demo tonight, and will be showing LiveCode. I wanted to show
 how you can publish to Windows and Linux, and I can open the exe in Windows
 8 ok. But in Ubuntu it seems to be trying to interpret it as a zip file.

 Is there something I have to do to the application before using it on
 Linux?
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: standalones and Linux...

2013-09-18 Thread Richard Gaskin

Colin Holgate wrote:
 I’m doing a demo tonight, and will be showing LiveCode. I wanted to
 show how you can publish to Windows and Linux, and I can open the exe
 in Windows 8 ok. But in Ubuntu it seems to be trying to interpret it
 as a zip file.

 Is there something I have to do to the application before using it on
 Linux?

Sometimes the executable bit doesn't transfer from non-Linux systems.

In most distros you can easily set the executable bit by right-clicking 
the app and choosing Info or Properties (depending on the distro), 
then in the dialog that opens you'll see a checkbox for something like 
Run as Application or Executable.


You can also do this from the command line:

$ chmod +x yourAppFile

If you choose to use the command line method you'll probably want to be 
wearing an old t-shirt you got from a hard drive vendor at a conference 
and have a can of Jolt next to you so you can feel sufficiently Linuxy. :)


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: standalones and Linux...

2013-09-18 Thread Colin Holgate
Where is properties? It’s not in the contextual menu.


On Sep 18, 2013, at 2:35 PM, Roger Eller roger.e.el...@sealedair.com wrote:

 You have to turn on the executable bit.  Look at properties, permissions.
 Or use chmod.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: standalones and Linux...

2013-09-18 Thread Colin Holgate
Found it. The icon had deselected and I was seeing the Desktop menu. Thanks, 
the change fixed the issue.



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: standalones and Linux...

2013-09-18 Thread Mark Wieder
Colin-

Wednesday, September 18, 2013, 11:35:06 AM, Roger wrote:

 You have to turn on the executable bit.  Look at properties, permissions.
  Or use chmod.

And how are you getting the file onto the linux system? If you zip the
file on your native system and then unzip it on the linux target the
executable bit should be preserved (don't use revzip).

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF's to PNG's on Windows 8

2013-09-18 Thread stephen barncard
On Wed, Sep 18, 2013 at 7:58 AM, Roger Eller roger.e.el...@sealedair.comwrote:

 This software can be controlled by LiveCode using shell commands to its
 command-line interface.

 http://www.softinterface.com/Convert-PDF-To-Image/Convert-PDF-To-Tiff.htm


Windows only.


-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  http://www.google.com/profiles/sbarncar
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: standalones and Linux...

2013-09-18 Thread Colin Holgate
Drag and drop. The wonders of Parallels…



On Sep 18, 2013, at 3:20 PM, Mark Wieder mwie...@ahsoftware.net wrote:

 And how are you getting the file onto the linux system? If you zip the
 file on your native system and then unzip it on the linux target the
 executable bit should be preserved (don't use revzip).

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Weird script problem where can I find a Livecode developer?

2013-09-18 Thread Lars Brehmer
I have an interesting problem. But I must first say that I have often 
experienced a script that doesn't work properly at first but then after going 
through it once  in debugging mode with no errors it subsequently DOES work 
without making any changes whatsoever. I don't know if anyone else has 
experienced this, but I have on numerous occasions. A little weird, but not 
horribly inconvenient. When a script doesn't work, I go through it line by line 
in debug mode (as anybody would) and then the script works in the IDE and 
standalone as long as there was no error in debug mode!?!

Now I have a script that when it executes seems to lock the screen after one 
speceific line, so none of the visual changes after that point are shown, but 
the script runs to the end and then all the changes that happened invisibly are 
indeed there. What is especially interesting is that this is an iPad app, with 
two app stacks for the two screen different resolutions. All scripts are 
identical with the exception of location and size references of course. In this 
script there is no lock screen line. The regular resolution scripts all work 
perfectly, as do all of the retina display scripts with this single exception. 
I have gone through it several times in debug mode. If I put a breakpoint at 
the line where it seems to lock the screen and then go line by line it works 
with no errors. If I move the breakpoint a few lines down, it locks and the 
same line and stays locked until the new breakpoint, after which it works fine. 
But in regular mode the screen seems to lock at that same point
  and stays locked until the script ends. Then all the changes are there. I 
don't even know if this makes sense at all. Suggestions are indeed welcome!

The regular resolution app is on my iPad Mini and the retina app is on my iPad 
3. I use Livecode 5.5.1 on a previous generation iMac.

Speaking of LiveCode 5.5.1 - I recall a post stating that iDevice apps made 
with 5.5.1 would automatically rejected. Is there a patch or fix for this?

Besides that, I thought I remembered on an older version of the RunRev site a 
place where Runrev developers could make their paid services available and 
people like me needing help and are willing to pay for it could find them. Or 
am I imagining this? At any rate, I would like to pay a real LiveCode pro for a 
little help (in my estimation a few hours worth) with an iPad app. Where should 
I look for somebody? I don't think this forum is the right place for this


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


iOS 7

2013-09-18 Thread John Dixon
After downloading iOS7 onto my iphone and looking at it for a while... I am 
afraid that I have come to the conclusion that it is not good... it looks like 
a child in first year art class has designed the look and feel... Ive might 
have designed some nice hardware but he should have left the software design 
well alone...
  
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS 7

2013-09-18 Thread Vaughn Clement
Hi John

That's not to good, they said they were going to tone down the interface.
It sounds like to me that it might be a case of the OS being overloaded and
not able to manage the older interface.

Thank you

Vaughn Clement

Apps by Vaughn Clement (Support)
*http://www.appsbyvaughnclement.com/tools/home-page/*
Skype: vaughn.clement
https://secure.join.me/appsbyvclement
FaceTime: vclem...@gmail.com
LogMeIn also avaialble
Call on ooVoo at address:  vaughnclement or 9282549062
Ph. 928-254-9062
Cloud Hosting Registration Web Site:
https://my.oditech.com/cart.php?a=addpid=41


On Wed, Sep 18, 2013 at 12:43 PM, John Dixon dixo...@hotmail.co.uk wrote:

 After downloading iOS7 onto my iphone and looking at it for a while... I
 am afraid that I have come to the conclusion that it is not good... it
 looks like a child in first year art class has designed the look and
 feel... Ive might have designed some nice hardware but he should have left
 the software design well alone...

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS 7

2013-09-18 Thread Mike Kerner
I've been using 7 since the first beta, and it's sort-of grown on me.  The
parts that make me roll my eyes are countered by new features.


On Wed, Sep 18, 2013 at 3:43 PM, John Dixon dixo...@hotmail.co.uk wrote:

 After downloading iOS7 onto my iphone and looking at it for a while... I
 am afraid that I have come to the conclusion that it is not good... it
 looks like a child in first year art class has designed the look and
 feel... Ive might have designed some nice hardware but he should have left
 the software design well alone...

 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode




-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, This is good.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: determining if cursor is in last line of a field

2013-09-18 Thread Dr. Hawkins
On Wed, Sep 18, 2013 at 9:02 AM, Mark Schonewille 
m.schonewi...@economy-x-talk.com wrote:

put number of lines of the formattedText of  \
char 1 to (word 2 of the selectedChunk) of me


Ah.

Obvious now that you mention it :)

Thank you.

And to make me feel *really* sheepish:  I was already using the height of
the formattedText in the same routine . . .

so
   the selectedLine is the number of lines of the formattedText of myTarget

should do it.



-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Weird script problem where can I find a Livecode developer?

2013-09-18 Thread Mark Wieder
Lars-

Wednesday, September 18, 2013, 12:37:27 PM, you wrote:

 Besides that, I thought I remembered on an older version of the
 RunRev site a place where Runrev developers could make their paid
 services available and people like me needing help and are willing
 to pay for it could find them. Or am I imagining this? At any rate,
 I would like to pay a real LiveCode pro for a little help (in my
 estimation a few hours worth) with an iPad app. Where should I look
 for somebody? I don't think this forum is the right place for this

It's hidden in the depths of the new website. There are no links to it
anywhere. You have to know it's there in order to find it, and even
then it's not easy. PITA. You'd think that RunRev, after making devs
pay for a listing on the page, would make it visible. The only way
they could hide it better would be to remove the link in the About
page menu.

http://livecode.com/about/consultants/

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: standalones and Linux...

2013-09-18 Thread Roger Eller
On Wed, Sep 18, 2013 at 3:31 PM, Colin Holgate wrote:

 Drag and drop. The wonders of Parallels…


Well, no wonder. g




 On Sep 18, 2013, at 3:20 PM, Mark Wieder wrote:

  And how are you getting the file onto the linux system? If you zip the
  file on your native system and then unzip it on the linux target the
  executable bit should be preserved (don't use revzip).


~Roger
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Roger Eller
On Wed, Sep 18, 2013 at 3:27 PM, stephen barncard 
stephenrevoluti...@barncard.com wrote:

 On Wed, Sep 18, 2013 at 7:58 AM, Roger Eller roger.e.el...@sealedair.com
 wrote:

  This software can be controlled by LiveCode using shell commands to its
  command-line interface.
 
 
 http://www.softinterface.com/Convert-PDF-To-Image/Convert-PDF-To-Tiff.htm
 

 Windows only.


Yep.  That would seem to meet the requirement of the request by the OP:
 PDF's to PNG's on Windows 8.


 --



 Stephen Barncard
 San Francisco Ca. USA


~Roger
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: A possible improvement of Livetalk

2013-09-18 Thread Mark Wieder
jbv-

Wednesday, September 18, 2013, 8:28:46 AM, you wrote:

 So that made me think that it would be nice, like in php, that Livetalk
 would return Array in the 1st case... That would have saved me some
 precious time looking for a bug.
 What do you think ?

if myArray is an array then
  ...

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: A possible improvement of Livetalk

2013-09-18 Thread jbv
 On Wed, Sep 18, 2013 at 8:28 AM, j...@souslelogo.com wrote:

 What do you think ?


 If it's a two-dimensional array, myArray[a] should return a
 one-dimensional array.

 If you're getting empty, than there's  another  issue . . .



I think I wasn't clear enough : I used
   put myArray[a]
to display the content in the message box,
and since nothing was displayed I thought
there was a bug or a coding issue.
For that reason having Array displayed instead
would have been helpful, just like it is in php...


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: A possible improvement of Livetalk

2013-09-18 Thread Dr. Hawkins
On Wed, Sep 18, 2013 at 8:28 AM, j...@souslelogo.com wrote:

 What do you think ?


If it's a two-dimensional array, myArray[a] should return a
one-dimensional array.

If you're getting empty, than there's  another  issue . . .


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Dr. Hawkins
On Wed, Sep 18, 2013 at 7:56 AM, Andrew Kluthe and...@ctech.me wrote:

 In the past I have used pre-rolled command line utilities for that. I am
 not sure if this is the specific one I use, but I used imagemagick before
 to accomplish this as well.


Also, imageMagick is under a non-viral license, so you could compile the
subset you need so ship along with commercial code.



-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF's to PNG's on Windows 8

2013-09-18 Thread stephen barncard
On Wed, Sep 18, 2013 at 1:32 PM, Roger Eller roger.e.el...@sealedair.comwrote:

 Yep.  That would seem to meet the requirement of the request by the OP:
  PDF's to PNG's on Windows 8.


my reasoning was to include that info in the archives to save someone time
in a search for Mac or x-platform situation.


-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  http://www.google.com/profiles/sbarncar
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: A possible improvement of Livetalk

2013-09-18 Thread Mark Wieder
jbv-

Wednesday, September 18, 2013, 1:36:52 PM, you wrote:

 I think I wasn't clear enough : I used
put myArray[a]
 to display the content in the message box,
 and since nothing was displayed I thought
 there was a bug or a coding issue.
 For that reason having Array displayed instead
 would have been helpful, just like it is in php...

put Array into myArray[a]  # :-P

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Roger Eller
On Wed, Sep 18, 2013 at 4:48 PM, stephen barncard wrote:

 On Wed, Sep 18, 2013 at 1:32 PM, Roger Eller wrote:

  Yep.  That would seem to meet the requirement of the request by the OP:
   PDF's to PNG's on Windows 8.
 

 my reasoning was to include that info in the archives to save someone time
 in a search for Mac or x-platform situation.


I agree, whenever possible x-plat code is preferred.  I wish it were
possible more often.



 --
 Stephen Barncard
 San Francisco Ca. USA


~Roger
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS 7

2013-09-18 Thread Vaughn Clement
Hi

Does anyone know if LiveCode is IOS 7 ready? Or do we have to wait for
LiveCode updates?



Thank you

Vaughn Clement

Apps by Vaughn Clement (Support)
*http://www.appsbyvaughnclement.com/tools/home-page/*
Skype: vaughn.clement
https://secure.join.me/appsbyvclement
FaceTime: vclem...@gmail.com
LogMeIn also avaialble
Call on ooVoo at address:  vaughnclement or 9282549062
Ph. 928-254-9062
Cloud Hosting Registration Web Site:
https://my.oditech.com/cart.php?a=addpid=41


On Wed, Sep 18, 2013 at 12:46 PM, Mike Kerner mikeker...@roadrunner.comwrote:

 I've been using 7 since the first beta, and it's sort-of grown on me.  The
 parts that make me roll my eyes are countered by new features.


 On Wed, Sep 18, 2013 at 3:43 PM, John Dixon dixo...@hotmail.co.uk wrote:

  After downloading iOS7 onto my iphone and looking at it for a while... I
  am afraid that I have come to the conclusion that it is not good... it
  looks like a child in first year art class has designed the look and
  feel... Ive might have designed some nice hardware but he should have
 left
  the software design well alone...
 
  ___
  use-livecode mailing list
  use-livecode@lists.runrev.com
  Please visit this url to subscribe, unsubscribe and manage your
  subscription preferences:
  http://lists.runrev.com/mailman/listinfo/use-livecode
 



 --
 On the first day, God created the heavens and the Earth
 On the second day, God created the oceans.
 On the third day, God put the animals on hold for a few hours,
and did a little diving.
 And God said, This is good.
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS 7

2013-09-18 Thread Colin Holgate
I found out today that it doesn’t seem to like Xcode 5, which may mean it will 
be hard to use iOS 7 specific features. But LiveCode apps do work if put onto 
an iOS 7 device using Xcode 4.6.


On Sep 18, 2013, at 4:55 PM, Vaughn Clement vclem...@gmail.com wrote:

 Hi
 
 Does anyone know if LiveCode is IOS 7 ready? Or do we have to wait for
 LiveCode updates?


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Ray Horsley
Many thanks for these suggestions!  With PDF's being used so broadly does 
anybody else feel that this would be a worthwhile addition to Livecode?  
Imagine simply being able to read a PDF file into an array, or being able to 
write an array out to a file to create a PDF.

On Sep 18, 2013, at 4:52 PM, Roger Eller wrote:

 On Wed, Sep 18, 2013 at 4:48 PM, stephen barncard wrote:
 
 On Wed, Sep 18, 2013 at 1:32 PM, Roger Eller wrote:
 
 Yep.  That would seem to meet the requirement of the request by the OP:
 PDF's to PNG's on Windows 8.
 
 
 my reasoning was to include that info in the archives to save someone time
 in a search for Mac or x-platform situation.
 
 
 I agree, whenever possible x-plat code is preferred.  I wish it were
 possible more often.
 
 
 
 --
 Stephen Barncard
 San Francisco Ca. USA
 
 
 ~Roger
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS 7

2013-09-18 Thread Monte Goulding

On 19/09/2013, at 7:11 AM, Colin Holgate co...@verizon.net wrote:

 I found out today that it doesn’t seem to like Xcode 5, which may mean it 
 will be hard to use iOS 7 specific features. But LiveCode apps do work if put 
 onto an iOS 7 device using Xcode 4.6.

You will need to wait for RunRev to release a version with device and simulator 
builds for iOS 7. Ben said this would happen in anoher 6.1 maintenance release. 
mergExt users will also need the same which I'll try and get done in time with 
LiveCode.

Cheers

--
Monte Goulding

M E R Goulding - software development services
mergExt - There's an external for that!





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: iOS 7

2013-09-18 Thread Vaughn Clement
Hi Monte

Thanks for the update on the availability to IOS 7.

Thank you

Vaughn Clement

Apps by Vaughn Clement (Support)
*http://www.appsbyvaughnclement.com/tools/home-page/*
Skype: vaughn.clement
https://secure.join.me/appsbyvclement
FaceTime: vclem...@gmail.com
LogMeIn also avaialble
Call on ooVoo at address:  vaughnclement or 9282549062
Ph. 928-254-9062
Cloud Hosting Registration Web Site:
https://my.oditech.com/cart.php?a=addpid=41


On Wed, Sep 18, 2013 at 2:28 PM, Monte Goulding mo...@sweattechnologies.com
 wrote:


 On 19/09/2013, at 7:11 AM, Colin Holgate co...@verizon.net wrote:

  I found out today that it doesn’t seem to like Xcode 5, which may mean
 it will be hard to use iOS 7 specific features. But LiveCode apps do work
 if put onto an iOS 7 device using Xcode 4.6.

 You will need to wait for RunRev to release a version with device and
 simulator builds for iOS 7. Ben said this would happen in anoher 6.1
 maintenance release. mergExt users will also need the same which I'll try
 and get done in time with LiveCode.

 Cheers

 --
 Monte Goulding

 M E R Goulding - software development services
 mergExt - There's an external for that!





 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Scorm

2013-09-18 Thread proth...@earthednet.org
Mark,
For educators whose students use an LMS, like Moodle, a SCORM library would be 
very useful. I don't know how many livecode folks would need it, but for 
college education apps, it seems this capability could be pertinent. 

Best,
Bill
William Prothero
http://es.earthednet.org



On Sep 18, 2013, at 8:34 AM, Mark Schonewille 
m.schonewi...@economy-x-talk.com wrote:

 Hi Bill,
 
 I looked into Scorm years ago and concluded that the format isn't too 
 difficult to figure out. That is the only advantage. We'd have to write a 
 complete library to read and write Scorm files, because currently there is 
 nothing available for LiveCode that can do this.
 
 --
 Best regards,
 
 Mark Schonewille
 
 Economy-x-Talk Consulting and Software Engineering
 Homepage: http://economy-x-talk.com
 Twitter: http://twitter.com/xtalkprogrammer
 KvK: 50277553
 
 Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other colour 
 spaces. http://www.color-converter.com
 
 Buy my new book Programming LiveCode for the Real Beginner 
 http://qery.us/3fi
 
 Fill out this survey please
 http://livecodebeginner.economy-x-talk.com/survey/
 
 On 9/18/2013 16:31, Earthednet-wp wrote:
 Folks,
 Has anybody made SCORM compliant livecode modules? It would be wonderful to 
 find a template or helper app to create one.
 Best,
 Bill
 
 William Prothero
 http://es.earthednet.org
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Dr. Hawkins
On Wed, Sep 18, 2013 at 2:22 PM, Ray Horsley r...@linkit.com wrote:

 Many thanks for these suggestions!  With PDF's being used so broadly does
 anybody else feel that this would be a worthwhile addition to Livecode?
  Imagine simply being able to read a PDF file into an array, or being able
 to write an array out to a file to create a PDF.


I think it's critical--my output *must* be pdf :)

I particularly need to be able to stick an external  pdf page in between
pages of my pdf output
-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Scorm

2013-09-18 Thread Mark Schonewille

Hi Bill,

I've had several requests, but when I reply that hiring a developer 
costs money, educators are suddenly no longer interested. Not that this 
surprises me.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other 
colour spaces. http://www.color-converter.com


Buy my new book Programming LiveCode for the Real Beginner 
http://qery.us/3fi


Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/

On 9/19/2013 01:08, proth...@earthednet.org wrote:

Mark,
For educators whose students use an LMS, like Moodle, a SCORM library would be 
very useful. I don't know how many livecode folks would need it, but for 
college education apps, it seems this capability could be pertinent.

Best,
Bill
William Prothero
http://es.earthednet.org




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode