Re: tsNet mail message too slow!

2021-03-04 Thread Rick Harrison via use-livecode
Hi Charles,

I’m running LC Server on macOS Catalina Apache.

What you are describing is exactly what I am experiencing here.

Thanks,

Rick

> On Mar 4, 2021, at 9:02 PM, Charles Warwick via use-livecode 
>  wrote:
> 
> Hi Rick,
> 
> What platform are you running LC server on?
> 
> There is an outstanding issue with tsNet running correctly in LC server on 
> certain platforms.  The command executes quickly, but it doesn’t return 
> control to the LC script for quite some time.
> 
> If this is what you are coming up against, I can have another look to see if 
> there is something we can do about it.
> 
> Regards,
> 
> Charles 
> 
>> On 5 Mar 2021, at 11:49 am, Rick Harrison via use-livecode 
>>  wrote:
>> 
>> Hi again,
>> 
>> From the time I click on the web-browser to
>> activate the script to email the message
>> until the web-browser arrives at the next
>> webpage is one minute and 6 seconds.
>> That is totally unacceptable.
>> 
>> I’m wondering if I can attempt to spin
>> this off as if it were a thread or background
>> task.
>> 
>> What comes to mind is having the
>> email script be a stand-alone app
>> that is called with a do as AppleScript
>> from the web-browser.
>> 
>> Has anyone hadsuccess with
>> this approach before?
>> 
>> Do you think this is worth a try or
>> can you think of a better way?
>> 
>> Thanks,
>> 
>> Rick
>> ___
>> 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


___
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: tsNet mail message too slow!

2021-03-04 Thread Charles Warwick via use-livecode
Hi Rick,

What platform are you running LC server on?

There is an outstanding issue with tsNet running correctly in LC server on 
certain platforms.  The command executes quickly, but it doesn’t return control 
to the LC script for quite some time.

If this is what you are coming up against, I can have another look to see if 
there is something we can do about it.

Regards,

Charles 

> On 5 Mar 2021, at 11:49 am, Rick Harrison via use-livecode 
>  wrote:
> 
> Hi again,
> 
> From the time I click on the web-browser to
> activate the script to email the message
> until the web-browser arrives at the next
> webpage is one minute and 6 seconds.
> That is totally unacceptable.
> 
> I’m wondering if I can attempt to spin
> this off as if it were a thread or background
> task.
> 
> What comes to mind is having the
> email script be a stand-alone app
> that is called with a do as AppleScript
> from the web-browser.
> 
> Has anyone hadsuccess with
> this approach before?
> 
> Do you think this is worth a try or
> can you think of a better way?
> 
> Thanks,
> 
> Rick
> ___
> 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


tsNet mail message too slow!

2021-03-04 Thread Rick Harrison via use-livecode
Hi again,

From the time I click on the web-browser to
activate the script to email the message
until the web-browser arrives at the next
webpage is one minute and 6 seconds.
That is totally unacceptable.

I’m wondering if I can attempt to spin
this off as if it were a thread or background
task.

What comes to mind is having the
email script be a stand-alone app
that is called with a do as AppleScript
from the web-browser.

Has anyone hadsuccess with
this approach before?

Do you think this is worth a try or
can you think of a better way?

Thanks,

Rick
___
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


Free APIs

2021-03-04 Thread james--- via use-livecode
Hi all, 
Just came across this and thought it might be of interest.
https://github.com/public-apis/public-apis

James
___
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


aes Encryption questions

2021-03-04 Thread Bob Sneidar via use-livecode
All the talk about encryption recently got me onto updating my encryption 
library. I noticed that I can encrypt the same string using the same depth 
(aes128 for example) and same key, and each time I get a different result. But 
decryption always works. That blows my mind. Secondly I noticed that using a 
salt value when encryption does not require the salt value when decrypting. It 
works either way. If that is the case, why even use a salt??

Bob S


___
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


Printing BackgroundColor of text

2021-03-04 Thread Dan Friedman via use-livecode
I seem to be having an issue printing text with a backgroundColor.  Anyone else 
have this experience?  SIMPLE to reproduce:

Make a stack and put a field in it.  Set the htmlText of the field to this:

Color:  0233 Deep Marsh

Now, run this either in a button or in the multiline message box:

open printing to pdf (specialFolderPath("desktop") & "/test.pdf")
print card 1 of this stack
close printing

Everything prints except the color.

If you set the color of the text, the text does print in color:

Color:  0233 Deep Marsh

Fails in both LC 9.6.0 and 9.6.1


Any thoughts?   Is this a bug, or am I doing something wrong?

-Dan

___
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: Did I dream this ?

2021-03-04 Thread Phil Davis via use-livecode
There's mouseH, mouseV, clickH, clickV but those are the only partial 
loc things I'm aware of.


Phil Davis


On 3/4/21 10:54 AM, jbv via use-livecode wrote:

Hi list,

I thought I remembered a property like xloc or yloc
in LC that would return only the horizontal or
vertical location of an object...
Or was it before, in Metacard or even in OMO ?

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



--
Phil Davis
503-307-4363


___
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


Did I dream this ?

2021-03-04 Thread jbv via use-livecode

Hi list,

I thought I remembered a property like xloc or yloc
in LC that would return only the horizontal or
vertical location of an object...
Or was it before, in Metacard or even in OMO ?

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: USA OSHA ITA Reporting

2021-03-04 Thread Rick Harrison via use-livecode
How many employees do you have?

Their website is a bit confusing just
as other government websites.

Some of it refers to having more than 250
employees, and I also saw something
about 19 or more.

If you are a small shop you may not
have to submit anything.

Rick

> On Mar 4, 2021, at 9:27 AM, Mike Kerner via use-livecode 
>  wrote:
> 
> For anyone in the USA who is subject to OSHA's ITA reporting, have you
> implemented a solution that you would be willing to share?
> ___
> 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


Apple Push Notifications update

2021-03-04 Thread Andrew at MidWest Coast Media via use-livecode
I feel blindsided by an email I received today from Apple indicating they are 
deprecating the binary  push notification method at the end of the month. I’ve 
dealt enough with trying to keep up with Android push changes over the years, 
but this seems to be the first major Apple update. 

This binary they speak of is the put tBinary into 
URL("binfile:Notification.bin") in the lesson @ 
https://lessons.livecode.com/m/4069/l/53405-how-do-i-use-push-notifications-with-ios
 correct?


Dear Andrew, 

The HTTP/2‑based Apple Push Notification service (APNs) provider API lets you 
take advantage of great features, such as authentication with a JSON Web Token, 
improved error messaging, and per‑notification feedback. If you still send push 
notifications with the legacy binary protocol, make sure to upgrade to the APNs 
provider API as soon as possible. APNs will no longer support the legacy binary 
protocol after March 31, 2021. 

Learn about the APNs provider API. 

 

If you have any questions, contact us 
.
 

Best regards,
Apple Developer Relations



___
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


USA OSHA ITA Reporting

2021-03-04 Thread Mike Kerner via use-livecode
For anyone in the USA who is subject to OSHA's ITA reporting, have you
implemented a solution that you would be willing to share?
___
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