Re: Making GWT look good...

2010-08-12 Thread Savio Grossi
 to
   google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
   For more options, visit this group at
  http://groups.google.com/group/google-web-toolkit?hl=en.
 
  --
  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-toolkit@googlegroups.com
 .
  To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 
 

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 

*Savio Grossi*
*Samba Tech - Belo Horizonte, Brazil *
Phone: +55 (31) 3225-8658
Mobile: +55 (31) 8869-8625

-- 
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: ScrollPanel not displaying contents in nested DockLayoutPanels

2010-05-21 Thread Savio Grossi
Hi,

the problem is that ScrollPanel apparently is not propagating the layout
data, according to the explained here:

  http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#Design

A workaround is to remove position:relative style from ScrollPanel div.

Savio Grossi
www.sambatech.com

On Thu, May 13, 2010 at 8:53 PM, Mike spirydo...@gmail.com wrote:

 Hi,

 I have the same type of problem but with slightly simplier structure:
 RootLayoutPanel
   DockLayoutPanel
  ScrollPanel (in center)
 DockLayoutPanel

 Widget within north of the last DockLayoutPanel shows up correctly.
 Other parts (east, west, center, south) do not appear, i.e. if I
 specify east, south and center I have nothing at all inside the
 ScrollPanel however if I have north and center I can see whatever
 there is in the north but not in the center. Here is an example:
g:north size=5
g:LabelNorth/g:Label
/g:north
g:center
g:LabelTest/g:Label
/g:center
 where only North text is visible.

 I use UiBinder for all the levels below root and 2.0.3 version of the
 Toolkit. The host html page has strict HTML doctype declaration.
 Initially loaded in FF 3.6.3 with Google Update plugin 1.2.183.23.
 Also uploaded onto App Engine and got the same result w/o dev plugin.

 Thanks,
 Mike

 On Apr 16, 4:51 am, rmmcgr richard.mcgr...@gmail.com wrote:
  Hi,
 
  I have problem with a ScrollPanel not displaying its contents that is
  buried a few layers deep in some layout panels (all done using
  UiBinder).  I have:
 
  RootLayoutPanel
DockLayoutPanel (for application layout)
  TabLayoutPanel (in the center area)
tab
  Custom View, implementing ResizeComposite
DockLayoutPanel
  ScrollPanel (in the west area)
FlexGrid (for the list of items)
  FlowLayoutPanel (in the center, for the detail of a
  particular item)
Form controls
 
  Problem with the above is that the list in the scroll panel is not
  showing.  FireBug is showing me that the data gets into the page, but
  is not visible.  If I swap out the ScrollPanel for, say, a FlowPlanel
  it appears.
 
  What is the trick to getting this all to work?
 
  Thanks for any help,
  Richard
 
  --
  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-toolkit@googlegroups.com
 .
  To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group athttp://
 groups.google.com/group/google-web-toolkit?hl=en.

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
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: integrate GWT into existing project

2009-07-01 Thread Savio Grossi
Tobe,

maybe this helps:

http://code.google.com/intl/pt-BR/events/io/sessions/ProgressivelyEnhanceAjaxApps.html

Savio

On Sat, Jun 27, 2009 at 9:31 AM, Tobe tobias.jungnic...@googlemail.comwrote:


 Hello,
 I have an existing project based on PHP and want to use GWT permit
 some JavaScript actions on the page. Is there a documentation how to
 integrate GWT, e.g. which files I have to copy and how I can change
 the GWT file and directory schema to my personal one of the existing
 project?

 


--~--~-~--~~~---~--~~
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-Toolkit@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: Will Google Plugin for Eclipse lineup with Eclipse Galileo Release ?

2009-06-25 Thread Savio Grossi
+1 wainting for Google Plugin for Eclipse 3.5 Gallileo (for Linux-GTK)

Thanks

On Thu, Jun 25, 2009 at 4:33 AM, lgdito lgd...@googlemail.com wrote:


 I´m also waiting for Google eclipse Plugin for Eclipse 3.5 Gallileo
 (for OsX Coccoa)

 Please let us know when it will be released.
 Thanks

 On 24 Jun., 21:53, me3x me3...@gmail.com wrote:
  Is there some beta or development update site?
 
  On Jun 22, 2:45 pm, Miguel Méndez mmen...@google.com wrote:
 
 
 
   We are working on support for Galileo which we should release soon.
 
   On Mon, Jun 22, 2009 at 5:10 AM, Ivan Ooi olibr...@gmail.com wrote:
Will Google Plugin for Eclipse lineup with Eclipse Galileo Release ?
We are using Galileo RC3 and we like it very much!! Plugin
 installation are
more clean cut than before and better speed.
BUT... no Google Plugin for us... :-(
 
Thanks.
 
   --
   Miguel

 


--~--~-~--~~~---~--~~
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-Toolkit@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
-~--~~~~--~~--~--~---