GWT MyConstants extends Constants not loading

2015-06-26 Thread Javier Rubio
Hello, I have a question about Contants in GWT. When Im changing my properties file the new values are not imported. What Im doing wrong? Thanks in advanced Here my Configuration import com.google.gwt.i18n.client.Constants; public interface MyConstants extends Constants { String

Logging GWT with Tomcat

2015-05-12 Thread Javier Rubio
What Im doing wrong if I want only to print the errors? Thanks in advanced Javier -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr

Re: GWT Developer Plugin no longer works with Chrome on Linux

2014-06-23 Thread Javier Artiles
For some reason this Chrome message has just popped up for me today. I already had to downgrade Firefox to be able to continue using the development plugin there. I've been developing with GWT on Linux/Chrome for a long time and I'm quite shocked that Google would stop supporting the plugin...

jdoExamples in Eclipse

2013-03-10 Thread Javier Cacho Ramudo
Hi there: I'm starting developing with *gwt *and *app engine*. I'm using ubuntu 12.10 and Eclipse 3.8. Have installed the SDK from the Eclipse's *Install New Software* utility. After import the JdoExamples through the GDT pulldown list using* Import App Engine Sample Apps*, the Run As Web

GWT FIXEDWIDTHGRID Multiple Row Selection

2013-01-09 Thread Javier Rosales
Hello, I'm trying to make a multiple row selection in a fixedwidthgrid does anybody knows how to do this? when I try it only selects one row, the first one, Thanks, Javier -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: Sending HTML as JSON with RequestBuilder

2012-11-27 Thread Jose Javier García Zornoza
This way I'm sending html with JSON without problems: public final class HtmlJSONWrapper extends JavaScriptObject { public static native HtmlJSONWrapper create(String jsonStr) /*-{ return JSON.parse(jsonStr); }-*/; public static native HtmlJSONWrapper create() /*-{

Re: Sending HTML as JSON with RequestBuilder

2012-11-27 Thread Jose Javier García Zornoza
I think it's not related but with Internet Explorer 8 I'm having a JSON problem with code that runs on other browsers, it says that 'JSON is undefined' On Tuesday, November 27, 2012 10:15:39 AM UTC+1, Thomas Broyer wrote: On Tuesday, November 27, 2012 9:18:16 AM UTC+1, Jose Javier García

FixedWidthGrid Click Event Row

2012-10-18 Thread Javier Rosales
Hello I'm trying to add CLICK ROW EVENT to FixedWidthGrid but I have no any result, dou you have any idea? Thanks, -- 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: GWT Browser Dev-Plugin

2012-06-07 Thread Javier Barberena
I am having the same error with IE version 8. Under which folder to you put the file you download? On Friday, May 25, 2012 11:27:05 AM UTC-5, razor wrote: just get it straight from SVN. http://google-web-toolkit.googlecode.com/svn-history/trunk/plugins/ie/prebuilt/ It just looks like

Re: GWT Browser Dev-Plugin

2012-06-07 Thread Javier Barberena
On Tuesday, May 22, 2012 4:15:26 AM UTC-5, Fabio wrote: Hi All, I get an error 404 while downloading GWT Dev Plugin for IE9. (https:// dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a- ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT

Question GWT-APACHE-SOAP SERVER debug

2012-02-06 Thread Javier Fileiv
Hi folks! The fact is this... I have my own page made it in GWT , in another machine is running an APACHE. When the client (GWT) want to exchange some static data (images, etc) apache server is the responsible for do that. If some (SOAP) CGI request is made, The module FCGI-BIN in apache will

Why widgets arent more flexible? inner widget, inner html, etc..

2011-10-11 Thread Javier
com.google.gwt.event.shared.HandlerRegistration; import com.google.gwt.safehtml.shared.SafeHtml; import com.google.gwt.user.client.ui.HTMLPanel; /** * This widget is to create p elements in a page. * * @author Javier Arnáiz, javier[at]bananacampus.com */ public class Paragraph extends HTMLPanel

Re: Why widgets arent more flexible? inner widget, inner html, etc..

2011-10-11 Thread Javier
thanks for the answer Tomasz, but my question is more theoretical. In practice my custom widgets that extends from HTMLPanel works fine, but i dont know if exists some caveat or contraindication? why all widgets dont works in this way? thx! On 11 oct, 17:20, Tomasz Gawel tomaszga...@op.pl wrote:

Re: Detecting ONPASTE on a richtextbox? (possible?)

2011-09-27 Thread Javier
im in the same problem. some links that works good in textarea widgets but not in richtext :(: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/09a3527707d22be0?fwc=1 related issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=4030 same question:

sevaral bugs with cssresource (try not to repeat known issues)

2011-09-26 Thread Javier
Hi, @if user.agent I try to make conditional if with user.agent in cssresources, i make this example and it doesn' work in ie7 : @if user.agent ie7{ .cssname{ font-style: bold; } } however when I write ie6 before ie7 (as in this example code), it works properly for ie7: @if

Re: sevaral bugs with cssresource (try not to repeat known issues)

2011-09-26 Thread Javier
Thanks Jens, im watching the http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/rebind/UserAgentPropertyGenerator.java... therefore the best solution for me is create a static class, why about this problem? thx! On 26 sep, 16:51, Jens

Bean validation with overlay types

2011-05-17 Thread Javier
I'm trying to use bean validation with my model which consists of overlay types. An example of what I'm trying to do is the following: public class MyClass extends JavaScriptObject { @Size(min=10) public final native String getTitle() /-{ return this[title]; }-/; } However,

Building gwt to use bean validation errors

2011-05-16 Thread Javier
I'm trying to evaluate bean validation for my project. For that purpose I checked out gwt and tools trunk and build gwt from source. The problem is that when using the builded gwt I receive plenty or errors. I would like to know if someone has managed to use bean validation in a project or

Re: Building gwt to use bean validation errors

2011-05-16 Thread Javier
Thanks. I need to include the validation-api-1.0.0.GA-sources.jar. There are still other errors but now my app launches. On 17 mayo, 00:40, Jeff Larsen larse...@gmail.com wrote: you'll notice in the path trunk\build\dist\gwt-0.0.0.zip\gwt-0.0.0\ there exist 2 jar files:

Re: GWT 2.1 vs GWT 2.2 and this forum

2011-04-29 Thread Javier
my opinion. Regards On 29 abr, 09:14, nino ekambi jazzmatad...@googlemail.com wrote: Well that s not true :) Thomas Broyer is everywhere in this forum. He might not be officially from the GWT Team. But  he s contributor. Did you had any issue that  could not be answered ? 2011/4/29 Javier

Using DataProviders vs manual SetRowData

2011-04-28 Thread Javier
If you update several items in a ListDataProvider (say items with indexes 3 and 42) all other items between (4 to 41) will be re- rendered by the display if they are in the visible range. This means creating all the HTML and all the DOM elements for those items although they have not changed. If

Re: Using DataProviders vs manual SetRowData

2011-04-28 Thread Javier
of a cell list or table using setRowData the whole table/list would be redrawn. While that should not be a problem with static data, I do not think that is the optimal behaviour in tables/ lists where data can change frecuently. On 28 abr, 18:25, Javier javierferre...@gmail.com wrote: If you update

Re: GWT 2.1 vs GWT 2.2 and this forum

2011-04-28 Thread Javier
In my honest opinion the participation of the GWT team in this forum is dissapointing. Some more attention would be appreciated. On 29 abr, 00:24, David Chandler drfibona...@google.com wrote: We announced the 2.2 RC here, but evidently posted the 2.2 release announcement only on the

W3C DOM Compatibility

2011-04-19 Thread Javier
Looking to the W3C DOM Compatibility - CSS Object Model View (http:// www.quirksmode.org/dom/w3c_cssom.html) I see that only some properties/ methods are supported in GWT. I would like to know if there is a criteria to determine which of the methods/properties are supported and which are not. In

pointer-events: send mouse event to element underneath

2011-04-18 Thread Javier
In my application I use a widget as a helper/proxy in drag operations. When the user is dragging, the widget is absolute positioned on top of the rest of the elements and is moved along with the mouse to indicate the drop position. Now I would like to make that widget 'transparent' to mouse

Cell List bound to selection issue?

2011-04-14 Thread Javier
I'm not sure if this is the expected behaviour or it is a bug. When using a CellList with a MultiSelectionModel and a BOUND_TO_SELECTION keyboard policy: - You can not select multiple cells (when using CTRL + click). - Click events update the selection despite of any EventTranslator /

Cell List: add non-data rows

2011-04-12 Thread Javier
I need to add the following functionallity to a Cell List: - Grouping. Add a header for each group of rows. - Drop indicator. Add a placeholder to indicate that the drop is valid. My initial thought was to create a custom CellList and add extra rows (divs) for the group headers and drop

Re: customize CellTable css style

2011-04-12 Thread Javier
I think you need to create your implementation of CellTable.Style. Something similar to: interface MyCellTableResources extends Resources { @Source(MyCellTableStyle.STYLE) MyCellTableStyle cellListStyle(); } interface MyCellTableStyle

Re: mouseover is fired twice within the scope of the same cell

2011-04-09 Thread Javier
The cell is composed of different HTML elements (div, span, label, etc). I suppose different elements are firing a onMouseOver. Can you try debugging the event target element? On 9 abr, 01:40, Christian Goudreau goudreau.christ...@gmail.com wrote: It's not even for that... lol Anyway, even with

Cell widgets selection and EventTranslators

2011-04-08 Thread Javier
I want to select a cell on mouse down event instead of click. This is how selection works in windows explorer (among others) and is very useful if for instance you want to start a drag operation inmediatelly after the mouse down. Creating a custom EventTranslator is great as it allows me to

Re: Cell widgets selection and EventTranslators

2011-04-08 Thread Javier
Issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=6245 Thanks On 8 abr, 15:23, John LaBanca jlaba...@google.com wrote: It appears that you are correct.  Can you create an issue to track this? Thanks, John LaBanca jlaba...@google.com On Fri, Apr 8, 2011 at 7:57 AM, Javier

Re: Rendering labels within text fields

2011-03-30 Thread Javier
Are you positioning the elements? z-index only works on positioned elements (position:absolute, position:relative, or position:fixed) On 30 mar, 04:42, David Pinn dp...@byandlarge.net wrote: I'm trying to render labels inside text fields. When the user begins typing, the labels fade away and

Re: Rendering labels within text fields

2011-03-30 Thread Javier
You are welcome. Could you post your solution here? I was willing to do something similar and your approach can be of great help. On 30 mar, 23:35, David Pinn dp...@byandlarge.net wrote: Hey! it worked. Thanks again. On Mar 31, 5:36 am, Javier javierferre...@gmail.com wrote: Are you

Re: JavaScriptObject array for Java Objects

2011-03-29 Thread Javier
Anyone? So far I'm pushing Java POJO's into JSO arrays with no problems but would like to make sure that this is safe. Many thanks. On 27 mar, 18:25, Javier javierferre...@gmail.com wrote: In my app I use JsArray extensively to store my overlays. I use java.util.List to store my client-side

JavaScriptObject array for Java Objects

2011-03-27 Thread Javier
In my app I use JsArray extensively to store my overlays. I use java.util.List to store my client-side Java POJOs. For performance reasons and to unify the way I access my model I planned to eliminate the Lists and use only JSO wrappers. Given a wrapper around a native array that can store any

Re: Clearing CellTable or CellList of all selections programmatically

2011-03-07 Thread Javier
MultiSelectionModel has a clear method, but with SingleSelectionModel you have to do as in your code. The yellow highlight corresponds to KEYBOARD selection, which is different from normal selection. If you do not need it you can disable it as follows:

Group data in Cell Widgets

2011-03-01 Thread Javier
I'm using a CellList to display a list of projects. Now I need to group the the list according to user selection. For instance, the user can decide to group his projects by date: Does anyone know how can I implement this functionallity? The list can contain up to 1000 rows, so for performance

Group data in Cell Widgets

2011-03-01 Thread Javier
I'm using a CellList to display a list of projects. Now I need to group the the list according to user selection. For instance, the user can decide to group his projects by date: http://i56.tinypic.com/2qi4spl.png Does anyone know how can I implement this functionallity? The list can contain up

JsDate and DateBox widget

2011-02-08 Thread Javier
In my overlays I wrap a JavaScript Date object in a JsDate: public final native JsDate getDueDate() /*-{ return this[dueDate]; }-*/; However when I want to use that date in a widget, say a DateBox, I need to set the value as a Java Date. I can create a Java Date from my JsDate and

Re: Overlay types in cell widgets

2011-01-21 Thread Javier
You are right! Giving a ProvidesKey solves the issue. For next releases it would be great if overlay types could define their own hashCode. Thanks a lot, not only for the solution but also for the detailled explanation. On 21 ene, 11:18, Thomas Broyer t.bro...@gmail.com wrote: The $H property

Re: Overlay types in cell widgets

2011-01-20 Thread Javier
$H properties. On 20 ene, 04:35, John LaBanca jlaba...@google.com wrote: CellTable doesn't modify the original data, so this is either related to RPC or to our List implementation. Thanks, John LaBanca jlaba...@google.com On Wed, Jan 19, 2011 at 6:37 PM, Javier javierferre...@gmail.com

Re: Overlay types in cell widgets

2011-01-20 Thread Javier
object.getName(); } }; More details here: http://stackoverflow.com/questions/4753898/gwt-cell-widgets-with-overlay-types-issues On 20 ene, 11:25, Javier javierferre...@gmail.com wrote: Thanks for answering John, I use JsonRequest to get the data from the server and store it in a List

Overlay types in cell widgets

2011-01-19 Thread Javier
Hi, My app is using overlay types with JSON received from server. In the view I'm pushing the list of overlay types into a cell table: public class JsTask extends JavaScriptObject {} taskTable = new CellTableJsTask(); taskTable.setRowData(0, tasks); For my surprise I have found that the widget

Overlay deep copy

2011-01-18 Thread Javier
What is the best way to make a deep clone/copy of an overlay, assuming that the overlay can contain arrays and nested overlays? Thanks -- 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: Overlay types implementing server side model interfaces

2010-12-21 Thread Javier
Any hints on this topics? I read on another post (http://groups.google.com/group/google-web- toolkit/browse_thread/thread/483ba17ccc5eb639/4b5bac6a2c69f309? hl=enlnk=gstq=Overlay+types+implementing+server+side +model#4b5bac6a2c69f309) that there's work in progress to add a lightweight

Re: PureGWT Showcase Preview Part II

2010-11-04 Thread Javier Molina
A minor thing: Modal Window Center's title says Exit on Esc but pressing Escape does not close the window. El 04/11/10 15:14, Vagner Araujo escribió: Hello friends, Soon we will be releasing more specific information about the PureGWT. For now, our goal is to demonstrate how the environment

Installing GWT Eclipse plugin, version 1.1.0

2009-12-11 Thread Javier
Hello there: our current project uses GWT 1.7.1 and, for a variety of reasons, we don't want to upgrade to 2.0.0 yet. I'd like to setup our current development environment on a new machine; I'm at the point where I need to install the GWT eclipse plugin, but when I go to the update site

Re: Installing GWT Eclipse plugin, version 1.1.0

2009-12-11 Thread Javier
Rajeev, thanks for your reply. You can use the Google Plugin for Eclipse 1.2 with GWT 1.7 - they are compatible. If this is the case, I don't care at all about which GPE version is exposed via the update site, so long as it works with GWT 1.7.1. So GPE 1.2 will work for me. So, you can

Re: GWT as part of repository or not?

2009-11-23 Thread Javier Molina
I recommend you put it in your VCS. Having it in the repository does not impact anyone negatively and makes everybody's life easier. If you must, set up your project so that you can override the default version by changing a per-developer setting or an environment variable and you're good to

Re: Maven + GWT 1.7.1

2009-09-30 Thread javier
It seems that the 1.7.1 release has been published to the Maven central repo. Unfortunately, the jar gwt-dev-1.7.1-mac.jar was left out, so if you're on a Mac your build will break. Hope this jar gets published soon... --~--~-~--~~~---~--~~ You received this

Browser refresh button

2009-08-14 Thread javier
for any comments and suggestions. Javier. --~--~-~--~~~---~--~~ 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

Hibernate GWT

2009-08-04 Thread javier
Hello folks: I've posted this question to the Hibernate user's forum, but in the absence of replies, I am posting it here as well, in the hopes that some of you may shed some light. Please accept my apologies if this is the second time you see this post. I'm about to engage in an enterprise

Re: Getting a simple GWT project to gwt-compile in maven2

2009-08-01 Thread javier
After comparing your pom.xml with the pom in one of my working projects, I found some differences; the following is what I have that you don't: 1)In the maven-war-plugin section (notice the missing “/” before war): configuration warSourceDirectorywar/warSourceDirectory

Re: BUG in 1.5.3 and DecoratedPanel, Standard theme and IE7

2009-04-16 Thread Javier Mena
Broyer t.bro...@gmail.com wrote: On 16 avr, 04:13, Javier Mena javim...@gmail.com wrote: When compiling a project that uses a DecoratedTabPanel with standard theme and the project folder is renamed, and using and index outside the folder, it doesn't render well in IE. Found in GWT

How do I change the location of my cache/nocache HTML files

2009-04-16 Thread Javier Mena
Hi, I'm trying to relocate the nocache files, but it doesn't work. See http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/16d306b481911fec/f5d5c4becaf016a5?lnk=gstq=javimena#f5d5c4becaf016a5 Where can I find an updated information for GWT 1.5? Thanks

Re: How do I change the location of my cache/nocache HTML files

2009-04-16 Thread Javier Mena
Ok. Thanks. But the documentation is not updated... it's for 1.3 and 1.4. Not for 1.5. Cheers, On Apr 16, 11:27 am, Thomas Broyer t.bro...@gmail.com wrote: On 16 avr, 16:56, Javier Mena javim...@gmail.com wrote: Hi, I'm trying to relocate the nocache files, but it doesn't work

Uses of generator to proxying a service call

2009-01-21 Thread Javier Mena
Hi, I need to check, that everytime I call a service, the user is logged in the application. To do this I make a call to a function called isLoggedIn(). I need to do before every call to every service (except for a single function that is used to check the service) so I've been thinking in