Re: problem with history in hosted mode

2009-08-07 Thread Salman Hemani
I thought I'd post another problem in the same thread which works fine for Firefox but not in IE. Seems like a bug in GWT I start off with my initial token. Let's say start. When page1 is loaded I add another token page1. When I click on another page it initializes that page and adds another

how to fetch multiple field from appengine datastore

2009-08-07 Thread buzz_buzz
i am new with GWT. i successfully try compile and upload stockwatcher application to the google app engine. i alsoa can save and query all data save in the data store. recently i add 1 more field at stock app engine data store. i add symbol2. user can save 2 symbol. the problem is. i dont know

HTML widget and URL event

2009-08-07 Thread Aladdin
Hi everyone, I have two panels, one has HTML and I want to capture the URL clicks a so I can load them to the other panel. What I'm trying to do is to have a menu in the side and load the content to the other one. I can handle loading the HTML but my only problem if panel A has a link to yahoo

Re: maps with TileLayer

2009-08-07 Thread lumo
thats exactly what i was searching for! one more question to this... how can i add maptype G_PHYSICAL_MAP G_SATELLITE_3D_MAP as shown in many javascripts i saw map.addMapType(G_PHYSICAL_MAP); map.addMapType(G_SATELLITE_3D_MAP); is it also possible to do this in gwt / java? because by default i

Re: Pre-Compress GWT compiler output for web server

2009-08-07 Thread JavaTech
On Jul 23, 9:14 am, hazy1 matt.egyh...@gmail.com wrote: It is dead simple to create a simple in-memory cache in your web application for gzipped data.  Gzip the web page in memory the first time it is created and then use this for subsequent requests to that resource. On Jul 22, 7:06 am,

Re: Pre-Compress GWT compiler output for web server

2009-08-07 Thread JavaTech
Hi all I am using the Tomcat 6.0 As i believe we need to setting the web.xml in the following path C: \Program Files\Apache Software Foundation\Tomcat 6.0\conf as below am i right !-- extensiongz/extension mime-typeapplication/x-gzip/mime-type -- - extensionEncoding/extension

Enhancing Data Classes jpa only?

2009-08-07 Thread asianCoolz
Only JPA required to do Enhancing Data Classes , JDO , not required ? why? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: maps with TileLayer

2009-08-07 Thread lumo
i found how to add the G_PHYSICAL_MAP mapWidget.addMapType(MapType.getPhysicalMap()); still open: G_SATELLITE_3D_MAP --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: OSGI - adding new client/server code to an existing app through a bundle

2009-08-07 Thread bart283
Hi I used GWT and OSGi. I don't know if it is possible to do a modular client application the same way as OSGi, in a simple way. I don't think the problem comes from the Root.get(), but more from how you load the JavaScript files from your different Bundles. Yet, the problem with Root.get() is

tyring out uibinder

2009-08-07 Thread asianCoolz
1. i downloaded gwt from svn compiled and use this lib 2. create a xml file like below !-- HelloWorld.ui.xml -- ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' div Hello, span ui:field='nameSpan'/. /div /ui:UiBinder where should i put this xml file in my gwt application in order

Re: Image behind Tabs? Is it possible?

