gwt datetime set date

2018-09-04 Thread g . fanini
I am completely unfamiliar with gwt ajax, I need to maintain a project using gwt 2.6.1, is it possible to set the end year of this javascript control DateItem for example year 2030, could it beem limited to 2020 : dateItem = new DateItem("expDate");

Re: MANIFEST missing from 2.8.0

2018-05-04 Thread Marcin G.
Thanks for the reply, W dniu środa, 2 maja 2018 17:04:00 UTC+2 użytkownik Thomas Broyer napisał: > > > > On Wednesday, May 2, 2018 at 12:28:13 PM UTC+2, Marcin G. wrote: >> >> Hi, >> >> I am using Vaadin which uses GWT. After upgrading from 7 to 8 I

MANIFEST missing from 2.8.0

2018-05-02 Thread Marcin G.
Hi, I am using Vaadin which uses GWT. After upgrading from 7 to 8 I realized that my OSGI based app is not starting - reason: gwt-user and dependent jars are missing META-INF/MANIFEST.MF - why? I need them to create Apache Felix compatible bundles. Modifying those dependencies during build

Re: Optimizing subjective performance accessing big celllists (kind of double buffering)

2015-12-09 Thread Jordi G. March
you get any significant difference in > performance ? > > On Sunday, November 29, 2015 at 12:47:40 AM UTC+2, Jordi G. March wrote: >> >> OK Jens, thx a lot for your answer. >> >> I just render last 10-50 based on the device "capabilities" (kind a &

Re: Optimizing subjective performance accessing big celllists (kind of double buffering)

2015-11-28 Thread Jordi G. March
OK Jens, thx a lot for your answer. I just render last 10-50 based on the device "capabilities" (kind a tricky, but an iPhone 4 just shows 15 and an iPhone 6, for instance, shows 50) and then have a "load older" button too... But, even with 50, the final end user impression can be optimized.

Optimizing subjective performance accessing big celllists (kind of double buffering)

2015-11-27 Thread Jordi G. March
Greetings, I have a mobile app written in GWT/mgwt/PhoneGap and I'm suffering some sort of subjective performance degradation when accessing big celllists. This app is pretty similar to WhatsApp, and what they do to overcome this rendering issue is pretty simple: you click on the group you

Re: SuggestBox: how to change suggestions sort order?

2015-01-21 Thread Pradeep G
Hi, Were you able to find a solution to this at all? I have been trying to figure this out all week, but I am still stuck. When I try to extend SuggestOracle and implement my own Oracle, I am having problems with some of the methods being private and classes (PrefixTree) with default access

Re: MultiWordSuggestOracle: disable auto sorting

2015-01-18 Thread Pradeep G
Hi Daniel, I am having the same problem. Did you resolve this? Pradeep On Monday, June 6, 2011 at 5:58:36 PM UTC-6, Daniel wrote: Hi, I'm using a MultiWordSuggestOracle together with a SuggestBox to display auto suggestions. I add the suggestions with the MultiWordSuggestOracle.add()

Browser Rendering

2014-10-13 Thread Vineet G H
Hello, I have a GWT application using many different panels like composite, leftstatus widget, datapanel, rightpanel. By default the browser renderings seems to be different on different browsers. Is there a way to standardize them all? Regards, Vineet -- You received this message because you

Re: Unable to use debugger

2014-09-25 Thread Vineet G H
Its dev mode I think. On Wed, Sep 24, 2014 at 12:32 PM, alucard slice.of.life@gmail.com wrote: Are you using dev mode or super dev mode to debug? On Sunday, September 21, 2014 12:01:03 PM UTC+2, Vineet G H wrote: Hi All, I am using Eclipse Luna - Luna Release (4.4.0) with GWT and I

Unable to use debugger

2014-09-21 Thread Vineet G H
Hi All, I am using Eclipse Luna - Luna Release (4.4.0) with GWT and I put in a breakpoint and attempt debug the code, it fails to stop at the breakpoint. Any one knows why this might be occurring? Regards, Vineet -- You received this message because you are subscribed to the Google Groups

Facebook canvas application integration

2014-05-11 Thread Matt G
Hi, What would be the way to create a facebook canvas app using gwt? I'd like to be able to make regular facebook calls like get friends I assume it would be using their javascript sdk somehow. Everything google gives me about this seems to be old (2009-2012) Thanks -- You received this

UI Designer GWT Developer BEST Workflow Practices?

2013-05-31 Thread Clarissa G
Is there a way for a UI designer (myself) to still use clean HTML/CSS while pulling in GWT features/elements (that may use UIBINDER) instead of having to find/customize/use throw away jquery to demo functionality? -- You received this message because you are subscribed to the Google Groups

replacing jquery with GWT features in demo:: for web Designers

2013-05-16 Thread Clarissa G
[UI/UEX web designer question] Is there a way for a UI designer (myself) to still use clean HTML/CSS while pulling in GWT features/elements (that may use UIBINDER) instead of having to find/customize/use throw away jquery to demo functionality? Thanks all! -- This communication, along with

GWT Developer Plugin for firefox 11 (Windows XP)

2012-09-12 Thread G P
Hi everybody! Could you tell me, please, where can i download GWT Developer Plugin for firefox 11 (Windows XP)? Links like that http://acleung.com/gwt-dev-plugin-ff11.xpi are not available anymore... -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT - dev environment ...

2012-07-16 Thread g p
I have been using Ubuntu x64 and GWT/Eclipse for three years at as my work dev environment. Have upgraded both Ubuntu, Eclipse, all this time, to the latest versions. Never used the WindowBuilder (was not even free when I started this project, so had to stay away from it). As previous messages

Communication between presenters? Passing controls, GWT Model View Presenter query?

2012-07-10 Thread Harsha G
A rookie here. I have this specific issue in implementing Model View Presenter Pattern using GWT in one of my use cases. I just started with Ray Ryan's Google IO talk and following some articles on Google Developers site. I have not used any of the GWT add- ons like GWTP or MVP4G or GIN or any

Re: RequestFactory 2.4: save entities with multiple sub entities, can only get the first one at server side.

2012-05-29 Thread July G
Thank you guys, i changed to List and it works. BTW before i use EntityProxy in Set which lead to error, other than ValueProxy On Tue, May 29, 2012 at 2:04 PM, Ashwin Desikan ashwin.desi...@gmail.comwrote: Additionally, try using List instead of Set. It works for me when I faced similar

Re: No source code is available for type com.google.code.p.gwtchismes.client.GWTCDatePicker

2012-04-04 Thread g p
Have you read and followed the steps described at http://code.google.com/p/gwtchismes/wiki/GwtChismes_QuickStart ? On 4 April 2012 11:31, Mithun mithun.h...@gmail.com wrote: Hi, At the time of building our project, we are getting following error: [ERROR] Line 51: No source code is

Re: What is the impact of *.cache.html size

2011-11-16 Thread Palo G.
Hi, this is one of reason why usage of open source libraries for GWT is very painful. There is lots of code. So some hints: - use only parts of third code libraries that you really need - did you compiled your project with argument -style OBF ? - this really helps - use code split for forms that

Re: Is GWT's obfuscate compilation safe enough to protect the js code?

2011-11-08 Thread Palo G.
good interface. On 8 lis, 10:19, OrNOt ornot2...@gmail.com wrote: @Palo,G: Uemit is correct. There are many cases that need client computing and specific algorithms, for instance, image processing, especially for those which need prompt interactivity. You can not always push the data

Re: Is GWT's obfuscate compilation safe enough to protect the js code?

2011-11-07 Thread Palo G.
I think that poeple not fully understand what is Google Web Toolkit. I saw time consuming computations on cliend side code, and similiar mess. You have to clear that if you have some valuable alghorithm you have to put it into server side code. Of course as Uemit said, you can protect generated

Re: GWT 2.4 CellTable issue

2011-10-01 Thread Ionuț G. Stan
out pieces of it is probably a bad practice. Can't you hide the whole table? -- Ionuț G. Stan | http://igstan.ro -- 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

Re: What do you think?

2011-09-28 Thread Palo G.
Author of article has right in some points (think that everyone who is developing apps using gwt found himself in similiar problems like author), but as Paul Robinson said, GWT do something that is very difficult. You can never please everybody bud I'm sure that everyone who had develop some J2EE

Re: How To test Application an emulate many users

2011-09-28 Thread Palo G.
You can use Selenium to do load test trought user interface with little modifications, or you can create load test using for example JMeter that sends POST messages with content that you will catch from GWT RPC communication. On 28 zář, 08:57, Foermchen82 juergen.f...@gmx.de wrote: Hi

Re: Dynamic Timezone Usage

2011-09-22 Thread Palo G.
Hi, we had similiar problem. You have to create some Utils class that would create GWT TimeZone object from your ID (Europe/London, ...). After this you can use methods from TimeZone object that will compute you correct time in different timezone. Anyway there can be a problem with client

Re: format dates in specific timezone

2011-09-20 Thread Palo G.
Hi, I found this discussion after hours of thinking and googling same problem. We have simple problem that turned out to be a huge problem in GWT. There is no tool that can get client time zone and return that bloody TimeZoneInfo instance. So I have to ask if you had found some solution or how

Re: how to import a css file in module.gwt.xml

2011-09-14 Thread Palo G.
The tag link is not declared in gwt DND. There are many ways how to append styles into GWT application, see http://code.google.com/intl/cs/webtoolkit/doc/latest/DevGuideUiCss.html - you can use link tag in your html file where you are appending gwt js - with UI Binder - in module file *.gwt.xml ,

Does the last Google Plugin for Eclipse update install the Maven plugin too?

2011-09-08 Thread Ionuț G. Stan
panel). I'm not very fond on Maven and the plethora of things it does and other stuff (I think it's already an hour since it started updating some indexes...). Does GPE now install Maven too? Can we remove it? -- Ionuț G. Stan | http://igstan.ro -- You received this message because you

