Global Widgets

2010-12-13 Thread Ross McKinnon
Hi there, Is it possible to access and add things to a widget of another class? For example based on the results of a method in one class I want to add a new Tab to a Tab Layout in a different class. Thanks for any help! Ross -- You received this message because you are subscribed to the

Re: Global Widgets

2010-12-13 Thread Jeff Schwartz
Yes, it certainly is. Just use Java class fields to maintain references to the widgets. The containing class is most likely some view composed of numerous widgets. Actions in one widget can influence state changes in other widgets in the view via field references to those widgets. Jeff On Mon,