*** holycow has joined #gnuenterprise *** dimas has joined #gnuenterprise *** holycow has quit IRC *** holycow has joined #gnuenterprise *** holycow has quit IRC *** holycow has joined #gnuenterprise *** holycow has quit IRC *** holycow has joined #gnuenterprise *** holycow has quit IRC *** holycow has joined #gnuenterprise *** dcmwai has quit IRC *** jcater has quit IRC *** holycow has quit IRC *** holycow has joined #gnuenterprise *** SachaS has quit IRC *** SachaS has joined #gnuenterprise *** dimas has quit IRC *** dimas has joined #gnuenterprise *** dimas has quit IRC *** dsmith has joined #gnuenterprise *** jamest has joined #gnuenterprise *** _florin_ has joined #gnuenterprise <_florin_> aloha hi _florin_ <_florin_> hi SachaS <_florin_> how's your baby? :-) sleeping ;) <_florin_> i'm still waiting for my copyleft assignment to get processed -- need some opinions on the tree wighet... <_florin_> s/wighet/widget/ <_florin_> when doing a dropdown list: can i use for allowed-values the possible values of an enum-SQL type? <_florin_> or do i have to use foreign keys and tables instead of the enum-type? _florin_: ? <_florin_> jamest: yes? not sure i understand what you're asking is this for current dropdowns <_florin_> dropdown lists: how do you set the allowed values? (= the values that appear when the list actually drops down...) or for your tree ah <_florin_> no, it's for current dropdowns <_florin_> as i understand, currently it's only possible to set the values using a datasource, right? <_florin_> datasources an either be the records (rows) in a table <_florin_> or statically defined datasources <_florin_> right? gnue/gnue-samples/testcases/forms/gauntlet ah yes that is correct <_florin_> if i have a field in a table which is of type enum('one', 'two', 'three') <_florin_> how can i have a dropdown with 'one', 'two', 'three'? <_florin_> i'd assume i'd do that with static datasources, right? you could <_florin_> is there a way to have the combo-box figure out by itself which values are allowed? any time i have a field like that I create another table w/ possible value, description pairs so I don't end up hard coding the possible values into my forms <_florin_> but except for the secont table, there is no way, right? not really, it has to be associated w/ a datasource <_florin_> ok not that I'm aware of <_florin_> it's not that bad... just that i had a field which could have 3-4 entries (enum fits great here :-) <_florin_> which i'm pretty sure won't change. <_florin_> :-) <_florin_> but since i'm over it: are froms texts (like label texts) automatically translated (in a similar way to applications -- .po files, for example)? <_florin_> or do i have to come up with an i18n mechanism myself? I have no clue on that one <_florin_> there's two way that i can think of translating a form: <_florin_> 1. providing a form for each language <_florin_> 2. using -tags instead of