Re: Development mode - refresh is not enough to see my changes!

2010-01-13 Thread Stine Søndergaard
Hmm... I find it totally frustrating that I have to restart development mode
to see any change I make to my style sheet!! :[ What am I doing wrong?? How
do you do it??

Thanks a lot,
Stine
-- 

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: Development mode - refresh is not enough to see my changes!

2010-01-13 Thread Stine Søndergaard
Would be so nice to know if I am the only one who does not know how to avoid
a restart of development mode every time I make a change in my CSS file.
:}
-- 

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: Development mode - refresh is not enough to see my changes!

2010-01-13 Thread Matt Moriarity
Depends how you are using your stylesheet. I had these problems when I
was simply using a link element on the main HTML page. However, my
problems went away when I switched to using ClientBundle and
CssResource.

On Jan 13, 1:12 pm, Stine Søndergaard stinespl...@gmail.com wrote:
 Would be so nice to know if I am the only one who does not know how to avoid
 a restart of development mode every time I make a change in my CSS file.
 :}
-- 
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: Development mode - refresh is not enough to see my changes!

2010-01-13 Thread Stine Søndergaard
Yup, I am just using a link elem! Will do some research on ClientBundle and
CssResource right away though! :P Thank you so much for the tip! :)
-- 

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: Development mode - refresh is not enough to see my changes!

2010-01-13 Thread Dazza
When using development mode in Eclipse, there is a reload web app
button in the development mode tab of the GWT plugin.  When I have
made changes to the app, I often have to hit the reload web app button
and then refresh in the browser.  This is very quick.

I don't know how Development Mode works with IDEA, but I will take a
guess that you get something similar to the Hosted Mode in GWT pre
2.0.  Is there not a reload/refresh option somewhere there?

-- 
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: Development mode - refresh is not enough to see my changes!

2010-01-13 Thread Stine Søndergaard
Hello Dazza :) Ehm, I am afraid I cannot find anything similar in my
Intellij IDEA :/ But that is no guarantee that it is not there! Hmmm...
Thanks for your input!! :)
-- 

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: Development mode - refresh is not enough to see my changes!

2010-01-11 Thread Stine Søndergaard
Hm, okay! :) Thank you for your answer... what you are saying is that I
should only have to empty my chache then? :P
-- 

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: Development mode - refresh is not enough to see my changes!

2010-01-09 Thread Sorinel C
Depends what you change, so, if you play with the HTML or CSS you may
have caching of the browser that is playing tricks on you ... so
that's why you have to restart dev-mode ... but if you change java
code, most of the time, you don't even need refresh, except for the
static functions, that needs refresh...

Cheers!

check more GWT tricks here: http://ui-programming.blogspot.com/

-- 
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.




Development mode - refresh is not enough to see my changes!

2010-01-08 Thread Stine
Hello :)

I am very, very new to all this GWT stuff... so I might need all your
patience!! ;D Sorry!

I have created a very simple GWT application... and can see it working
when I launch in development mode from within my Intellij IDEA! 8D

I am having a bit of a problem with this development mode though:

When I make some changes in the EntryPoint class I can see those
changes by just doing a refresh in my browser... but when I do changes
to the host page I need to restart development mode before I can see
the changes...

Does anybody have an idea of what I am doing wrong? :/

Cheers from Stine :)
-- 
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.