How to center element containing CellTable?

2011-08-22 Thread Ionuț G. Stan
of the screen. Same thing happens if I use an AttachEvent.Handler on the CellTable. So... is there any event on CellTable, or on Widget or whatever that allows me to trigger an action when the DOM subtree has been attached to the DOM? Thanks in advance. -- Ionuț G. Stan | http://igstan.ro

Re: Editor returns null values for empty strings after flush?

2011-08-20 Thread Papick G. Taboada
I'll do that as soon as I have notice that is a feature and not bug. For now patching is easy and I must not change all my UIs. :-) Am 20.08.2011 um 12:51 schrieb Jens: You should patch TextBoxBase and not ValueBoxBase. Or create your own MyTextBox extends TextBox and overwrite the method.

Re: Aw: Re: Editor returns null values for empty strings after flush?

2011-08-19 Thread Papick G. Taboada
, but it would leave me not understanding what is wrong with my code. What did I do to break it? Variable names? Wrong order in initializing something? I don't know. Papick G. Taboada +++ pgt technology scouting GmbH http://pgt.de Am 19.08.2011 um 20:44 schrieb Jens jens.nehlme...@gmail.com: I

Re: Embed pdf into gwt app

2011-08-16 Thread Papick G. Taboada
(uibinder, objectelement) and set the data URL from my presenter, the app jumps back in history and the PDF gets downloaded. Brgds Papick G. Taboada +++ pgt technology scouting GmbH http://pgt.de Am 15.08.2011 um 23:39 schrieb karim duran karim.du...@gmail.com: Hi Papick, In my opinion

