Re: Commands on server and lack of examples

2019-11-14 Thread Mark Wieder via use-livecode
On 11/14/19 5:47 PM, Richard Gaskin via use-livecode wrote: Wow. Even worse than I'd thought. LC Server is such a wonderful tool, I feel it could provide a great way to introduce other devs to chunk expressions and more.  But after that experience on a popular shared host that couldn't

resizeControl message for groups

2019-11-14 Thread Brian Milby via use-livecode
I'm thinking this may be a documentation bug, but wanted to check before submitting. I know that resizeControl is sent to a group when the size is updated by script (for other controls, the message is only generated when manually resized by dragging handles). The documentation for the message

Re: Commands on server and lack of examples

2019-11-14 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: Having looked into this a bit previously, it's somewhat more involved even than that. There a interlocking pieces among (at least) libskia, libcairo, and libharfbuzz, all of which jostle each other to make sure there is a complete list of fonts available in the native system.

RE: New app update: four errors in plist

2019-11-14 Thread J. Landman Gay via use-livecode
Is the location key included in the plist if you don't select location services in standalone settings? (I haven't built for iOS in a long time.) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On November 14, 2019 3:05:17 PM Ralph DiMola

Re: Decoding "quoted-printable" -- Help needed -- Reopened - Solved 2nd

2019-11-14 Thread R.H. via use-livecode
I am very sorry that I am overstressing this list. I keep on answering my own questions. The function needs to address bytes. I found this looking at some similar C# code: # Code snippet from C# # Source:

Re: Commands on server and lack of examples

2019-11-14 Thread Mark Wieder via use-livecode
On 11/14/19 10:36 AM, Brian Milby via use-livecode wrote: Although the concept of the change is simple, the implementation is not trivial.  It may not be that hard for a Mark, but it does look a little involved to me.  The code that does the font stuff isn’t easy to just cut out since so much

RE: New app update: four errors in plist

2019-11-14 Thread Ralph DiMola via use-livecode
ITMS-90339: from iOS 12(or 13?) an app automatically does NOT exit on suspend. You need this key for legacy OS versions. You will not be rejected for this(yet). ITMS-90078: will also not get you rejected. This is caused by some library binding issue that Mark explained a while back. ITMS-90191:

Re: Decoding "quoted-printable" -- Help needed -- Reopened

2019-11-14 Thread R.H. via use-livecode
Oh, sorry, I was too quick declaring a solution. Even though the code of the function works fine, the result also converts back, but the "quoted-printable" or "UTF-8" code expects that each codepoint is encoded in Hex with just two ASCII letters representing a codepoint. For example, for the

Re: Commands on server and lack of examples

2019-11-14 Thread Richard Gaskin via use-livecode
Thanks for looking into this, Brian. My understanding of the team's approval of this IF addition is that anyone adding "-f" to their call invoking a faceless LC engine assumes responsibility if that breaks anything else they try to invoke later. Down the road, the team would like to use

New app update: four errors in plist

2019-11-14 Thread William de Smet via use-livecode
Hi there, Today I uploaded an update for one of my apps to the App Store. Now I have four errors coming back from Apple. Still need to edit the info.plist but it'd easy to make a mistake with this. When will this be fixed? - Got this notification back: ITMS-90339: Deprecated Info.plist Key -

Re: Y coordinate for a line of text

2019-11-14 Thread hh via use-livecode
> I’m needing to know the coordinate (Y is the tricky one) for a line of text... the selectedLoc if you need the rectangle use additionally measureText or measureUnicodeText ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: Commands on server and lack of examples

2019-11-14 Thread Brian Milby via use-livecode
Although the concept of the change is simple, the implementation is not trivial.  It may not be that hard for a Mark, but it does look a little involved to me.  The code that does the font stuff isn’t easy to just cut out since so much later depends on those structures being populated.  It may

Re: Push notification to all user

2019-11-14 Thread Riko Abadi via use-livecode
Thanks JJ, I got the logic. now i try to apply it in livecode. Pada tanggal Jum, 15 Nov 2019 pukul 01.24 JJS via use-livecode < use-livecode@lists.runrev.com> menulis: > Hi, > > > that lesson is major out of date. > > You need to use FCM and you can put multiple tokens behind each other in > a

Re: Push notification to all user

2019-11-14 Thread JJS via use-livecode
Hi, that lesson is major out of date. You need to use FCM and you can put multiple tokens behind each other in a JSON like string. Or you can send to all tokens one by one, like reading stored tokens from your DB via a repeat loop. Op 14-11-2019 om 18:54 schreef Riko Abadi via

Re: Commands on server and lack of examples

2019-11-14 Thread JJS via use-livecode
Thanks, that was an interesting read. Unfortunately i have zero C++ skills Regards, Jerry Op 13-11-2019 om 22:16 schreef Richard Gaskin via use-livecode: JJS wrote: > Op 12-11-2019 om 19:34 schreef Brian Milby via use-livecode: >> Unless you are doing a HTML5 app (entire stack resides in a

Re: unable to locate the play service dependency base version 9.4.0

2019-11-14 Thread JJS via use-livecode
Thanks Panos, someone on the forum had the same issues. regards, Jerry Op 14-11-2019 om 09:28 schreef panagiotis merakos via use-livecode: Hello Todd, You need to install some extra libraries using the SDK Manager. These libraries are usually installed by default, but if not, you have to

Push notification to all user

2019-11-14 Thread Riko Abadi via use-livecode
Hello, can i send notifications to all users of our application? in this tutorial, http://lessons.livecode.com/m/4069/l/59312-how-do-i-use-push-notifications-with-android only sent to certain devices. I want to send notifications to all users of my application. is that possible? if yes, how to do

Re: Y coordinate for a line of text

2019-11-14 Thread dunbarx--- via use-livecode
I misStated this completely. The point being that no property of the field itself should be a factor at all, not its loc or rect, for example. Only the Y value of the selectedLine is pertinent. Glad you have what you need, but I still do not see the value of the selectedLoc. This depends on the

Decoding "quoted-printable" -- Help needed -- Solved

2019-11-14 Thread R.H. via use-livecode
For those interested: With the help of a privately received message hinting at a solution used prior to LC7 I was able to construct the required functions for LC 7 and above. I must say that I am not really aware of all the many functions LiveCode presents, I did not even know about

Re: unable to locate the play service dependency base version 9.4.0

2019-11-14 Thread panagiotis merakos via use-livecode
Hello Todd, You need to install some extra libraries using the SDK Manager. These libraries are usually installed by default, but if not, you have to do it manually. So the required dependency is the "Google Repository" package (in the "Extras" folder), and NOT the "Google Play services" package