WordReport Registration

2018-12-09 Thread Bernard Devlin via use-livecode
Hi all I've got a copy of this as part of one of my previous Livecode purchases. How does one go about using the registration code? The "Try WordReport" stack says either to buy a registration code *or* to simply use the code if one has it. Neither of the PDF files which come with the stack

Re: Show invisible characters (tab, space, return) in field

2018-12-09 Thread hh via use-livecode
> Kaveh wrote: > You are right. It's getting complicated :-) So why does 200A allow > wrapping and 200B does not? Perhaps a team member can come in? And corrects this/explains this better: 0x200B is probably not in LC's word-break table (for word wrapping) because it is usually used to indicate

Re: Xcode for El Capitan

2018-12-09 Thread Rick Harrison via use-livecode
Hi Paul, If your company had been doing at least a Time Machine backup you wouldn’t have had "the Mavericks box crashed really really hard - completely unrecoverable.” Make sure you are backing up all of your computers from now on so you don’t have that experience again. The Apple Developer

Re: Xcode for El Capitan

2018-12-09 Thread Paul Dupuis via use-livecode
Thank you everyone for the tips. Some background explanation: For better or worse, we do our LiveCode development on Windows and we only use OSX for (1) Code signing (AppWrapper) and packaging in a DMG (DropDMG) and (2) QA testing of the app for OSX (done by others in our company). We have a

Datagrid Refresh

2018-12-09 Thread Sannyasin Brahmanathaswami via use-livecode
Continuing to work on Datagrid I can't figure out refresh. (9.2 stable) 1) I click on the inspector for the datagrid 2) Click on row template 3) Select to group 4) Edit the group, 5) Make my field "rowName" non-opaque with a few light text color. 6) A linear gradient to background. It is

Re: Show invisible characters (tab, space, return) in field

2018-12-09 Thread Kaveh Bazargan via use-livecode
On Sat, 8 Dec 2018 at 21:26, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > > Kaveh wrote: > > There is a also a zero width character. :-) that is 200B. > > So using a monospace font all chars line up. > > This works if and only if your field has dontWrap true, else your > line

Re: Setting hidden of lines very slow

2018-12-09 Thread Kaveh Bazargan via use-livecode
Hi Jim Normally I want the text to be editable most of the time, so it needs to be in the field, but just hidden. But i can definitely see uses for your suggestion of having different "views" instantly available. Regards Kaveh On Sat, 8 Dec 2018 at 20:42, Jim Lambert via use-livecode <