Re: Scary: GWT Team does not fix serious GWT Compiler Bugs

2012-10-02 Thread Jeff Chimene
+1 on Manolo's point. However, in the interests of debugging: what happens if you use the boxed version of boolean? On Tue, Oct 2, 2012 at 11:45 AM, Manuel Carrasco Moñino man...@apache.orgwrote: I think it is a good idea to get rid of methods which always return true/false/true because it

Re: GWT Designer - Can't create SWT Browser

2012-09-26 Thread Jeff Chimene
Haven't a clue. On Wed, Sep 26, 2012 at 12:19 PM, Magnus alpineblas...@googlemail.comwrote: Hi jchimene, the thread your link points to suggests several settings. I first tried adding the path, without change. Then I added both variables to eclipse.ini:

Re: GWT Designer - Can't create SWT Browser

2012-09-25 Thread Jeff Chimene
Maybe you must tell Eclipse where to find xulrunner? https://bbs.archlinux.org/viewtopic.php?id=115543 On Tue, Sep 25, 2012 at 10:39 AM, Magnus alpineblas...@googlemail.comwrote: Hi Jens, basically I agree, and I was indeed able to work on the current ui project. But when learning the

Re: Consumer site using GWT/GAE

2012-09-21 Thread Jeff Chimene
Looks good! Might I suggest clarifying that the hotel info (check availability) will open in another window? Cheers, jec On Fri, Sep 21, 2012 at 1:08 PM, Boris Brudnoy boris.brud...@healthometry.com wrote: Michael, the app looks really great. Have you considered registering it in the GWT

Re: printing problem: when I print content of my iframe (I use gwt-print-it) all what is left on the right side of printable page is cut off and stays not printed at all

2012-09-18 Thread Jeff Chimene
Are you using @media css? http://www.w3.org/TR/CSS2/page.html#page-selectors On Mon, Sep 17, 2012 at 12:29 PM, Jan Przybylo jan.przyb...@gmail.comwrote: I print big form that has fixed dimensions. If I'd use Letter parer size it should fit in 4 pages (2 pages wide and 2 pages high). I already

Re: Document.get().isOrHasChild(element) != isAttached() in CHrome ??

2012-07-19 Thread Jeff Chimene
On 07/19/2012 02:51 AM, Ed Bras wrote: I ust run some tests and noticed the following in Chrome (in FF 12 they all return true): Well, that's annoying... 1) Document.get().isOrHasChild(element) - false 2) Document.get().getDocumentElement().isOrHasChild(element) - true 3)

Re: GWT Gannt Charts

2012-06-25 Thread Jeff Chimene
On 6/25/12, Bharath Kumar bharath1...@gmail.com wrote: Has any one used this http://code.google.com/p/gwtgantt/ ? Where can i download the jar file for this? I dont find it in Download section. You probably want to write your own calls to the underlying JS library. ISTR the GWT wrapper was

Re: GWT in enterprise systems (SAP, AS/400)

2012-02-20 Thread Jeff Chimene
Hi Dominik: Very impressive! Good luck w/ these projects. It's great to see how the legacy and current technologies work together. Cheers, jec On 2012-02-19, dominikz dominik.zalew...@gmail.com wrote: Dear developers, I'm using GWT in combination with SAP and IBM's AS/400 (aka IBM i)

Re: GWT Chrome dev OOPHM is Slow. What is the roadmap?

2011-11-28 Thread Jeff Chimene
On 11/28/2011 09:47 AM, Williame wrote: I am a linux dev, my ubuntu distro updates firefox along with the OS updates soon after a new firefox release. Mozilla has adopted an aggressive release schedule and the gwt plugin for it has lagged several weeks behind. So when a new firefox is

Re: Does the GWT magic ever fail you?

2011-11-12 Thread Jeff Chimene
On 11/12/2011 10:17 AM, David Vree wrote: @Samyem -- Good point about the async RPC...we also had that issue when debugging and/or integration testing Flex/Actionscript. @Jeff -- Your metaphore is correct...to continue it, I'd say I trust my Java/C++/C# compilers a lot. My concern is

Re: Does the GWT magic ever fail you?

2011-11-11 Thread Jeff Chimene
On 11/11/2011 12:39 PM, David Vree wrote: My company has taken the decision to move from Flex to HTML5/ Javascript for a corporate web-app. So far we are very impressed with GWT and are thinking of utilizing it, especially since we are mostly a Java house. My biggest concern, however, is

Re: Question for experts: Pluggable gwt module CompileModule class XXXX.gwtar file.

