Hi, I don't see any problem with them co-existing. I use them. just specify the fully qualified class names (at leat for one)
com.gwtext.client.widgets.Window window = new com.gwtext.client.widgets.Window(); window.setSize(com.gwtext.client.widgets.Window.getClientWidth(), com.gwtext.client.widgets.Window.getClientHeight()); On Feb 14, 10:47 pm, ytbryan <[email protected]> wrote: > can someone give me a clue on this matter? thank you! > > On Feb 13, 9:52 am, ytbryan <[email protected]> wrote: > > > hi all, > > > if i want a feature from gwt Window that is not found in gwtext > > Window, what should i do? > > Since, com.google.gwt.user.client.Window and > > com.gwtext.client.widgets.Window cannot co-exist. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
