on ‎2007 Jun 19 7:43 AM
Hallo together,
on a view i have a context for a table. I must need the value 'when visible' for the view properties 'lifetime'.
My question: How can I initialization the context for my table?
I must do that, otherwise I have the entries with call everyone the view several times in the table.
Thanks for the answers
greetings
Rainer
Request clarification before answering.
if i understand your question correctly ...basically you want to populate your table with some initial data?
please correct me if i am wrong
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rainer,
To delete the existing binding, use the method node->invalidate( ).
Then do a binding again for your fresh values. Every time you update the data thats bound, just call a bind_elements on your node, that will update automatically. You do not have to invalidate each time.
Regards
Nithya
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.