2011-11-11 Thread Jeff Chimene
On 11/11/2011 01:07 PM, KD wrote: OK this one is for GWT experts!! Maybe GQuery plugins? No doubt there will be rework required. I have a GWT app that has widgets. We are shipping 5 widgets out of the box. The widgets also depend on our API which act as simple DAO pojos Now when this

Re: Relative path to a txt files repository

2011-11-07 Thread Jeff Chimene
On 11/07/2011 06:33 PM, Sabbia wrote: Gracias Jeffrey ;) So, as I've understood, the best thing is to check if application is executing in production mode, and if not, use GWT.getServletContext().getRealPath(my_app), right? Well, the exact mechanism that's inside the if(production) {} is up to

How to get Resources in GWTTestCase

2011-11-06 Thread Jeff Chimene
Hi: I'd like to test calls to XMLParser.parse(). I'd like to use a testing framework to send various XML documents to a class method that calls this routine. I want to use the browser implementation to perform the parse. This means GWTTestCase. GWTTestCase implies no java.io I don't want to

Re: Need to store a hashmap in memory to keep the counters for different user

2011-11-02 Thread Jeff Chimene
On 11/01/2011 11:50 PM, Waqas Sadiq wrote: Hi, I am working on storing different user counters in memory at application level (not database) and to have counters to atmost 3. I developed this code using a singleton class with hashmap to store a key value pair of user id and and it's

Re: Popup windows printing

2011-10-26 Thread Jeff Chimene
On 10/26/2011 08:38 AM, Mike Dee wrote: I was thinking about something like that. In the posts about popup windows this is seen as a negative because it is tricky to setup communications between the main window and the popup. But there really is no communication needed in this case. Do

Re: a total GWT newbie needs help

2011-10-26 Thread Jeff Chimene
On 10/26/2011 05:03 PM, Wicca wrote: Hello everyone, I am very very new to this, but have somehow by hook or by crook, managed to create a website with pages, links, paypal widgets, etc. However - I do not know how to write html and only understand a very small portion of what I read as I

Re: jquery?

2011-10-25 Thread Jeff Chimene
On 10/25/2011 11:16 AM, Dennis Haupt wrote: hi there, a coworker told me that jquery has a bunch of advantages over gwt and that gwt offers pretty much nothing that jquery doesn't - and is going to infest our source code if i can't stop him. 1) There's always the port of jQuery to GWT

Re: Enforcing sequencing of asynchronous event handling code

2011-10-19 Thread Jeff Chimene
On 10/19/2011 12:45 PM, Grant Rettke wrote: Hi, Our Goal: On the client side, events on the bus should be processed one at a time by their handler, in order, FIFO. Some (sort-of mutually exclusive) solutions: 1) Implement condition variables

Re: XMLParser EndOfFile question

2011-10-14 Thread Jeff Chimene
On 10/14/2011 09:32 AM, coffeMan wrote: I got the solution resolved.i am parsing over 11,000 different file types...it is going slow using the DOM Xml Parser...any ideas on how to improve performance? I cannot think of any other way to parse it Well, first things first: let's clear-up

Re: What's a good widget for a small table?

2011-10-07 Thread Jeff Chimene
On 10/07/2011 01:38 PM, Mike Dee wrote: I have small data tables that I'd like to display. In the widget showcase for DataGrid and CellTable it says they are ideal for large amounts of data. The goal is to display detail info. For example, to display a single record from a database - not

Re: Indexed DB/WebStorage in GWT?

2011-10-05 Thread Jeff Chimene
On 10/05/2011 10:26 AM, scott.ellswo...@gmail.com wrote: Howdy, all, Is anyone using webstorage or indexedDB client side data storage with GWT? Pointers to projects appreciated... See http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/storage/client/Storage.html You

Re: gwtc support for java style 'compiler flags'

2011-09-29 Thread Jeff Chimene
On 09/29/2011 06:05 AM, Bart wrote: Because Java does not have compiler flags like, it is suggested to use static (boolean) contants with if expressions instead. The Java compiler is even required to remove any dead code that results from such constructs. In our development we have a number

Re: Failure Parsing XML Document from Servlet

2011-09-29 Thread Jeff Chimene
On 09/28/2011 10:01 PM, AThinerCoin wrote: I'd like to pass an xml file to my gwt client. I created another servlet that fetches it from the local file system and returns the xml file when I call its url. If I go to the url from my browser, it looks fine. If I fetch the url from curl, it

Re: Failure Parsing XML Document from Servlet

2011-09-29 Thread Jeff Chimene
On 09/29/2011 12:41 PM, Laura Bickle wrote: Hi Jeff, I tried using curl. It showed my angle brackets as gt; and lt; but I don't think that matters to my code because it looks right in the print statements. I don't think my xml is actually malformed because, when I include the xml file

Re: Failure Parsing XML Document from Servlet

