Re: DataGrid GWT 2.4 RC1

2011-08-14 Thread Foermchen82
I have tried it to add in on a LayoutPanel, but nothing is displayed. what I have to do? On 13 Aug., 18:43, Jeff Larsen larse...@gmail.com wrote: I think DataGrid needs to be displayed inside a LayoutPanel. -- You received this message because you are subscribed to the Google Groups Google

number only text component

2011-08-14 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 does it exist? if not, how can i fake one? -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQIcBAEBAgAGBQJOR7XjAAoJENRtux+h35aGWCwQAMOLbc3ibdsm8gnp24S3SsoQ

Re: Problems deploying to app engine

2011-08-14 Thread Oliver Uvman
So I added add-linker name=xsiframe / to the Circulus.gwt.xml module so that I can run the compiled version locally in chrome. Compiling with log level info and output style detailed. Getting this circulus.nocache.js: http://dl.dropbox.com/u/6174666/circulus.nocache.js And the following

Re: Problems deploying to app engine

2011-08-14 Thread Oliver Uvman
Oh! Here is what the HTML looks like at the time of the exception: http://dl.dropbox.com/u/6174666/909C8695A83550446C89538CB145ACB1.cache.html On Aug 14, 1:57 pm, Oliver Uvman embry...@gmail.com wrote: So I added add-linker name=xsiframe / to the Circulus.gwt.xml module so that I can run the

New computer for compiling gwt

2011-08-14 Thread Brendan Doherty
I'm looking at upgrading my development computer, as my old Athlon 64 4200+ is getting too slow for me. For the cpu I'm considering the following two intel i7 processors. Does anyone have some advice on which way to go? Intel Core i7 980 3.33GHz Socket 1366 6-core (12 threads) Intel Core i7

Re: New computer for compiling gwt

2011-08-14 Thread Navindian
I am also looking for a new laptop with 8 gb ram.. My requirements: 1.GWT 2.3 2. Spring 3.0 3. JBoss 5.1 4. Eclipse 3.6 Which dell laptop bests suits this requirement. I am looking at the Dell Latitude series. I already hold latitude d630 and wish to go for a new laptop. On Sun, Aug 14, 2011

Re: New computer for compiling gwt

2011-08-14 Thread Jan Mostert
MacBook Pro 15 with 2.2GHz (i7 quad core), 8GB RAM and SSD flies through the compiles -- Jan Vladimir Mostert BEngSci MyCee Technologies On Sun, Aug 14, 2011 at 4:58 PM, Navindian navind...@gmail.com wrote: I am also looking for a new laptop with 8 gb ram.. My requirements: 1.GWT 2.3 2.

Re: DataGrid GWT 2.4 RC1

2011-08-14 Thread Rajesh
DataGrid provides scrolling capabilities. setHeight() on the table. On Aug 14, 4:00 am, Foermchen82 juergen.f...@gmx.de wrote: I have tried it to add in on a LayoutPanel, but nothing is displayed. what I have to do? On 13 Aug., 18:43, Jeff Larsen larse...@gmail.com wrote: I think

Re: Error using GWT Designer in ld.so inconsistency detected

2011-08-14 Thread Eric Clayberg
Do a search on Inconsistency detected by ld.so. This looks like a problem with your Linux distro and not a GWT Designer issue. -- 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: DataGrid GWT 2.4 RC1

2011-08-14 Thread Foermchen82
How can I at a DataGrid to a panel next to other panel. The problem is, that a LayoutPanel has to be added to the RootLayoutPanel. This is allways in fullscreen. So how can I add, for example, a navigationbar next to the DataGrid? I tried the following, but it doesn't work: DataGrid grid = new

Re: New computer for compiling gwt

2011-08-14 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 random suggestion: take a look at intellij idea. it's pretty good. Am 14.08.2011 16:58, schrieb Navindian: I am also looking for a new laptop with 8 gb ram.. My requirements: 1.GWT 2.3 2. Spring 3.0 3. JBoss 5.1 4. Eclipse 3.6 Which dell

Fwd: error 400(Not deploy)

2011-08-14 Thread leonardo britez
-- Forwarded message -- From: leonardi britez2...@gmail.com Date: 2011/8/14 Subject: error 400(Not deploy) To: Google Web Toolkit google-web-toolkit@googlegroups.com I get the following message. An error occurred while Trying to sign in: 400 Bad Request. See the error log for

Issues with Code splitting using AsyncProvider interface of Gin

