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 from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




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 the DisclosurePanel to display fully on top of the
north and center panel when it is click.
(Example: the listbox can display fully on top of both north and
center panels, however, DisclosurePanel can only display within its
parent area thus it cannot display fully.)
It looks like ListBox is having higher precedence of rendering.

Any ideas on what can be done to achieve the overlap?

Thank you!

--

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 from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




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.
  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 the DisclosurePanel to display fully on top of the
  north and center panel when it is click.
  (Example: the listbox can display fully on top of both north and
  center panels, however, DisclosurePanel can only display within its
  parent area thus it cannot display fully.)
  It looks like ListBox is having higher precedence of rendering.

  Any ideas on what can be done to achieve the overlap?

  Thank you!

--

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 from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




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 to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




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 run with this:
Standard Mode: !doctype html

Result: OK

Chrome / FireFox: It works perfect in both Quirks Mode and Standards
Mode
--

Does anyone know why ? Thank you very much !

--

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 from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.