Re: Confirm Bug in Button - iconGravity and margins

2019-04-07 Thread Paul Hibbert via use-livecode
Not seeing this behaviour here on Mac.

Paul

macOS Mojave 10.14.4




> On Apr 3, 2019, at 19:56, Sannyasin Brahmanathaswami via use-livecode 
>  wrote:
> 
> Can anyone confirm? 
> 
> 9.0.4 RC2
> 
> set the iconGravity of Button "openGlobalNav" to bottom 
> 
> 
> set the iconGravity of Button "openGlobalNav" to top. 
>   # sets it to the BOTTOM
> 
> Set the margin to "10" and it actually to -10 -- icon falls 10 pixels below 
> the rect of the bottom)
> 
> These were with SVG icons: import as control --> image --> choose an svg icon 
> from disk.
> 
> BR
> 
> 
> 
> 
> 
> 
> 
> 
> ___
> 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: Saving a tab formatted field to a file and retaining its formatting

2019-04-07 Thread Paul Dupuis via use-livecode

I take it your have tried:

put the rtfText of field "X" into URL 
("file:"&specialFolderPath("desktop")&slash&"savedfield.rtf")


And then reading it back to a new field with:

set the rtfText of field "Y" to URL 
("file:"&specialFolderPath("desktop")&slash&"savedfield.rtf")


and the tab spacing is not preserved?



On 4/7/2019 7:57 PM, Robert J. Earp via use-livecode wrote:

Dear all, we have a field that is formatted nicely with tabs and want to save 
that as a file, retaining the tab formatting.  The saved file format ideally 
should be .rtf but we may be able to use other formats such as .pdf

Anybody got any ideas how to do this ?

Thanks in advance for your suggestions.

best, Bob…

Bob Earp - White Rock, BC, Canada
___
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: Saving a tab formatted field to a file and retaining its formatting

2019-04-07 Thread Roger Guay via use-livecode
I sent a similar message some time ago to no avail. Let’s see if you are more 
successful. 

R

> On Apr 7, 2019, at 4:57 PM, Robert J. Earp via use-livecode 
>  wrote:
> 
> Dear all, we have a field that is formatted nicely with tabs and want to save 
> that as a file, retaining the tab formatting.  The saved file format ideally 
> should be .rtf but we may be able to use other formats such as .pdf
> 
> Anybody got any ideas how to do this ?
> 
> Thanks in advance for your suggestions.
> 
> best, Bob…
> 
> Bob Earp - White Rock, BC, Canada
> ___
> 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

Saving a tab formatted field to a file and retaining its formatting

2019-04-07 Thread Robert J. Earp via use-livecode
Dear all, we have a field that is formatted nicely with tabs and want to save 
that as a file, retaining the tab formatting.  The saved file format ideally 
should be .rtf but we may be able to use other formats such as .pdf

Anybody got any ideas how to do this ?

Thanks in advance for your suggestions.

best, Bob…

Bob Earp - White Rock, BC, Canada
___
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

Blank Screen (black) on Mobile

2019-04-07 Thread Sannyasin Brahmanathaswami via use-livecode
I just released to the stores SivaSiva app, 1.4.  (waiting on apple so it will 
be some days)

I optimized performance in so  many other ways… It quite fast now.

Only thing is, that producing the standalones for mobile in 9.0.2.RC. I get 
some blank, black screens.

I think if found a bug or a regression.
It come shortly before or after you lock screen/unlock screen (with or without 
effect)

It not enough to keep from  users frpom using it and I can't wait any longer to 
put out this release but it would be good confirm and put this is  for a "hot 
fix". Can anyone else confirm?

Bug 21962 - Lockscreen 
Screen Causing a Blank Screen on Mobile

BR

___
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: LiveCode time doesn't change when changing time zones unless you restart LiveCode

2019-04-07 Thread Matthias Rebbe via use-livecode
I think this is a common behaviour of many Windows programs, maybe even on 
MacOSX. The programs read such settings among other settings like installed 
fonts, installed printers when the programs start. At least i noticed this 
behaviour here with many other programs like our ERP system, some 
graphic/design tools and so on.
If it´s the best way, i do not know, but we learned to live with it and it´s 
not such a big problem for us.


Matthias Rebbe

free tools for Livecoders:
https://instamaker.dermattes.de 
https://winsignhelper.dermattes.de 

> Am 07.04.2019 um 17:18 schrieb Gabe J via use-livecode 
> mailto:use-livecode@lists.runrev.com>>:
> 
> When the time zone changes on the computer (on MacOS, at least), the time
> in LiveCode does not update accordingly if LiveCode is not quit/reopened.
> 
> Does anyone know of a way to force LiveCode to update its time
> zone/time-tracking value without needing to restart LiveCode?
> 
> Thanks,
> Gabe
> ___
> 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: LiveCode time doesn't change when changing time zones unless you restart LiveCode

2019-04-07 Thread Tom Glod via use-livecode
hmmm...never thought about this myself but it could be problematic to my
application as well.

not that i know anything, but this sounds like a feature request that could
happen pretty easily.

On Sun, Apr 7, 2019 at 11:19 AM Gabe J via use-livecode <
use-livecode@lists.runrev.com> wrote:

> When the time zone changes on the computer (on MacOS, at least), the time
> in LiveCode does not update accordingly if LiveCode is not quit/reopened.
>
> Does anyone know of a way to force LiveCode to update its time
> zone/time-tracking value without needing to restart LiveCode?
>
> Thanks,
> Gabe
> ___
> 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


Browser selections

2019-04-07 Thread J. Landman Gay via use-livecode
Is there a way to get/set selected text in a browser widget? I couldn't 
find anything.


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


LiveCode time doesn't change when changing time zones unless you restart LiveCode

2019-04-07 Thread Gabe J via use-livecode
When the time zone changes on the computer (on MacOS, at least), the time
in LiveCode does not update accordingly if LiveCode is not quit/reopened.

Does anyone know of a way to force LiveCode to update its time
zone/time-tracking value without needing to restart LiveCode?

Thanks,
Gabe
___
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