Re: Script Editor CTD

2019-06-26 Thread J. Landman Gay via use-livecode
Here: https://quality.livecode.com/show_bug.cgi?id=22130 I have 4 more I haven't uploaded yet, three just from this afternoon. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On June 26, 2019 5:52:14 PM Bob Sneidar via use-livecode

Re: Catalina

2019-06-26 Thread Dr. Hawkins via use-livecode
richmond rumbled, > > That's lovely to hear: but as almost all the software I depend on does not > seem to have 64-bit versions yet > I'm sticking with 10.14. this machine, my main one, is stuck forever at 10.13, so I don’t need to worry about that :) And Adobe 8, for which I have a pro

Script Editor CTD

2019-06-26 Thread Bob Sneidar via use-livecode
Hi all. For those who have been encountering CTD while stepping through the script editor, I have just experienced this for the first time. I have the log data and would like to contribute to the bug report, but I cannot find it. Bob S ___

Re: Rects Revisted

2019-06-26 Thread Bob Sneidar via use-livecode
Thanks Dar. That is exactly what I did. I guess I was expecting the effective working rect of a screen to be the area within which a window could be fully displayed accounting for all the accoutrements. (That's French you know. :-) Bob S > On Jun 26, 2019, at 15:04 , Dar Scott Consulting via

Re: Rects Revisted

2019-06-26 Thread Dar Scott Consulting via use-livecode
The effective rect of the stack is the absolute rect of the window including the title, all of the borders (where there are any) and and the decorations. Thus, the top will be (say) 22 pixels less than the rect of the stack. You can subtract the upper left of the working screenRect from either

Re: Rects Revisted

2019-06-26 Thread Bob Sneidar via use-livecode
So now my only beef is that with a MacOS window that has a custom menu that is set as the system menu, the effective rect of the stack does not take into account the MacOS Menu Bar. Bob S > On Jun 26, 2019, at 11:19 , Bob Sneidar via use-livecode > wrote: > > OK I figured it out. I have

Re: Rects Revisted

2019-06-26 Thread Paul Dupuis via use-livecode
On 6/26/2019 1:41 PM, Bob Sneidar via use-livecode wrote: So I am dealing with the rects of stacks vs. the rects of screens, and now I see what the issues people have had are all about. I have a window whose bottom is partially below the screen it is on. But item 4 of the rect of the stack is

Re: Catalina

2019-06-26 Thread Richmond via use-livecode
That's lovely to hear: but as almost all the software I depend on does not seem to have 64-bit versions yet I'm sticking with 10.14. Richmond. On 26.06.19 21:53, Dr. Hawkins via use-livecode wrote: On Jun 25, 2019, at 1:01 PM, Richmond via use-livecode wrote: I got macOS Catalina (10.15)

Re: Catalina

2019-06-26 Thread Dr. Hawkins via use-livecode
On Jun 25, 2019, at 1:01 PM, Richmond via use-livecode wrote: > > I got macOS Catalina (10.15) beta "shoved up my nose" by my > Mac's Software update thingy this afternoon. I went out of my way to get it yesterday, and put it on my MacBook. 9.5 launches and runs just fine so far. —

Re: Rects Revisted

2019-06-26 Thread Bob Sneidar via use-livecode
OK I figured it out. I have to use the EFFECTIVE rect of the stack and the effective working rect of the screen. Bob S > On Jun 26, 2019, at 11:15 , Bob Sneidar via use-livecode > wrote: > > That is EXACTLY the question I was asking! :-) > > Bob S > > >> On Jun 26, 2019, at 10:48 , Alex

Re: Rects Revisted

2019-06-26 Thread hh via use-livecode
> Craig wrote: > Probably a brain typo... What an excellent wording! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Rects Revisted

2019-06-26 Thread Bob Sneidar via use-livecode
That is EXACTLY the question I was asking! :-) Bob S > On Jun 26, 2019, at 10:48 , Alex Tweedly via use-livecode > wrote: > > I'm lost . how is > > 1198 (item 4 of the stackrect) > > less than > > 1080 (item 4 of the screenrect) ? ___

Re: Rects Revisted

2019-06-26 Thread dunbarx--- via use-livecode
Probably a brain typo. But I cannot imagine that item 4 of the rect of a stack window that lies below the bottom of the screen can be less  item 4 of the screenRect. Craig -Original Message- From: Alex Tweedly via use-livecode To: use-livecode Cc: Alex Tweedly Sent: Wed, Jun 26, 2019

Re: Rects Revisted

2019-06-26 Thread Alex Tweedly via use-livecode
I'm lost  . how is 1198 (item 4 of the stackrect) less than 1080 (item 4 of the screenrect) ? On 26/06/2019 18:41, Bob Sneidar via use-livecode wrote: So I am dealing with the rects of stacks vs. the rects of screens, and now I see what the issues people have had are all about. I have

Rects Revisted

2019-06-26 Thread Bob Sneidar via use-livecode
So I am dealing with the rects of stacks vs. the rects of screens, and now I see what the issues people have had are all about. I have a window whose bottom is partially below the screen it is on. But item 4 of the rect of the stack is being reported as being LESS than item 4 of the screenRect!

Re: Draw a line that follows an object

2019-06-26 Thread dunbarxx via use-livecode
Hi. Not sure what you really want, but maybe try this. On a new card create a button and a line graphic. Put this into the button script: on mouseDown trackButton end mouseDown on trackButton if the optionKey is down then exit to top -- exit here set the loc of btn 1 to the mouseLoc

Re: Draw a line that follows an object

2019-06-26 Thread Dar Scott Consulting via use-livecode
I don't know the best way. I would start like this (assuming my understanding of your need is even close) 1. Create the "line" object, either an open polygon or a single line segment (depending on your need), either by code or in the design. 2. Create the drawing object that you want to create

Draw a line that follows an object

2019-06-26 Thread General 2018 via use-livecode
Hi , What is the best way to draw a line that follows the location of an object , like using a pencil and then erase the scribble ? Regards Camm ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Resuscitation of Scott Raney Paint Tools

2019-06-26 Thread Sannyasin Brahmanathaswami via use-livecode
You are right... the art work repository will be all "vectorized" for that reason, " different screen sizes and resolutions". Further discussion here: It will be seen whether we can do with LiveCode to do coloring of SVG. Currently not an option/not doable. Would require a widget. Also,