fluid-work IRC Logs-2013-10-15

fluid-work IRC Logs-2013-10-15

[06:56:43 CDT(-0500)] <fouks_f> guys is this the place to ask for help if I can't figure out how to use the fluid video player ?

[07:01:30 CDT(-0500)] <jhernandez> fouks_f: hey!

[07:01:40 CDT(-0500)] <jhernandez> I guess that this could be a good place to ask

[07:01:48 CDT(-0500)] <jhernandez> also there is #fluid-tech

[07:02:23 CDT(-0500)] <fouks_f> so the tech channel is more appropriate ?

[07:03:32 CDT(-0500)] <jhernandez> maybe

[07:04:24 CDT(-0500)] <jhernandez> anyway

[07:04:39 CDT(-0500)] <jhernandez> I think that we're mostly the same people on both channels

[07:04:44 CDT(-0500)] <jhernandez> :]

[10:12:04 CDT(-0500)] <Justin_o> yzen: renderer question for you.. when using a fluid.renderer.selection.inputs renderer expander.. can you only set the text of a label and nothing else.. can you use decorators or anything?

[10:14:35 CDT(-0500)] <yzen> Justin_o: id think you should be able to use decorators

[10:18:33 CDT(-0500)] <Justin_o> yzen: any idea how you would add one

[10:18:35 CDT(-0500)] <Justin_o> ?

[10:18:52 CDT(-0500)] <yzen> do you have an example of your tree so far ?

[10:20:21 CDT(-0500)] <Justin_o> yzen: you can look at the contrast adjuster panel from the preferences framework https://github.com/fluid-project/infusion/blob/master/src/framework/preferences/js/Panels.js#L232-L300

[10:20:38 CDT(-0500)] <Justin_o> yzen: i'm trying to see if we can get rid of the style function that has to run after rendering

[10:21:15 CDT(-0500)]

<yzen> Justin_o: so can you have a decorators block in tree:

Unknown macro: {...}

[10:21:25 CDT(-0500)] <yzen> afaik you should be able to

[10:23:16 CDT(-0500)] <yzen> cindyli: hi

[10:23:27 CDT(-0500)] <cindyli> hi, yzen

[10:24:36 CDT(-0500)] <yzen> cindyli: question about distributeOptions, can we delete things somehow ?

[10:25:19 CDT(-0500)] <cindyli> yzen: you can pass down emptyComponent

[10:25:28 CDT(-0500)] <cindyli> you wanna delete an option?

[10:25:35 CDT(-0500)] <yzen> cindyli: yes

[10:26:27 CDT(-0500)] <cindyli> yzen: you can certainly pass down a null or undefined, but don't think you can delete the path completely

[10:26:50 CDT(-0500)] <yzen> alright ill try thanks

[10:27:01 CDT(-0500)] <cindyli> np

[10:33:11 CDT(-0500)] <Justin_o> yzen: i'll try that, but what would i use as the key?

[10:34:00 CDT(-0500)] <yzen> Justin_o: so decorator will be the key, not sure what it'd be attached to

[10:50:20 CDT(-0500)] <Justin_o> yzen: yes.. i was just thinking that.... i guess i could give it a try and see what happens

[11:08:57 CDT(-0500)] <Justin_o> yzen: so this doesn't seem to have any affect http://pastie.org/private/vjrfanbtln2jq22t1j8g

[11:09:34 CDT(-0500)] <yzen> is the class added to anything at all ?

[11:15:23 CDT(-0500)] <yzen> cindyli: is it possible to distribute options to siblings ?

[11:16:03 CDT(-0500)] <Justin_o> yzen: i couldn't find it anywhere

[11:16:08 CDT(-0500)] <yzen> hmm

[11:16:16 CDT(-0500)] <yzen> it might be a bug in the renderer perhaps

[11:17:07 CDT(-0500)] <Justin_o> yzen: okay.. thanks

[11:27:12 CDT(-0500)] <cindyli> yzen: no, i don't think it's possible to distribute options to siblings

[11:34:55 CDT(-0500)] <yzen> Bosmon:

[12:56:59 CDT(-0500)] <Justin_o> Bosmon: are you there?

[12:57:08 CDT(-0500)] <Bosmon> Hi Justin_o

[12:57:42 CDT(-0500)] <Justin_o> Bosmon: hello.. i just wanted to follow up on that conversation cindyli and I were having with you the other day about message bundles and message lookup

[12:58:58 CDT(-0500)] <Justin_o> Bosmon: I think we were talking about it in this log http://wiki.fluidproject.org/display/fluid/fluid-work+IRC+Logs-2013-10-10

[12:59:06 CDT(-0500)] <Bosmon> Justin_o - yes

[12:59:44 CDT(-0500)] <Justin_o> Bosmon: I think we left off with cindyli's question "do you mean to have 2 message bundles, one is the message resolver, the other contains string mappings"

[12:59:50 CDT(-0500)] <Bosmon> Yers

[13:00:00 CDT(-0500)] <Bosmon> I don't think I could understand that question

[13:00:11 CDT(-0500)] <cindyli> haha

[13:00:17 CDT(-0500)] <Bosmon> I believe my idea was to compose a bundle out of IoC references

[13:00:25 CDT(-0500)] <Bosmon> Rather than using 1 expander per reference, which is incredibly cumbersome

[13:01:07 CDT(-0500)] <Justin_o> Bosmon: should each component have its own messageResolver?

[13:01:25 CDT(-0500)] <Justin_o> Bosmon: what do you mean by compose a bundle out of IoC references?

[13:01:29 CDT(-0500)] <Bosmon> Justin_o - possibly .....

[13:01:46 CDT(-0500)] <Bosmon> Justin_o - it seems that all that is required is for one component to have a bundle composed out of a selection of messages held in other bundles?

[13:04:21 CDT(-0500)] <Justin_o> Bosmon: I think the messageLoader combines the bundles from all of the components into a single bundle. Is that correct cindyli?

[13:04:42 CDT(-0500)] <cindyli> exactly, Justin_o

[13:04:46 CDT(-0500)] <cindyli> and Bosmon

[13:05:13 CDT(-0500)] <Justin_o> cindyli: how do we prevent collisions?

[13:05:37 CDT(-0500)] <cindyli> Bosmon: no prevention. the latter would overwrite the former

[13:06:02 CDT(-0500)] <cindyli> ou, wrong direction. Justin_o: ^

[13:06:13 CDT(-0500)] <Justin_o> no problem

[13:07:18 CDT(-0500)] <Justin_o> Bosmon: so i guess the question would be "how to use this combined bundle" in each component without requiring the expander.

[13:09:31 CDT(-0500)] <Bosmon> Justin_o - I'm still not really sure I understand what kind of use case this is

[13:09:40 CDT(-0500)] <Bosmon> Why are we combining several bundles into one here?

[13:09:41 CDT(-0500)] <Justin_o> Maybe this will help a bit

[13:09:42 CDT(-0500)] <Justin_o> http://wiki.fluidproject.org/display/docs/Localization+in+the+Preferences+Framework

[13:10:24 CDT(-0500)] <Justin_o> Bosmon: ^