Re: Hyperlink cause scroll

2010-02-21 Thread Martín D'Aloia
May be this can help you 
http://code.google.com/p/google-web-toolkit/issues/detail?id=1960

Basically, replace the Hyperlink with a Anchor.

Martin

On Feb 12, 8:06 pm, Aladdin alaamu...@gmail.com wrote:
 I have a Hyperlink in my application inside TreeItem and this cause
 the page toscrollsometimes. I can't figure out why it happens and
 when !

 Anyone with the same problem . the problem only in FF and not in IE !

-- 
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: GWT Intigration with existing project .... Hosted mode issues.

2010-01-08 Thread Martín D'Aloia
if you moved the gwt.xml behind your client package you don't need
specify source tag. Try removing it.

On 7 ene, 07:25, Sorinel C scristescu...@hotmail.com wrote:
 Have you try to set up the dev env right? for this check first 
 this:http://ui-programming.blogspot.com/2009/12/update-your-application-to...

 Then, if it's not solving the problem for you do this:
 - create a newGWTprojectin another eclipse workspace
 - verify that the generateprojectstructure is the same like yours.
 - start adding stuff from the oldprojectto the new one by one ...

 At the end, you'll get there where you want. Success!
-- 
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.