Java update?

2019-12-09 Thread J. Landman Gay via use-livecode
I just received notification that Java version 8 update 231 is available. I have an older version of Java 8. Should I update? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Groups in the message path: Trapping Mouseup

2019-12-09 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: > The syntax for describing the message path gets > pretty gnarly. It gets somewhat simpler when we consider the origins of the object model, though admittedly this is help more for us ol' timers than newcomers. For newcomers I just don't mention backgrounds at all unless

Re: Groups in the message path: Trapping Mouseup

2019-12-09 Thread Mark Wieder via use-livecode
On 12/9/19 11:13 AM, Alex Tweedly via use-livecode wrote: I think the correct (and nit-picky) statement is ... Mark Weider says "A background group will definitely get the message before the stack script does. Also any script being used as a behavior **for the background group**." **and

Re: Groups in the message path: Trapping Mouseup

2019-12-09 Thread Alex Tweedly via use-livecode
On 12/9/19 6:30 AM, Sannyasin Brahmanathaswami via use-livecode wrote: In this use case, - the button "starWidget"  is a "standalone" button on an independent layer on the card  and not a part of any group -- @Jacque... the groups that are trapping the mouseup I are background groups using on

Re: Help Wrapping HTMLTidy in LCB

2019-12-09 Thread Trevor DeVore via use-livecode
On Fri, Nov 22, 2019 at 10:30 AM Trevor DeVore wrote: > While looking at solutions for converting HTML into XHTML that can be > parsed by revXML I decided to test HTMLTidy which has an option to output > the input as XHTML. While I could bundle up the tidy command line tool and > include it with

Re: Groups in the message path: Trapping Mouseup

2019-12-09 Thread Mark Waddingham via use-livecode
On 2019-12-09 14:30, Sannyasin Brahmanathaswami via use-livecode wrote: -- background groups: "encapsulated" only receive mouse/touch events from objects that are contain in "itself" -- group -- behaviors: "encapsulated": only receive mouse events for the object or group the behavior is

Re: Groups in the message path: Trapping Mouseup

2019-12-09 Thread Mark Wieder via use-livecode
On 12/9/19 6:30 AM, Sannyasin Brahmanathaswami via use-livecode wrote: In this use case, - the button "starWidget" is a "standalone" button on an independent layer on the card and not a part of any group -- @Jacque... the groups that are trapping the mouseup I are background groups using on

[ANN] This Week in LiveCode 205

2019-12-09 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #205 here: http://bit.ly/2sYLm4d This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Groups in the message path: Trapping Mouseup

2019-12-09 Thread Paul Dupuis via use-livecode
I use groups in use cases where I want a on mouseDown script in the group to respond to any mouse click anywhere in the rect of the group, so, no, groups should not ONLY respond to mouse messages passed though object contained in the group If you have groups where you need to pass a

Re: Groups in the message path: Trapping Mouseup

2019-12-09 Thread Sannyasin Brahmanathaswami via use-livecode
In this use case, - the button "starWidget" is a "standalone" button on an independent layer on the card and not a part of any group -- @Jacque... the groups that are trapping the mouseup I are background groups using on various card. Mark Weider says "A background group will definitely

AW: OT: update RDS SSL/TSL certificates at aws

2019-12-09 Thread Tiemo Hollmann TB via use-livecode
Thank you Matthias for your experience. I didn't tested yet, but I hope I won't run into an SSL verification error. And actually I think in my case the SSL change on the db server won't affect my LC programs at all, because there is PHP in between, which connects to the db. Thanks Tiemo