Hello I'm playing with Renaissance : i just add a 'bind' tag and some examples.
<bind source="#source" label="binding" target="#target" key="key.path"/> is (or should be) equivalent to : [#source bind: @"binding" toObject:#target withKeyPath:@"key.path" options:nil] But the examples do not work as expected. 1) Examples/bindings.gsmarkup, two textFields, one value. I had to create two bindings between the two fields. I thought a bindings was two-way.... 2) Examples/stepper-bindings.gsmarkup NSStepper seems not to support binding properly : i get an error message about Glyph... And i had to define a target/action 3) the 'sendActionOn' attribute seems broken, the textField only 'act' when i press the Enter key. Is it a Renaissance issue ? Did i miss something or does gnustep needs some fixings ? Thanks for your help. Xavier _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
