Re: UI design problem

2017-03-05 Thread tbodine via use-livecode
Thanks Jim. Jim Lambert wrote > Presumably text in the field is editable by the user. > Therefore the field text cannot be locked and mousedowns will be used for > text selection rather than grabbing of the entire field, correct? > > Is the field user resizable? A right-click toggles the text

Re: ouch: the beginning of the end

2017-03-05 Thread Alejandro Tejada via use-livecode
Using the free command line utility PDFTK, I could fill a pdf with interactive fields using just a text file formatted as a fdf document (that you could generate with LiveCode). Tested and works in Windows and Ubuntu Linux. Could you test if this works on MacOSX? pdftk.exe C:\PDFwithForms.pdf

Re: UI design problem

2017-03-05 Thread Jim Lambert via use-livecode
Food for thought. Presumably text in the field is editable by the user. Therefore the field text cannot be locked and mousedowns will be used for text selection rather than grabbing of the entire field, correct? Is the field user resizable? If so, do you present the user with dotted border and

Re: Remote debugger

2017-03-05 Thread Monte Goulding via use-livecode
Hi Folks gREVDevelopment is not necessary for the remote debugger to function. I have create an enhancement report for the remote debugger to automatically turn on android internet permissions: http://quality.livecode.com/show_bug.cgi?id=19370

Re: align field scrolls

2017-03-05 Thread Paul Hibbert via use-livecode
I have a stack that does a similar thing, but with numbers and I just use the following script in the main field; on scrollBarDrag pScroll set the vScroll of fld “lineNumbers" to pScroll end scrollBarDrag Provided both fields have the same number of lines and the text properties are

Re: align field scrolls

2017-03-05 Thread Nicolas Cueto via use-livecode
> Provided both fields have the same number of lines... ​I should've added that the fields do not contain the same number of lines. They are identical, though, in size and text properties. Thanks, Paul. -- Nicolas Cueto On 6 March 2017 at 11:26, Paul Hibbert via use-livecode <

align field scrolls

2017-03-05 Thread Nicolas Cueto via use-livecode
Hi. The part I've got working... Two clickable scrolling fields (fld1, fld2), same height and width. Click a fld1 line and fld2 SCROLLs and HILITEDLINEs to visually reveal a matching line. (fld1 is French text, fld2 is an English gloss.) The part I would welcome your help with... If, say, the