Re: [Qt-qml] Property Bindings *within* Javascript?

2010-11-05 Thread Mikola Tapani (Nokia-MS/Tampere)
Check out an old thread in this mailing list for a possible workaround: http://www.mail-archive.com/qt-qml@trolltech.com/msg00738.html Summary: There is Binding -item in QML and there is also Qt.createQmlObject -method to dynamically create QML Items. So it is possible to create a Binding -item

Re: [Qt-qml] Property Bindings *within* Javascript?

2010-11-05 Thread Kai Koehne
On 11/4/2010 6:16 PM, ext Charley Bay wrote: > Sorry, this isn't the place, but I can't find an administrative contact > for http://bugreports.qt.nokia.com>> and I > have problems with my account (e.g., can't log in and can't change > password, but account exists). > > Administrators, please email

Re: [Qt-qml] Property Bindings *within* Javascript?

2010-11-04 Thread Charley Bay
Sorry, this isn't the place, but I can't find an administrative contact for and I have problems with my account (e.g., can't log in and can't change password, but account exists). Administrators, please email me offline, or reset/delete the account so I can create it again? Thanks! --charley __

Re: [Qt-qml] Property Bindings *within* Javascript?

2010-11-02 Thread Charley Bay
Mathias spaketh: > Did you post that suggestion? I couldn't find it so I posted it for you > http://bugreports.qt.nokia.com/browse/QTBUG-14964 > Thanks! I set up an account to enter the ticket, but it was over the weekend when they took the site down for maintenance. Somehow, I'm now in a reall

Re: [Qt-qml] Property Bindings *within* Javascript?

2010-11-02 Thread mathias.malmqvist
ext Charley Bay [charleyb...@gmail.com] Sent: Tuesday, October 26, 2010 1:44 AM To: Brasser Michael (Nokia-MS-Qt/Brisbane) Cc: qt-qml@trolltech.com Subject: Re: [Qt-qml] Property Bindings *within* Javascript? >charley spaketh: >> However, I'm trying to figure out how to *set* such a

Re: [Qt-qml] Property Bindings *within* Javascript?

2010-10-25 Thread Charley Bay
>charley spaketh: >> However, I'm trying to figure out how to *set* such a binding >> *within* javascript.  Can this be done? Michael respondeth: > There is currently no API for establishing a binding from within > javascript (PropertyChanges is currently the only way to set > a binding "after-the

Re: [Qt-qml] Property Bindings *within* Javascript?

2010-10-25 Thread michael.brasser
Hi, On 24/10/2010, at 12:49 AM, ext Charley Bay wrote: > The QML docs state: > >> Property bindings are the most common use of JavaScript in QML. >> Property bindings associate the result of a JavaScript expression >> with a property of an object. > > ...found at: > >

[Qt-qml] Property Bindings *within* Javascript?

2010-10-23 Thread Charley Bay
The QML docs state: > Property bindings are the most common use of JavaScript in QML. > Property bindings associate the result of a JavaScript expression > with a property of an object. ...found at: IMHO, this is one of the most pivotal conce