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

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:"("desktop")&"savedfield.rtf") And then reading it back to a new field with: set the rtfText of field "Y" to URL ("file:"("desktop")&"savedfield.rtf") and the tab spacing is not preserved? On 4/7/2019 7:57 PM,

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

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

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

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

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

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

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