How to check existence a table in database

2008-10-18 Thread avd
Hello Sir, Thank you for giving me reply my privious problem thats very helpful for me. my problem is How to check that a table is exist in database or not and if a table is not exist in database then how to create a new table? With regards Avdhesh

New GWT application to try - Leeloo Chat

2008-10-18 Thread Joël Bourquard
Hi all, A few weeks ago I've published a new GWT application called Leeloo Chat, which has received many improvements ever since. It got featured at ongwt.com, and is among the winners in the gwtsite.com contest ! It has both the features you'd expect from a chat (public discussion, private

Re: How to check existence a table in database

2008-10-18 Thread Lothar Kimmeringer
avd schrieb: my problem is How to check that a table is exist in database or not and if a table is not exist in database jdbcConnection.getMetaData().getTables(...) see e.g.

Re: How to check existence a table in database

2008-10-18 Thread gregor
This group is not about databases, it's about GWT. You need to: a) select your preferred database and buy/download/install it b) download a suitable JDBC driver library (i.e. a JAR file) for it (look for links on DB web site) c) Use your database's web site for tutorials/forums to learn how to

Re: New GWT application to try - Leeloo Chat

2008-10-18 Thread Joël Bourquard
Here is the URL: http://leeloo.webhop.net Have fun ;-) --~--~-~--~~~---~--~~ 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

Re: GWT and Firefox

2008-10-18 Thread Taff
Finally sorted this. I'm ashamed to say it was coder error. All those hours assuming it was some kind of Firefox incompatibility when all the time it was an extra { in one of the element definitions in my css file. I only twigged it by taking it back to basics. So basically IE is less fussy

Re: modifying stylesheets in hosted mode

2008-10-18 Thread olivier nouguier
hi, I've just test all those case: - declare in module.xml or in host page doesn't change anything. - hosted mode (-no server) or in webmode (compiled) works the same. With WTP resources (css, img ...) are hot deployed On Fri, Oct 17, 2008 at 5:22 PM, r a f t [EMAIL PROTECTED] wrote:

Re: modifying stylesheets in hosted mode

2008-10-18 Thread Ian Bambury
Well, it must be a limitation of Linux. It works in Windows - has done for years, literally. Ian http://examples.roughian.com 2008/10/18 olivier nouguier [EMAIL PROTECTED] hi, I've just test all those case: - declare in module.xml or in host page doesn't change anything. - hosted mode

Problems rendering a simple panel!!

2008-10-18 Thread David G
Hi everyone, I know this works as I've done this extremely simple task on GWT several times (I am using GWT-Ext but I think this is a GWT issue) but for some reason, the default GWT project produced in NetBeans works when I run it. However, as soon as I move the button and the label into an

Re: modifying stylesheets in hosted mode

2008-10-18 Thread r a f t
you are right. eclipse automatically copies modified css files from source folder to bin folder, but not to gwt output folder, since it doesnt know the relation. i tried manually copying css file to gwt output folder and all went ok. refresh button in hosted mode reflects css updates maybe there

Re: Error on 64bit System

2008-10-18 Thread Pavel Byles
kjots, thanks. That in combination with GWT1.53 worked!! I am now getting this error when trying to launch hosted mode: ** Unable to find a usable Mozilla install ** You may specify one in mozilla-hosted-browser.conf, see comments in the file for details. -Pavel On Thu, Oct 16, 2008 at 5:44

Re: modifying stylesheets in hosted mode

2008-10-18 Thread r a f t
that old behaviour is really odd. maybe you faced a strange bug On Oct 17, 8:49 pm, Ian Bambury [EMAIL PROTECTED] wrote: Pressing F5 in hosted mode (without -noserver) will refresh the html host page and its css files, but not the gwt.xml file or *its* css files AFAIAA. Mine are always in the

Re: modifying stylesheets in hosted mode

2008-10-18 Thread r a f t
that sounds good. although i'm a bit reluctant about using such plugins, if it really makes my life easier why not use it :) i have installed cypal but couldnt find how to use existing gwt modules with it. do you know how ? anyway, i had posted the subject to cypal group regards, r a f t On Oct

Re: Problems rendering a simple panel!!

2008-10-18 Thread Ian Bambury
Get rid of the 'void' and turn the Space() method into a constructor Ian http://examples.roughian.com --~--~-~--~~~---~--~~ 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: modifying stylesheets in hosted mode

2008-10-18 Thread Ian Bambury
Me and several others. It was reported in 1.2 and fixed in 1.4 Ian http://examples.roughian.com 2008/10/18 r a f t [EMAIL PROTECTED] that old behaviour is really odd. maybe you faced a strange bug On Oct 17, 8:49 pm, Ian Bambury [EMAIL PROTECTED] wrote: Pressing F5 in hosted mode

GWT 1.5.3 out

2008-10-18 Thread Charlie Collins
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/048413bdb6e5b292#%22 Makes my worlds collide, GWT and Android that is ;). I will try to get some time to up the defaults in GWT-Maven soon, and make a new release. Note that things should work perfectly fine with 1.5.3 AS

Re: Problems rendering a simple panel!!

2008-10-18 Thread David G
I'm kicking myself now...that was obvious! Thanks for pointing it out Ian and for your quick reply. On Oct 18, 3:06 pm, Ian Bambury [EMAIL PROTECTED] wrote: Get rid of the 'void' and turn the Space() method into a constructor Ian http://examples.roughian.com

Re: Compilation appears to suspend/hang at Linking compilation into...

2008-10-18 Thread John
makoki, Thanks for your reply. I let it "run" overnight and it's still paused/hung/stopped at the step I listed. In IntelliJ IDEA, it seems that the compilation appears to finish as the IDE refreshes the compiled classes, however, the Ant build window, or even the command line, compile

menu Spacing

2008-10-18 Thread Taff
Hi I'm struggling with this. For some reason when I use a background image I get spaces between the menu items that i dont seem to be able to get rid of. f I dont have a background image on the menu item then I don't get these spaces. Any clues? The code is as below, I've broken it out into

Re: FastStringMap is not public class

2008-10-18 Thread rakesh wagh
u gotta make a copy and change the private to public. Seems to be the only way for now. Check this thread: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/22c37ad1ba4950fc/d98c8ecb0b33b993?lnk=gstq=FastStringMap#d98c8ecb0b33b993 Try to avoid string as keys in your

Re: FastStringMap is not public class

2008-10-18 Thread rakesh wagh
FYI: http://code.google.com/p/google-web-toolkit/issues/detail?id=672can=1q=hashmap On Oct 17, 6:52 pm, Andrej Harsani [EMAIL PROTECTED] wrote: I'm talking about com.google.gwt.user.client.ui.FastStringMap - class which is already in GWT... On Oct 18, 1:16 am, kozura [EMAIL PROTECTED] wrote:

Hosted Mode and setFocus()/setTabIndex()

2008-10-18 Thread jbdhl
I have a problem with setFocus() and setTabIndex() in hosted mode: None of the methods have any effect here. But when the application is complied and tested in a regular browser (Firefox) both setFocus() and setTabIndex() works fine. I guess this is a bug in the hosted mode browser. Do you agree?

Help me!

2008-10-18 Thread Nguyen Kim Kha
I can't run GWT. I installed JDK 6 update 10, and I run other applications well. When I click on gwt-dev-windows.jar to run GWT, nothing appears. What are my errors? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Strange IE7 focus and width behavior.

2008-10-18 Thread [EMAIL PROTECTED]
Hi, The following gwt chat widget works fine under Chrome, Firefox, Safari, and Opera but not under IE: http://chatbotgame.com Under IE7, there are two problems: * the text input widget does not get focus until you have chatted enough to scroll * when it does start to scroll, it increases

Re: question about Constants and Messages

2008-10-18 Thread Einstein0970
Hi Guys, My Instantiation plugin was getting really slow because I was using the default static final CONSTANT ... in each client classe for my I18N translation strings I have implemented a simgleton and my Instantiations plugin is a lot faster. I guess Singleton does matter. public class

Re: Help me!

2008-10-18 Thread Ian Bambury
Read page 1 of the documentation Ian --~--~-~--~~~---~--~~ 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,

Displaying a word document or any document saved as html

2008-10-18 Thread ET
Hello guys, need help as to how to display a work document or any document saved as html in gwt. Let's say I have my documents saved in the public directory, test.doc, so when I click on a menu item I want to get the document and display it in a vertical panel. thanks.

Re: Help me!

2008-10-18 Thread Nguyen Kim Kha
Yeh! Thank you very much! I run it very well... But, do you think GWT need the installer? On Oct 19, 3:37 am, Ian Bambury [EMAIL PROTECTED] wrote: Read page 1 of the documentation Ian --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: layout problem, panel size ignores setCellHeight(50%) ?

2008-10-18 Thread JohnMudd
Cool, I got issue number 3000. Nice round number. http://code.google.com/p/google-web-toolkit/issues/detail?id=3000 On Oct 18, 11:14 pm, JohnMudd [EMAIL PROTECTED] wrote: I have to hand it to you, your changes (summarized below) do produce the desired 50% height in the log message.  But it's

Re: Strange IE7 focus and width behavior.

2008-10-18 Thread [EMAIL PROTECTED]
On Oct 18, 10:35 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Oct 18, 3:28 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, The following gwt chat widget works fine under Chrome, Firefox, Safari, and Opera but not under IE: http://chatbotgame.com Under IE7, there are two

[gwt-contrib] OOPHM feedback (wire protocol and BrowserChannel)

2008-10-18 Thread Thomas Broyer
I started playing a bit with an OOPHM client (for GWT-in-the-AIR). I lloked a bit at the code and thought I could inherit BrowserChannel to benefit from the *Message nested classes and the reactToMessages* methods. First, I wanted to know what kind of messages were exchanged, so my

[gwt-contrib] Re: GWT branches\oophm fails with IndexOutOfBoundsException when reloading application

2008-10-18 Thread John Tamplin
On Sat, Oct 18, 2008 at 3:18 AM, gslender [EMAIL PROTECTED] wrote: Hi John, have you been able to build a reproduction case - is there anything I can do to help with resolving this, as if there is a problem with ExtGWT, it would be good to find out what so that we can prepare going forward.

[gwt-contrib] Re: OOPHM feedback (wire protocol and BrowserChannel)

2008-10-18 Thread John Tamplin
On Sat, Oct 18, 2008 at 5:46 AM, Thomas Broyer [EMAIL PROTECTED] wrote: I started playing a bit with an OOPHM client (for GWT-in-the-AIR). I lloked a bit at the code and thought I could inherit BrowserChannel to benefit from the *Message nested classes and the reactToMessages* methods.

[gwt-contrib] Re: OOPHM feedback (wire protocol and BrowserChannel)

2008-10-18 Thread Thomas Broyer
On Sat, Oct 18, 2008 at 2:40 PM, John Tamplin wrote: On Sat, Oct 18, 2008 at 5:46 AM, Thomas Broyer wrote: What do you guys think about it? (first the idea of using BrowserChannel as the basis to implement an OOPHM client, and then the proposed changes to BrowserChannel to make it possible)

[gwt-contrib] Re: OOPHM feedback (wire protocol and BrowserChannel)

2008-10-18 Thread Thomas Broyer
On Sun, Oct 19, 2008 at 1:57 AM, Thomas Broyer wrote: Attached is a patch against branches/[EMAIL PROTECTED] which: - moves the BrowserChannel's reactToMessages* and invoke methods into a ServerBrowserChannel subclass - moves the SessionHandler methods into a ServerSessionHandler, except

[gwt-contrib] Re: GWT branches\oophm fails with IndexOutOfBoundsException when reloading application

2008-10-18 Thread gslender
John, I've got a small test case that is always reproducable, though you'll need the ExtGWT library jar file (gxt.jar) as part of the project. I've emailed the eclipse project file to your google email address so I hoping you can use that to reproduce and determine the bug. Please let me know

[gwt-contrib] Re: GWT branches\oophm fails with IndexOutOfBoundsException when reloading application

2008-10-18 Thread gslender
Also, do you get the same failure in IE or Safari/Mac (you can run them on a different machine or IE in a Windows VM)?  That would help narrow down where the problem is. This is an odd issue, with the example I've given you, it doesn't occur in IE7, but on another (more complex/larger) test

[gwt-contrib] [google-web-toolkit commit] r3783 - changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/jjs/impl

2008-10-18 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Sat Oct 18 17:16:09 2008 New Revision: 3783 Modified: changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/jjs/impl/CodeSplitter.java changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java

[gwt-contrib] Re: r3781 - in releases/1.6/events: . dev eclipse/dev/windows eclipse/samples/DynaTable eclipse/sampl...

2008-10-18 Thread Thomas Broyer
On 19 oct, 00:29, [EMAIL PROTECTED] wrote: Author: [EMAIL PROTECTED] Date: Sat Oct 18 15:24:38 2008 New Revision: 3781 Added:     releases/1.6/events/        - copied from r3770, /releases/1.6/ Emily, did you really mean releases/1.6/events? Didn't you want branches/events instead?