Re: Cannot change CSS in dev mode

2014-03-17 Thread Kiarash
Maybe to late for you to answer this but maybe others looking for the answer. This helped me in Intellij 13. In the menu choose > Run > Edit Configuration > Select "Update resources on frame deactivation" Good luck. Den fredagen den 4:e mars 2011 kl. 14:40:53 UTC+1 skrev Андрей Миногин: > > When

Re: Looking for a gwt tutorial

2011-03-20 Thread Kiarash
thank you Y2i On Mar 20, 5:24 pm, Y2i wrote: > Take a look at this > sectionhttp://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAnd... > > At the top it has two links that were very helpful to me > > http://code.google.com/webtoolkit/articles/mvp-architecture.htmlhttp://code.google

Looking for a gwt tutorial

2011-03-19 Thread Kiarash
Hi everybody, I am looking for a gwt tutorial not as simple as the StockWatcher tutorial at the gwt homepage with a single page. I have been reviewing the tutorial and I am missing nice approaches and guidelines about creating a website with many pages... approaches as when to use whole new html p

Cannot install gwt plugin in Eclipse with Windows 7 64-bit

2011-01-28 Thread Kiarash
I'm trying to install Eclipse plugin for GWT and follow the instructions step by step as following: - Download and install Eclipse 3.6 Helios - Choosing >Help >Install new software... adding the address http://dl.google.com/eclipse/plugin/3.6 - Here I see GWT plugins and >Select all, and >Next Th

How to add a widget to a CaptionPanel?

2010-09-07 Thread Kiarash
CaptionPanel panel = new CaptionPanel(myWidget) which is not possible... only String and HTML is possible. How can I add a widget as a CheckBox to a caption of a CaptionPanel? Thank you for any suggestion -- You received this message because you are subscribed to the Google Groups "Google Web T

Re: How to add a widget as a Panel on top of the MapPanel

2010-09-05 Thread Kiarash
thanx Chad. I got it now. On 30 Aug, 16:42, Chad wrote: > Kiarash, > > What are you trying to accomplish? You want to cover the map with a > panel, but still have the map work? If the panel contains an image > that you are simply trying to overlay on the map, use the > map

How to add a widget to a CaptionPanel?

2010-09-05 Thread Kiarash
I am trying to add a widget to a caption of a CaptionPanel. The problem is that CaptionPanel takes only: CaptionPanel(String str) CaptionPanel(HTML html) and not a widget as a gwt-Checkbox e t c. How can I add a gwt-widget to a caption of CaptionPanel? thanx for any suggestions -- You received

How to add a widget as a Panel on top of the MapPanel

2010-08-30 Thread Kiarash
I successfully have been implementing the gwt google maps. I am trying to add a Panel on the top of the Map, but when I add a panel on top of the Map so the map loose its functionality... I cannot move the map or zoom etc... What I do is that adding the map to the LayoutPanel "myMapPanel", next myM

Re: Problem with UTF-8

2010-08-03 Thread Kiarash
... My browser settings is on UTF-8 too! Do you have any other suggestions? //Kiarash On 3 Aug, 09:02, "david.herv...@gmail.com" wrote: > Hi, > > Have you specified theUTF-8before creating file or just change it > while your files were created ? > I've just copy

Re: UTF-8 Encoding Problem

2010-08-02 Thread Kiarash
Hi Amed, I am facing the same problem with UTF-8. Did you find a solution? On Jul 20, 9:37 am, Ahmed Shoeib wrote: > Welcome all  , > > now i face a problem withUTF-8Encoding Problem > > how to support it in GWT project -- You received this message because you are subscribed to the Goog

Problem with UTF-8

2010-08-02 Thread Kiarash
I have a problem with Swedish letters coded in Java files as when I make a Label with Swedish letters, Label myLabel = new Label("här är något på Svenska"); the Swedish letters changes to strange characters in the HTML file. I am using Eclipse.I made sure that: the html file has the text file >pr