|
0
|
Hi, Is there anyway I can add a row to a table in a window previously opened from my current window? is there something like: previousWindow.TableView.insertRow(); ?? Cheers Ian asked 6 weeks ago
by Ian Briggs
|
|
0
|
Hi Ian, You could also store the tableview array in a list property, update it elsewhere, then invoke getList and 'setData' in the window 'focus' event for the one with the tableview, to refresh its contents. cheers, Chris. answered 6 weeks ago
by Chris Reed
|
|
0
|
Have a look at the API docs for Titanium.UI.Window, down at the bottom it describes how to achieve inter-window communication by setting variables on the 'child' window. With a complex entity like a TableView you may have to explicitly fire an event on the first window to achieve this. answered 6 weeks ago
by Alan Bourke
|
*italic* / _italic_**bold** / __bold__Header 1
========Header 2
--------### Header 3#### Header 4An [inline](http://href.com) linkReference [links][id] are defined via ids added somewhere else.
[id]: http://href.com1. Ordered
2. Lists- Unordered
- Lists`inline code` (backticks)~~~
code block (three tildes)
~~~> Paragraph.