popup window

2020-10-20 Thread Benjamin Cuthbert
all,

does anyone have an example of a popup window that opens a new browser 
window. I would like to dock and existing widget outside of the current 
browser window.

-- 








_This message, including any attachments, may include private, 
privileged and confidential information and is intended only for the 
personal and confidential use of the intended recipient(s). If the reader 
of this message is not an intended recipient, you are hereby notified that 
any review, use, dissemination, distribution, printing or copying of this 
message or its contents is strictly prohibited and may be unlawful. If you 
are not an intended recipient or have received this communication in error, 
please immediately notify the sender by telephone and/or a reply emailĀ and 
permanently delete the original message, including any attachments, without 
making a copy._

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/78a4a909-9443-4c78-92aa-8cbeb07081b5n%40googlegroups.com.


Re: How to dynamically load css style in GWT-based application

2014-09-03 Thread Benjamin Cuthbert
Okay interesting. So do you have the css deployed into the war? Or unpacked 
on the server?

On Tuesday, September 2, 2014 4:31:02 PM UTC+1, Yuri C wrote:

 In my case the idea was to have a CSS per screen. I call the server the 
 first time the very first time that particular screen is revealed.

 On Tuesday, September 2, 2014 3:56:56 AM UTC-4, Benjamin Cuthbert wrote:

 Hi Yuri,

 How do you make the call to the server? via the onModuleLoad?

 On Tuesday, January 15, 2013 6:52:57 PM UTC, Yuri C wrote:

 I have 2 CSS loaders.
 One relies on link tags. This is the preferred way to load CSS as long 
 as you don't need to be notified when the stylesheet is loaded.
 Another one updates the page with CSS loaded via a separate HTTP request 
 and you can register a callback to be notified when the CSS is loaded.


 On Wednesday, December 12, 2007 4:22:59 AM UTC-5, yadong wrote:

 I am working on an web application in which the css style varies based 
 on different user, I am curious how to load css file dynamically. 
 Currently we use JSTL tag to access server side parameter to determine 
 which css file needs to be used.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: How to dynamically load css style in GWT-based application

2014-09-02 Thread Benjamin Cuthbert
Hi Yuri,

How do you make the call to the server? via the onModuleLoad?

On Tuesday, January 15, 2013 6:52:57 PM UTC, Yuri C wrote:

 I have 2 CSS loaders.
 One relies on link tags. This is the preferred way to load CSS as long 
 as you don't need to be notified when the stylesheet is loaded.
 Another one updates the page with CSS loaded via a separate HTTP request 
 and you can register a callback to be notified when the CSS is loaded.


 On Wednesday, December 12, 2007 4:22:59 AM UTC-5, yadong wrote:

 I am working on an web application in which the css style varies based 
 on different user, I am curious how to load css file dynamically. 
 Currently we use JSTL tag to access server side parameter to determine 
 which css file needs to be used.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.