Re: full justification in a text field

2022-02-10 Thread Curry Kenworthy via use-livecode
Curt: > text with full justification in a field? Paul: > no justified option. There is a REALLY old enhancement request > at https://quality.livecode.com/show_bug.cgi?id=4714 Howdy, I know how to do this perfectly, and would love to add full justification to WordLib if there's

Re: Notarize Helper Stack in LC lesson updated

2022-02-10 Thread General 2018 via use-livecode
Hi , Yes, that was the issue - I was thinking the bundle ID could be the same for the product series and the version name and version number dictated the difference. Once again thanks for the help on this. Regards Camm > On 10 Feb 2022, at 10:53, matthias rebbe via use-livecode > wrote: >

Re: (area used by) Keyboard in iOS 15.x

2022-02-10 Thread Mark Smith via use-livecode
Sorry, it appears I attached the wrong link. Hopefully this one works better!! https://www.dropbox.com/s/2igqdbroxy5onf7/Test%20Layout%2013.livecode.zip?dl=0 > On Feb 10, 2022, at 10:08 PM, Mark Smith wrote: >

Re: (area used by) Keyboard in iOS 15.x

2022-02-10 Thread Mark Smith via use-livecode
Hello everyone, Once again thanks to the many of you who provided advice and suggestions. They were really very helpful in coding up this full working example. In the interests of sharing I have posted an example into a dropbox account, and will upload a copy to the forums at some point. This

RE: full justification in a text field

2022-02-10 Thread Ralph DiMola via use-livecode
I was just trying to make text break at slashes today. I put a zero width space(U+200B) after every slash. Although LC did break the lines properly the space was not rendered as zero width. It was more like a thin space and a half and looked terrible. Is this an engine bug? Ralph DiMola IT

Re: full justification in a text field

2022-02-10 Thread Peter Bogdanoff via use-livecode
You’re welcome. What I really wanted to do is to use a narrower space character, such as the "thin space, U+2009" which would allow much better alignment of the right margin. That character does display in LiveCode. https://en.wikipedia.org/wiki/Whitespace_character But that seems to require

full justification in a text field

2022-02-10 Thread Curt Ford via use-livecode
Peter, that works really well. Looks like it does require a monospaced font (I tried it with Monaco, looks good), so I'm not sure if my current client will want this approach, but it's nice to have a relatively simple native solution. Thanks so much! Curt -- Sent from Postbox

Re: Script Compiler - One More Question

2022-02-10 Thread Curry Kenworthy via use-livecode
Me: > How do you plan to avoid a repeat of the LC 7 bug onslaught? Heather: > Curry - please email support and we will be happy to help with this. Thanks! But I don't see this as a private 1-on-1 support issue; if it's not a general/public approach, not sure it could help. So for my

Re: Script Compiler - One More Question

2022-02-10 Thread Heather Laine via use-livecode
Curry - please email support and we will be happy to help with this. Best Regards, Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode.com > On 10 Feb 2022, at 16:31, Curry Kenworthy via use-livecode > wrote: > > > Script Compiler - One More Question: > > After the

Re: Script Compiler - One More Question

2022-02-10 Thread matthias rebbe via use-livecode
Isn't that a question you should ask the people of Livecode Ltd. directly? > Am 10.02.2022 um 17:31 schrieb Curry Kenworthy via use-livecode > : > > > Script Compiler - One More Question: > > After the survey there was an email "Your Questions Answered." > I put a concern in the survey, just

Script Compiler - One More Question

2022-02-10 Thread Curry Kenworthy via use-livecode
Script Compiler - One More Question: After the survey there was an email "Your Questions Answered." I put a concern in the survey, just without a question mark! (And I don't recall any survey directions specifying that concerns/comments should be worded as questions.) It's easy to add a

Re: Notarize Helper Stack in LC lesson updated

2022-02-10 Thread matthias rebbe via use-livecode
Hi Camm, Could it be that both standalones have the same Bundle Identifier (NSBundleIdentifier). You can find the value in LC's standalone settings ->Mac at the bottom. Seems that not the Bundle Name but the Bundle Identifier is responsible for that relocation behaviour. More information

Re: full justification in a text field

2022-02-10 Thread Peter Bogdanoff via use-livecode
I’ve taken a quick stab at this ... This script adds spaces between words of a line to get it close to the full width of the field to create a quick & dirty faux fully-justified field. In operation, It converts each visible line of text to a LiveCode line (delineated by CRs) so the final text