2009-08-07 Thread twdarkflame
hmz..I think you would need to do this by assigning them all the same background, but starting the background from a position that matchs each tabs separate x-location. (background-position). Or, rather, the negative of the x-location of the tab. (so your moving the background right just enough,

Re: Profiling memory usage for large gwt application

2009-08-07 Thread Paul Robinson
Sumit Chandel wrote: I've seen some cases where IE would blow up when sending overly complex DTOs through the wire (deep maps or map values referring the DTO object itself). Sounds reminiscent of issue 3577. http://code.google.com/p/google-web-toolkit/issues/detail?id=3577

Re: error while installing google plugin for eclipse 3.5

2009-08-07 Thread twdarkflame
more details? On Aug 5, 6:17 pm, dilip itzdi...@gmail.com wrote: i followed the instructions of google plugin from google article after some time it throws an error am finiding the difficulty --~--~-~--~~~---~--~~ You received this message because you are

Re: cant resize images from imagebundle

2009-08-07 Thread twdarkflame
Unfortunately, I think this simply cant be done and is a current limitation of Image bundles. I hope at some point they can find a way around this. Maybe by scaling the whole image before its cropped down in css. (and the crop altered proportionately too). On Aug 5, 9:57 am, ben fenster

Re: StaticStringInternationalization

2009-08-07 Thread mars1412
hm.. the steps above work for me maybe read these articles: * http://code.google.com/intl/de-DE/webtoolkit/doc/1.6/DevGuideI18nAndA11y.html#DevGuideDynamicStringInternationalization * http://code.google.com/intl/de-DE/webtoolkit/tutorials/1.6/i18n.html#local it says, you can also append

Problem while clearing a panel

2009-08-07 Thread Rick
Hi all I have added some child widgets in a vertical panel before vertical panel got attach. Now a child widget has thrown some exception in its onAttach method. Now want to clear this panel, but no way I am getting 'java.lang.IllegalStateException: Should only call onDetach when the widget is

update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread lumo
hello NG, i updated my ide and gwt and moved my project to the new ide. now i can still compile the project after fixing some errors. but when i come to execution i get the following error: Project XXX is not GWT project ?? i can build the map but its no gwt project?

Re: StaticStringInternationalization

2009-08-07 Thread lumo
horray! you pointed me to my mistake! i added the locale stuff to the .html instead of the .gwt.xml after sorting this out i get way more files compiled (due different languages :) ) thanks a lot! --~--~-~--~~~---~--~~ You received this message because you are

Re: Image behind Tabs? Is it possible?

2009-08-07 Thread alex.d
That's a pretty interesting idea. Very hacky ;) Except for i don't know the width of the tabs - it's a i18n system and tab-text (and it's length) differs from language to language. On 7 Aug., 10:45, twdarkflame darkfl...@gmail.com wrote: hmz..I think you would need to do this by assigning them

ScrollPanel modification

2009-08-07 Thread wicher
Hello, Is there a way to modify slidebar behaviour? I want to put a small panel (perfect fit) into a ScrollPanel but also I need it to behave like it would contain a much bigger and virtually resizable panel. Thx --~--~-~--~~~---~--~~ You received this message

Re: I18n and special Characters

2009-08-07 Thread harkon
Thanx - that solved problem. I formerly wondered why the display remains in unreadable character - as I registered, that the char set changing in eclipse changed the characters. Therefore the chars were unreadable in code :) Okay, now the next stage: I use a MySql DB and this one in latin. The

Re: Getting com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException while calling RPC method

2009-08-07 Thread jonas
i have the same problem...any help? On 16 Jun., 11:23, ramraj sriramaraju2...@gmail.com wrote: Hi, I am using gwt2.0,i have some RPC service classes,previously i have used 1.6 at that all rpc functionlaities are working fine after changed to 2.0 i am un able to call the RPC methods,while

url rewrite and gwt

2009-08-07 Thread Bhayat
In gwt url rewrite is possible.how can i make it ? for example when i use category button,my category panel is opened but i also want to make url rewrite so ./category must be writed How can i make this? Do you have any document or link ?

Re: Image behind Tabs? Is it possible?

