> On 27 Jun 2017, at 3:47 pm, James Hale via use-livecode
> wrote:
>
> However would it be possible to spell out in a bit more detail why the
> mentioned pull request blew this up?
The reason is because the send command first tries to send a message and if
it’s not found it tries to do the m
Hi Monte,
Thank you so much for that quick response and solution.
I modified the frontscript mainly because my knowledge of GLX's inner workings
is limited.
Down the track I might venture into the window management routines (to see if I
really need them) or even consider moving to Levure, alth
On Mon, Jun 26, 2017 at 11:39 PM, Monte Goulding via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Yes something _has_ changed.
>
> https://github.com/livecode/livecode/pull/5456
>
> The issue is really in GLX and can be fixed two ways:
>
> Code your stack to handle all the GLX managed wi
Yes something _has_ changed.
https://github.com/livecode/livecode/pull/5456
The issue is really in GLX and can be fixed two ways:
Code your stack to handle all the GLX managed window messages or change the GLX
ThrowError front script handler to something like this:
private command ThrowError p
Hi, just decided to return to a project after a few months and launched it in
8.15rc2.
It bombed out into the debugger after launching the main stackfile.
The error is thrown from the glxapp_framework stack.
"on preopencard" to be exact.
After playing around it seems this handler throws an error w