Bud: crash with widget popup

2019-03-30 Thread David Bovill via use-livecode
Not sure where to report GitHub issue? Being lazy and reporting here: Calling popup with a widget as a reference rather than a button results in a crash. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsu

Re: Bud: crash with widget popup

2019-03-30 Thread hh via use-livecode
popup widget works here in LC 8/9 without problems. What is your crashing line(which widget)? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://l

Re: Bud: crash with widget popup

2019-03-30 Thread David Bovill via use-livecode
Try this: *popup widget "footer"* Crashes at least with widgets of type widget.paletteActions - not tried to crash things with other widget types. On Sat, 30 Mar 2019 at 11:32, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > popup widget works here in LC 8/9 without problems. > >

Re: Bud: crash with widget popup

2019-03-30 Thread hh via use-livecode
Your syntax is wrong (see dict), "footer" is not a widget kind. Try this: popup widget "com.livecode.widget.paletteactions" at the mouseloc Nevertheless the wrong syntax should result in an error, not in a crash. Please report to https://quality.livecode.com __

Re: Bud: crash with widget popup

2019-03-31 Thread David Bovill via use-livecode
Hi - sorry for the abbreviation - I am actually passing a full object reference "the long id of the target" - either way it should not crash :) On Sat, 30 Mar 2019 at 14:52, hh via use-livecode < use-livecode@lists.runrev.com> wrote: > Your syntax is wrong (see dict), "footer" is not a widget kin