2009-08-07 Thread Ian Bambury
How about: .gwt-TabPanel { background-image: url(image.png); } .gwt-TabBar .gwt-TabBarItem { background-color: #ccc; margin-right: 20px; } .gwt-TabPanelBottom { background-color: #ccc; } Ian http://examples.roughian.com

Re: Profiling memory usage for large gwt application

2009-08-07 Thread Joel Webber
Ankur, If I understand correctly, you're describing two separate issues here: 1. The incubator GlassPanel appears to be causing a leak. How did you detect this? 2. RPC is causing IE's memory usage to increase over time. Are we talking about OOPHM or web mode in both of these cases? If it's OOPHM,

Re: Why does not HTMLPanel implement HasHTML interface?

2009-08-07 Thread Gregory Kanevsky
Sumit, Thank you for your reply. In fact, my question was aimed at better understanding the usages of HTMLPanel and its applications. I intent to use this widget as my layout manager in combination with CSS and when I am going through more elaborate phase than I am in now I will be able to see if

Re: ScrollPanel modification

2009-08-07 Thread alex.d
You mean like google-maps? On 7 Aug., 11:23, wicher rwi...@gmail.com wrote: Hello, Is there a way to modify slidebar behaviour? I want to put a small panel (perfect fit) into a ScrollPanel but also I need it to behave like it would contain a much bigger and virtually resizable panel. Thx

Re: tyring out uibinder

2009-08-07 Thread Flemming Boller
there are good example in the source code you downloaded. also in the uibinder package. /FLemming On Fri, Aug 7, 2009 at 10:16 AM, asianCoolz second.co...@gmail.com wrote: 1. i downloaded gwt from svn compiled and use this lib 2. create a xml file like below !-- HelloWorld.ui.xml --

Re: size of TextBox in GWT

2009-08-07 Thread Tobe
@Michael I want to change the size and not the maxlength of the TextBox Looks like setSize() and setPixelSize() aren't changing the number of visual characters, too. On Aug 7, 3:34 am, Michael W mwang_2...@yahoo.com wrote: user TextBox method setMaxLength(...) On Aug 6, 2:59 

Re: Image behind Tabs? Is it possible?

2009-08-07 Thread alex.d
Of course! Sometimes i seriously doubt my intelligence. Setting background-image of the .gwt-TabPanel was the first thing i've tried. Except for i've changed it for the .gwt-TabPanel and excpected the result on the DecoratedTabPanel. Thx Ian. On 7 Aug., 13:54, Ian Bambury ianbamb...@gmail.com

Re: problem with history in hosted mode

2009-08-07 Thread Jeremiah Moses
Hi, I seems to have fixed it for now. my gwt script tag was generated by maven and was placed in the head tag and my history tag in body tag.I was just fiddling around with it and moved my gwt script to the body tag below the iframe and it seems to be working.which seems weird to me as all the

Re: url rewrite and gwt

2009-08-07 Thread twdarkflame
You dont do this in gwt, but rather using a .htaccess file on your sever. I dont know the precise process myself, but its basicaly writting a few lines in a text file, renaming it .htaccess, then putting it on the route of the sever. This file can make it so that...as far as gwt is

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread Miguel Méndez
It would help to know what plugins you have installed or are trying to use. On Fri, Aug 7, 2009 at 5:59 AM, lumo lumo2...@gmail.com wrote: hello NG, i updated my ide and gwt and moved my project to the new ide. now i can still compile the project after fixing some errors. but when i come

Re: problem with history in hosted mode

2009-08-07 Thread Salman Hemani
Sorry I don't use Maven so wouldn't know. GWT script tag should be in the body tag. I put my GWT script tag above the history tag although it should not matter. Do you think you could check if you are having the same problem that I described above? Is it just an IE issue? I will check the GWT

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread lumo
2009/8/7 Miguel Méndez mmen...@google.com It would help to know what plugins you have installed or are trying to use. i do not have loads of plugins installed: Instantiations Designer Hibernate Google GWT, GDT in this projects i do only use gwt (and hibernate) PS: funny part is in eclipse

Re: ScrollPanel modification

2009-08-07 Thread wicher
Not exactly, I want to have a small canvas that will represent a much larger space and I need some scrollbars to move around it. The problem is I cant make ScrollPanel to expand his scrollbars without making the canvas bigger. Of course I can make my own scrollbars. On 7 Sie, 14:26, alex.d

Re: MenuBar auto-close

2009-08-07 Thread b.thakker
Fortunately, I detected a bug in my code. Keeping track of the last event occurred and triggering a timer to hide the child menu if its mouseout seems to work quite well. I do wish there was a convenient close method to easily close the menu.

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread Miguel Méndez
On Fri, Aug 7, 2009 at 9:55 AM, lumo lumo2...@gmail.com wrote: 2009/8/7 Miguel Méndez mmen...@google.com It would help to know what plugins you have installed or are trying to use. i do not have loads of plugins installed: Instantiations Designer Hibernate Google GWT, GDT And you say

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread lumo
i got my Map.java open, when i click run as - Compile GWT Application it starts to compile the map; when i click run as - GWT Application it pops up a window where i can edit configuration and launch, underneath this it says project Map is not GWT project.

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread Miguel Méndez
On Fri, Aug 7, 2009 at 10:18 AM, lumo lumo2...@gmail.com wrote: i got my Map.java open, when i click run as - Compile GWT Application it starts to compile the map; when i click run as - GWT Application it pops up a window where i can edit configuration and launch, underneath this it says

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread lumo
The Google Plugin for Eclipse does not support run as - GWT Application. It supports run as - Web Application. Is that what you meant? aye caramba; well two points 1) yes, it works if i click run as - web application 2) you say it does not support it, but its available and enabled...? (i can

Re: java.io.NotSerializableException for gwt portlets - wps 6.1

2009-08-07 Thread kss
Any inputs on how to make gwt client side java serializable ? I think after reading the gwt docs; having the client class implement java.io.serializable is similar to isSerializable interface. Do I have to use something other than HttpSession in my gwt client side code ? Is there another way to

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread Miguel Méndez
On Fri, Aug 7, 2009 at 10:30 AM, lumo lumo2...@gmail.com wrote: The Google Plugin for Eclipse does not support run as - GWT Application. It supports run as - Web Application. Is that what you meant? aye caramba; well two points 1) yes, it works if i click run as - web application 2)

