fluid-work IRC Logs-2012-07-06

[10:34:56 CDT(-0500)] <jessm> fluid-everyone: still can't get into breeze

[10:40:10 CDT(-0500)] <jessm> anyway, my update is that I've been pestering jameswy all morning with a deep, sometimes passionate conversation about UIO that might yield something

[10:40:35 CDT(-0500)] <jameswy> Hahaha.

[10:41:22 CDT(-0500)] <jameswy> I think "User Interface Options" should be renamed "Web Preferences" and be stuck into a browser.

[10:43:36 CDT(-0500)] <logiclord> yura1: milestone 2 done.. just dropped you a detailed email (smile)

[10:46:10 CDT(-0500)] <thealphanerd> so has anyone in here ever done development on webkit?

[10:48:12 CDT(-0500)] <jessm> jameswy: i think colinclark once said something similar re: UIO

[10:48:28 CDT(-0500)] <jessm> jameswy: there's definitely rich work to be done here. and i for one am excited!

[10:48:34 CDT(-0500)] <jessm> let me know how i can help

[13:58:21 CDT(-0500)] <jameswy> fluid-everyone: http://evolutionofweb.appspot.com/

[14:19:00 CDT(-0500)] <Justin_o> fluid-everyone: does anyone know if there is a way to get a single even to be triggered to aggregate several other events.. so what i want is to fire an even after all of my subcompoents have finished rendering

[14:19:46 CDT(-0500)] <anastasiac> Justin_o, yes, there is a way

[14:19:55 CDT(-0500)] <anastasiac> you can define an event to be an aggregate of other events

[14:20:01 CDT(-0500)] <Justin_o> anastasiac: really.. do you know how to do that

[14:20:15 CDT(-0500)] <anastasiac> I know I've done it once, I think

[14:20:22 CDT(-0500)] <anastasiac> yura1 knows for sure

[14:20:29 CDT(-0500)] <anastasiac> let me look for some code, Justin_0

[14:20:40 CDT(-0500)] <Justin_o> anastasiac: thanks

[14:28:19 CDT(-0500)] <yura1> Justin_o: https://github.com/GPII/universal/blob/master/gpii/node_modules/flowManager/src/UserLogin.js#L42-47

[14:29:44 CDT(-0500)] <Justin_o> yura1: thanks.. so if i'm reading this correctly, onReadyToMatch will fire after onPreferences and onDevice fire, and onReadyToMatch will be fired with the args provided

[14:29:47 CDT(-0500)] <Justin_o> is that correct?

[14:30:05 CDT(-0500)] <Justin_o> and the preference and device keys could be renamed to anything?

[14:30:12 CDT(-0500)] <Justin_o> or do they refer to something specific

[14:30:16 CDT(-0500)] <yura1> Justin_o: yes

[14:30:27 CDT(-0500)] <yura1> ya key can be whatever you want

[14:30:42 CDT(-0500)] <Justin_o> yura1: can i use IoC for the events

[14:31:07 CDT(-0500)]

<Justin_o> so instead of onPrefrences have something like

Unknown macro: {component}

.events.onPreferences

[14:31:08 CDT(-0500)] <Justin_o> ?

[14:31:25 CDT(-0500)] <yura1> i think so

[14:31:36 CDT(-0500)] <Justin_o> yura1: that's perfect thanks

[15:30:39 CDT(-0500)] <anastasiac> michelled, I've just pushed a branch with a fix for FLOE-40 (enlarged text butting up against edge of window); ready for review

[15:30:55 CDT(-0500)] <anastasiac> michelled, I also addressed your comments on my FLUID-4725 pull request

[15:31:05 CDT(-0500)] <anastasiac> branch: https://github.com/acheetham/OER-Commons/tree/FLOE-40

[15:31:40 CDT(-0500)] <michelled> great anastasiac - thanks!

[15:32:06 CDT(-0500)] <michelled> anastasiac: can you update the wiki page if you haven't? I probably won't get to this until next week and who knows what I'll remember then (smile)

[15:42:35 CDT(-0500)] <anastasiac> michelled, I always update the wiki page (smile)

[15:42:53 CDT(-0500)] <anastasiac> michelled: I've pushed another branch for review: https://github.com/acheetham/OER-Commons/tree/FLOE-44 (fixes the large UIO button overlapping the help link)

[15:43:12 CDT(-0500)] <michelled> thx!