--- Log opened Sat Feb 23 00:00:14 2013 06:36 < conseo> no problem. this is what makes functional programming in clojure practically possible (because immutability is cheap and built-in). 09:42 < conseo> mcallan: is there some way to ensure that the tooltips/headsups always align at the chrome borders (right: 0px, left: 0px) with css? 09:42 < conseo> mcallan: i guess i can force it javascript, but i am lacking some css skills 10:31 < conseo> (or to be precise in java/gwt code) 10:31 < conseo> i am trying that now 10:48 < conseo> works 20:14 < conseo> hmm, this uibinder stuff is fragile, somehow it always tries to access the private final Spool spool when it is null(?) 20:14 < conseo> mcallan: i have hacked around it by making the spool static 20:15 < conseo> probably i shouldn't use the stage event system (and wouldn't need the spool then to unregister handlers) (?) 20:35 < mcallan> conseo: maybe u need to set the value of spool before invoking ui binder stuff? 20:39 < conseo> tried to by reordering and putting stuff in the constructor 20:39 < conseo> mcallan: http://havoc.zelea.com/w/Mann/p/urgar 20:41 < mcallan> i see no null pointer. show me ur code, and i can take a look 20:42 < conseo> nope, this is the fixed version, otherwise the stage doesn't even show up 20:42 < conseo> gwt-devmode shows uibinder nullpointer backtrace before loading the stage 20:43 < conseo> system.out.println shows spool to be null 20:44 < conseo> http://pastebin.com/Si78YQPk 20:44 < conseo> here spool is static (hence not null when uibinder calls the factory method) 20:46 < mcallan> your spool is init *after* uiBinder.createAndBindUi. move it higher in code 20:47 < conseo> got to rebuild gwt with dev-mode, one mom. ... 20:48 < mcallan> it'll work. your HeadsUpDisplay constructor was called before spool was init, hence it was null 20:50 < conseo> mcallan: i'll have a look at the history markers from the mockup next, but this is already a lot better than the current stoneage ui 20:50 < conseo> modes are already working, afterglow is only not visualized yet... 20:51 < mcallan> yes, it's looking good 20:51 * mcallan wishes he was back coding 20:51 < conseo> your beautiful design :-D 20:52 < conseo> i am only the coder :-P 20:53 < mcallan> nonsense, we have the same job title and the same salary ;^) 20:54 < conseo> but i took your code and adjusted it :-P 20:54 < conseo> alone with gwt this would have been messy 20:55 < conseo> the hud is really nice... 20:56 < conseo> since it doesn't alter the dom, it is really fluid 20:58 < mcallan> sure, it's gotta be super fast 20:58 < mcallan> (must get back to posting mirroring proposal... 20:59 < mcallan> only an hour of full brain activity left) 20:59 < conseo> ok 21:36 < conseo> i am off for today 21:36 < conseo> gn8 21:36 < mcallan> n8 c --- Log closed Sun Feb 24 00:00:31 2013