Re: tyring out uibinder

2009-08-07 Thread CoolDude
hi, may i know which sample dynatable,hello,i18n,json,mail,showcase? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread lumo
you can find the screenshot at: http://www.biooffice.at/biomap/proof.png greets --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Query: Multi-user environment and GWT RPC

2009-08-07 Thread Isaac Truett
No, each request does not get it's own instance of a servlet. If you must store user data on the server between requests, put it in session or in the database. On Fri, Aug 7, 2009 at 12:28 AM, Parmeet Kohliparmeet.ko...@gmail.com wrote: I seem to be facing a similar problem. The class i have

Re: Can't set vertical size of TabPanel

2009-08-07 Thread Michael
Hi Joe, No, it's not a bug. The TabPanel has another component (DeckPanel) which is the container for the widgets you add to the TabPanel. Therefore your CSS should contain an additional selector for it. You can apply this selector in the code like this: TabPanel tp = new TabPanel();

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread Isaac Truett
If I may, I would guess that's coming from the Instantiations plugin, not the Google plugin. I do not use the Instatiations plugin, but I do use the Google plugin and I've never seen that option. On Fri, Aug 7, 2009 at 10:42 AM, lumolumo2...@gmail.com wrote: you can find the screenshot at:

Re: Cookies and client state. Suggestions?

2009-08-07 Thread Jeff Chimene
Well, I'll take a stab at this so that this email doesn't disappear into the void. I think these are good design questions. On Tue, Aug 4, 2009 at 10:55 PM, brett.wooldridgebrett.wooldri...@gmail.com wrote: I have a question about cookies and maintaining client-side state, and looking for

Re: Timer.schedule()