2011-09-29 Thread Jeff Chimene
$parse__Lcom_google_gwt_xml_client_impl_XMLParserImpl_2Ljava_lang_String_2Lcom_google_gwt_xml_client_Document_2(Unknown Source) at Unknown.com_atti_aas_griffin_dashboard_client_Config_$parseChart__Lcom_atti_aas_griffin_dashboard_client_Config_2Ljava_lang_String_2V(Unknown Source) On Thu, Sep 29, 2011 at 1:18 PM, Jeff Chimene jchim...@gmail.com mailto:jchim

Re: mailto: links in Google Chrome

2011-09-23 Thread Jeff Chimene
On 09/23/2011 10:51 AM, melody wrote: Does this pb happen in dev/test mode ? Or in deploiement mode ? In production mode. May be you can try to use a GWT link instead of hard coded HTML mailto link. Can you kindly provide an example of what you mean by GWT link instead of HTML link.

To the headhunters

2011-09-06 Thread Jeff Chimene
There are two kinds of headhunters: 0. those who answer the phone; 1. those who don't. This post is dedicated to the second set. Those who hide behind answering machines or rely on bureaucratic receptionists to accept a pie in face. We've all seen the botched requirements they produce. Here's

Re: Manipulate a div section in the html page

2011-08-29 Thread Jeff Chimene
looking for, Kevin On Aug 28, 1:23 pm, Jeff Chimene jchim...@gmail.com wrote: On 08/28/2011 12:09 PM, Kevin Courtney wrote: Hello, In my default html page that drives my GWT app, I would like to have some html text, etc. within a div section. Then in GWT be able to make that div

Re: Manipulate a div section in the html page

2011-08-28 Thread Jeff Chimene
On 08/28/2011 12:09 PM, Kevin Courtney wrote: Hello, In my default html page that drives my GWT app, I would like to have some html text, etc. within a div section. Then in GWT be able to make that div section invisible and visible. Is this possible and if so, what is the syntax? There

Re: Firefox 6 breaks GWT ?

2011-08-23 Thread Jeff Chimene
On 08/23/2011 12:42 PM, Roustalski wrote: Has anyone else noticed that text boxes do not show the focus ring when the element has focus, and that a KeyPressEvent looking for the charCode KeyCodes.KEY_ENTER doesn't actually work? Take a look at the onBrowserEvent in

Re: Firefox 6 breaks GWT ?

2011-08-23 Thread Jeff Chimene
tried event.getCharCode() and it also fails. This works on Safari, FF = 5, and Chrome on MAC OSX. Is my logic wrong? Why do I need to use specific code for a particular version of a browser? On Aug 23, 3:52 pm, Jeff Chimene jchim...@gmail.com wrote: On 08/23/2011 12:42 PM, Roustalski wrote

Re: Firefox 6 breaks GWT ?

2011-08-23 Thread Jeff Chimene
On 08/23/2011 03:00 PM, Roustalski wrote: com.google.gwt.event.dom.client.KeyPressEvent.class only has a getCharCode method and does not have a getKeyCode method. That may be, but you're asking for the underlying NativeEvent, which does have a getKeyCode() On Aug 23, 4:48 pm, Jeff Chimene

Re: Firefox 6 breaks GWT ?

2011-08-23 Thread Jeff Chimene
you could dig through bugzilla, but I'd accept victory and move on... On Aug 23, 5:04 pm, Jeff Chimene jchim...@gmail.com wrote: On 08/23/2011 03:00 PM, Roustalski wrote: com.google.gwt.event.dom.client.KeyPressEvent.class only has a getCharCode method and does not have a getKeyCode method

Re: Funny behaviour in CellTable.

2011-08-22 Thread Jeff Chimene
On 08/22/2011 02:34 AM, jsg wrote: Hi Jeff, Given both our experience and your confirmation, I'm going to file a bug report in case this thread isn't being noticed. Thanks for your effort. On Aug 22, 12:46 am, jchimene jchim...@gmail.com wrote: Hi Julian, I was too glib in my earlier

Re: Funny behaviour in CellTable.

2011-08-22 Thread Jeff Chimene
() nor the ScheduledCommand.execute() expects a value back so I'm a little perplexed as to your context? And what is MyVariable? Sorry if I've just lost the plot. On Aug 22, 8:47 pm, Jeff Chimene jchim...@gmail.com wrote: On 08/22/2011 02:34 AM, jsg wrote: Hi Jeff, Given both our

Re: Funny behaviour in CellTable.

2011-08-19 Thread Jeff Chimene
On 08/19/2011 08:17 AM, jsg wrote: We have refreshed the view because instead of calling ListDataProvider.refresh() which simply calls updateRowData() for all the registered displays, we've done the following: By calling batchTable.setRowData() we are simply more directly targeting both the

