Differences in behaviour between Hosted and compiled mode

2009-08-15 Thread ntzanos
Hello, I am a new user of GWT and I just created a GUI for my application. The problem is that for some reasons I get different results between the hosted and compiled mode. What the app does is that it gets it calculates the length of road signs, given the height of the letters, the actual text

question from a novice in GWT

2009-08-15 Thread nyankov
Hello, I am wondering. What is the way to implement toolbar in browser window. I want the toolbar to be fixed on window bottom always (even on scrolling and resize). Also I want the toolbar to be just a widget. Here what I already did, but on scrolling the panal flickering package com.myco

Re: Is there a way so I can use "Project>Run As>Run on Server" functionality while using the new GWT eclipse plugin?

2009-08-15 Thread Michael W
Here is what we did. Start server first, then start host mode in Eclipse with Cypal. Change your web mode URL in host mode window. That way, you can change your client code and execute without recompile. On Aug 14, 4:14 pm, jmpeace wrote: > I've been using Cypal Studio so far, as it provides t

Re: Who is using smartgwt?

2009-08-15 Thread ckendrick
@Tercio On GXT Store vs SmartGWT DataSource, the SmartGWT architecture is the correct one here and is a superset of GXT's. When you have a large dataset you frequently have multiple components working with independent, smaller slices of that large dataset, each with different criteria and sort or

Re: Who is using smartgwt?

2009-08-15 Thread Daniel Jue
FWIW, my compiled js code for just my SmartGWT app is around 300k, and it's based off of the SmartGWT Showcase. I think I also have about 3MB worth of icons, but that's besides the point. =) On Sat, Aug 15, 2009 at 4:22 AM, Aladdin wrote: > > The only difference that the GWT compiler will not

100% high TabPanel

2009-08-15 Thread David Given
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to make a dead simple layout where a TabPanel occupies the full height of the browser window. This is turning out to be rather harder than I expected. What I'm finding is: - - setting the height of the TabPanel to 100% changes the height

Re: GXT widgets vs GWT widgets

2009-08-15 Thread Juraj Vitko
Hi Brian, the GXT widgets are fine, altough I already have a package called '.workarounds' where I place either copies or subclasses of GXT classes where I needed to change something that wasn't possible through the API or by subclassing - but my requirements are high and the GXT is pretty usable

Re: Who is using smartgwt?

2009-08-15 Thread Tercio Filho
Just to point another SmartGWT issue, the DataSource concept is completely different from GXT Store. And IMHO GXT is far ahead from SmartGWT. The SmartGWT DataSource, just provides the data, like a Proxy, it doesn't cache it, like Store in GXT, that said, if you have 2 components bounded with thi

Re: .gwt-TreeItem-selected does not work?

2009-08-15 Thread Art
Vegard, could you make it work? I faced the same issue, and now it's working. These are what I did: 1. Create public folder in where *.gwt.xml file of your project resides. Let's say it's GwtTreeTest\src\com\gwt\experiment\public 2. Create .css file with background style rule in that public fold

Re: Who is using smartgwt?

2009-08-15 Thread Tercio Filho
Hi Chris, I used SmartGWT since 1.0. It has a great Widget library and a great integration with data providers(Database, XML, JSON, and so on). People in forum are very helpful. Isomorphic is a little, raw, but it's fine, some times we ask dumb questions.. :-P. Sanjiv is very committed, and prom

Re: Who is using smartgwt?

2009-08-15 Thread pmonestie
I was using smartGwt for a while but then reverted to Gxt. The main reason is that smartgwt had issue when I was combining smartgwt widgets and normal Gwt widgets (things that I had built and wanted to reuse). Things would not layout properly or would not resize... Gxt did not have the problem. I

Re: commons-logging for server side code not showing in Eclipse

2009-08-15 Thread Adligo
http://commons.apache.org/logging/guide.html#Configuring%20The%20Underlying%20Logging%20System You may want to try using simple log first, and then swaping the impl to Log4j. Also If you want a log library that you can use on both client and server take a look at the Adligo i_log (commons logging

Re: Looking for a hand to solve my trouble

2009-08-15 Thread tolga ozdemir
Folks problem solved.. This issue caused by google application engine.. Here is some posts about the solution on my blog http://www.tolgaozdemir.net/2009/08/15/weird-error-with-gwt-caused-by-google-application-engine/ On Aug 14, 1:17 pm, tolga ozdemir wrote: > Thanks a lot.. it did not wor

Re: eclipse plugin and j2ee

2009-08-15 Thread Hank
Thanks Keith. The 2-project solution doesn't sound too promising. We're partitioning the original big application along business rather than technical lines, so we'd be looking at gwt and j2ee projects for each business area. In the long run, we'd expect to drain everything out of the j2ee proje

Re: Calling GWT applications from legacy applications

2009-08-15 Thread Aju Mathai
Hi, Any help i get on this pls. On Thu, Aug 13, 2009 at 8:05 PM, mathesmond wrote: > > Hi, > > How do i call GWT applications from legacy applications built using > Java Server Pages ? My legacy applications are deployed on tomcat .And > the new GWT applications are also deployed on the same t

Re: At new item to a list at each position

2009-08-15 Thread Tobe
Thanks Ian, now, it works I used this snippet of code in addInner() to get the corresponding inner FlexTable: Cell cellForEvent = tableOuter.getCellForEvent(event); tableInner = (FlexTable) tableOuter.getWidget(cellForEvent.getRowIndex (), 0).getParent(); On Aug 14, 8:45 pm, Ian Bambury wrote

Re: How to split a large application?

2009-08-15 Thread Saeed Zarinfam
Thanks for your guide Stefan. --~--~-~--~~~---~--~~ 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 e

Re: CodeSplitting

2009-08-15 Thread Saeed Zarinfam
Thanks Paul I want to know when GWT 2.0 release. --~--~-~--~~~---~--~~ 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 fro

Re: Who is using smartgwt?

2009-08-15 Thread Aladdin
The only difference that the GWT compiler will not include the JS in the downloadable files. So the optimization is not only for the speed it's also for the size of the application. If you wanna developed huge project SmartGWT is the way to go, but remember that your minimum app is going to be 1m

Re: Home Page is Loading very slow in GWT

2009-08-15 Thread thilak vesangi
Thanks for your help!!! Could you please provide the bit of code if possible. --~--~-~--~~~---~--~~ 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-W