2011-08-14 Thread Rashmi
I am trying to do code splitting in my GWT application. Following MVP pattern, I have a Presenter and View called TopPanelPresenter and TopPanelViewer, which are instantiated in the application level controller called AppPresenter. I have tried two approaches. With one of the approaches (Using

Is it possible to manualy edit the SerializationPolicy?

2011-08-14 Thread Simson
Hello, I'm using GWT 2.3.0 with objectdb 2.2.8. Since objectdb uses proxy classes for collections, maps and dates (which are subclasses of the original classes) i have problems receiving data from the database because those classes are not on the whitelist of GWTs SerializationPolicy. So i get

Re: number only text component

2011-08-14 Thread ciosbel
Do you men a textbox-like wih only numbers allowed? Checkout IntegerBox and DoubleBox. -- 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: Is it possible to manualy edit the SerializationPolicy?

2011-08-14 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 if you don't have the source, you're screwed. if you have it, the workaround will work. Am 14.08.2011 19:29, schrieb Simson: Hello, I'm using GWT 2.3.0 with objectdb 2.2.8. Since objectdb uses proxy classes for collections, maps and dates

Re: number only text component

2011-08-14 Thread Dennis Haupt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes. Am 14.08.2011 20:33, schrieb ciosbel: Do you men a textbox-like wih only numbers allowed? Checkout IntegerBox and DoubleBox. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view

Re: How to use Mockito for testing Async calls?

2011-08-14 Thread pete
And of course you can just define your Async interface methods by Request myAsyncMethod(AsyncCallbackString callback); instead of void myAsyncMethod(AsyncCallbackString callback); then you can use normal Mockito-syntax, ala when(service.myAsyncMethod(any(AsyncCallback.class))).thenAnswer(new

css templates

2011-08-14 Thread EMan
Does anyone know if there are css templates available for purchase so you can have a custom look and feel? Something like template monster but for GWT css? I have searched but I cannot seem to find any. -- You received this message because you are subscribed to the Google Groups Google Web

How to set the selection color of a CellList widget?

2011-08-14 Thread Rod Trendy
Hello everyone, I can't help it anymore. I am really stuck on the CellList. Creating and working with a CellList is quite simple, but I can't change the style of the CellList. I search the internet via Google but I couldn't find any results that 'really' helped me out. I just want to be able to

DataGrid on a hidden tab

2011-08-14 Thread P.G.Taboada
Hi, I am using a DataGrid on a TabLayouPanel. As long as the the DataGrid is on the viewable tab it gets rendered. As soon as it is on the hidden tab it does not. What am I doing wrong? brgds, Papick -- You received this message because you are subscribed to the Google Groups Google Web

Embed pdf into gwt app

2011-08-14 Thread P.G.Taboada
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 object it even messes with the history, the app get

HTTP Persistent Connection in Jetty

2011-08-14 Thread Gator Bait
Hi, I'm new to GWT. I'm using GWT 2.3 and the embedded Jetty server instance(not sure what version of Jetty). Will someone point me to an example of how Jetty should be configured to support persistent HTTP connections? From my reading, don't think there is a jetty.xml file to configure.

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

Focus bug with TabLayoutPanel?

2011-08-14 Thread camerojo
TabLayoutPanel does not seem to manage focus correctly, whereas TabPanel does. This works fine - the name TextBox ends up with focus: public void onModuleLoad() { TabPanel tabPanel = new TabPanel(); FlowPanel panel = new FlowPanel(); TextBox name = new TextBox(); panel.add(name);

How to put html created by uibinder to another uibinder xml template?

2011-08-14 Thread Alex Luya
For example,I have a html called Indicator created by uibinder like this: -- public class IndicatorImpl extends UIObject implements Indicator { private static IndicatorImplUiBinder uiBinder =

Re: Focus bug with TabLayoutPanel?

2011-08-14 Thread camerojo
This problem occurs with all browsers I have tested: Windows IE, Firefox, Safari I have logged this as issue 6687 http://code.google.com/p/google-web-toolkit/issues/detail?id=6687 On Aug 15, 12:08 pm, camerojo jadcpub-goo...@yahoo.com.au wrote: TabLayoutPanel does not seem to manage focus

Activities and Places and Layouts (again)

2011-08-14 Thread Mike Dee
This topic has been brought up a few times before. This thread is probably most appropriate: http://tinyurl.com/3z8mn4v. I still don't get it though. Seems like Activities and Places is fairly limited in the types of layouts that can be used, based on the HelloMVP example. Let's assume I want

[gwt-contrib] Re: scheglov pointed out a leak in compilation units in dev mode after a refresh (issue1490801)

2011-08-14 Thread stephen . haberman
http://gwt-code-reviews.appspot.com/1490801/diff/5002/dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java File dev/core/src/com/google/gwt/dev/javac/PersistentUnitCache.java (right):