Re: Funny behaviour in CellTable.

2011-08-18 Thread Jeff Chimene
On 08/18/2011 12:05 PM, jsg wrote: Hello. I've created a test case of my CellTable issue as a self contained panel that can easily be imported into any project: http://pastebin.com/zDLPKUNh Basically I have two Date class fields in my row model, a startDate and an endDate. Each Date

Re: Best way to prevent dual login in gwt.

2011-08-17 Thread Jeff Chimene
On 08/17/2011 12:30 PM, Daniel Mauricio Patino León wrote: We use our own security implementation (implement shiro or spring will delay our development), i just want a idea of how to implement this whit GWT only, no external fw, a simple way. I was thinking in Timer and check every some time

Re: Updating a celllist from a JSONP call

2011-08-15 Thread Jeff Chimene
On 08/15/2011 03:33 AM, Paul Browne wrote: Intestingly, If I add a Timer that delays for 1ms before calling cellList.setRowData(result) it all works I will live with this, dont like it but it seems to work Sorry, I missed the issue the first go-round. Rather than a fixed delay, I recommend

Re: Embed pdf into gwt app

2011-08-14 Thread Jeff Chimene
On 08/14/2011 04:34 PM, P.G.Taboada wrote: hello, I am tryring to display PDF files in my app. Unfortunately, Firefox and Safari are downloading the PDF instead of showing them embedded. I tried object and embed and an iframe element, the PDF always gets downloaded. When using embed or

Re: Load Testing Tool for GWT

2011-08-12 Thread Jeff Chimene
On 08/12/2011 07:48 AM, Benoit Cantais wrote: Hi, Is there any easy way to make parameterizable load test for GWT ? I tried to use JMeter and Grinder. But when i get the generated script of my test, both of these tools gave me an unreadable request. The scripts works fine but it doesn't

Re: Accessing custom JS events in GWT

2011-08-11 Thread Jeff Chimene
On 08/11/2011 08:38 AM, e-lena-s wrote: The issue is that the JS function is written by some other library. The custom event will be fired not by my module but by other code on the page . I however need to listen to that event, and get the customData out of that event for further processing

Re: Accessing custom JS events in GWT

2011-08-11 Thread Jeff Chimene
$wnd object. I think you know that, but I missed that point in the previous post. On Aug 11, 9:50 am, Jeff Chimene jchim...@gmail.com wrote: On 08/11/2011 08:38 AM, e-lena-s wrote: The issue is that the JS function is written by some other library. The custom event will be fired not by my

HOWTO change the value of a cell in a celltable

2011-08-10 Thread Jeff Chimene
Hi: I have an EditTextCell whose value must be edited after the user presses Enter. The edited value must be redisplayed in the Cell. For example, if the value is 1,2,3, then the value must be edited to be 1,2 and that new value must be displayed in the cell table. I almost have this solved.

Re: onsubmit complete called in windows but problem in linux

2011-08-10 Thread Jeff Chimene
On 08/10/2011 04:26 AM, aman wrote: Hi, I have created a file upload system which allows the user to upload .txt,.xls and .csv formats.When I executed in windows it is running fine but now when I deployed the application in linux(Debian) using tomcat server I am facing this issue: The

Re: HOWTO change the value of a cell in a celltable

2011-08-10 Thread Jeff Chimene
On 08/10/2011 04:36 AM, Adolfo Panizo Touzon wrote: If I understand, when you set http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/cell/client/FieldUpdater.html the new value you must call to /yourTable.redraw();/ Exactly. However, the new value isn't displaying until

Re: HOWTO change the value of a cell in a celltable

2011-08-10 Thread Jeff Chimene
(new EditTextCell()) , then using the ClearViewData method to reset it while still in the edit loop. I'll post back w/ results. 2011/8/10 Jeff Chimene jchim...@gmail.com mailto:jchim...@gmail.com On 08/10/2011 04:36 AM, Adolfo Panizo Touzon wrote: If I understand, when you set

Re: HOWTO change the value of a cell in a celltable

2011-08-10 Thread Jeff Chimene
On 08/10/2011 04:59 AM, Jeff Chimene wrote: On 08/10/2011 04:56 AM, Adolfo Panizo Touzon wrote: Hi, maybe another solution is use the TextInputCell, have you tried ?? No, I really need EditTextCell, as it has the UI stuff that I need for this particular cell. I'm on the track

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

2011-08-08 Thread Jeff Chimene
On 08/08/2011 03:37 AM, Ionuț G. Stan wrote: Is there anything similar to ui:field that can appear multiple times inside a template? I have several SPAN placeholders inside the template and I'd like their innerText value to be the same on every update. The only solution that I see (other

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

