Re: inter-app communication to LiveCode?

2019-09-19 Thread Peter Bogdanoff via use-livecode
Thank you Scott and Trevor! Trevor, I think what you wrote certainly puts me in the right direction. Peter > On Sep 19, 2019, at 9:12 PM, Trevor DeVore via use-livecode > wrote: > > On Thu, Sep 19, 2019 at 5:25 PM Peter Bogdanoff via use-livecode < > use-livecode@lists.runrev.com> wrote: > >

Re: inter-app communication to LiveCode?

2019-09-19 Thread Trevor DeVore via use-livecode
On Thu, Sep 19, 2019 at 5:25 PM Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wrote: > A user asked about “linking” to my desktop LC app from a PDF. Is there > anything in the PDF spec that does this? His idea was that it the link > would do more than just opening up my app, bu

Re: inter-app communication to LiveCode?

2019-09-19 Thread scott--- via use-livecode
Peter, I’m not sure about “linking” but I have an app that creates PDFs and then appears to “edit” them later. The hack I use is to include all the information (In this case it is a relatively small amount) needed to recreate the PDF as meta-data when I originally create the PDF. If you were cr

Re: Print to PDF on Android?

2019-09-19 Thread scott--- via use-livecode
Hello Dan, Hello Dan, For Android PDF creation I use Jan Schenkel’s Quartum PDF Library. It isn’t an ideal (or even possible) solution in many cases because it doesn’t support unicode but in my case that wasn’t a deal breaker. -- Scott Morrow Elementary Software

inter-app communication to LiveCode?

2019-09-19 Thread Peter Bogdanoff via use-livecode
Hi, A user asked about “linking” to my desktop LC app from a PDF. Is there anything in the PDF spec that does this? His idea was that it the link would do more than just opening up my app, but contain data that indicates a specified “page” in my app. My application is Mac/Windows. Peter Bogd

Re: No object selected

2019-09-19 Thread Marty Knapp via use-livecode
Thanks Mark. Tried 9.0.4 but the issue persists. Saved in a legacy format and opened in LC 6.5 and I can access the property inspector there… Then open again in 9.0.4 but still no joy. Marty > On Sep 19, 2019, at 2:01 PM, Mark Wieder via use-livecode > wrote: > > On 9/19/19 10:05 AM, Marty K

Re: No object selected

2019-09-19 Thread Mark Wieder via use-livecode
On 9/19/19 10:05 AM, Marty Knapp via use-livecode wrote: Anybody had this happen - I have an older LC stack that works fine and in LC 9.5 I can edit the script of all the controls, but when I try to open the property inspector it will show the name of the object at the top of the inspector wind

Re: Ideas for my book

2019-09-19 Thread Alejandro Tejada via use-livecode
Hi All, Just for reference, Professor Manuel Agustí i Melchor from Universidad Politécnica de Valencia published a book on MetaCard and Revolution: http://www.disca.upv.es/magustim/mmmultiplataforma/book1.html By the way, Google Translate works fine on these pages. Al __

Re: BasicGeoLib_v100

2019-09-19 Thread hh via use-livecode
GeoLib_v105 is now a library (as substack of the sample stack). The new version has several additions. These are now the supported functions (rightClick the hh-Logo in the sample stack to see the library stack script): * getHaversineDistance(point1,point2) * getDistance(point1,point2) * intermedi

Re: Guess encoding for text file...

2019-09-19 Thread JJS via use-livecode
ah that does remind me of the Amiga if copying floppys did not go well, we used nibble-copy. btw your surname differs 2 bytes from mine using ascii, with the same first name (off topic this is) :) Op 19-9-2019 om 21:23 schreef Jerry Jensen via use-livecode: On Sep 19, 2019, at 11:53 AM, Dar

Re: Guess encoding for text file...

2019-09-19 Thread Dar Scott Consulting via use-livecode
And I thought 2 bits was a quarter. > On Sep 19, 2019, at 1:23 PM, Jerry Jensen via use-livecode > wrote: > > On Sep 19, 2019, at 11:53 AM, Dar Scott Consulting via use-livecode > wrote: >> >> Yeah. I love the smell of burning bytes. > > 4 bits is called a nybble, and > 2 bits is called a

Re: Guess encoding for text file...