Re: GWT 2.2 in Eclipse Indigo??

2011-08-09 Thread Ionuț G. Stan
it on a per project basis from the project properties pane. [1]: http://code.google.com/webtoolkit/versions.html -- Ionuț G. Stan | http://igstan.ro -- 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

Re: For CellTable,is it possible to register MouseOut or MouseOver events to row?

2011-08-09 Thread Ionuț G. Stan
-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/view/client/CellPreviewEvent.html http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/cell/client/Cell.Context.html -- Ionuț G. Stan | http://igstan.ro -- You received this message because you are subscribed

Re: Changing the port used by the Development engine

2011-08-09 Thread Ionuț G. Stan
/DevGuideCompilingAndDebugging.html#What_options_can_be_passed_to_development_mode -- Ionuț G. Stan | http://igstan.ro -- 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

Something similar to ui:field that can appear multiple times

2011-08-08 Thread Ionuț G. Stan
otherwise be the same element) is to build a custom widget and have a UiFactory that would provide the same instance for all occurrences of the widget inside the template. Any other suggestions? Thanks! -- Ionuț G. Stan | http://igstan.ro -- You received this message because you are subscribed

Custom widgets containing other HTML/widgets

2011-08-08 Thread Ionuț G. Stan
} /div ...encapsulated inside some widget, say WrapperWidget. Then, I could use this WrapperWidget inside some other (multiple) ui.xml files: ns:WrapperWidget ul liitem 1/li liitem 2/li /ul /ns:WrapperWidget How is that achievable in GWT? Thanks! -- Ionuț G. Stan