2011-08-08 Thread Jeff Chimene
On 08/08/2011 09:36 AM, Ionuț G. Stan wrote: On Aug/08/2011 19:31, Jeff Chimene wrote: Create your own entities http://google-web-toolkit.googlecode.com/svn-history/r6913/trunk/user/test/com/google/gwt/uibinder/test/client/WidgetBasedUi.ui.xml Unfortunately, entities are basically

wHOWTO reflect changes in a Celltable cell

2011-08-07 Thread Jeff Chimene
Hi: I have a situation where I want to edit a Celltable Cell in its FieldUpdater() method. I'd like the user to see the value after the edits are applied. The use case is the situation where the Context key value is in the cell's value: Context.key = 1, Cell value = 1,2 in this case, I want

Re: page background color

2011-07-26 Thread Jeff Chimene
On 07/26/2011 01:12 PM, Robert Lockwood wrote: I'm really new at all this but really frustrated in that I cannot change the page background color in the GWT example MyWebApp that demonstrates Asynch. I put this in the CSS file, both as the first item and then as the last. (Tried other

Re: page background color

2011-07-26 Thread Jeff Chimene
On 07/26/2011 02:14 PM, Robert Lockwood wrote: Using the .body had no effect. Where does panel.setStylePrimaryName(body); go? In the CSS file? Thanks, Nate It doesn't go in the CSS file. Did you take a look at the CSS via Firebug as I suggested? If your HTML looks like body . . .

Re: page background color

2011-07-26 Thread Jeff Chimene
not using the panel statement as I don't know where it should go. Nate On Tue, Jul 26, 2011 at 2:20 PM, Jeff Chimene jchim...@gmail.com mailto:jchim...@gmail.com wrote: On 07/26/2011 02:14 PM, Robert Lockwood wrote: Using the .body had no effect. Where does

Re: GWT Developer Plugin on Safari 5.1 (OS X Lion 10.7) doesn't load

2011-07-25 Thread Jeff Chimene
On 07/25/2011 02:55 PM, David Chandler wrote: (snip) We're currently evaluating how to handle the recent Firefox as well as Safari changes going forward. The FF change is especially onerous as it now requires engineering effort every 6 weeks to stay up to date. /dmc I'd like to suggest

Re: GWT Developer Plugin on Safari 5.1 (OS X Lion 10.7) doesn't load

2011-07-25 Thread Jeff Chimene
On 07/25/2011 03:23 PM, David Chandler wrote: Sure, do you mean the GWT community or some other? Dev mode plugins are open source, so if someone has interest in keeping them up to date, we're all ears... /dmc The former. I was looking around in the repository, but didn't see it (them). But

Re: GWT Developer Plugin for Firefox.

2011-07-22 Thread Jeff Chimene
On 07/20/2011 12:16 PM, Chris Conroy wrote: Agreed these are serious issues facing the FF plugin. For the moment, we're doing a little bit of wait and see to see if this new release strategy (specifically the forced rebuild of all extensions) actually sticks. If it does, we'll certainly need

Re: Equivalent JavaScript pattern in GWT

2011-07-20 Thread Jeff Chimene
You've got to expose DB_DATA to Java for this to work. Maybe use Javascript overlays (http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsOverlay.html), and call out to Java from JSNI instead of referencing DB_DATA directly. I write directly since there's more hand-written code

Re: how to access all checkboxes that have a name that begins with abc?

2011-07-15 Thread Jeff Chimene
On 07/15/2011 08:59 AM, dreamer wrote: One way is build your own collection (ArrayList) and make accessible, with setter and getter ,just like in any java class. On Jul 15, 8:07 am, Dennis Haupt d.haup...@googlemail.com wrote: hi community, i'm in a gwt module that is part of a bigger

Re: math error: modulo

2011-07-15 Thread Jeff Chimene
On 07/15/2011 03:25 PM, Alan Chaney wrote: What other languages? In Java '%' in this case means the remainder of the remainder of dividing -1 by 12 is -1, as is -13 %12 or -25 % 12. I'd be interested to know which other language does what you say.

Re: GWT for samsung smart TV, maple browser

2011-07-14 Thread Jeff Chimene
On 07/14/2011 06:30 AM, Dominic wrote: Our company made a google TV application with GWT, and we want to port it to the samsung smart TV. Samsung TV uses the maple browser. When we run the apps, I think the browser detection fails, and the app doesn't seem to run. Is there a compile setting

Re: RPC Timeout because of delay at server side

2011-07-14 Thread Jeff Chimene
On 07/14/2011 05:32 AM, Rock wrote: Hi Guys, I have a GWT application which I used for Installation of multiple servers using PERL scripts. These installation scripts can take as long as 2-3 hours to execute, because of this the client requests times out, after around 1 hour, with the

Re: GWT Developer Job Openings

2011-07-11 Thread Jeff Chimene
On 07/11/2011 08:35 AM, David Chandler wrote: As a moderator of this group, I reject almost a dozen job postings per day. Several per week actually relate to GWT, but even so are inconsistent with this forum's mission. However, I approved Jeff Burnham's post because I think there is some

Re: Eclipse crashes when starting GWT Designer View

2011-07-10 Thread Jeff Chimene
Perhaps you're on a Linux distro? It looks vaguely like some version mismatch. Try installing Eclipse from your distro's repository (rename the /opt/eclipse to /opt/eclipse.sav first). If Eclipse loads, that means there might have been some dependency upgrade that's not handled by the manual

Re: GWT Developer Job Openings

2011-07-10 Thread Jeff Chimene
On 07/10/2011 05:11 PM, Jeff wrote: I guess I should have phrased my question a little differently. As a fellow member of the GWT developer community and someone who is actively looking for skilled GWT developers, would this community find a benefit in a common thread where GWT opportunities

Re: Entity version checks / optimistic locking

2011-07-06 Thread Jeff Chimene
On 07/06/2011 09:09 AM, J.Ganesan wrote: No. Aldo Neto wants to preclude Edit function being made available to more than one at any point of time. Whereas, a transaction is a postmortem action, still allowing the Edit function to more than one ( though only one will eventually succeed ).

Re: Aw: Re: Entity version checks / optimistic locking

2011-07-06 Thread Jeff Chimene
On 07/06/2011 09:39 AM, Jens wrote: That would imply that a transaction has to live longer than one request (if you use JPA you can only lock an entity inside a transaction and the entity will be unlocked once you commit or rollback). OK But I think in most common ajax web applications you

Re: What has happened to the GWT designer for Eclipse Indigo?

2011-06-23 Thread Jeff Chimene
On 06/23/2011 08:44 AM, Eric Clayberg wrote: You can get it embedded in GPE 2.3.2 via the following update site link... http://dl.google.com/eclipse/plugin/3.7 Or you can get the full version at the following update site link... http://dl.google.com/eclipse/inst/d2gwt/beta/3.7

Re: Simulating button click in GWT Unit test?

2011-06-04 Thread Jeff Chimene
On 06/04/2011 06:51 AM, Ed wrote: I have to simulate a button click on a button that is created in a GWT Unit test (that extends from GWTTestCase). However, it's almost impossible to get a direct reference to the button to simulate the click directly on the button event. The button,

Re: XML validation with XSD (SXML Schema) validation in GWT

2011-05-31 Thread Jeff Chimene
On 05/31/2011 08:52 AM, Michaël wrote: Hi, After a lot of research on the web I don't find how to validate a XML file with a XSD (XML Schema) in GWT (2.3.0). I saw that on the JSE 6 there is a SchemaFactory class, but not in GWT. So, how can I do this validation? Best regards. You

Re: GWT 2.2 ERP Framework Suggestions

2011-04-13 Thread Jeff Chimene
On 04/13/2011 10:34 AM, Mark Wengranowski wrote: Hi Everyone, I plan on building the first part of an ERP system for my company and am looking to get some feedback from everyone about different technologies and what I might want to use based on my requirements. The Database will be a MS

Re: SimpleEventBus not firing event after creation

2011-04-12 Thread Jeff Chimene
On Tue, Apr 12, 2011 at 3:43 PM, Matthew Hill matt2...@gmail.com wrote: this.eventBus.addHandler(SomeEvent.TYPE, new SomeEventHandler() { @Override public void onSome(SomeEvent event) { Window.alert(Hi); } }); this.eventBus.fireEvent(new SomeEvent()); Why doesn't this

Re: Plugin failed to connect to Development Mode

2011-04-10 Thread Jeff Chimene
On Sat, Apr 9, 2011 at 7:54 PM, facundo schwindt facu0...@gmail.com wrote: Hi everyone I was developing an app in development mode. Recently I got a Mac with snow leopard. The app run perfectly in Windows7. But I've imported the project into workspaces in Snow Leopard OS and when I try

Re: Google Web Toolkit Developer Plugin for Solaris Firefox 3.6.x

2011-03-28 Thread Jeff Chimene
On Sat, Mar 26, 2011 at 8:35 AM, Barry Astrow bast...@gmail.com wrote: Greetings. I am new to GWT and I need a Google Web Toolkit Developer Plugin for Firefox 3.6.x running on a Solaris 10 (a.k.a., SunOS 5.10) machine. Is there such a plugin available? Thanks for any help you can provide.

