Re: Lock/Unlock Screen of another stack

2021-04-04 Thread Roger Guay via use-livecode
Hi Klaus, > On Apr 4, 2021, at 4:50 PM, Klaus major-k via use-livecode > wrote: > > Hi Roger, > >> Am 05.04.2021 um 00:56 schrieb Roger Guay via use-livecode >> : >> >> Hi all, >> >> I have a button on one stack that hides and shows controls of another stack. >> Is it possible to add Lock

Re: autohilite FUBAR?

2021-04-04 Thread Richard Gaskin via use-livecode
Thanks for the feedback, Clarence and Jim. I found a report for this originally specifying Android only (where I first noticed it), and added a note about the scope affecting both Windows and Linux too: https://quality.livecode.com/show_bug.cgi?id=22965#c6 -- Richard Gaskin Fourth World

Re: "tsnet (1) Received HTTP/0.9 when not allowed"?

2021-04-04 Thread Richard Gaskin via use-livecode
curl is reporting the default because the data it's receiving is zero length: http://lists.runrev.com/pipermail/use-livecode/2021-April/264146.html -- Richard Gaskin Fourth World Systems Andre Garzia wrote:> Are you using the time travel external? HTTP/0.9 has been historical for a long

Re: Lock/Unlock Screen of another stack

2021-04-04 Thread Klaus major-k via use-livecode
Hi Roger, > Am 05.04.2021 um 00:56 schrieb Roger Guay via use-livecode > : > > Hi all, > > I have a button on one stack that hides and shows controls of another stack. > Is it possible to add Lock screen for effect and Unlock screen with effect in > that button? Can’t seem to make it work….

Lock/Unlock Screen of another stack

2021-04-04 Thread Roger Guay via use-livecode
Hi all, I have a button on one stack that hides and shows controls of another stack. Is it possible to add Lock screen for effect and Unlock screen with effect in that button? Can’t seem to make it work…. Thx, Roger ___ use-livecode mailing list

Re: Behaviors and scripts and a new handler structure...

2021-04-04 Thread Mark Smith via use-livecode
Hi Bob, If you have a bit of time, could you tell us a bit more about how? Thanks, Mark > On Apr 2, 2021, at 12:42 AM, Bob Sneidar via use-livecode > wrote: > > I have already implemented this with the help of others, for Datagrids. I > think it works already for other things. > > Bob S >

Re: Polygons

2021-04-04 Thread J. Landman Gay via use-livecode
To simulate a graphic with no lines, set the border color to the same color as the fill. Set opaque to true. You could then overlay that with a line graphic that just has the top portion of the graph (no x-axis line.) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
I would hazard a guess that the fill area needs to be bounded by a line. If a line is missing the fill routine can't determine where the edge of the fill is and so fails, leaving the grc empty. I may be completely wrong on this but it seems logical. Not much help I know but if you want to

Re: Polygons

2021-04-04 Thread Terence Heaford via use-livecode
OK, I have changed your script by adding these lines to the mouseUp handler set the backgroundColor of grc "myPoly" to red set the forecolor of grc "myPoly" to blue Now if you switch the lines on/off you will see that the fill does not work without all lines. Not sure what this means

Re: Polygons

2021-04-04 Thread Terence Heaford via use-livecode
Thanks for your example. I am basic filling underneath a line chart to make an area chart but the closing lines to the x-Axis do not have a line. I concluded to draw a polygon twice once with fill and no lines, filled to the x-Axis and overlay it with a similar polygon but not

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
I have to say that I'm not seeing this. I seem to remember that graphics can't show a fill unless all lines are visible. As a test I created a graphic called "myPoly" . I placed a checkbox called "showSides" (and removed its script) in a button I placed the following script:

Re: Polygons

2021-04-04 Thread Terence Heaford via use-livecode
When you do this it appears to affect the fill settings. I lose the fill where there are no lines and the closure of the points also moves. I can’t believe it’s LC, it must be me. A simple script example would be useful if you have the time. A square, that’s easy, that has the side lines

Re: "tsnet (1) Received HTTP/0.9 when not allowed"?

2021-04-04 Thread Mark Wieder via use-livecode
On 4/4/21 4:36 AM, Andre Garzia via use-livecode wrote: Are you using the time travel external? HTTP/0.9 has been historical for a long while... Nonetheless, I believe 0.9 is still the lowest common denominator fallback mode when the actual level can't otherwise be determined. -- Mark

Re: Help! I'm stuck

2021-04-04 Thread J. Landman Gay via use-livecode
It's not a bug, it was intentionally introduced to allow a couple of features, like retaining script local variables after a build. Given the amount of extra scripting to work around it for existing stacks, I think it may have introduced more problems than it tried to cure. I did try turning

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
By a space I mean a blank line! Ian On Sun, 4 Apr 2021 at 15:39, Ian McKnight wrote: > Hi > Put a space in-between the points where you want the line in not be > drawn. The shape is still constructed but with missing sides. > > Ian > > On Sun, 4 Apr 2021 at 15:02, Terence Heaford via

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
Hi Put a space in-between the points where you want the line in not be drawn. The shape is still constructed but with missing sides. Ian On Sun, 4 Apr 2021 at 15:02, Terence Heaford via use-livecode < use-livecode@lists.runrev.com> wrote: > Thanks for that, clearly understood. > > To expand on

Re: Polygons

2021-04-04 Thread Terence Heaford via use-livecode
Thanks for that, clearly understood. To expand on the original question. If you have a hexagon, is it possible to only draw lines on sides 1,3,5,6 and no lines on sides 2,4. Thanks Terry > On 4 Apr 2021, at 12:43, Ian McKnight via use-livecode > wrote: > > Yes. Polygons use a list of 4

Re: Help! I'm stuck

2021-04-04 Thread Sean Cole (Pi) via use-livecode
You can also turn off messages and errors from the Toolbar before you build. This should prevent any pre/open or pre/close scripts from running. And make sure all inspectors, message box and project browser are closed too as well as any windows/stacks other than your main stack. Sean On Sun, 4

Re: Star score graphic generator achievable with inks... or...?

2021-04-04 Thread David V Glasgow via use-livecode
Thanks, but Bob Sneidar was exactly right in his original post. His solution works beautifully with real numbers represented as part stars. I did look at the segmented widget, but I wanted to represent real numbers from averaging customer ratings. The only teeny limitation is that between

Re: Help! I'm stuck

2021-04-04 Thread Sean Cole (Pi) via use-livecode
ResolveID is referring to the stack, card and object IDs to tie it to your breakpoints. Focus on your main stack. In the Development menu bar, choose Clear All Breakpoints. It’s a good idea to do this every time before a main standalone build. So, Delete all your breakpoints. Then resave. (Close

Re: Polygons

2021-04-04 Thread Ian McKnight via use-livecode
Yes. Polygons use a list of 4 points to describe a triangle. The first and last are the co-ords of the same vertex to ensure closure. If the last point is left out then the line between the last vertex and the first vertex is not drawn. So make sure that your list of points doesn't begin with the

Re: "tsnet (1) Received HTTP/0.9 when not allowed"?

2021-04-04 Thread Andre Garzia via use-livecode
Are you using the time travel external? HTTP/0.9 has been historical for a long while, you can see more about this protocol at: https://medium.com/platform-engineer/evolution-of-http-69cfe6531ba0 To what server you’re

Polygons

2021-04-04 Thread Terence Heaford via use-livecode
If I draw a shape using a polygon, as an example assume a right angled triangle. Is it possible to hide the line between the points that make up the hypotenuse? Thanks Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit