Hi,
Hi,
In a B4J Websocket application,
How do you pass a list, or a custom type object, from one click event to another, in the same form? Or in other forms, for that matter?
So in other words, if you have two buttons, and
1) the first button _click method creates and processes a list or a custom type (and it takes 10-60 seconds, e.g.)
2) the second _click method needs one or more of the objects created in the first button _click event. (You want to avoid having to recreate those objects again).
- how do you make those objects available, that were created from the event of one component, to the event methods of other components?
Hi,
In a B4J Websocket application,
How do you pass a list, or a custom type object, from one click event to another, in the same form? Or in other forms, for that matter?
So in other words, if you have two buttons, and
1) the first button _click method creates and processes a list or a custom type (and it takes 10-60 seconds, e.g.)
2) the second _click method needs one or more of the objects created in the first button _click event. (You want to avoid having to recreate those objects again).
- how do you make those objects available, that were created from the event of one component, to the event methods of other components?