gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bindings and Renaissance


From: Xavier Glattard
Subject: bindings and Renaissance
Date: Thu, 27 Mar 2008 20:38:46 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]