PuP
unread,Aug 30, 2008, 10:40:53 PM8/30/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Shine Reference
my first though was to put it in BaseScreen, but this is never
actually instantiated.
would you instantiate per panel classes from within
MemberScreen.java? i'm new to GWT, but i'm guessing that since this
is turned into javascript, that this causes many discreet calls for
every page draw. it also seems like i'd either have to copy this code
to every MemberScreen peer, or MemberScreen would morph into the
central point of contact, dishing out "run modes" coupled with other
*Screen.java.
i'm so new. what am i not seeing?