XTension build 868 (OK) & Log (Inverse) & Web Remote log view & a WR question
James Sentman
james at sentman.com
Sun Nov 30 15:34:54 EST 2014
> On Nov 30, 2014, at 12:10 PM, Brian Williams <brwill at me.com> wrote:
>
> when I disable the interface, there is some logging, but it does not seem to indicate a problem: (the lines that include XTRemote are in BLUE).
I keep forgetting to turn that off. Just for the morbidly curious quitting a background app like that is technically an error that causes the code loop to stop and fall out. There are no events in a non-UI app unless you specifically create an event loop and such which these dont do as they dont need it. On carbon the error handlers are smart enough not to invoke my own error handlers for a quit exception, but in Cocoa for some reason the exception that is just a quit is falling through the global unhandled error handler. So it actually logs a stack trace on quit as if something unexpected had happened elsewhere in the code that I would want to know about. I can trap this and just ignore it, but for the moment you'll have to ignore it for me ;)
>
> A question w/r/t Web Remote: have I the ability to specify the font and size of my assignments?
>
When I started with the web framework there was no access for adjusting the style sheets on the fly, you had to pick all that during the compile. However I think that has been fleshed out in the meantime, what do you actually want to do? You just mean overall to change the whole interface, or just the log page or what?
Thanks,
James
James Sentman http://sentman.com http://MacHomeAutomation.com
More information about the XTensionList
mailing list