Re: IE v Firefox

2011-03-28 Thread Jeff Chimene
On Mon, Mar 28, 2011 at 7:41 AM, Greg Dougherty dougherty.greg...@mayo.eduwrote: So, I have a quirks mode web app using GWT 2.1.2. It runs just fine under Firefox, Sea Monkey (Mozilla derivative), and even Safari (on my iPhone). On IE, however, it pops up the password dialog box, accepts a

Re: IE v Firefox

2011-03-28 Thread Jeff Chimene
One more thing - why are you using quirks mode? -- 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: GWT: com.google.gwt.core.client.JavaScriptException. only using Internet Explorer

2011-03-28 Thread Jeff Chimene
2011/3/28 Sergio García sergiotrapie...@gmail.com Hi, Before explain my problem, I have to say that my GWT version is 2.2.0 and the error only has place when I use Internet Explorer (in this case IE 8). I have a little GWT project which contains a button that throws the next method:

Re: IE v Firefox

2011-03-28 Thread Jeff Chimene
On Mon, Mar 28, 2011 at 8:33 AM, Greg Dougherty dougherty.greg...@mayo.eduwrote: One more thing - why are you using quirks mode? Because I'm utterly uninterested in trying to figure out what the dimensions of my panels should be, so I don't ever use any of the *LayoutPanels. Every web app

Re: IE v Firefox

2011-03-28 Thread Jeff Chimene
On Mon, Mar 28, 2011 at 8:43 AM, Greg Dougherty dougherty.greg...@mayo.eduwrote: - Install firebug-lite Well, I've taken a look at it, and maybe after I figure out what a bookmarklet is I might feel more comfortable using it. But thanks for the pointer. I don't remember the linkage

Re: move or not to move to Firefox 4 for GWT development

2011-03-23 Thread Jeff Chimene
On 03/23/2011 07:52 AM, Jens wrote: I did it today and so far it works. Just make sure FF4 installs the latest GWT Plugin. I did find that I had to remove the plugin reinstall via the missing plugin page. But, it might have been a quirk of the moment, as there was an active session.

Howto to reliably detect when to style a RichTextArea+RichTextToolbar Composite

2011-03-22 Thread Jeff Chimene
Hi: I have several RichTextArea/RichTextToolbar Composite widgets for which I'd like an active/inactive styling. How to accomplish this in GWT 2.2? Ordinarily, I'd use onBlur events. However, it seems I cannot rely on these events when they occur; which is anytime focus leaves the RichTextArea.

Re: Detecting blocked RPC

2011-03-22 Thread Jeff Chimene
On 03/22/2011 10:06 AM, Mogoye wrote: We've noticed on our application that sometime some RPC does not answer. When we load the index.html every this is correctly started, but when user try to login = send an RPC to check is user/pass he never receive an answer. Actually we didn't have a

Re: Article about RequestFactory in Italian

2011-03-18 Thread Jeff Chimene
Maybe a link? On Fri, Mar 18, 2011 at 6:19 AM, Luca luca.mas...@gmail.com wrote: Hi all, in our Google Tech User Group blog we published an article about RequestFactory. This article is written in italian. Hope this can help someone. Bye. -- You received this message because you are

Re: Article about RequestFactory (in italian)

2011-03-18 Thread Jeff Chimene
Very nice, thank-you. I look forward to the next installment. Maybe some code examples? On Fri, Mar 18, 2011 at 6:22 AM, Luca luca.mas...@gmail.com wrote: Hi all, in our Google Tech User Group blog we published an article about RequestFactory. This article is written in italian.

Re: [gwt-contrib] Are there any docs describing internals of gwtc?

2011-03-15 Thread Jeff Chimene
Hi Scott: I'm taking the opportunity to somewhat hijack this thread to ask a question regarding this topic: Is there an opportunity to use these internals to augment GWT testing strategies? Specifically, I'm wondering if the data structure generated during compilation can be used to help

Re: Printing; controlling top and bottom page margins

2011-03-09 Thread Jeff Chimene
On 03/08/2011 05:39 PM, Rob Tanner wrote: Hi, Found a great little class to enable me to print the contents of panels. Here's the URL: http://gwt-commons-sandbox.googlecode.com /svn/branches/freller/gwt-commons/src/org/gwtcommons/user/ client/Print.java I'm printing the

Re: GWT1.7 -- GWT 2.X; Browser dependent error with hashmap

2011-03-07 Thread Jeff Chimene
On Mon, Mar 7, 2011 at 5:20 AM, Panke t.pankr...@googlemail.com wrote: Hi, We are in the process of migrating a project from GWT 1.7 to GWT 2.2. Everything works fine -- on Firefox. On every other browser I get a com.google.gwt.core.client.JavaScriptException: (TypeError): Das Objekt

Re: Can I set some piece of code to be ignored by GWT compiler

2011-02-25 Thread Jeff Chimene
On Thu, Feb 24, 2011 at 11:22 PM, lalit lalit.bh...@gmail.com wrote: I know that certain methods in my class are never going to be used in client side. They are specific to server. Can I somehow notify the GWT compiler to ignore these code fragments either at class level or method level.

Re: Making a cross site request to a service returning back XML

2011-02-25 Thread Jeff Chimene
On Fri, Feb 25, 2011 at 9:28 AM, ialexei iale...@gmail.com wrote: I have a legacy middleware application that returns back XML. It has lots of methods and is doing well in a stable production environment. I would like my GWT app (running on a different domain) to consume this data with

Re: how to realize a realtime clock running in the client?

2011-02-17 Thread Jeff Chimene
and you are ready. (0:59.3 + 0:00.8 = 1:00.1) This works if the server is not too busy and the response is generated immediately. Cheers Peter 2011/2/17 Jeff Chimene jchim...@gmail.com On Wed, Feb 16, 2011 at 9:41 AM, Magnus alpineblas...@googlemail.comwrote: Hi, my chess application

Re: how to realize a realtime clock running in the client?

2011-02-16 Thread Jeff Chimene
On Wed, Feb 16, 2011 at 9:41 AM, Magnus alpineblas...@googlemail.comwrote: Hi, my chess application needs time handling. As a general rule, all game related timing decisions are done on the server. For example, when a move is made, the move's time is determined and stored on the server.

Re: Need some generalized advice

2011-02-15 Thread Jeff Chimene
On 02/15/2011 07:56 AM, Nate wrote: I'm not a programmer by title although it is in my job description. We fly sensors in an aircraft and are in the process of upgrading the system from one computer that does everything to a distributed system that uses small Linux computers (PC-104) with one

Re: UiBinder doesn't autocomplete anymore in Eclipse

2011-02-15 Thread Jeff Chimene
On 02/15/2011 03:16 PM, pete wrote: Hallo, since I updated my Google-Plugin with the last GWT 2.2 release, for some reason the autocomplete in UiBinder templates doesn't work anymore in my Eclipse 3.5 If I press control + space, I see possibilities (e.g. when providing a path) but if I

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-14 Thread Jeff Chimene
On 02/14/2011 09:18 AM, Jeff Larsen wrote: I've had this happen to me also. I haven't checked my eclipse logs either. I haven't noticed it with the newest version of the plugin however. Good point. I'll check. -- You received this message because you are subscribed to the Google Groups

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-14 Thread Jeff Chimene
On 02/14/2011 09:12 AM, Rajeev Dayal wrote: Hi Jeff, We were unable to reproduce this behavior. Do you see anything in the Eclipse Error Log (Window - Show View - Error Log). Yes. With your permission, I'll forward the log to you (rather than pollute the list) Cheers, jec -- You received

GPE auto-complete only partially working for UiBinder tags

2011-02-02 Thread Jeff Chimene
Hi: I notice that in GPE version 2.2.0.ms1-201101251930 when editing a UiBinder file I get a suggestion list after CTRL+SPACE, but after RETURN, the selected element is not copied. For example, the following sequence g:Vert CTRL+SPACE == auto-complete popup cursor over VerticalPanel RETURN

Re: GPE auto-complete only partially working for UiBinder tags

2011-02-02 Thread Jeff Chimene
On 02/02/2011 12:37 PM, Jeff Chimene wrote: Hi: I notice that in GPE version 2.2.0.ms1-201101251930 when editing a UiBinder file I get a suggestion list after CTRL+SPACE, but after RETURN, the selected element is not copied. For example, the following sequence g:Vert CTRL+SPACE

Re: Formatting data - best on the server, or client?

2011-01-31 Thread Jeff Chimene
On 01/30/2011 05:42 PM, tachoknight wrote: Hi all- I am writing a site that generates an HTML-based report that uses some pretty complex table formatting (think of it as a web page equivalent of the phone book). This is not a big site, and the result page is not interactive; it's a static

Re: Announcing GPE/GWT 2.2M1

2011-01-27 Thread Jeff Chimene
On 01/26/2011 04:21 PM, Eric Clayberg wrote: Good news! Google Plugin for Eclipse 2.2M1 (including Google Web Toolkit 2.2M1) is ready for you to download and try out from the following update site URLs... Ok. I tried the Contact Support feature after a WindowBuilder internal error. Is that

  1   2   3   4   5   6   >