2009-08-07 Thread Rohit Bansal
No it is not same. timer.schedule(x); -- will not cancel previous timer if applied. timer.cancel(); timer.schedule(x); - it will cancel previous timer if any On Aug 6, 9:11 pm, Radu Grigore radugrig...@gmail.com wrote: Is { timer.schedule(x); } equivalent to { timer.cancel();

How to get started using MarkerClusterer with GWT

2009-08-07 Thread Mike Jacobs
I am interested in using the MarkerClusterer JavaScript utility (http://googlegeodevelopers.blogspot.com/2009/04/markerclusterer- solution-to-too-many.html) with Java/GWT. How do I go about integrating the two? Is there a Java wrapper already available? Thanks, Mike

Future of GWT

2009-08-07 Thread transient
Hi everybody, I've always feared technologies that work the way GWT does, because if GWT stops being updated everything built on it will stop working if users keep updating their browsers. I mean, if I develop an application with GWT 1.7, which supports FF3.5 for instance and then GWT stops

Re: Looking for feedback and contributors for GTW-based project

2009-08-07 Thread Nurlan
Hello, Roman. I think you'll have problem with indexing site by search crawlers. With javascript off, i see page titles only. Also i would be glad to see fixed issue 9 and 11. Thank you for your interesting project! --~--~-~--~~~---~--~~ You received this message

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread lumo
the Instantiations plugin does not support any Run As features, it creates a UI and generates Java native code, nothing else. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: How can you wait until GWT is ready externally? (after onEnterModule)

2009-08-07 Thread pmonestie
You can tweak the linker stuff in Gwt, however it gets a little complicated. I tried to write a linker that would load Gwt 'right away' but I had issue with IE so I gave up on this. I did write a modified linker though that provides a callback mechanism:

Re: HTML widget and URL event

2009-08-07 Thread Aladdin
ok the draw that I did in the previouse one is missed up, so ignore it On Aug 7, 4:30 am, Aladdin alaamu...@gmail.com wrote: Hi everyone, I have two panels, one has HTML and I want to capture the URL clicks a so I can load them to the other panel. What I'm trying to do is to have a menu in

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread Miguel Méndez
I'm not sure what to tell you at this point. Run as GWT application is not coming from our plugin. On Fri, Aug 7, 2009 at 11:00 AM, lumo lumo2...@gmail.com wrote: the Instantiations plugin does not support any Run As features, it creates a UI and generates Java native code, nothing else.

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread lumo
probably from com.google.appengine.eclipse.core_1.1.0.v200907291526.jar ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread Miguel Méndez
That's part of our plugin as well, its not there since it is App Engine specific. On Fri, Aug 7, 2009 at 11:09 AM, lumo lumo2...@gmail.com wrote: probably from com.google.appengine.eclipse.core_1.1.0.v200907291526.jar ? -- Miguel --~--~-~--~~~---~--~~

Re: How can one module initialize servlets that exist in a dependent module?

2009-08-07 Thread jreue
bump. --~--~-~--~~~---~--~~ 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

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread lumo
hmm ok. i'm off for weekend - check back on monday! --~--~-~--~~~---~--~~ 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

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread Isaac Truett
the Instantiations plugin does not support any Run As features http://download.instantiations.com/DesignerDoc/continuous/latest/docs/html/gwt/application_launching.html I beg to differ. :-) On Fri, Aug 7, 2009 at 11:00 AM, lumolumo2...@gmail.com wrote: the Instantiations plugin does not

Re: update to Eclipse 3.5 and GWT 1.7 - problem

2009-08-07 Thread lumo
eh?! i'm using it now for more than half a year and never saw that Run As! GWT != GWT :) shame on me - sorry for the hassle! 2009/8/7 Isaac Truett itru...@gmail.com the Instantiations plugin does not support any Run As features

At new item to a list at each position

2009-08-07 Thread Tobe
Hi, I have a list, which items are divs, and want the user to add new items at any position. So if there are 2 item there have to be 3 button, one before the first, one between both and one after the last. Can somebody tell me how to create this array of buttons.

Re: Future of GWT

2009-08-07 Thread Frank Stallone
I don't think that is a real concern given the direction Google's OS is going with apps seemingly being RIAs. If GWT became unpopular then yeah that be an issue but I assume that means something better came along so why would you be using GWT?

Re: Timer.schedule()

2009-08-07 Thread Ian Bambury
schedule(i) calls cancel() so cancel() isn't necessary if you are rescheduling Ian http://examples.roughian.com 2009/8/7 Rohit Bansal rbansal...@gmail.com No it is not same. timer.schedule(x); -- will not cancel previous timer if applied. timer.cancel(); timer.schedule(x); - it

Re: How can one module initialize servlets that exist in a dependent module?

2009-08-07 Thread Thad
What do the servlet and serlet-mapping tags say for MyLoginModule? I ran into something like this integrating several jars. Although the web.xml in MyLoginModule may have used url-pattern/myloginmodule/ loginServices/url-pattern, in MyApp's web.xml it must read url-

Re: Future of GWT

2009-08-07 Thread Tony
Additionally, GWT is open-source, so if Google stopped supporting it the community could continue to develop the code. On Aug 7, 11:13 am, Frank Stallone toadwarr...@gmail.com wrote: I don't think that is a real concern given the direction Google's OS is going with apps seemingly being RIAs.

Using XML configuration with GWT

2009-08-07 Thread templth
Hello, I try to implement a mechanism which loads informations from an XML file in order to dynamically loads classes (using information of this file) within one of my classes of my GWT application. My idea is to externalize this aspect from my code... First of all, I wonder if this approach is

Re: Future of GWT

2009-08-07 Thread mikedshaffer
Unless you write in the native language of your application container and remain fully versed in the variety and upgrades, you are in this same position regardless of your choice of library/compiler/ environment. If you write apps using Java and suddenly the complier stopped being compatible

Re: size of TextBox in GWT

2009-08-07 Thread Thad
It may be whatever container/panel that you have text box in is overriding the size. Such are the joys of HTML and CSS. On Aug 7, 8:51 am, Tobe tobias.jungnic...@googlemail.com wrote: @Michael I want to change the size and not the maxlength of the TextBox Looks like setSize() and

Re: Future of GWT

2009-08-07 Thread transient
Thank you for your input, guess you're right, I'm overly concerned with this. I really enjoy working with GWT, I hope Google and the community keep up this good work. On Aug 7, 5:38 pm, mikedshaffer mikedshaf...@gmail.com wrote: Unless you write in the native language of your application

Re: How can one module initialize servlets that exist in a dependent module?

2009-08-07 Thread jreue
I see. So it is 'possible' to have one module depend on another module that has servlets in it correct? I was afraid I was going in a completely incorrect direction in my design... Now as far as I understand, in earlier versions of GWT, the servlet mapping was put in the gwt.xml file, and now we

Incubator TableModelHelper only supports Java RPC?

2009-08-07 Thread Jeff Chimene
Hi, For those of us who don't use Java RPC: Am I missing something in TableModelHelper that would make it work out-of-the-box with RequestBuilder? By this I mean, among other issues, that the TableModelHelper class only provides an IsSerializable instance of the abstract class Response. It

Re: Offline GWT Applications

2009-08-07 Thread Dominic Holt
I've tried building a VERY simple GWT project both in Netbeans and Eclipse that contained an RPC service. As SOON as I took the application offline, it couldn't perform an RPC service as simple as returning a string, got the same check network connection error. Is there a specific way I have to

Re: Looking for feedback and contributors for GTW-based project

2009-08-07 Thread Roman Kuzmin
Hello Nurlan, I think you'll have problem with indexing site by search crawlers. With javascript off, i see page titles only. It is not a bug. You probably see links only, when looking at perspective pages - those that have several windows inside. We placed content only on the pages,

Re: Offline GWT Applications

2009-08-07 Thread Jeff Chimene
On 08/07/2009 11:12 AM, Dominic Holt wrote: I've tried building a VERY simple GWT project both in Netbeans and Eclipse that contained an RPC service. As SOON as I took the application offline, it couldn't perform an RPC service as simple as returning a string, got the same check network

Re: tyring out uibinder

2009-08-07 Thread fboller
not in the normal samples. But in the source code tree. do a search for uibinder and you will find it. On Aug 7, 4:39 pm, CoolDude second.co...@gmail.com wrote: hi, may i know which sample   dynatable,hello,i18n,json,mail,showcase? --~--~-~--~~~---~--~~ You

Re: size of TextBox in GWT

2009-08-07 Thread Tobe
But issn't it better to set the size attribute of the HTML element to have the number of visual characters? How can I do the same in CSS? How do I know how much pixel (width) has one character? On Aug 7, 6:46 pm, Thad thad.humphr...@gmail.com wrote: It may be whatever container/panel that you

Re: How can one module initialize servlets that exist in a dependent module?

2009-08-07 Thread jreue
I have done what you suggested, but I am getting an html error in my GWT Hosted Mode Console and a stack trace in my Eclipse console. The stack trace is complaining about a ClassNotFoundException. It makes perfect sense why the servlet is not getting invoked because the class cannot be found; my

Re: Hosted mode doesn't work at all on my Vista notebook under Eclipse

2009-08-07 Thread Trevis
Weird. I was planing to take a closer look after vacation to see if my hosts file was gone or something. But mine exists, only with the typo shown in the post you linked to. Weird that i dont have problems using tomcat with a broken hosts file. Oh well. Thanks for the post. (switching the ::

Re: Servlet in Jar

2009-08-07 Thread jreue
I have the same issue and I posted it here yesterday. My module that contains the service works fine standalone but the service is not being initialized (because of the ClassNotFoundException) when I import the module and expect to use it i another project. I took a look at the example posted by

Re: Offline GWT Applications

2009-08-07 Thread Dominic Holt
It matters little whether I take the browser offline or rip the ethernet cable out of the back of the computer, either way RPC calls stop working it seems. I am interested to know if anyone has a project they have setup currently that is making RPC calls offline. Several people said they were

Re: Offline GWT Applications

2009-08-07 Thread Jeff Chimene
On 08/07/2009 03:35 PM, Dominic Holt wrote: It matters little whether I take the browser offline or rip the ethernet cable out of the back of the computer, either way RPC calls stop working it seems. I am interested to know if anyone has a project they have setup currently that is making

Re: Cannot compile gadget: GadgetGenerator threw org.w3c.dom.DOMException: NAMESPACE_ERR

2009-08-07 Thread Art
Eric, thank you for your reply. The thing is that I encounter this issue by trying to work around the Xerces class issue. I had encountered the Xerces class issue with Google GWT Gadget library file described at

Re: Cannot compile gadget: GadgetGenerator threw org.w3c.dom.DOMException: NAMESPACE_ERR

2009-08-07 Thread Eric Ayers
I'm not sure why this would fix the problem you're seeing, but have you tried rebuilding the gadgets distribution from SVN trunk? I think if you get past this problem, you're doing to find another one since you are using GWT 1.6: See issue 275:

Re: how to load a url in a GWT application

2009-08-07 Thread Saeed Zarinfam
Thnks for help dear Manuel. On Aug 2, 9:04 pm, Manuel Carrasco Moñino manuel.carrasc...@gmail.com wrote: So, use an iframe to load the second application: Frame frame = new Frame(http://path_to_your_second_app;); Manolo Carrasco On Sun, Aug 2, 2009 at 6:55 AM, Saeed Zarinfam

EXT GWT ComboxBox

2009-08-07 Thread Guess What
I am using a EXT GWT ComboBox. I want to show something like for every change of county i want to populate State . I think i need to add some listener events to capture the selected index . Can anyone show me a sample of how to do a country state dropdown in GWT . I also want to know how to

How can i load Gadget content (JavaScript ) in my GWT application

2009-08-07 Thread Saeed Zarinfam
Hi I have been write a gadget with some JavaScript files. i want to load content of this gadget in my gwt application how can i do it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Offline GWT Applications

2009-08-07 Thread Paul Grenyer
Hi This is a complete guess with little to back it up, but is there some XML generated somewhere as part of the RPC call that is validated against a schema on the 'net? Paul Sent from my Archimedes A3000 --~--~-~--~~~---~--~~ You received this message because

[gwt-contrib] Re: Initial implementation of layout system, along with the first two layout widgets.

2009-08-07 Thread Johan Rydberg
I did a very-very simplified layout system based on top,bottom,left,right,width and height CSS attributes: http://69.20.122.77:8880/gwt-layout/ So far SimpleLayout, HBoxLayout VBoxLayout are implemented. Source files: http://69.20.122.77:8880/gwt-layout/org.gwt20.mosaic.demo.tbz2 The

[gwt-contrib] Inlining nocache.js

2009-08-07 Thread George Georgovassilis
I'd like to save first time visitors that roundtrip to fetch nocache.js. Instead I've declared the module HTML page as non- cacheable (works nice thanks to E-Tag) and moved images and GWT- compiler output to a fully cacheable directory. After inlining nocache.js into the module HTML I had to

[gwt-contrib] Re: Better support of IE6 for ImageResourceGenerator

2009-08-07 Thread Benjamin Lerman
Hi, As for the question on adding another permutations... I think that adding an ie7 permutation might be not necesarry. I posted a small example on how I handle ie6/7(or 8 in ie7 mode) in my application... it just means a small extra indirection but the cost is very low. It's not like we

[gwt-contrib] Re: Better support of IE6 for ImageResourceGenerator

2009-08-07 Thread David
On Fri, Aug 7, 2009 at 9:57 AM, Benjamin Lermangoogle+goo...@ambre.net wrote:  Hi, As for the question on adding another permutations... I think that adding an ie7 permutation might be not necesarry. I posted a small example on how I handle ie6/7(or 8 in ie7 mode) in my application... it

[gwt-contrib] Re: Initial implementation of layout system, along with the first two layout widgets.

2009-08-07 Thread ggeorg
Just to keep LayoutPanel class simple with only the required methods added to AbsolutePanel widget: http://pastebin.com/m7fc7deb0 I agree, LayoutData should for that purpose. Something like: LayoutPanel.add(Widget w, LayoutData data) should replace AbsolutePanel.add(). On Aug 7, 10:42 am,

[gwt-contrib] Re: Inlining nocache.js

2009-08-07 Thread John Tamplin
On Fri, Aug 7, 2009 at 3:51 AM, George Georgovassilis g.georgovassi...@gmail.com wrote: I'd like to save first time visitors that roundtrip to fetch nocache.js. Instead I've declared the module HTML page as non- cacheable (works nice thanks to E-Tag) and moved images and GWT- compiler

[gwt-contrib] [google-web-toolkit] r5912 committed - Left out part of r5911....

2009-08-07 Thread codesite-noreply
Revision: 5912 Author: j...@google.com Date: Fri Aug 7 04:32:01 2009 Log: Left out part of r5911. Patch by: jat Review by: amitmanjhi (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=5912 Modified: /trunk/dev/core/src/com/google/gwt/dev/shell/BrowserWidget.java

[gwt-contrib] Re: Better support of IE6 for ImageResourceGenerator

2009-08-07 Thread John Tamplin
On Fri, Aug 7, 2009 at 3:57 AM, Benjamin Lerman google+goo...@ambre.netgoogle%2bgoo...@ambre.net wrote: When 2 permutations are very close to one another (a lot of deferred binding will lead to the same implementation for the 2 permutations), dynamic selection through indirection might not

[gwt-contrib] [google-web-toolkit] r5913 committed - Disabling showOutput for the junit ant target because its too spammy f...

2009-08-07 Thread codesite-noreply
Revision: 5913 Author: jlaba...@google.com Date: Fri Aug 7 04:58:23 2009 Log: Disabling showOutput for the junit ant target because its too spammy for now. Patch by: jlabanca Review by: rjrjr (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=5913 Modified:

[gwt-contrib] Re: Inlining nocache.js

2009-08-07 Thread Cameron Braid
I'd be keen to see this land in trunk ! Cam 2009/8/7 John Tamplin j...@google.com On Fri, Aug 7, 2009 at 3:51 AM, George Georgovassilis g.georgovassi...@gmail.com wrote: I'd like to save first time visitors that roundtrip to fetch nocache.js. Instead I've declared the module HTML page as

  1   2   >