Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Luc Claes
The two GWT founders, Bruce Johnson and Joel Webber, have left Google and are creating a new startup: http://www.monetology.com/team On Thursday, April 19, 2012 9:11:38 PM UTC+2, Supercobra Thatbytes wrote: Obviously something is happening. One of the first thing you do as a team lead of a

Re: how to make a clickable image cell?

2012-04-20 Thread tong123123
I try the following method but fail, the click event and keydown event has no respond. package com.mycompany.project.client; import com.google.gwt.cell.client.AbstractCell; import com.google.gwt.cell.client.ValueUpdater; import com.google.gwt.dom.client.NativeEvent; import

Re: how to make a clickable image cell?

2012-04-20 Thread tong123123
for further information, the onBrowserEvent is not triggered when click or keydown the value is not null, the code is ClickableImageCell2 clickableImageCell2 = new ClickableImageCell2(); ColumnContact, String clickableImageColumn2 = new ColumnContact, String(clickableImageCell2){

Re: how to make a clickable image cell?

2012-04-20 Thread tong123123
I got some insight but still not clear, it show that public void onBrowserEvent(Context context, Element parent, String value, NativeEvent event, ValueUpdaterString valueUpdater) in ClickableImageCell2 is not override public void onBrowserEvent(Context context, Element parent, C

Re: how to make a clickable image cell?

2012-04-20 Thread tong123123
I found the answer finally, I wrongly import the com.google.gwt.user.client.Element; instead of com.google.gwt.dom.client.Element; On Friday, April 20, 2012 4:14:44 PM UTC+8, tong123123 wrote: I got some insight but still not clear, it show that public void onBrowserEvent(Context context,

Custom mapper for mapping entity to rf proxy

2012-04-20 Thread -sowdri-
Hi, RF automatically maps entities to RF Proxy. Is there a way in which we could pass a custom mapper? 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: Custom mapper for mapping entity to rf proxy

2012-04-20 Thread Thomas Broyer
On Friday, April 20, 2012 10:56:02 AM UTC+2, -sowdri- wrote: RF automatically maps entities to RF Proxy. Is there a way in which we could pass a custom mapper? Almost everything in RequestFactory on the server side is done by a ServiceLayerDecorator; in this case

Re: Error when trying to create HTML in GWT2.4

2012-04-20 Thread SCK
Hi, I update my tools. I'ts OK now. Thks On 19 avr, 15:09, Jens jens.nehlme...@gmail.com wrote: There is an issue for it on the issue tracker:http://code.google.com/p/google-web-toolkit/issues/detail?id=6338 I also had this problem but with the most recent Eclipse (Indigo Service Release

Re: Custom mapper for mapping entity to rf proxy

2012-04-20 Thread Thomas Broyer
On Friday, April 20, 2012 11:16:30 AM UTC+2, Thomas Broyer wrote: On Friday, April 20, 2012 10:56:02 AM UTC+2, -sowdri- wrote: RF automatically maps entities to RF Proxy. Is there a way in which we could pass a custom mapper? Almost everything in RequestFactory on the server side is

Re: Custom mapper for mapping entity to rf proxy

2012-04-20 Thread -sowdri-
For properties on proxies, you can actually simply mark them with @SkipInterfaceValidation Actually the proxy interface is compatible with the entity. Just that for one of the values, rather then using the value in the entity, i want to make a db call to populate the value. That 's why I'm

Re: Custom mapper for mapping entity to rf proxy

2012-04-20 Thread -sowdri-
As you were doing in your project, this kind of supplying a custom mapper for proxy to entity mapping could be a common requirement. Any thoughts on whether it would be appropriate to file a bug requesting this feature in RF? On Friday, April 20, 2012 3:14:02 PM UTC+5:30, -sowdri- wrote:

Re: Custom mapper for mapping entity to rf proxy

2012-04-20 Thread Thomas Broyer
On Friday, April 20, 2012 11:44:02 AM UTC+2, -sowdri- wrote: For properties on proxies, you can actually simply mark them with @SkipInterfaceValidation Actually the proxy interface is compatible with the entity. Just that for one of the values, rather then using the value in the

Re: Custom mapper for mapping entity to rf proxy

2012-04-20 Thread Thomas Broyer
On Friday, April 20, 2012 11:45:48 AM UTC+2, -sowdri- wrote: As you were doing in your project, this kind of supplying a custom mapper for proxy to entity mapping could be a common requirement. I sincerely doubt it. We made very bad choices upfront that led us to this situation (in brief:

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Roger Studner
That is one awful looking website. *eats popcorn* On Apr 20, 2012, at 2:22 AM, Luc Claes wrote: The two GWT founders, Bruce Johnson and Joel Webber, have left Google and are creating a new startup: http://www.monetology.com/team On Thursday, April 19, 2012 9:11:38 PM UTC+2, Supercobra

Re: Custom mapper for mapping entity to rf proxy

2012-04-20 Thread --sowdri--
Regarding the LoadFromDbServiceLayer: This is exactly what I was looking for. Thanks. Regarding pluggable mappers: In our applications, for each entity the actual relationship with other object(s) is by encapsulating the instance of others (typical for ORM layer). But in our DTOs in most cases

Re: Custom mapper for mapping entity to rf proxy

2012-04-20 Thread -sowdri-
Regarding the LoadFromDbServiceLayer: This is exactly what I was looking for. Thanks. Regarding pluggable mappers: In our applications, for each entity the actual relationship with other object(s) is by encapsulating the instance of others (typical for ORM layer). But in our DTOs in most

dtSearch Engine Error

2012-04-20 Thread Suhas Talele
Exception in thread Thread-10 java.lang.UnsatisfiedLinkError: C: \Program Files\dtSearch Developer\bin\dtsjava.dll: The operating system cannot run %1 at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807) at

dtSearch Engine Error

2012-04-20 Thread Suhas Talele
Hi, I have installed the dtSearch engine on my windows PC,then I set the environment varibles,but still I got some error on my console Exception in thread Thread-5 java.lang.UnsatisfiedLinkError: C: \Program Files\dtSearch Developer\bin\dtsjava.dll: The operating system cannot run %1 please

Re: AutoBean

2012-04-20 Thread italobb
I'm experiencing the same problem. Have you solved it? How? On Monday, October 17, 2011 4:38:53 PM UTC-2, Aidan OK wrote: Is anyone using AutoBean in a JRE environment successfully? When trying a very simple test I get a NPE when I try to use AutoBeanCodex.encode(myAutoBean) My Bean

New joining

2012-04-20 Thread laxman lingampally
Exception in thread UnitCacheLoader java.lang.RuntimeException: Unable to read from byte cache -- 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

Issue on OS X 10.7 java.lang.NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference

2012-04-20 Thread Adrian
I'm trying to learn GWT and I can't get the hello world-type project to compile. My system: OS X, Lion Java: I tried both the JDK 1.6_31 provided by Apple and OpenJDK 1.7.0- u6-b01 * I downloaded GWT 2.4.0 * Run webAppCreator -out ~/MyWebApp com.example.MyWebApp * Then cd to ~/MyWebApp and did a

my application doesn't compile

2012-04-20 Thread silvio.troia
when i try to compile my GWT application, this is what i have The following problems were detected [WARN] Line 1 column 12: encountered _. Was expecting one of: } + - , ; / STRING IDENT NUMBER URL PERCENTAGE PT MM CM PC IN PX EMS EXS DEG RAD GRAD MS SECOND HZ KHZ DIMEN HASH

Re: GWT - Spring Security

2012-04-20 Thread Saulo
HI All. I'm trying to config roles and permissions into a GWT app. This app has spring too, and I had thinking in Spring-security but I have problems with the integration, do you have any easy tutorial or example to do it? On Thursday, November 24, 2011 6:11:00 PM UTC+1, Alfredo

RequestFactory, saving proxies, default values

2012-04-20 Thread Vitaliy Zborovsky
Hello! I have a problem to transfer proxy to server with correct value for boolean field. I have domain class Account with boolean field isValid set to true in constructor (as instances of this class should be created also in other places on server and true is default value for this field) and

smartGWT compact Calendar

2012-04-20 Thread rasparuhov
Hi,guys I want to use compact Calendar (example: http://www.smartclient.com/smartgwt/showcase/#compact_calendar_category). Here is my code for making it: calendar.setWidth(400); calendar.setHeight(190); calendar.setShowDayView(false);

Uibinder multiple click handlers

2012-04-20 Thread Joost
I'm using two separate Uibinder templates, so two xml files and two associated Java files. Both have a button, annotated with @UiField, and both have a @UiHandler annotated method for a ClickEvent. Now if I add an instance of each of these two to the RootLayoutPanel

Re: Can't open my code with the GWT Designer

2012-04-20 Thread Jonathan Franchesco Torres Baca
the problem isn't ubuntu. your problem is the openjdk. My OpenJDK: java version 1.6.0_20 OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1~10.04.1) OpenJDK Server VM (build 19.0-b09, mixed mode) :) El 8 de abril de 2012 17:50, Jonathan Franchesco Torres Baca

Evaluate JavaScript and append result to the DIV element

2012-04-20 Thread Ricardo
Hi, I am looking for a solution of adding external script result, and append result to my GWT page's element (e.g. DIV). I have external JavaScript link (http://server-name? param1=yyyparam2=zzz), which produces something like this: document.write('\nscript type=\text\/javascript\ language=

Error for installing Google App engine in the Eclipse indigo

2012-04-20 Thread azhar
An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to read repository at

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Kim Ras
+1 On Monday, April 2, 2012 5:19:16 PM UTC+2, Joshua Kappon wrote: With the rise of the new developers.google.com, and with Google trying to rally up developers using Google technologies and products, and the rise of Dart and unclear future of GWT, I think it's about time that Google will

Re: isInstance() supported?

2012-04-20 Thread Michel David
You can easily replace myClass.isInstance(myInstance) by myClass.equals(myInstance.getClass()) Michel. On Saturday, February 17, 2007 7:22:36 PM UTC+1, Ian Petersen wrote: you're forgetting that you can use instanceof ONLY if you have a class that you KNOW, at write-time. The

Can This Be Done?

2012-04-20 Thread Al Yameen
Hi all, Can the site's functionality be replicated with GWT? http://nextbigsound.com/267814/stats-Drake#267814-fans Thanks, Al -- 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: g:ListBox g:item use i18n

2012-04-20 Thread Joanna
I would use ui:msg instead of ui:text Something like: g:ListBox g:itemui:msg key=item1_textSome text/ui:msg/g:item /g:ListBox worked well for me. I know that's late, but hope it helps. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Marko
On Wednesday, April 11, 2012 6:57:31 PM UTC+2, Trey Roby wrote: There is a significant difference between having to watch the GWT Contributor Google group and an official post to the GWT blog. Not posting to the official blog is surely a sign of internal GWT problems. A healthy project is

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Marko
+1 -- 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+unsubscr...@googlegroups.com. For more options,

SSL connection has not been compressed

2012-04-20 Thread Mario Molina
Hello, I have got an app with SSL connection enabled. When I press in the lock, the popup appears that the connection is verified, but is not compressed. How I can compress the connection?. Thanks in advanced. -- You received this message because you are subscribed to the Google Groups

Re: Problem getting chunked data from gwt servlet.

2012-04-20 Thread Paolo Simonazzi
We had the same problem and solved it by disabling HTTP compression on the server. Not sure if this is a GWT bug... Il giorno giovedì 23 febbraio 2012 13:57:21 UTC+1, Samvel karaxanyan ha scritto: Hi, recently I have a problem getting chunked data response from gwt servlet. So I have a

JSNI differences between hosted mode + production

2012-04-20 Thread marklar
Hi, I'm running into an issue with JSNI that I was hoping someone could help me with. I am using an external JS file to generate QR codes and it works great when running from the development server in Eclipse. When I push it to my 'production' server, however, it fails to find the function I

GWT ON RAD 8.0.3

2012-04-20 Thread tanmayw
HI, I tried to install a GWT plugin on a fresh software install of RAD 8.0.3 as described under the link for eclipse https://developers.google.com/eclipse/docs/install-eclipse-3.6 but it didn't worked. Following is the exception i get : Unknown Host:

Toolkit Plugin for eclipse 3.4

2012-04-20 Thread Rajiv Jacob Cheriyan
Hi, The below link seem to be dead. http://dl.google.com/eclipse/plugin/3.4/zips/gpe-e34-latest-updatesit Also getting a 'No repository found' error while doing a software update from eclispe for:- http://dl.google.com/eclipse/plugin/3.4 Is there any other way I can get this plugin. Regards,

Re: GWT data grid isn't presented

2012-04-20 Thread silvio.troia
i've done a work around putting a flowPanel container on that widget something like this g:FlowPanel ui:field=fpzonacategoria width=100% height=100% b:DataGrid ui:field=zonacategoria focus=true title=Zona/Categoria width=100% height=100%/ /g:FlowPanel tell me if it works. bye Il giorno

Re: permutation explosion

2012-04-20 Thread Larry
Hi Thomas, I have the same issue and solved by your advice. After my app deployed, I check the appcfg1464646291421890984.tmp folder. The total size of this folder is 112M and the content as following: module1 module2 module3 module4 otherhtml WEB-INF images index.html favicon.ico

GWT+Siteminder

2012-04-20 Thread abhishek2408
Hi, I am trying to provide SSO using CA Siteminder. Can anybody help me with the integration of Siteminder with GWT. -- 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: Date Serialization in RPC

2012-04-20 Thread dfreis
The problem I still had was in web mode in combination with tomcat. Since it is not easy to control the Classloader in tomcat the gwt-servlet.jar was always loaded prior to my jar named owhatever.jar. I figured out that tomcats classloader order is alway alphabetic so that g*.jar is always

gwt and css

2012-04-20 Thread gwt-newbie
Hi all, Typically, I use ids and id scoped styles for child elements of that id to control how they look when contained by that id. However, this doesn't seem to work well in gwt. There appears to be no support to set fixed ids for widgets in the ui binder other than debugId. Also does the

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread laxman lingampally
Hi all, Please tell me anybady How to communicate with database using GWT with requestFactory , please tell me ASAP. Thaks Regards Laxman On Thu, Apr 12, 2012 at 1:30 PM, dominikz dominik.zalew...@gmail.comwrote: For over a year I was trying to convince my customers (that I develop

change of projectname.html file name

2012-04-20 Thread harish saharan
Dear all, Can anyone tell me that how can i change the name of projectname.html file of any gwt project . And if i change this file name where other place i hv to change . -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: Menu with checkboxes

2012-04-20 Thread Tham
Did you get any luck for getting menu bar with checkbox? Thanks, Tham On Wednesday, 19 March 2008 14:47:27 UTC+5:30, Nitin wrote: Just I have ti create Menu Bar with checkbox Item On Mar 18, 6:58 pm, Carl Scott carl.sc...@solertium.com wrote: I have a couple but it really depends on what

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Raja Khan
+1 I think GWT is a great tool. If google don't kill it then sooner or later all companies will be looking into it. Google should not drop products in a hurry, if it wants to build a reputation like No body has lost a job if he/she has selected Google product. I hope google's senior management

Authentification GWT

2012-04-20 Thread Marwa Abayed
Hi , i would like to create a page of authentification with GWT , any tutorial please. 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

Style matching in onModuleLoad vs. on visualization loaded

2012-04-20 Thread Patrick Logan
I have a question about how and when styles are applied. This is in combination with the GWT API for the Google visualization toolkit. (Although this example does nothing more than load the toolkit.) The styles I have defined directly in my uibinder file work when the view is created directly

Re: Communicating XML documents bidirectionally between GWT app and a foreign Java server app via sockets

2012-04-20 Thread Senyuan, Wang
How the client deal with socket? On Apr 17, 3:46 am, Blake McBride blake1...@gmail.com wrote: I thought I would give a little more information and a short example.  The server side handles multiple connections via threads.  Communications code on both side look the same.  Here is a sample: s

GWT 2.4

2012-04-20 Thread Ashu
Could you please provide me the detail sample example for multiple activities and places using UIBinder. I have a requirement that- in the UI I must have 1.Header part - That contains image and currentdate 2.Menubar - contains menu 3.when i click on the menu on the other part it should

Re: The RequestFactory ValidationTool must be run for the RequestFactory type

2012-04-20 Thread Felipe Stanham
I Know this is old but I just got stuck with the same problem. Did you ever got around this and solved it? I'm really frustrated, I've tried everything I knew of, everything any blog speaks of and still no validation run! PLEASE HELP!!! On Sunday, January 15, 2012 12:32:56 AM UTC-2, TULC

parse HTML from a website

2012-04-20 Thread haquo
Hello all, I'm currently working on my end of year project and its seams that I am very stuck. In my project the user will select a text file and the program will read the content of it. let say that the file contain a sentence How are you today?. The program will read that sentence word by

Flextable is not working with ui.xml

2012-04-20 Thread Ashu
how to use FlexTable with ui.xml. when i tried to add this i am not able to add the lables and textboxes further? i have a ui with different colwidth, so in this case which layout is better other than this Flextable -- You received this message because you are subscribed to the Google

Re: Can't open my code with the GWT Designer

2012-04-20 Thread Jonathan Franchesco Torres Baca
GWT funciona con JDK5 o JDK6 El 6 de abril de 2012 15:08, Adam Trojnar trojnara...@gmail.com escribió: On ubuntu 12.04 with OpenJDK and Java version 1.7.1 I can't open GWT DESIGNER to :( but on ubuntu 11.10 with Java 1.7.3 GWT Designer working good. -- You received this message because

UIBinder @Path annotation with arrays

2012-04-20 Thread Mark Trueman
Hi guys, If i have an Editor set up which is bound to Object1 using a SimpleBeanEditorDriver. Object1 contains a list of Object2s. How (if at all) do i use the @Path annotation to bind the object at a certain index with the list to a field? Ive tried a few things, such as

Re: how to select a treeitem on click of + icon on Tree

2012-04-20 Thread Lakshminarayana Golla
HI.. Try this.. MainTree.addSelectionHandler(new SelectionHandlerTreeItem() { @Override public void onSelection(SelectionEventTreeItem event) { TreeItem item = (TreeItem) event.getSelectedItem();

Adding a gwt celltree as a celltable column

2012-04-20 Thread manu
Hi All, I have a requirement to add a gwt celltree inside of a celltable column.I was successful in adding the celltree inside the celltable column by creating a custom cell. But the problem I am facing is that the celltree is not recognizing events once it is inside the celltable.When I click on

Will there be GWT sessions on this year's (2012) Google I/O?

2012-04-20 Thread alucard
The title says it all. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/7UhyLIt1z14J. To post to this group, send email to

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread b0b
The biggest problem with web frameworks is that you have no visiblity into their future. And the fact that sometimes Google does not hesisate to can products doesn't help. The is very must unlike say J2EE which existed 10 years ago and that you can mostly be guaranteed will still exist in 10

GWT upgrade from 2.1 to 2.4

2012-04-20 Thread majd obeid
I am using GWT + Gilead, and while upgrading from 2.1 to 2.4 ,the following exception has shown: [WARN] Exception while dispatching incoming RPC call java.lang.NullPointerException at net.sf.gilead.gwt.PersistentRemoteService.processCall(PersistentRemoteService.java:213) at

GWT Training Options

2012-04-20 Thread Tapan
Looking for some leads on onsite or offsite GWT training here in the Indiana/Ohio/Chicago area. Anybody been to a comprehensive course? Thanks Tapan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

IntegerBox not restricting input to integers in GWT 2.4.0

2012-04-20 Thread Wayne Marsh
Am I missing something? It just acts like a normal TextBox for me. Here's the simplest example: import com.google.gwt.core.client.EntryPoint; import com.google.gwt.user.client.ui.IntegerBox; import com.google.gwt.user.client.ui.RootPanel; /** * Entry point classes define

Reg....GWT+RequestFactory with Objectify !!!!!

2012-04-20 Thread laxman lingampally
Hi all , Please tell me same one, my recuriment is i will work on GWT+Requestfactory with Objectify , i am trying to work on these concepts but did't understand me, one mre thing is How to communicate with mysql Database and how it will save ,edit and remove operation how it will work. Please

To add a celltree inside a celltable

2012-04-20 Thread manu
Hi team, I have an urgent project requirement to add a gwt celltree inside of a celltable column.I was successful in adding the celltree inside the celltable column by creating a custom cell. But the problem I am facing is that the celltree is not recognizing events once it is inside the

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Travis Camechis
One thing for sure is that the code base is still being actively developed if you look at the activity on the repository. It will be curious to see how much talk there will be about GWT at this years Google IO. On Wed, Apr 18, 2012 at 10:50 AM, b0b pujos.mich...@gmail.com wrote: The biggest

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Roger Studner
I believe there are a total of … 0.. sessions about GWT. Roger On Apr 20, 2012, at 8:18 AM, Travis Camechis wrote: One thing for sure is that the code base is still being actively developed if you look at the activity on the repository. It will be curious to see how much talk there will

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread Travis Camechis
that is probably not a good sign. On Fri, Apr 20, 2012 at 8:26 AM, Roger Studner rstud...@gmail.com wrote: I believe there are a total of … 0.. sessions about GWT. Roger On Apr 20, 2012, at 8:18 AM, Travis Camechis wrote: One thing for sure is that the code base is still being actively

Re: Custom mapper for mapping entity to rf proxy

2012-04-20 Thread Thomas Broyer
On Friday, April 20, 2012 12:59:09 PM UTC+2, -sowdri- wrote: Regarding the LoadFromDbServiceLayer: This is exactly what I was looking for. Thanks. Regarding pluggable mappers: In our applications, for each entity the actual relationship with other object(s) is by encapsulating the

Re: parse HTML from a website

2012-04-20 Thread Ed
You need to use a server. On Mon, Apr 16, 2012 at 12:55 PM, haquo m.j.zurakow...@gmail.com wrote: Hello all,  I'm currently working on my end of year project and its seams that I am very stuck. In my project the user will select a text file and the program will read the content of it. let

Drawing a bracket/tree

2012-04-20 Thread Michael
I am looking for ideas on how I could use GWT widgets to draw a bracket (think the NCAA March Madness bracket). I'll have a widget representing each node (for now it could just be a label) in the bracket but need to display it in a tree/bracket fashion with lines connecting each node. The

Re: Communicating XML documents bidirectionally between GWT app and a foreign Java server app via sockets

2012-04-20 Thread Blake McBride
Both ends of the socket communications are straight Java code. It is very simple. On the GWT side, both halves, client and server, communicate via standard GWT communications mechanisms. The GWT server end and the foreign Java server it is communicating with occurs in Java over socket

help

2012-04-20 Thread Akram Moncer
hello every body ; any one have an example of webapp with GWT and google app engine datastore ? -- Akram MONCER Personne -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Why is the registration to Google I/O Closed?

2012-04-20 Thread skippy
Is the event full? -- 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+unsubscr...@googlegroups.com. For

Re: Can This Be Done?

2012-04-20 Thread Lukasz Plotnicki
Hi Al, if by this functionality you mean the interactive chart, then yes: take a look at google apis and especially the visualization api with gwt integration: http://code.google.com/p/gwt-google-apis/ HTH, Lukasz Am Donnerstag, 12. April 2012 02:01:18 UTC+2 schrieb Al Yameen: Hi all, Can

Re: Call for action: Time to rethink a road-map and more frequent updates for GWT.

2012-04-20 Thread dominikz
One of the links posted in this thread some time ago lead to Ray Cromwell's g+ post about new GWT features. I believe he will be presenting this on Google I/O (as he is each year). Btw. where did you get the info with '0' session on GWT on Google I/O. I can't seem to find it on conference

Re: IntegerBox not restricting input to integers in GWT 2.4.0

2012-04-20 Thread Alfredo Quiroga-Villamil
If I am not mistaken that class is as the description you found says: Not completed. Parent constructor is as follows: protected ValueBox(Element element, RendererT renderer, ParserT parser) { super(element, renderer, parser); // BiDi input is not expected - disable direction

Re: Flextable is not working with ui.xml

2012-04-20 Thread Ashu
can any one help me in this? On Apr 16, 6:37 pm, Ashu swathi.kambhamp...@gmail.com wrote: how to use FlexTable with ui.xml. when  i tried to add this i am not able to add the lables and textboxes further? i have a ui with different colwidth, so in this case which layout is better other than

Re: GWT 2.4

2012-04-20 Thread Ashu
can any one help me in this?? -- 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 2.4

2012-04-20 Thread Qian Qiao
On Fri, Apr 20, 2012 at 21:57, Ashu swathi.kambhamp...@gmail.com wrote: can any one help me in this?? Our good friend Thomas Broyer has a nice write up on this subject: http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni Hope that's what you are looking for. -- Joe -- You received

Re: JSNI differences between hosted mode + production

2012-04-20 Thread Alfredo Quiroga-Villamil
Hi Marklar: The first test I would do, to really validate The JS file is loading correctly is to go to the deployed instance and:d - Fire up the browser. - Open the console (firebug, chrome dev tools, etc..) - Go to the console, attempt to find the function (JS) you are trying to get to from

Re: change of projectname.html file name

2012-04-20 Thread Alfredo Quiroga-Villamil
Change it to something like index.html. Then you have to open up your run configuration and adjust the new name there. Depending on your setup you might also have to edit to be safe your web.xml welcome-file-list. Best regards, Alfredo On Sat, Apr 14, 2012 at 12:19 AM, harish saharan

Re: JSNI differences between hosted mode + production

2012-04-20 Thread Qian Qiao
On Thu, Apr 12, 2012 at 21:06, marklar ddil...@gmail.com wrote: Hi, I'm running into an issue with JSNI that I was hoping someone could help me with. I am using an external JS file to generate QR codes and it works great when running from the development server in Eclipse. When I push it to

Re: gwt and css

2012-04-20 Thread Qian Qiao
On Sun, Apr 15, 2012 at 14:19, gwt-newbie jbergmans...@gmail.com wrote: Hi all, Typically, I use ids and id scoped styles for child elements of that id to control how they look when contained by that id.  However, this doesn't seem to work well in gwt. There appears to be no support to set

Re: permutation explosion

2012-04-20 Thread Qian Qiao
2012/4/13 Larry kuei...@gmail.com: Hi Thomas,        I have the same issue and solved by your advice. After my app deployed, I check the appcfg1464646291421890984.tmp folder.  The total size of this folder is 112M and the content   as following: module1 module2 module3 module4 otherhtml

Re: Understanding Composite

2012-04-20 Thread Alfredo Quiroga-Villamil
Things are quite nested there, but if you need the same instance of Action as the one you have in your Frame class, well then you have to either pass it all the way down, or expose it in your Frame class so you can access it. If you need a completely brand new instance, then create one or inject

Re: IntegerBox not restricting input to integers in GWT 2.4.0

2012-04-20 Thread Thomas Lefort
Yes I have the same problem, also for other boxes like DoubleBox. I am pretty sure it used to work fine. On Thursday, 19 April 2012 14:57:06 UTC+2, W Marsh wrote: Am I missing something? It just acts like a normal TextBox for me. Here's the simplest example: import

Re: Uibinder multiple click handlers

2012-04-20 Thread Qian Qiao
On Tue, Apr 10, 2012 at 23:32, Joost jo...@nucleon.nl wrote: I'm using two separate Uibinder templates, so two xml files and two associated Java files. Both have a button, annotated with @UiField, and both have a @UiHandler annotated method for a ClickEvent. Now if I add an instance of each of

focus and blur events are not propagated down to a DataGrid in IE9

2012-04-20 Thread Sachin
I'm using a DataGrid and I show some EditTextCells in there, and also some EditSelectionCells. They are a combination of SelectionCells and EditTextCells and work after the same principal as the EditTextCells. They render as normal text if not in editing mode and if you click them, a Select Box is

Re: Reg....GWT+RequestFactory with Objectify !!!!!

2012-04-20 Thread kjordan
http://turbomanage.wordpress.com/2011/03/25/using-gwt-requestfactory-with-objectify/ On Wednesday, April 18, 2012 5:43:33 AM UTC-5, laxman lingampally wrote: Hi all , Please tell me same one, my recuriment is i will work on GWT+Requestfactory with Objectify , i am trying to work on these

Re: IntegerBox not restricting input to integers in GWT 2.4.0

2012-04-20 Thread Jens
Everything that extends ValueBox (or better ValueBoxBase) like IntegerBox, DoubleBox, etc. allows you type everything you want into that boxes. The difference to an ordinary TextBox is that ValueBoxBase has a getValue() and getValueOrThrow() method: 1.) getValue(): returns the defined type

Re: Why is the registration to Google I/O Closed?

2012-04-20 Thread Thomas Broyer
On Friday, April 20, 2012 3:18:17 PM UTC+2, skippy wrote: Is the event full? It was sold out in less than an hour: https://plus.google.com/107117483540235115863/posts/iyc4arLjidR You can try the CodeJam but it might be too late:

Re: Why is the registration to Google I/O Closed?

2012-04-20 Thread Stefano Ciccarelli
You are late. All the tickets were sold in 20 minutes. -- Stefano Ciccarelli Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Friday 20 April 2012 at 15:18, skippy wrote: Is the event full? -- You received this message because you are subscribed to the Google Groups Google

Re: Flextable is not working with ui.xml

2012-04-20 Thread Thomas Broyer
On Monday, April 16, 2012 3:37:11 PM UTC+2, Ashu wrote: how to use FlexTable with ui.xml. when i tried to add this i am not able to add the lables and textboxes further? i have a ui with different colwidth, so in this case which layout is better other than this Flextable Use a table

Re: IntegerBox not restricting input to integers in GWT 2.4.0

2012-04-20 Thread Alfredo Quiroga-Villamil
I respectfully see this slightly different. An IntegerBox should prevent the user from typing non-integers from the start with ways to customize the error message, etc... It's nice that it's generified, but one might expect it to have a validator built-in. Not that it would be terrible to add one

Re: IntegerBox not restricting input to integers in GWT 2.4.0

2012-04-20 Thread Thomas Broyer
On Friday, April 20, 2012 5:50:54 PM UTC+2, Alfredo Quiroga-Villamil wrote: I respectfully see this slightly different. An IntegerBox should prevent the user from typing non-integers from the start with ways to customize the error message, etc... It's nice that it's generified, but one

Re: Drawing a bracket/tree

2012-04-20 Thread Andrei
1. If you are not concerned about old browsers, use canvas. It gives you all the tools you need, and you can resize it quickly based on the window size. 2. If you stay with HTML and CSS, you only need one picture which is 1 pixel wide, to draw a line of any desired length. For example, create a

Re: IntegerBox not restricting input to integers in GWT 2.4.0

2012-04-20 Thread Jens
I respectfully see this slightly different. An IntegerBox should prevent the user from typing non-integers from the start with ways to customize the error message, etc... It's nice that it's generified, but one might expect it to have a validator built-in. Not that it would be terrible to

  1   2   >