Re: Something similar to ui:field that can appear multiple times

2011-08-08 Thread Ionuț G. Stan
of these placeholders each time the user performs a certain action. Nice to know it's possible though. -- Ionuț G. Stan | http://igstan.ro -- 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

Re: Something similar to ui:field that can appear multiple times

2011-08-08 Thread Ionuț G. Stan
On Aug/08/2011 19:41, Jeff Chimene wrote: Then consider gwtquery (jquery for gwt) and run a gwtquery function on an event fired by whatever is doing the update. Thanks. I'll think about this. For the moment I can stand a little duplicate code better than loading another library. -- Ionuț G

Re: GWT Beta 2.4 - 64bit Win7 - Eclipse Clasic

2011-08-05 Thread Erik G.
You left out details about Eclipse. 3.5, 3.6, 3.7? 32-bit Eclipse or 64-bit Eclipse? What're your JRE/JDK versions? This is working for me. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: StockWatcherTest.java not generated

2011-08-04 Thread Peterson G.
I made a clean install of Eclipse, reinstalled and it worked. I've read somewhere that there was conflict with hibernate, maybe that was the problem. Anyway, it works, now. On 3 août, 22:53, Peterson G. peterson.g...@gmail.com wrote: Hello, Sorry to bother you with such a beginner problem

StockWatcherTest.java not generated

2011-08-03 Thread Peterson G.
Hello, Sorry to bother you with such a beginner problem, but I'm stuck with it. I searched the group for a solution and did not found one. I've just installed GWT in Eclipse and was trying to follow the Sample Application Tutorial (http://code.google.com/webtoolkit/doc/latest/

Re: How to debug CSS

2011-07-22 Thread Ionuț G. Stan
Thomas, that should be enough for my needs right now. -- Ionuț G. Stan | http://igstan.ro -- 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

Re: login form

2011-07-22 Thread Ionuț G. Stan
Reposting to mailing list. Original Message Subject: Re: login form Date: Thu, 21 Jul 2011 18:56:09 -0700 (PDT) From: Josh josh.e.ander...@gmail.com To: Ionuț G. Stan ionut.g.s...@gmail.com These links touches on it. If your forms are not in the pages HTML then browsers

Re: Eclipse Analyzing Sources Slow

2011-07-22 Thread Ionuț G. Stan
assuming its building Eclipse metadata or something. Can you suggest what I might try to find the cause of the slow running? Eclipse Indigo (3.7), Google Plugin for Eclipse 3.7, GWT SDK 2.3.0, OpenJDK 1.6.0_22, Ubuntu 11.04 x84_64, Thanks -- Ionuț G. Stan | http://igstan.ro -- You received

Re: Equivalent JavaScript pattern in GWT

2011-07-21 Thread Ionuț G. Stan
since there's more hand-written code involved than what actually executes. Thanks a lot. The link you mentioned seem to be exactly what I need. -- Ionuț G. Stan | http://igstan.ro -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: How to debug CSS

2011-07-21 Thread Ionuț G. Stan
for. Is there a way to have this property interpreted only in development mode? -- Ionuț G. Stan | http://igstan.ro -- 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

How to debug CSS

2011-07-20 Thread Ionuț G. Stan
names. Thanks! -- Ionuț G. Stan | http://igstan.ro -- 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 google-web-toolkit

Equivalent JavaScript pattern in GWT

2011-07-20 Thread Ionuț G. Stan
(DB_DATA.users); } */; However, I was wondering if there's some GWT specific pattern, that would also allow some compile time checks for the presence of the generated JS variable (similar to how CSS files are checked to see if all the required CSS classes are declared). Thanks! -- Ionuț G. Stan | http

