Print to PDF output dodgy on Windows

2017-09-03 Thread Terry Judd via use-livecode
Before I bug report this, has anyone else had problems printing styled text to 
PDF on Windows? I’ve been printing multipage reports (lots of formatting, 
graphics etc) to PDF using LC on a Mac for ages without any problems (well, not 
this particular problem at least). However, when I try to do the same on 
Windows it screws up the text formatting if any of the text within a field to 
be printed includes bolded or italicised words, introducing adjacent 
non-existent spaces or (equally bad) rending the styled text so that it 
overlaps the non-styled text on either side of it. I’ve tried changing the font 
at the stack and field level, thinking that might help but to no avail. If an 
entire line or field has a style associated with it then there is no problem. 
It’s only when styles are mixed within a field.

Terry...
___
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 error 6

2017-09-03 Thread J. Landman Gay via use-livecode
Two different Android phones so far, one is a Samsung S4 and the other 
is a non-Samsung, some type of HP phone I think.


Not much info, I know. Neither of the two phones with the error had it 
on the owner's home network. Both our app and the server use https. 
We're going to see what happens with plain http tomorrow.


Thanks so much for jumping in, I was hoping you would.

On 9/3/17 4:06 PM, Charles Warwick via use-livecode wrote:

That seems to be a Linux specific library issue from what I can tell

Are you having issues on just one Android device?

Regards,
 
Charles


On 4 Sep 2017 at 05:58:17 AEST, J. Landman Gay via use-livecode 
 wrote:
 
On 9/3/17 2:45 PM, J. Landman Gay via use-livecode wrote:

On 9/2/17 8:39 AM, Ralph DiMola wrote:

I would zero in on the https thing.
I found this on stackOverflow > 
: > > 
> ***

I found that CURL can decide to use IPv6, in which case it tries to > resolve but 
doesn't get an IPv6 answer (or something to that effect) and > times out.

You can try the command line switch -4 to test this out.
In PHP, you can configure this line by setting this:
curl_setopt($_h, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );

***

Several people in that thread report the problem started suddenly in > March of 
this year. Could this be related?
Charles W: does TSNet add an IPv4 option to https requests?




And more: 

A regression bug in Ubuntu in a March release which has been fixed, but not 
every server has been updated. I'm not sure there's much us peons can do about 
that, but hoping Charles knows.

-- Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


___
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




--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


Re: TSNet error 6

2017-09-03 Thread Charles Warwick via use-livecode
That seems to be a Linux specific library issue from what I can tell

Are you having issues on just one Android device?

Regards,

Charles

On 4 Sep 2017 at 05:58:17 AEST, J. Landman Gay via use-livecode 
 wrote:

On 9/3/17 2:45 PM, J. Landman Gay via use-livecode wrote:
> On 9/2/17 8:39 AM, Ralph DiMola wrote:
>> I would zero in on the https thing.
> > I found this on stackOverflow > 
> > :
> >  > > > ***
> I found that CURL can decide to use IPv6, in which case it tries to > resolve 
> but doesn't get an IPv6 answer (or something to that effect) and > times out.
> > You can try the command line switch -4 to test this out.
> > In PHP, you can configure this line by setting this:
> > curl_setopt($_h, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
> ***
> > Several people in that thread report the problem started suddenly in > 
> > March of this year. Could this be related?
> > Charles W: does TSNet add an IPv4 option to https requests?
> 

And more: 

A regression bug in Ubuntu in a March release which has been fixed, but not 
every server has been updated. I'm not sure there's much us peons can do about 
that, but hoping Charles knows.

-- Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


___
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 error 6

2017-09-03 Thread J. Landman Gay via use-livecode

On 9/3/17 2:45 PM, J. Landman Gay via use-livecode wrote:

On 9/2/17 8:39 AM, Ralph DiMola wrote:

I would zero in on the https thing.


I found this on stackOverflow 
: 



***
I found that CURL can decide to use IPv6, in which case it tries to 
resolve but doesn't get an IPv6 answer (or something to that effect) and 
times out.


You can try the command line switch -4 to test this out.

In PHP, you can configure this line by setting this:

curl_setopt($_h, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
***

Several people in that thread report the problem started suddenly in 
March of this year. Could this be related?


Charles W: does TSNet add an IPv4 option to https requests?




And more: 

A regression bug in Ubuntu in a March release which has been fixed, but 
not every server has been updated. I'm not sure there's much us peons 
can do about that, but hoping Charles knows.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


Re: TSNet error 6

2017-09-03 Thread J. Landman Gay via use-livecode

On 9/2/17 8:39 AM, Ralph DiMola wrote:

I would zero in on the https thing.


I found this on stackOverflow 
:


***
I found that CURL can decide to use IPv6, in which case it tries to 
resolve but doesn't get an IPv6 answer (or something to that effect) and 
times out.


You can try the command line switch -4 to test this out.

In PHP, you can configure this line by setting this:

curl_setopt($_h, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
***

Several people in that thread report the problem started suddenly in 
March of this year. Could this be related?


Charles W: does TSNet add an IPv4 option to https requests?

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.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


Re: mouseUp in a field

2017-09-03 Thread Richmond Mathewson via use-livecode

Thank you very much!

On 9/3/17 8:56 pm, Tore Nilsen via use-livecode wrote:

textLock of the field has to be set to true in order to get the field recognize 
a mouseUp.

Tore


3. sep. 2017 kl. 19:43 skrev Richmond Mathewson via use-livecode 
:

I am able to run a *mouseDown* script when I click on a field,
but seem unable to run a mouseUp script . . .

is this to be expected? And if so / if not, can someone
tell me how to run a *mouseUp* script when clicking on a fieild
with FOCUSABLE, and FOCUS BORDER disabled?

Richmond.

___
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: mouseUp in a field

2017-09-03 Thread Tore Nilsen via use-livecode
textLock of the field has to be set to true in order to get the field recognize 
a mouseUp.

Tore

> 3. sep. 2017 kl. 19:43 skrev Richmond Mathewson via use-livecode 
> :
> 
> I am able to run a *mouseDown* script when I click on a field,
> but seem unable to run a mouseUp script . . .
> 
> is this to be expected? And if so / if not, can someone
> tell me how to run a *mouseUp* script when clicking on a fieild
> with FOCUSABLE, and FOCUS BORDER disabled?
> 
> Richmond.

___
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


mouseUp in a field

2017-09-03 Thread Richmond Mathewson via use-livecode

I am able to run a *mouseDown* script when I click on a field,
but seem unable to run a mouseUp script . . .

is this to be expected? And if so / if not, can someone
tell me how to run a *mouseUp* script when clicking on a fieild
with FOCUSABLE, and FOCUS BORDER disabled?

Richmond.

___
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: [OT] Hello World

2017-09-03 Thread Mark Schonewille via use-livecode
Thanks. It is an interesting article. I tend to agree and I think it 
would be fun to give BBC Basic a try. The purpose may not always be to 
move on to other programming languages however and so I still might 
start with LiveCode right-away.


Kind regards,

Mark Schonewille
http://economy-x-talk.com
https://www.facebook.com/marksch

Buy the most extensive book on the
LiveCode language:
http://livecodebeginner.economy-x-talk.com

Op 02-Sep-17 om 18:49 schreef Richmond Mathewson via use-livecode:

71

Richmond.

On 9/2/17 10:39 am, Mark Schonewille via use-livecode wrote:

Which page?

Kind regards,

Mark Schonewille
http://economy-x-talk.com
https://www.facebook.com/marksch

Buy the most extensive book on the
LiveCode language:
http://livecodebeginner.economy-x-talk.com

Op 02-Sep-17 om 00:18 schreef Jim Lambert via use-livecode:

Richmond,

Congratulations on your Hello World article.
Very nice.

Jim Lambert

___
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


___
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