Re: modular GWT application ?

2010-01-19 Thread Miroslav Míšek
Thanks for reply,

I want my "modules" (subpages) to be able to communicate with master page
(for new tabs openning and for opening some other widgets). I don`t know how
to make it possible with iframes. Do you have any idea please?

Thanks,
Miroslav Misek.

On Mon, Jan 18, 2010 at 2:20 PM, makoki  wrote:

> Why dont you use iframes? There could be a communication problem
> depending on how you want your application components to talk to each
> other but think this could work.
> Hope it helps
>
> On 17 ene, 19:32, maskac  wrote:
> > Hello,
> >
> > please can anyone help me with designing modular application in gwt?
> > I would like to have one page, like smartgwt showcase, but it should
> > load pages to tabs dynamicaly from modules (war files with gwt apps,
> > specified by extra url). Is it possible to write such app in gwt?
> >
> > Thanks, and sorry for my bad english.
> > Maskac.
>
> --
> 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.
>
>
>
>
-- 

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 timer triggers before delay mili seconds

2010-01-19 Thread shahid
I am using a timer in one of my widgets. Basically the widget has to
make an RPC call every X milliseconds to update its content. Now I am
trying to make it so every 5 minutes, it makes an RPC call. And simple
as it looks I do this:

I have defined the delay as a class variable:

private final int delayMiliSecs = 30; // 5 min

In widget's onLoad():

@Override
protected void onLoad() {
this.keepAlive();
};

private void keepAlive(){

this.timer = new Timer(){

@Override
public void run() {
RealTimeWidget.this.getNotifications();
}
};

this.timer.scheduleRepeating(delayMiliSecs);
}

But the RPC call happens rather every few seconds instead of 5 minutes.
-- 
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.




Invitation to connect on LinkedIn

2010-01-19 Thread Felipe Toledo
LinkedIn

Felipe Toledo requested to add you as a connection on LinkedIn:
--

anoop,

I'd like to add you to my professional network on LinkedIn.

- Felipe

Accept invitation from Felipe Toledo
http://www.linkedin.com/e/JBsiVJwsKkjlZpgW5Fs-aPZb3kyEtpZg1BzY6jP-eFhetpyKAo25/blk/I1737403524_2/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYOnPgOdjcMd3sPdP59bRlht5hkh7h2bPgUcjoOdjgMc34LrCBxbOYWrSlI/EML_comm_afe/

View invitation from Felipe Toledo
http://www.linkedin.com/e/JBsiVJwsKkjlZpgW5Fs-aPZb3kyEtpZg1BzY6jP-eFhetpyKAo25/blk/I1737403524_2/39vd38RcP0QdPcTckALqnpPbOYWrSlI/svi/

-- 
DID YOU KNOW your LinkedIn profile helps you control your public image when 
people search for you? Setting your profile as public means your LinkedIn 
profile will come up when people enter your name in leading search engines. 
Take control of your image! 
http://www.linkedin.com/e/ewp/inv-22/




 
--
(c) 2010, LinkedIn Corporation
-- 

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.



UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine
Hello :)

I am trying to get familiar with this UI binding stuff introduced in
GWT 2.0!

I have a problem finding out which child elements are allowed for for
instance DecoratedTabPanel...

Any input will be greatly appreciated! :]

Thanks,
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: GWT + Maps V3 using JSNI

2010-01-19 Thread Jeff Schnitzer
There is a budding project to create a Maps v3 wrapper here:

http://code.google.com/p/gwt-maps3/

Jeff

On Sun, Jan 17, 2010 at 11:45 PM, Ilya  wrote:
> Hi,
>
> I'm new to GWT and searching for an example of using GWT + Maps V3
> using JSNI.
> I can reproduce examples from docs of using JSNI but fail to load the
> map.
> If somebody using this could you please share some simple example?
>
> P.S.
>
> Moderators do not delete this post. I'm really need help.
>
> Thanks in advance,
> -Ilya.
>
> --
> 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.
>
>
>
>
-- 
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: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine Søndergaard
... ehm... is there no way I can make my Intellij IDEA help me filling in
the allowed elements in my ui.xml 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: "gwt-servlet.jar" being deleted at each Eclipse startup after upgrading to gwt 2.0

2010-01-19 Thread Jeff Schnitzer
As you discovered... as soon as you think you've solved the problem,
it happens again :-(

I also experience this problem with some of the GAE jars.  It's
really, really annoying but I don't have time to rebuild my eclipse
install from scratch...

Jeff

On Mon, Jan 18, 2010 at 4:20 PM, Erik Uzureau  wrote:
> A colleague of mine seems to have found a solution to this:
> http://code.google.com/p/google-web-toolkit/issues/detail?id=4463#c7
>
>
>
> On Jan 18, 5:54 pm, Erik Uzureau  wrote:
>> The real question here is what do we all (on this thread) have in
>> common that the rest of the world doesn't.
>>
>> Surely we are more than 6 people in the world using GWT 2.0 are we
>> the only people withgwt-servlet.jar
>> in /WEB-INF/lib in our SVN repositories or is it something else?
>>
>> Also, if it is patently wrong to have thegwt-servlet.jarfile in the /
>> WEB-INF/lib file... then why are we clearly
>> told to put it there here:
>>
>> http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec...
>>
>> ??
>>
>> Frustrated,
>> Erik
>>
>> On Jan 9, 5:01 am, Jeff Schnitzer  wrote:
>>
>>
>>
>> > Ignore this solution.  The problem is simply intermittent and didn't
>> > happen a few times.  It nevertheless persists.
>>
>> > Jeff
>>
>> > On Fri, Jan 1, 2010 at 1:58 PM, Jeff Schnitzer  wrote:
>> > > Amazingly, you're right.  The solution is to ignore the message,
>> > > *don't* revert your files back, and restart Eclipse again.  The plugin
>> > > deletes the files the first time, then recreates them the second...
>> > > and since the new files are identical to the old, svn is happy.
>>
>> > > Jeff
>>
>> > > On Fri, Jan 1, 2010 at 12:18 AM, John OConner  
>> > > wrote:
>> > >> I found the culprit. The eclipse plugin preferences file explicity
>> > >> namesgwt-servlet.jaras a file that it must copy to the web-inf/lib
>> > >> directory. So I assume that SVN (and for me it is Perforce) see that
>> > >> action as an attempted delete as well. I resolved this myself by
>> > >> removing that file from web-inf/lib and just letting the plugin have
>> > >> its way. I tried deleting the offending line from the preferences
>> > >> file, but the plugin insisted on replacing that line on startup. Odd,
>> > >> if an application *insists* on a very specific setting regardless of
>> > >> user intentions or my own preferences, why put the setting in an
>> > >> external preferences file to begin with?
>>
>> > >> Regards,
>> > >> John O'Conner
>>
>> > >> On Dec 31 2009, 7:05 pm, Jeff Schnitzer  wrote:
>> > >>> I have this exact same problem... it's quite annoying.
>>
>> > >>> It also sometimes happens with GAE jars.  Every time I restart Eclipse
>> > >>> I have to go through my projects and revert any deleted jars.
>>
>> > >>> Jeff
>>
>> > >>> On Wed, Dec 30, 2009 at 5:53 PM, itwip.81  wrote:
>> > >>> > Dear Sir/Madam,
>>
>> > >>> > I have encountered a problem after upgrading from GWT 1.7 to 2.0. I
>> > >>> > did uninstall all of the previous GWT SDKs, AppEngine and plugin
>> > >>> > before I install the new 2.0 plugin. I am using Subversion/subclipse
>> > >>> > for version control in our eclipse project. However, the "gwt->>> > 
>> > >>> > servlet.jar" has been marked as being deleted (according to 
>> > >>> > subversion
>> > >>> > - red cross) every time I start up eclipse since I upgrade to gwt 
>> > >>> > 2.0.
>> > >>> > So, now i will need to revert the deletion every time I reopen the
>> > >>> > project before commiting anything. Have anyone experience this 
>> > >>> > before?
>> > >>> > Does anyone know the soultion to solve this annoying problem.
>>
>> > >>> > PS: It seems like GWT 2.0 plugin is trying to replace the 2.0gwt->>> 
>> > >>> > > servlet.jarwith any existinggwt-servlet.jarin our project folder
>> > >>> > after the upgrade. But it is wrong to repeat this process everytime i
>> > >>> > reopen the project.
>>
>> > >>> > Best regards,
>>
>> > >>> > Martin
>>
>> > >>> > --
>>
>> > >>> > 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 
>> > >>> > 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.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

Re: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine Søndergaard
I can see that there is a section named...
Use in UiBinder Templates
... for some classes (eg. TabLayoutPanel)... but what about the rest? :}

Please heeelp!

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.



Urgent help in GWT-Visualization

2010-01-19 Thread Ramya Devi Dharmarajan
Hi,

 I have a problem in my below code.Please share your thoughts.This is
Urgent.

Code :

*Sample.java*

TimeLine timeLine = *new* TimeLine();

VisualizationUtils.*loadVisualizationApi*(timeLine, AnnotatedTimeLine.*
PACKAGE*);

widget = timeLine.getAnnotatedChart();

*TimeLine.java:*
*

public* Widget getAnnotatedChart(){

widget = *new* AnnotatedTimeLine(getData(), getOption(), "700px", "240px");

*return* widget;

}

*private* AnnotatedTimeLine.Options getOption()

{

AnnotatedTimeLine.Options options = AnnotatedTimeLine.Options.*create*();

options.setDisplayAnnotations(*true*);

*return* options;

}

*private* AbstractDataTable getData()

{

DataTable data = DataTable.*create*();

data.addColumn(AbstractDataTable.ColumnType.*DATE*, "Date");

data.addColumn(AbstractDataTable.ColumnType.*NUMBER*, "First Label");

return data;

}

But i got the below exception.

Uncaught exception escaped : -

[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError):
'$wnd.google.visualization.DataTable' is null or not an object
 number: -2146823281
 description: '$wnd.google.visualization.DataTable' is null or not an object
 at com.google.gwt.visualization.client.DataTable$.create(Native Method)
 at org.soh.doh.ui.client.util.TimeLine.getData(TimeLine.java:39)
 at org.soh.doh.ui.client.util.TimeLine.getAnnotatedChart(TimeLine.java:28)
 at
org.soh.doh.ui.client.gui.panel.PublicVisualization.EDVisitsbySyndrome.setTimeSeriesLine(EDVisitsbySyndrome.java:144)
 at
org.soh.doh.ui.client.gui.panel.PublicVisualization.EDVisitsbySyndrome.init(EDVisitsbySyndrome.java:79)
 at org.soh.doh.ui.client.mvc.CenterView.handleEvent(CenterView.java:69)
 at com.extjs.gxt.ui.client.mvc.Controller.forwardToView(Controller.java:90)
 at
org.soh.doh.ui.client.mvc.CenterController.handleEvent(CenterController.java:111)
 at com.extjs.gxt.ui.client.mvc.Dispatcher.dispatch(Dispatcher.java:236)
 at com.extjs.gxt.ui.client.mvc.Dispatcher.dispatch(Dispatcher.java:164)
 at com.extjs.gxt.ui.client.mvc.Dispatcher.dispatch(Dispatcher.java:174)
 at com.extjs.gxt.ui.client.mvc.Dispatcher.forwardEvent(Dispatcher.java:81)
 at org.soh.doh.ui.client.mvc.WestView$4.handleEvent(WestView.java:264)
 at org.soh.doh.ui.client.mvc.WestView$4.handleEvent(WestView.java:1)
 at
com.extjs.gxt.ui.client.event.BaseObservable.callListener(BaseObservable.java:176)
 at
com.extjs.gxt.ui.client.event.BaseObservable.fireEvent(BaseObservable.java:96)
 at com.extjs.gxt.ui.client.widget.Component.fireEvent(Component.java:444)
 at
com.extjs.gxt.ui.client.widget.Component.onBrowserEvent(Component.java:762)
 at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:1320)
 at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:1299)
 at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1262)
-- 

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.



Deserialize in gwt2.0 calls setters

2010-01-19 Thread Simon Vogensen
Hi

I've been trying to upgrade a project from gwt 1.6.4 to 2.0, but had a
hard time figuring out why I got a nullpointer exception when
deserializing on the serverside.
It turns out that there's been made a change in the way RPC works
between version 1.x and 2.0. (I cant see its documented anywhere - not
even in the issuelist - maybe others can point to something?)

In 1.x when an objects fields are set it's done via reflection on the
field directly. But in 2.0 the serializer first looks for a related
setter method and uses that if it exists instead.

My problem was that in our project we dont use simple DAO classes
between client and server, we use the same domainmodel on both server
and clientside - so the transfered classes contains alot of
businesslogic - which also means that the setters contains logic with
object references which may not have been deserialized yet!

As far as I can see theres no option to disable the new feature.
Correct me if im wrong?

So our solution was to patch deserializeClass(Class instanceClass,
Object instance) in ServerSerializationStreamReader.java:595 in a way
so it dont use setter methods when deserializing.

Hope this post will help others.. :)

Cheers
Simon



-- 
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 Plugin: New Project without Example Code

2010-01-19 Thread Sellfisch
Hi there,

i it possible to create a new Project (with eclipse plugin) without
that example project? I don't want to erase the example every time.

Thanks for your help

sellfisch
-- 
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 2.0 + Gogle Maps V3 using JSNI

2010-01-19 Thread Eric Ayers
take a look at this project, which is a beginning for a Google Maps v3 API
for GWT:

http://code.google.com/p/gwt-maps3/

The developers are discussing it on the
gwt-google-apis group as we speak

http://groups.google.com/group/gwt-google-apis

On Sun, Jan 17, 2010 at 3:22 PM, Ilya  wrote:

> Hi,
>
> I'm looking for an example of using GWT 2.0 + Gogle Maps V3 using
> JSNI.
> I've trying to do it for whole week already but failed even to display
> the map :(
> If somebody using this method could you please share some simple
> example?
> Any help will be appreciated.
>
> Thanks in advance,
> -Ilya.
>
> --
> 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.
>
>
>
>


-- 
Eric Z. Ayers
Google Web Toolkit, Atlanta, GA USA
Sign up now for Google I/O 2010: May 19-20, http://code.google.com/io
-- 

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.



Listening to Keyboard Events

2010-01-19 Thread JavaDoc
Hi,

I have a requirement wherein i want my app to listen to keyboard
events (example, user pressing the 'Shift' key)
How do I go about implementing this?

Also, what should be the approach if i wanted a similar functionality
but only for a particular panel (and not global)?

Rgds,
Amey
-- 
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: RequestBuilder problem retrieve response

2010-01-19 Thread ale
Thanks!
I will study your links, and try.

Thanks again.



On Jan 18, 11:21 pm, Thomas Broyer  wrote:
> On 18 jan, 21:16, ale  wrote:
>
> > no one has a similar problem? (and solved it?)
>
> Everyone once faced the Same-Origin 
> Policy.http://code.google.com/webtoolkit/doc/latest/FAQ_Server.html#What_is_...
>
> In GWT 2.0 you can now use a 
> JsonpRequest.http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/g...
>
> In previous versions, have a look at the 
> FAQ:http://code.google.com/webtoolkit/doc/1.6/FAQ_Server.html#How_can_I_d...
-- 
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: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Sebastian
In a newer GWT version there is a DTD which can be configured in
IntelliJ. This is what I do currently. At least you get binding for
the standard components. You could build your own DTD for custom
components. But this is just an idea. I haven't tried it.

I don't think that you can use DecoratedTabPanel in a UI-file. It
extends the TabPanel which canno't be included either. You can still
add it programmatically but it could break layout. Use the
TabLayoutPanel instead. You can find binding examples in the source
code of every component. It is right at the top.

Best Regards

Sebastian Hennebrueder
http://www.laliluna.de



On Jan 19, 11:57 am, Stine Søndergaard  wrote:
> I can see that there is a section named...
> Use in UiBinder Templates
> ... for some classes (eg. TabLayoutPanel)... but what about the rest? :}
>
> Please heeelp!
>
> 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.




GWT Road Map

2010-01-19 Thread Diego Lovison
and about the road map?
-- 
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 Desktop library

2010-01-19 Thread Alexander
It is JS but not GWT, right?

2010/1/19 amjibaly 

> GXT's web desktop: http://www.extjs.com/examples/desktop.html is a
> good starting point.
>
> On Jan 18, 10:11 am, Alexander  wrote:
> > Hi,
> >
> > I want to emulate "Windows Explorer" UI style. Is there any GWT library
> for
> > that? You know, with folders, files and so on..
> >
> > --
> > Regards,
> > Alexander
>
> --
> 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.
>
>
>
>


-- 
Regards,
Alexander
-- 

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: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine Søndergaard
Thanks a lot for your input, Sebastian!! :)

I know it might be basics for you guys, but could you maybe please explain
to me how I configure a DTD in IntelliJ? :}

One of the reasons that I have decided to avoid TabLayoutPanel is that the
panel does not come with a default styling... have you found one maybe?

Thanks,
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: GWT Plugin: New Project without Example Code

2010-01-19 Thread Sean
There was a feature request put in for this and everyone's for it. No
ETA though yet.

On Jan 19, 6:24 am, Sellfisch  wrote:
> Hi there,
>
> i it possible to create a new Project (with eclipse plugin) without
> that example project? I don't want to erase the example every time.
>
> Thanks for your help
>
> sellfisch
-- 
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 Road Map

2010-01-19 Thread Rodrigo Romero III
It would definitely be great if google could put a roadmap for any of
their products...but due to the confidenciality they are well
known...I don't think that's going to occur

You'll have to wait until things just popup each now and then

Diego Lovison wrote:
> and about the road map?
-- 
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: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Sebastian
In IntelliJ press F1 to get help. Search for dtd and read the first
entry.

I defined my own styles, but I assume that the GWT people will have to
do some rework in this area.

In work case add TabLayout programmatically.

On Jan 19, 2:11 pm, Stine Søndergaard  wrote:
> Thanks a lot for your input, Sebastian!! :)
>
> I know it might be basics for you guys, but could you maybe please explain
> to me how I configure a DTD in IntelliJ? :}
>
> One of the reasons that I have decided to avoid TabLayoutPanel is that the
> panel does not come with a default styling... have you found one maybe?
>
> Thanks,
> 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: UiBinder and DecoratedTabPanel...

2010-01-19 Thread Stine Søndergaard
Aha - found the help entry! Thanks! ;D

Now I only have to locate the DTD!!! Any ideas?! :]

Thanks and sorry for all the stupid questions,
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: Referencing deprecated class warning stack

2010-01-19 Thread Martin D'Aloia
you can find it at:
http://google-web-toolkit.googlecode.com/svn/releases/2.0/distro-source/core/src/gwt-module.dtd

and in the .zip of the GWT 2.0 (file named gwt-module.dtd on the root
folder)


On Sun, Jan 17, 2010 at 7:19 PM, Trevis  wrote:

> Hey, Thanks.
>
> I just noticed your update. That work around does resolve the issue
> for me.  I had to also remove the old 1.7 dtd from the top of the xml
> file because i was getting errors because i guess that 'extend-
> configuration-property' is a new element.  I couldnt find a 2.0 DTD
> and i see that the 2.0 generated projects dont contain a dtd.
>
> Does anyone know if there is one?
>
> Either way, black listing those classes does get rid of the warnings.
>
> On Jan 8, 2:10 pm, Chris Ramsdale  wrote:
> > I've updated the issue with a workaround, let me know if it doesn't work
> for
> > anyone. Also, if you don't mind, please star the issue so that it gets
> > prioritized correctly.
> >
> > - Chris
> >
> > On Fri, Jan 8, 2010 at 12:38 PM, Trevis  wrote:
> > > I've been watching this thread too. 2.0 also introduced this for me as
> > > well.
> >
> > > On Jan 8, 2:48 am, "khaled.tl...@gmail.com" 
> > > wrote:
> > > > Hi,
> >
> > > > I've got the same type of exception with same environment. Is there
> > > > something that we missed?
> >
> > > > Regards.
> > > > KT
> >
> > > > On Jan 2, 7:54 pm, leslie  wrote:> Eclipse 3.5
> > > Galileo Java EE Cocoa
> > > > > Java 1.5.0_13
> > > > > Mac OS X 10.5.7
> > > > > GWT 2.0
> >
> > > > > Hello,
> >
> > > > > I'm seeing a series of warning messages in my console when I
> attempt
> > > > > to compile my project.  Posted below:
> >
> > > > > Scanning for additional dependencies: file:/Users/leslie/Documents/
> > > > > projects/myprojectfolder/galileoWorkspace/myproject/src/com/foo/
> > > > > projectgwt/controller/AddAddressListener.java
> > > > >   Adding '2' new generated units
> > > > >  Validating newly compiled units
> > > > > [WARN] Warnings in 'generated://
> > > > > 27507DF474CDC042922DAFFEA239ABF3/com/foo/projectgwt/client/
> > > > > AddressService_TypeSerializer.java'
> > > > >[WARN] Line 81: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.ChangeListenerCollection'
> > > > >[WARN] Line 86: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.ClickListenerCollection'
> > > > >[WARN] Line 91: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.FocusListenerCollection'
> > > > >[WARN] Line 96: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.FormHandlerCollection'
> > > > >[WARN] Line 101: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.KeyboardListenerCollection'
> > > > >[WARN] Line 106: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.LoadListenerCollection'
> > > > >[WARN] Line 111: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.MouseListenerCollection'
> > > > >[WARN] Line 116: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.MouseWheelListenerCollection'
> > > > >[WARN] Line 121: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.PopupListenerCollection'
> > > > >[WARN] Line 126: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.ScrollListenerCollection'
> > > > >[WARN] Line 131: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.TabListenerCollection'
> > > > >[WARN] Line 136: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.TableListenerCollection'
> > > > >[WARN] Line 141: Referencing deprecated class
> > > > > 'com.google.gwt.user.client.ui.TreeListenerCollection'
> > > > >See snapshot: /tmp/
> > > > > AddressService_TypeSerializer49102.java
> >
> > > > > I'm not referencing any of these classes in my code.  I've posted
> > > > > elsewhere in another related thread which involved the assignment
> of
> > > > > collections.   And in that case the discussion referred to the RPC
> > > > > calls returning objects of Collection types.  But in this class,
> that
> > > > > isn't happening.  This class, AddAddressListener, does not use or
> > > > > involve any types of collection classes.  And furthermore, I didn't
> > > > > notice any of these messages in my code until I made assignment
> > > > > changes in my GUI code, in classes which may use this listener.
>  (but
> > > > > then I tried to reverse these changes and yet still the issue
> remains
> > > > > - so now I have no idea..) But why is the warning message targeting
> > > > > this class?
> >
> > > > > This is just part of the stack that appears in the console.  There
> are
> > > > > other classes referenced there too and the warnings are very
> similar,
> > > > > maybe 

Re: GWT Plugin: New Project without Example Code

2010-01-19 Thread Thomas Broyer

On Jan 19, 12:24 pm, Sellfisch  wrote:
> Hi there,
>
> i it possible to create a new Project (with eclipse plugin) without
> that example project? I don't want to erase the example every time.

1. create a new Java project
2. create a "war" folder
3. go into the project's properties and check GWT (make sure you have
created the "ar" folder *before* using GWT)
4. create GWT module, entry point, HTML host page, etc.

But I agree it should be as easy as "create new empty GWT 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-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: How to insert a

2010-01-19 Thread Alex
>From you example it looks like you'll end up with