How to embed Google Friend Connect Gadget inside GWT app?

2009-12-14 Thread shiang
Hi, Anyone knows of any ways to embed Google Friend Connect (GFC) Gadgets inside GWT app? Thanks! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe

Way to make DisclosurePanel or other widgets to overlap on top of others

2009-12-08 Thread shiang
Hi, i am a beginner on GWT. I would like to seek for advice on making widget to overlap on top of the rest of panels in the following condition: 1) There is a DockLayoutPanel with north, south, east, west, center panels. 2) there is a DisclosurePanel on the border of north panel I want to make

Re: Way to make DisclosurePanel or other widgets to overlap on top of others

2009-12-08 Thread shiang
Thanks a lot for the information :) On Dec 9, 12:20 pm, Mohamed Mansour m0.interact...@gmail.com wrote: In CSS, the z-index property specifies the stack order of an element. So it depends on how you style it. On Dec 8, 10:00 pm, shiang sfk...@gmail.com wrote: Hi, i am a beginner on GWT

SplitLayoutPanel - Is there a way to set splitter position programmatically?

2009-12-05 Thread shiang
Hi all, Do you know is there any workaround solutions to set the splitter position programmatically of a SplitLayoutPanel? (example: HoriozontalSplitPanel has the setPosition() method but SplitLayoutPanel does not have). Thank you, Shiang -- You received this message because you are subscribed

GWT 2.0 RC1 - Mail Sample display blank on IE browser in Quirks Mode

2009-11-18 Thread shiang
Hi, I tried the Mail Sample in GWT 2.0 RC1 and encountered the followings: -- for Internet Explorer: When run with this doctype: Quirks Mode !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN Result: IE displays nothing but a blank page. When