Hi
I have some WDA program with Flash Island inside. I share some objects (tables) from WDA to Flash, and Flash make graphics.
So i have in WDA conext the requiered nodes (for each table) wich i fill in WDA and share it to Flash.
My doubt is about Data transfer frequency between WDA and Flash:
If i change a node content, ie. i fill the node again with the new table content, this node is shared automatically with Flash, thats good when i change all records from that node (table).
1. If i have a NODE_A with 100 records , if i only change the content for one specific record , does
all the node content (all 100 records) are transfered to Flash ? I guess yes.
2. But if i have NODE_A (100 records) and i have other NODE_B (150 records) and i change the NODE_A content ; does NODE_B content are transfered also to Flash even this node has not changes ?
3. Suppose i have other Node (not table) with attribute to enter Date wich is shared to Flash , if i change that Date , does the nodes NODE_A and NODE_B are also transfered to Flash even these have not changes ?
4. If i do not make any change to nodes shared with Flash , when i make any event (press match code) or change some node or attribute wich are not shared to Flash ; does nodes NODE_A and NODE_B and Node Date are transfered also to Flash ?
I know these are several questions, i need to know about this because if the nodes are transfered alwasy and with all node content transfered, then i will need to have minimum data in that nodes shared to WDA and even i will need to clear/refresh (object->invalidate) that nodes when Flash receives the data, this in order to have good performance and server work for the application.
Does somebody can give me some 'light' about this please ?
Best Regards
Frank