RE: Checkmark for Mac & Windows

2018-03-23 Thread Clarence Martin via use-livecode
Phil, can you provide a sample script? -Original Message- From: use-livecode On Behalf Of Phil Davis via use-livecode Sent: Friday, March 23, 2018 7:20 PM To: Knapp Martin via use-livecode Cc: Phil Davis

Re: Checkmark for Mac & Windows

2018-03-23 Thread Phil Davis via use-livecode
One idea: - Create or find a checkmark image you like, that looks good within the textHeight of your lists - Import it into your app - make sure each line of text begins with maybe 3 spaces - use the ID of the checkmark image as the imageSource of char 1 of each line - let your (now modified)

Re: Checkmark for Mac & Windows

2018-03-23 Thread Brian Milby via use-livecode
Check out "imagesource" - it may be what you need. You can do something like: *set* the imageSource of char 1 of line 1 of fld "Test" of this cd to 878 Which is a "+" sign, but you can use your own images. modTableField uses this strategy and has icons for the checked and unchecked state. You

Checkmark for Mac & Windows

2018-03-23 Thread Knapp Martin via use-livecode
I generate lists on the fly with the first item of each line set with a checkmark. After I construct the list under script, I just insert it into a standard LC table field. The user can then toggle the checkmark of each line off or on with a click (a script in the field takes care of that). On

Apple iOS App Rejection because Location Usage String is too Generic

2018-03-23 Thread Ralph DiMola via use-livecode
These keys aren't in the settings.plist file. NSLocationUsageDescription NSLocationWhenInUseUsageDescription Does anyone know where they are? I need to change them and re-submit the app. Thanks Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net

Re: Issues with storage of data in stack

2018-03-23 Thread Richard Gaskin via use-livecode
Lagi Pittas write: > Sqlite does fine for my single user systems but needing routines to > change between LC dates and sqlite dates is a pain. Indeed it is, or to any format not already handled. There are some requests in the bug DB for other formats:

Re: Issues with storage of data in stack

2018-03-23 Thread Lagi Pittas via use-livecode
Hi Mark, Thanks for that - I'd forgotten I'd asked ;-) The times you gave are super impressive - who needs mysql - Im gonna see if I get anytime in the next month - snowed under as usual. I think I have got it - each cluster is in effect a file on the disk? I will understand it more when I

Re: Just a list test

2018-03-23 Thread Bob Sneidar via use-livecode
Oh BTW no false positive Phishing alert in the body of my email! Bob S > On Mar 23, 2018, at 10:47 , Bob Sneidar wrote: > > I can't. I'm looking right at it. ;-) > > Bob S > > >> On Mar 23, 2018, at 10:35 , Heather Laine via use-livecode >>

Re: Just a list test

2018-03-23 Thread Bob Sneidar via use-livecode
I can't. I'm looking right at it. ;-) Bob S > On Mar 23, 2018, at 10:35 , Heather Laine via use-livecode > wrote: > > Please ignore. > > Heather > > Heather Laine > Customer Services Manager > LiveCode Ltd > www.livecode.com

Just a list test

2018-03-23 Thread Heather Laine via use-livecode
Please ignore. Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Inferring absence of physical keyboard in Win 10 'convertible' device

2018-03-23 Thread David V Glasgow via use-livecode
I apologise in advance for the ugliness of my attempt at a solution to the above. Just a brief gratuitous update on strangeness associated with Inferring absence of physical keyboard in Win 10. The Win 10 tablet itself knows the keyboard has been detached, because the cursor disappears