2019-09-19 Thread Jerry Jensen via use-livecode
On Sep 19, 2019, at 11:53 AM, Dar Scott Consulting via use-livecode wrote: > > Yeah. I love the smell of burning bytes. 4 bits is called a nybble, and 2 bits is called a snyf. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Guess encoding for text file...

2019-09-19 Thread Klaus major-k via use-livecode
> Am 19.09.2019 um 20:53 schrieb Dar Scott Consulting via use-livecode > : > > Yeah. I love the smell of burning bytes... ... in the morning. :-) > ... >> 'Cuz I don't even plan to use a loop if it ain't strictly called for >> What's that smell? Oh yeah, burning bytes. :) -- Klaus Major

Re: Guess encoding for text file...

2019-09-19 Thread Dar Scott Consulting via use-livecode
Yeah. I love the smell of burning bytes. > On Sep 19, 2019, at 12:19 PM, Curry Kenworthy via use-livecode > wrote: > > > 'Cuz I don't even plan to use a loop if it ain't strictly called for > > What's that smell? Oh yeah, burning bytes. :) > > Best wishes, > > Curry Kenworthy > > Custo

Re: Guess encoding for text file...

2019-09-19 Thread Curry Kenworthy via use-livecode
'Cuz I don't even plan to use a loop if it ain't strictly called for What's that smell? Oh yeah, burning bytes. :) Best wishes, Curry Kenworthy Custom Software Development "Better Methods, Better Results" LiveCode Training and Consulting http://livecodeconsulting.com/ __

Re: Print to PDF on Android?

2019-09-19 Thread Klaus major-k via use-livecode
Hi all, > Am 19.09.2019 um 19:43 schrieb JJS via use-livecode > : > > You can't even print to paper, and i need that. > It's 2019 and Android 9/10 and it was already possible(not lc) in Android > 4.4.2 if not earlier. > Only direct solution now is recreate the app in Android Studio using Java o

Re: Print to PDF on Android?

2019-09-19 Thread JJS via use-livecode
You can't even print to paper, and i need that. It's 2019 and Android 9/10 and it was already possible(not lc) in Android 4.4.2 if not earlier. Only direct solution now is recreate the app in Android Studio using Java or Kotlin. For paper is a bug report available on the quality site. Op

Re: Guess encoding for text file...

2019-09-19 Thread dsc--- via use-livecode
I thought of a quick way to do a first pass and it can almost fit in the margin. > On Sep 19, 2019, at 10:25 AM, Dar Scott Consulting via use-livecode > wrote: > > UTF-16 and UTF-32 are not needed in your list. Those are BE unless indicated > otherwise by a leading BOM. That is, the BE and LE

No object selected

2019-09-19 Thread Marty Knapp via use-livecode
Anybody had this happen - I have an older LC stack that works fine and in LC 9.5 I can edit the script of all the controls, but when I try to open the property inspector it will show the name of the object at the top of the inspector window but is says "no object selected" The only exception is

Re: Print to PDF on Android?

2019-09-19 Thread Dan Friedman via use-livecode
Come on LiveCode!! We really can't generate one of the most popular file formats on the most popular mobile platform? This is a joke! This is a MAJOR issue for me and I am sure others. This pretty much kills my project. Damn. -Dan On 9/19/19, 9:41 AM, "use-livecode on behalf of Klaus

Re: Print to PDF on Android?

2019-09-19 Thread Klaus major-k via use-livecode
Hi Dan, > Am 19.09.2019 um 18:39 schrieb Dan Friedman via use-livecode > : > > I can't seem to find a way to generate a PDF on Android. Is this really not > possible? no, unfortunately still not supported by LC. > Thanks! > -Dan Best Klaus -- Klaus Major https://www.major-k.de kl...@major

Print to PDF on Android?

2019-09-19 Thread Dan Friedman via use-livecode
I can't seem to find a way to generate a PDF on Android. Is this really not possible? Thanks! -Dan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: h

Re: Guess encoding for text file...

2019-09-19 Thread Dar Scott Consulting via use-livecode
UTF-16 and UTF-32 are not needed in your list. Those are BE unless indicated otherwise by a leading BOM. That is, the BE and LE versions are sufficient. ASCII encoding is a subset of CP1252, MacRoman and UTF-8, so that can be classified as UTF-8 if there is no advantage to knowing that it is AS