Re: login form

2011-07-20 Thread Ionuț G. Stan
another form element with them. But, as I said, submission should not be done via JS. Hope it helps, -- Ionuț G. Stan | http://igstan.ro -- 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

Re: Pluggable modules

2011-06-15 Thread Daniel G
Hi Berto, Hi Mike, can you give me some more details about your plugin-design? What architecture are you using for the several applications, MVC or MVP? Regards, Daniel On 11 Jun., 20:36, lemaiol lema...@gmail.com wrote: HI Mike, If I got it right, you want a main GWT application (own WAR)

Re: Odg.: Re: How to speed up Hosted mode

2011-04-19 Thread Palo G.
The main problem is that every time when hosted mode is started all classes are loaded. When you refresh hosted mode and your classes doesn't implement Serializable then these classes will be realoaded even when they were not modified. I don't really now if this will work for GWT hosted mode, but

Re: How to speed up Hosted mode

2011-04-18 Thread Palo G.
Hi, we were facing same problem as you - our codebase for client side has thousands of classes, server side too. Only possible solution was to slpit whole project into maven sub-projects and create new dynamic architecture of whole project - cliend and server side. For now, our system consist

Re: SSL troubles

2011-04-05 Thread Palo G.
You have to install certificate of your phone server into java keystore. JVM has its own keystore where most known certificvate authorities are installed by default. If you wish to call server services throught secured connection and public part of certificate is not present in yours JVM keystore

gwt cad gadget

2011-03-11 Thread g man
Hi, Is there an existing gadget that gwt will compile which will provide simple cad tools on a web page? If not, how would I write one? -- 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: is it possible to use an SLF4J adapter in GWT to wrap java.util.logging ?

2011-02-25 Thread Palo G.
May I ask why do you need something like that? Basically everything what you need is inside of gwt-user package. Let's look what is actually SLF4J. It's just an interface for many logging frameworks [java.lang, apache.logger , etc]. So when you have plenty of libraries using different logging

Re: GWT RPC Protocol details

2011-02-02 Thread Paul G.
Hi, try to dig into com.google.gwt.user.server.rpc.RemoteServiceServlet and then look at processRequest method. Then go deeper into com.google.gwt.user.server.rpc.RPC where the magic is hidden. In few words: there is serialization policy file downloaded for each servlet where serialized object

Re: GWT RPC Protocol details

2011-02-02 Thread Palo G.
Sorry, the method inside RemoteServiceServlet is processCall -- 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

Ajax file uploads and progressive enhancement

2011-01-07 Thread Ionuț G. Stan
already asked a similar question[1] half a year ago, but there were no follow ups. So, what's your advice? Is JSNI the only way? Thanks! [1]: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/ce09e8a13009c213 -- Ionuț G. Stan | http://igstan.ro -- You received

Re: Ajax file uploads and progressive enhancement

2011-01-07 Thread Ionuț G. Stan
Thanks Thomas, that was a very informative email. It should be enough to get us going on the right path. -- Ionuț G. Stan | http://igstan.ro -- 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

Re: Ajax file uploads and progressive enhancement

2011-01-07 Thread Ionuț G. Stan
don't know, but it's a fairly quick setup and may be worth testing out. Thanks Sean, looks promising so far. I actually heard about it from a team mate, but I was somehow under the impression that it doesn't support real Ajax uploads. It seems not to be the case though. -- Ionuț G. Stan | http

Re: Best way to integrate GWT with existing Spring services?

2010-12-31 Thread Paul G.
Hi Daniel, you are right, this question has been asked so many times. We're using GWT-RPC because when we stared our project then GWT 1.6 was out and actual. I don't know much about RequestFactory. But I think there is still one same approach. So there is one big question for you. How good is

Using java mail api from gwt rpc

