Re: Livecode with Window 7

2019-02-22 Thread Sannyasin Brahmanathaswami via use-livecode
Richard, good advice! Brahmanathaswami On 2/20/19, 9:20 AM, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: Best to proceed as though the machine is compromised. It may not be, but eight years without updates is dangerously long so better to err on the side

Re: Preserving TabStops

2019-02-22 Thread Roger Guay via use-livecode
Thank you, Richard. That’s what I am doing and was hoping there was a more elegant and efficient way of doing it. Cheer! Roger > On Feb 22, 2019, at 5:18 PM, Richard Gaskin via use-livecode > wrote: > > Roger Guay wrote: > > > Is there a way to put fld “Fld2" after fld “Fld1” and preserve t

Re: Preserving TabStops

2019-02-22 Thread Richard Gaskin via use-livecode
Roger Guay wrote: > Is there a way to put fld “Fld2" after fld “Fld1” and preserve the > TabStops of fld “Fld2” ? Like textFont and other attributes, tabStops can be applied to the field, or a paragraph within the field (v5.4 or later). So you should be able to get the tabstops of fld 2, put

Preserving TabStops

2019-02-22 Thread Roger Guay via use-livecode
Is there a way to put fld “Fld2" after fld “Fld1” and preserve the TabStops of fld “Fld2” ? Thanks very much, Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

Re: [ANN] Release 9.0.3 RC-1

2019-02-22 Thread Richard Gaskin via use-livecode
Richmond wrote: > This is lovely on macOS 10.14.4 beta 3, but I am a bit cheesed-off > that the dictionary over on Linux STILL pops up in one's default > browser *occluding* the IDE. 1. I don't think "occlude" means what you think it means. See H.W. Fowler, "Dictionary of Modern English Usage"

Re: [ANN] Release 9.0.3 RC-1

2019-02-22 Thread Bob Sneidar via use-livecode
Sounds like you need a doctor! Bob S > On Feb 22, 2019, at 11:44 , Richmond via use-livecode > wrote: > > This is lovely on macOS 10.14.4 beta 3, but I am a bit cheesed-off that > the dictionary over on Linux STILL pops up in one's default browser > *occluding* the IDE. > > Richmond. ___

Re: [ANN] Release 9.0.3 RC-1

2019-02-22 Thread Richmond via use-livecode
This is lovely on macOS 10.14.4 beta 3, but I am a bit cheesed-off that the dictionary over on Linux STILL pops up in one's default browser *occluding* the IDE. Richmond. On 21.02.19 16:00, panagiotis merakos via use-livecode wrote: Dear list members, We are pleased to announce the release o

Re: Data grid : show an button in a column only if there is an email in other column

2019-02-22 Thread Bob Sneidar via use-livecode
I believe this works this way because the fillInData message gets sent to the row group that is currently getting updated. Because of this, "me" refers to the current row group, nd btn "sendmail" of me refers to the specific instance of button "sendmail" in that group. Otherwise btn "sendmail" w

Re: add file extension share for iOS app

2019-02-22 Thread Ludovic THEBAULT via use-livecode
> Le 22 févr. 2019 à 12:05, Matthias Rebbe via use-livecode > a écrit : > > Ludovic, > > thank you very much. I will try today evening. But how will i handle the file > in the App. > Can i use the $1 variable for this like in the desktop apps? Or is there a > special message that takes care

Re: SVG widget and grab me command

2019-02-22 Thread Håkan Liljegren via use-livecode
Or you can use an image instead as they happily handle SVG files nowadays… :-Håkan On 21 Feb 2019, 18:18 +0100, Tore Nilsen via use-livecode , wrote: > > The simple solution was to «group» each individual SVG widget and add the > grab me command to the group. > __

Re: add file extension share for iOS app

2019-02-22 Thread Matthias Rebbe via use-livecode
Ludovic, thank you very much. I will try today evening. But how will i handle the file in the App. Can i use the $1 variable for this like in the desktop apps? Or is there a special message that takes care of it? Matthias > Am 22.02.2019 um 11:01 schrieb Ludovic THEBAULT via use-livecode > : >

Re: How to IMPORT CONTACTS and GPS location

2019-02-22 Thread Håkan Liljegren via use-livecode
Take a look at mobileFindContact, mobileGetContact etc (search for contact) in the dictionary… Remember though that you will get a dialog asking the user for permission and if they reject you will not be able to grab anything! GPS is a system with satellites that your device can use to pin-point

Re: add file extension share for iOS app

2019-02-22 Thread Ludovic THEBAULT via use-livecode
> Le 22 févr. 2019 à 10:06, Matthias Rebbe via use-livecode > a écrit : > > Hi, > > i don´t know if it is the correct expression in the topic. > > I need the possibility to share an email attachment on iOS with my iOS app. > I want to be able to open a .txt file received by email on iOS with

add file extension share for iOS app

2019-02-22 Thread Matthias Rebbe via use-livecode
Hi, i don´t know if it is the correct expression in the topic. I need the possibility to share an email attachment on iOS with my iOS app. I want to be able to open a .txt file received by email on iOS with my installed app. Is there a way to do this with LC. Do i have to edit the plist file man