2010-10-18 Thread Suresh G Kumar
Hi Can someone please help me to use java mail API from within a GWT service to send emails. I am building a web application using GWT, and requires emailing feature for my application. thanks regards --suresh -- You received this message because you are subscribed to the Google Groups Google

Re: GWT RPC offline caching

2010-09-09 Thread Alex G.
Thanks for your hints, guys. Here is my solution: -- OfflineRequestCallback: used to get serialized response and handle it appropriately. public class OfflineRequestCallback implements RequestCallback { // This String we can save in localStorage. private static String

GWT RPC offline caching

2010-09-08 Thread Alex G.
Hello, i m working on generalized AsyncCallback class which allows to get a serialized string from a succesful GWT RPC response, so i can save it to htlm5 localStorage and use it as cached result in case RPC request fails. public abstract class OfflineAsyncCallbackT implements AsyncCallbackT {

Re: Is it possible to remove the '+' Sign next to GWT's Root Tree Item?

2010-08-30 Thread Travis G
treeOpen() { // TODO Auto-generated method stub return MyResources.INSTANCE.leaf(); } } Main Function: TreeImagesExample tx= new TreeImagesExample(); Tree t = new Tree(tx); t.addItem(root); On Aug 22, 5:23 pm, Travis G travis.godwin.g

Is it possible to remove the '+' Sign next to GWT's Root Tree Item?

2010-08-24 Thread Travis G
I wondered if anyone knew whether it was possible to remove the '+' Sign that appears next to the root item in a GWT Tree? I didn't see a CSS rule to handle it. Can one replace the + sign with say, a GIF? (Adapted code from GWT manual below, for illustrative purposes) TreeItem root = new

Excessive number of property descriptors

2010-08-11 Thread G. Vaaler
I got the following just now trying to GWT-compile for testing: gwtc: [java] Compiling module com.dataloy.webtest2.TestApp [java]Scanning for additional dependencies: jar:file:*** [java] Computing all possible rebind results for

Best way to chain callbacks?

2010-07-20 Thread g p
OK I am sure all of you have come up against this beast at some time during your development process. In order to get results from a backend server you have to make a series of calls to fetch data. And to make it worse the subsequent calls are based on data collected at the previous steps of this

Re: Custom GWT Widget and RPC

2010-06-18 Thread Tim G
Ugh. yeah, my SeachBox widget is in com.foo.widget'S'.search.SearchBox Day and a half wasted On Jun 16, 5:22 pm, Tim G timguib...@gmail.com wrote: Can you make a RPC call from a custom GWT widget (i.e. a Search Box widget) which then can be packaged as a jar and added to another

Maven Module, Custom GWT Widget and RPC

2010-06-17 Thread Tim G
Hello all, We are in the initial stages of implementing GWT into our current set of web apps. The goal is to develop a series of individual custom GWT based widgets deployed to various apps as maven modules. The basic structure of said projects would be as such: Parent (pom)

Custom GWT Widget and RPC

2010-06-17 Thread Tim G
Can you make a RPC call from a custom GWT widget (i.e. a Search Box widget) which then can be packaged as a jar and added to another projects build path? For example: I have a custom widget that is comprised of a textbox, button and a popup panel. What I want it to do is on the click event,

Re: Can i get url parameters values in my gwt java code?

2010-06-09 Thread g p
Window.Location.getParameter(debug) On 9 June 2010 15:27, nacho vela.igna...@gmail.com wrote: Hi, i want to put a parameter in the url and get it value from my gwt java code. For example, if i go in the browser to http://localhost:8080/MyApplication/Hostedpage.html?debug=true I want then

[Development mode] script tag not in top level frame

2010-06-08 Thread Thiago F. G. Albuquerque
Hi, Development mode does not work if the script tag is not in the top level frame: script type=text/javascript language=javascript src=xxx.nocache.js/script This is a problem for me, because I maintain an application that uses a framework (Echo 1) that doesn't allow modifying the top-level

Re: How can I prevent from reloading the page when the reload button on browser is clicked?

2010-06-01 Thread g p
You could look into the Html5' s local storage mechanism for saving your application's state before a reload happens. You can also decide what part of the state you want to save, thus reloading gracefully the most important parts of your application and letting the user do the needed actions to

Re: SmartGWT 2.1 doesn't work

2010-05-13 Thread g p
to move to more complex examples/functionality. Cheers, g. -- 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

Re: GWTFeedReader broken ?

2010-04-09 Thread g p
Hmm ... from its how to build: 1. Check out the Google Web Toolkit as described in Making GWT Betterhttp://code.google.com/webtoolkit/makinggwtbetter.html - Checking out the GWT 1.4 release branch is recommended instead of trunk Maybe this is why you get the errors? It looks to

Re: How to retrieving texts from .properties file dynamically?

2010-04-03 Thread g p
Better use one attribute and include your texts delimited with a special character (i.e. #). One that you do not expect to have into your texts. Then pull that attribute with the normal way and break the string with a split and use that table to create your desired format for your output to your

Re: GWT and HTML5 Client-side Storage

2010-03-23 Thread g p
Check this project out: http://code.google.com/p/gwt-mobile-webkit/wiki/StorageApi http://code.google.com/p/gwt-mobile-webkit/wiki/StorageApiCheers! On 22 March 2010 14:25, Giancarlo giancarlo.ang...@gmail.com wrote: Hello! Has anybody a good idea of how to store Java objects into HTML5

UiBinder: custom attributes?

2010-02-26 Thread Thiago F. G. Albuquerque
Hi, I was wondering if it's possible to define custom attributes in a UiBinder template. I want to do something like this: my:GroupBox collapsible=true / And then Gwt would, after creating a new instance of 'GroupBox', call 'instance.setCollapsible(true)'. Regards, Thiago -- You received

Re: What causes com.google.gwt.core.client.JavaScriptException, and how to trace it?

2010-01-21 Thread g p
When you press the compile button in Eclipse, there is a drop down menu called: Output Style. One of the options there is the detailed. I suppose that would do the trick ... 2010/1/21 John V Denley johnvden...@googlemail.com Id still like to know how to set this setting via eclipse, which im

Re: [gwt-contrib] Re: Custom element parsers for UiBinder

2010-01-21 Thread G. Georgopoulos
Hi Daniel, I think if you do not inject it into a field, you don't need the custom parser to be registered at all, but I am not sure about that. I will check your code later today. Thanks, George. On 01/20/2010 02:01 AM, Daniel Dietrich wrote: Hi George, in your solution parsing of an

Re: [gwt-contrib] LayoutPanel Button in Mozilla

2010-01-20 Thread G. Georgopoulos
Hi, setWidth(100%) without any margin or border works I was hoping there would be a custom css property that could fix that. Thanks, George. On 01/20/2010 05:27 PM, Joel Webber wrote: Agreed that this is a really irritating bug in Firefox. Have you tried w/h:100% just on the button itself?

Re: Swing App on browser

2010-01-18 Thread Kenny G
The tool is called AjaxSwing. Creamtec, I believe. On Jan 17, 2:03 pm, Sorinel C scristescu...@hotmail.com wrote: There are 2 methods: 1. You can make your java swing application as applet, and add it to the HTML pages. 2. There is a tool to convert automatically the Java Swing GUIs to

Re: SmartGWT?!

2010-01-12 Thread Kenny G
Probably what they mean to say is that the SmartGWT library will not get any more efficient when you recompile your app that uses it under future GWT releases.  This is because it is comprised of hand written (I assume) Javascript and is not like the native GWT widgets like say,

DockLayoutPanel sample code

2010-01-05 Thread N G
Hi, I tried the DockLayoutCode which is presented in http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html: DockLayoutPanel p = new DockLayoutPanel(Unit.EM); p.addNorth(new HTML(header), 2); p.addSouth(new HTML(footer), 2); p.addWest(new HTML(navigation), 10); p.add(new HTML(some

Re: How to use a initServlet for database connections in host mode??

2010-01-05 Thread N G
I'd use a ServletContextListener... Just implement that interface. You'd put your code into contextInitialized method. Then, declare your implemented class in web.xml in listener tags: listener listener-classyour fully qualified class here/listener-class /listener You'll be guaranteed to have

Re: DockLayoutPanel sample code

2010-01-05 Thread N G
Anyone? On Tue, Jan 5, 2010 at 9:18 AM, N G nistar...@gmail.com wrote: Hi, I tried the DockLayoutCode which is presented in http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html: DockLayoutPanel p = new DockLayoutPanel(Unit.EM); p.addNorth(new HTML(header), 2); p.addSouth(new

Standards mode requirement for GWT 2.0

2010-01-05 Thread N G
Does DockLayoutPanel and SplitLayoutPanel require the page to be in standards mode? Does this also apply to the RootLayoutPanel? Thanks, NG -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Glassfish start problem: Cannot start JMX connector

2009-12-18 Thread kavitha G
Hi All, INFO: Launching GlassFish on Apache Felix OSGi platform Welcome to Felix. = INFO: Started bundle org.glassfish.common.glassfish-mbeanserver [9] INFO: Started bundle org.glassfish.core.kernel [79] INFO: Started bundle org.glassfish.common.common-util [59] INFO: Started

GWT Incubator update for GWT 2.0?

2009-12-12 Thread Timmy G
Anyone know when we can expect to see the incubator project get refreshed for GWT 2.0? -- 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,

Re: GWT/SmartGWT

2009-11-07 Thread g p
Yes, do ask at the above mentioned forum, but as a general rule, try not to mix the two libraries. Stick to SmartGWT widgets. The two libraries do not behave well to each other when they are part of the same panel etc. For your case have a look at the Tab widgets provided by the SmartGWT library

Re: TomTom in Amsterdam hiring

2009-10-20 Thread g p
Dear Vicio, Can I please have a description for this job opening?Thanks in advance! 2009/10/18 Vicio vincenzo.vit...@gmail.com Hi, sorry for the off topic. In TomTom (Amsterdam) we are looking for GWT developers, the job post is not still available in the website but please send me a

GWT War File Sizes

2009-09-28 Thread David G
Hi everyone, I'm currently uploading our latest war files to our server for deployment. I've noticed even though the JS files are only about 400Kb, all my war files (we have multiple war files for our deployment) are around 30MB each. Closer inspection with winzip shows that the majority of

Crashed when ant hosted and ant build

2009-09-10 Thread g...@boryi
org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding.init (Lorg/eclipse/jdt/internal/compiler/lookup/ ParameterizedTypeBinding;Lor g/eclipse/jdt/internal/compiler/lookup/MethodBinding;)V (596 bytes) --- P R O C E S S --- Java Threads: ( = current thread ) 0x0852d000 JavaThread Timer-1 daemon

Re: fromLatLngToPixel() returns null

2009-08-27 Thread G
Hello Anyone ?? On Aug 26, 8:39 pm, G gaur...@gmail.com wrote: I am using GWT 1.5.3 with Google maps 1.0.4. Basically, after adding map widget I am doing the following: MercatorProjection  currProj = new MercatorProjection(16); Point startPosXY    = currProj.fromLatLngToPixel

GWT Developer Position -- Bellevue, WA

2009-08-05 Thread g...@apptio.com
I am the lead UI engineer at Apptio (www.apptio.com http:// www.apptio.com ), a well-funded startup located in Bellevue, Washington. We’re a small RD team—8 developers—looking to add another UI developer. Our user interface is built 100% with GWT. We leverage existing widgets wherever possible,

Re: whats wrong with getNodeValue()

2009-06-28 Thread G
Thomas, Thanks a lot for your help. On Jun 26, 5:09 pm, Thomas Broyer t.bro...@gmail.com wrote: On 26 juin, 16:16, G gaur...@gmail.com wrote: n is a text node, I reverified by getNodeType() which returns 3 representing it's a TEXT_NODE. I have no clue as to why it's still returning

Re: whats wrong with getNodeValue()

2009-06-26 Thread G
n is a text node, I reverified by getNodeType() which returns 3 representing it's a TEXT_NODE. I have no clue as to why it's still returning null. On Jun 26, 4:26 am, Thomas Broyer t.bro...@gmail.com wrote: On 26 juin, 02:36, G gaur...@gmail.com wrote: import

  1   2   >