GWT Simple Pager Help

2011-01-05 Thread Noor
Hi, I am stuck with the gwt cell pager which I want to attach to a cell table. I am setting like this: List ForumMessage AllMessages=populated from an rpc; CellTable cellTable = new CellTable ForumMessage(); simplePager = new SimplePager(); cellTable.addColumn(ColumnM);

Re: GWT Simple Pager Help

2011-01-05 Thread Y2i
call cellTable.setRowCount(AllMessages.size(), true); On Jan 5, 12:54 pm, Noor baken...@gmail.com wrote: Hi, I am stuck with the gwt cell pager which I want to attach to a cell table. I am setting like this: List ForumMessage AllMessages=populated from an rpc; CellTable cellTable = new

please Help me GWT Listbox

2011-01-05 Thread vijay gohel
i want aout put like Group1 Item1-1 Item1-2 Item1-3 Item1-4 Group2 Item2-1 Item2-2 Item2-3 Item2-4 etc for that in HTML there is option in Select Tag and Option in Select Tag is optiongroup i want that's output in get list box thanks Vijay -- You

Re: please Help me GWT Listbox

2011-01-04 Thread Nirmal Patel
Not sure if I understand your requirement; but are you looking to allow the user select multiple options from a list?? If so, there is a GWT widget: ListBox ( http://gwt.google.com/samples/Showcase/Showcase.html#!CwListBox) -- You received this message because you are subscribed to the Google

Re: please Help me GWT Listbox

2011-01-04 Thread jaybose
wrote: hi, please Help Me in Listbox widget i want to add option Group like Select tag's Option group  in List box How it is Possible. i don't Know. Please Help me on it thanks in advance Regards, Vijay Gohel -- You received this message because you are subscribed to the Google Groups

Re: please Help me GWT Listbox

2011-01-04 Thread Michael
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/548749fc1cef2ae8 On Jan 3, 10:57 am, vijay gohel vijayigo...@gmail.com wrote: hi, please Help Me in Listbox widget i want to add option Group like Select tag's Option group  in List box How it is Possible. i don't Know

please Help me GWT Listbox

2011-01-03 Thread vijay gohel
hi, please Help Me in Listbox widget i want to add option Group like Select tag's Option group in List box How it is Possible. i don't Know. Please Help me on it thanks in advance Regards, Vijay Gohel -- You received this message because you are subscribed to the Google Groups Google

Help with Custom GWT RPC

2010-12-29 Thread Falcon
RPC method signature. Any help would be appreciated! Thanks! -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web

Re: Help with Custom GWT RPC

2010-12-29 Thread Falcon
the session ID be a part of every single RPC method signature. Any help would be appreciated! Thanks! -- 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-tool...@googlegroups.com. To unsubscribe from

Re: Help with Custom GWT RPC

2010-12-29 Thread Sripathi Krishnan
of every single RPC method signature. Any help would be appreciated! Thanks! -- 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-tool...@googlegroups.com. To unsubscribe from this group, send

Re: Help with Custom GWT RPC

2010-12-29 Thread Falcon
and then put the session ID somewhere in the payload before the RPC was serialized to send across the wire to the server. This just seems to make more sense to me than having the session ID be a part of every single RPC method signature. Any help would be appreciated! Thanks! -- You

Re: Logging problem, please Help !

2010-12-27 Thread David Chandler
GWT uses standard java.util.logging, which lets you specify a custom formatter in logging.properties. Perhaps this will help: http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rtrb_createformatter.html /dmc On Fri, Dec 24, 2010

Re: Logging problem, please Help !

2010-12-27 Thread Mauro Bertapelle
First you need to supply a custom formatter. Look at com.google.gwt.logging.client.TextLogFormatter for a simple example or, this is an example of a formatter that format log message in a single line: public class CustomFormatter extends FormatterImpl { private boolean showStackTraces;

Re: GWT 2.1 MVP Multiple activities clarification help

2010-12-24 Thread Milan Cvejic
Great, thanks you for help. I already managed to create working code, but will take a look at your example. Probably I will learn a lot. Sincerely Milan On Dec 23, 5:29 pm, Mauro Bertapelle mauro.bertape...@gmail.com wrote: As an exercise I've build a little POC based on the concepts expressed

Re: GWT 2.1 MVP Multiple activities clarification help

2010-12-23 Thread Mauro Bertapelle
As an exercise I've build a little POC based on the concepts expressed by Thomas in his article. If someone is interested, the sources are here: http://95.110.143.4/layoutmvp/layoutmvp.tar.gz and here you can find a live demo: http://95.110.143.4/layoutmvp/layoutmvp.html -- You received this

[gwt-contrib] Re: Add a warning in GWTTestCase to help users that accidentally run a GWT JUnit Test as a JUnit Test. (issue1224801)

2010-12-21 Thread pdr
http://gwt-code-reviews.appspot.com/1224801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add a warning in GWTTestCase to help users that accidentally run a GWT JUnit Test as a JUnit Test. (issue1224801)

2010-12-21 Thread pdr
http://gwt-code-reviews.appspot.com/1224801/diff/1/2 File user/src/com/google/gwt/junit/client/GWTTestCase.java (right): http://gwt-code-reviews.appspot.com/1224801/diff/1/2#newcode445 user/src/com/google/gwt/junit/client/GWTTestCase.java:445: // Check to see if gwt.devjar is null. If so,

Re: [gwt-contrib] Re: Add a warning in GWTTestCase to help users that accidentally run a GWT JUnit Test as a JUnit Test. (issue1224801)

2010-12-21 Thread John Tamplin
On Tue, Dec 21, 2010 at 11:09 AM, p...@google.com wrote: On 2010/12/16 19:43:39, rdayal wrote: Is this system property required? This is a tough one, because I don't think it's strictly required, but the devjar has things such as the GWT devmode bridge and the GWT compiler. Can you think

Re: GWT 2.1 MVP Multiple activities clarification help

2010-12-16 Thread Thomas Broyer
I must confess I never actually tested the setWidgetVisible part of the code (in a prototype, I had a DockLayerPanel and used remove/add, without a containing SimplePanel-like widget, for a similar effect). Étienne Pelletier said in the comments that it indeed doesn't work as expected (and

[gwt-contrib] Add a warning in GWTTestCase to help users that accidentally run a GWT JUnit Test as a JUnit Test. (issue1224801)

2010-12-16 Thread pdr
Reviewers: jlabanca, rdayal, Description: Add a warning in GWTTestCase to help users that accidentally run a GWT JUnit Test as a JUnit Test. This mistake is easy to make (especially in Eclipse.) Therefore, we display a helpful error suggesting the user run as a GWTJUnitTest if an exception

[gwt-contrib] Re: Add a warning in GWTTestCase to help users that accidentally run a GWT JUnit Test as a JUnit Test. (issue1224801)

2010-12-16 Thread jlabanca
LGTM http://gwt-code-reviews.appspot.com/1224801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add a warning in GWTTestCase to help users that accidentally run a GWT JUnit Test as a JUnit Test. (issue1224801)

2010-12-16 Thread rdayal
Thanks for looking into this. A couple of questions/comments before I give the LGTM.. http://gwt-code-reviews.appspot.com/1224801/diff/1/2 File user/src/com/google/gwt/junit/client/GWTTestCase.java (right): http://gwt-code-reviews.appspot.com/1224801/diff/1/2#newcode445

GWT 2.1 MVP Multiple activities clarification help

2010-12-15 Thread Milan Cvejic
Helo, i tried to understand post at http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni but with no luck :( I tried following code: package com.hellomvp.client; import com.google.gwt.activity.shared.ActivityManager; import com.google.gwt.activity.shared.ActivityMapper; import

Help !!

2010-12-06 Thread Ger4a
I HAVE THE SAME PROBLEMREALLY I NEED SOLVE IT . .I've installed it and NetBeans 6.9.1 incl. the GWT plugin forNetBeans.There I had no problems. Now I've created a web application Projectwith GWT and the Tomcat 6 webserver.If I try to run the project, I got this

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-12-02 Thread Magnus
On 30 Nov., 12:59, Jeff Schwartz jefftschwa...@gmail.com wrote: When I need to center an element I apply the following css to its containing element:             margin-left:auto;             margin-right:auto; Well, I need to center both horizontally and vertically. I have tested auto,

help with stack trace

2010-12-02 Thread rjcarr
? Does this indicate it must be coming from JSNI? How do I track down where this is coming from? Maybe I could try unobfuscating the code and use firebug in IE8 (does that even exist)? Thanks for the help! -- You received this message because you are subscribed to the Google Groups Google Web

Re: help with stack trace

2010-12-02 Thread Didier Durand
)         at java.lang.Thread.run(Thread.java:662) Is there anything I'm missing?  Does this indicate it must be coming from JSNI?  How do I track down where this is coming from? Maybe I could try unobfuscating the code and use firebug in IE8 (does that even exist)? Thanks for the help! -- You received this message

Re: help with stack trace

2010-12-02 Thread Robert J. Carr
that work with IE8 that I've tested but it doesn't seem to be working for me. I doubt you'll know what is going on here, but in case you do, or have any suggestion, I'd appreciate the help. Thanks! On Thu, Dec 2, 2010 at 9:08 AM, Didier Durand durand.did...@gmail.com wrote: Hi, You should use

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-11-30 Thread Magnus
Well, let me add a note, maybe it is of relevance: I center the right panel by setting its margins: I compute the difference between the root panel's width/height and the panel's width/ height and set the margins accordingly. So the whole thing (panel including margins) is as big as the whole

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-11-30 Thread Jeff Schwartz
Using the developer tools that come with IE allows you to see what the actual sizes are of each DOM element. When I need to center an element I apply the following css to its containing element: margin-left:auto; margin-right:auto; The above will center its content

Re: Several Servlets Help

2010-11-29 Thread Gaurav Vaish
Like any other class. And in any medium sized application, there can be over 1000 classes :) -- Happy Hacking, Gaurav Vaish http://www.mastergaurav.com On Nov 29, 10:14 am, Noor baken...@gmail.com wrote: HI, in almost every tutorial I have seen only on servlets, Is it possible to have

Help me to get rid of these d... scrollbars!!! :-/

2010-11-29 Thread Magnus
know what to do next. Please help me get rid of these scrollbars! PS: On Linux and FF the page is shown perfectly without scrollbars. Thanks Magnus -- 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

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-11-29 Thread Jeff Schwartz
(navigation and main panel) to 30px, so there is enough space to the window border. The main panel is a DockLayoutPanel. At initialization I add it to the RootLayoutPanel: RootLayoutPanel.get().add(this); I don't know what to do next. Please help me get rid of these scrollbars! PS

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-11-29 Thread Magnus
Hi Jeff, could you say this a little more precisely? I actually don't know what to do/check exactly. Thank you Magnus -- 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: Help me to get rid of these d... scrollbars!!! :-/

2010-11-29 Thread Jeff Schwartz
http://www.w3.org/TR/CSS2/box.html http://www.456bereastreet.com/archive/200612/internet_explorer_and_the_css_box_model/ On Mon, Nov 29, 2010 at 1:30 PM, Magnus alpineblas...@googlemail.comwrote: Hi Jeff, could you say this a little more precisely? I actually don't know what to do/check

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-11-29 Thread Jeff Schwartz
BTW, you can use a hack: body{ padding:0; margin:0; overflow:hidden; } But IMO it is best to address the issues causing the problem. Also, are you using a DOCTYPE in your pages? Using it would eliminate the box model problem for versions of IE v6

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-11-29 Thread Magnus
Hi, I use this doctype: !doctype html It's the HTML page generated when creating a GWT project. The HTML page is nearly empty. It just contains a loading indicator which is removed on module load and replaced by the main panel. Magnus -- You received this message because you are subscribed

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-11-29 Thread Magnus
Hi Jeff, why is this a hack? Why not use it? Magnus On Nov 29, 7:40 pm, Jeff Schwartz jefftschwa...@gmail.com wrote: BTW, you can use a hack:         body{            padding:0;            margin:0;             overflow:hidden;        } -- You received this message because you are

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-11-29 Thread Jeff Schwartz
I did some googling on the subject of IE and vertical scroll bar issues and I found this: http://bytes.com/topic/html-css/answers/100111-remove-vertical-scrollbar-ie-when-standards-mode So I guess my hack isn't a hack after all :) IE is the biggest PITA to support. Jeff On Mon, Nov 29, 2010 at

Re: Help me to get rid of these d... scrollbars!!! :-/

2010-11-29 Thread Jeff Schwartz
Your doctype declaration is fine. See my later response. On Mon, Nov 29, 2010 at 2:55 PM, Magnus alpineblas...@googlemail.comwrote: Hi, I use this doctype: !doctype html It's the HTML page generated when creating a GWT project. The HTML page is nearly empty. It just contains a loading

Need help: [ERROR] Invalid version number 2.0 passed to external.gwtOnLoad(), expected 2.1

2010-11-28 Thread dflorey
Hi, I've upgraded one of my apps to 2.1. When running in dev mode I get this error: Connection received from 127.0.0.1:49430 [ERROR] Invalid version number 2.0 passed to external.gwtOnLoad(), expected 2.1; your hosted mode bootstrap file may be out of date; if you are using -noserver try

Re: Need help: [ERROR] Invalid version number 2.0 passed to external.gwtOnLoad(), expected 2.1

2010-11-28 Thread Musicman75
Hello Daniel, try to clear the browser cache (cookies and data). That solved the problem for me. On 28 Nov., 10:10, dflorey daniel.flo...@gmail.com wrote: Hi, I've upgraded one of my apps to 2.1. When running in dev mode I get this error: Connection received from 127.0.0.1:49430    

Several Servlets Help

2010-11-28 Thread Noor
HI, in almost every tutorial I have seen only on servlets, Is it possible to have several servlets. if yes how to manage the several servlets Thanks -- 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: Several Servlets Help

2010-11-28 Thread Shawn Brown
http://lmgtfy.com/?q=servlets On Mon, Nov 29, 2010 at 2:14 PM, Noor baken...@gmail.com wrote: HI, in almost every tutorial I have seen only on servlets, Is it possible to have several servlets. if yes how to manage the several servlets -- You received this message because you are subscribed

Re: help interpreting compiler report for code splitting

2010-11-18 Thread David Chandler
2) Does the lack of left over code indicate that the single split point I've put in has almost very nicely divided the application into pre and post login sections of code? It means there's very little code in common pre- and post-split. 3) Beneath this, my split point is listed, along with

help with the new layout deprecations

2010-11-16 Thread rjcarr
I've been using GWT for several years now but after updating to the 2.1.0 release I'm seeing hundreds of warnings, mostly to do with the deprecation of ui panels (e.g., DockPanel). I assume the panels weren't strictly compatible with the UIBinder (something I haven't gotten into), so new

help interpreting compiler report for code splitting

2010-11-15 Thread sunny...@gmail.com
Hi all, I've gone through the pages for code splitting, but I'm having trouble interpreting the compiler report. In my MVP application, I've put a split point in the application where my application controller is instantiated (after successful login). The results I get are: Full code size:

help interpreting compiler report for code splitting

2010-11-15 Thread sunny...@gmail.com
Hi all, I've gone through the pages for code splitting, but I'm having trouble interpreting the compiler report. In my MVP application, I've put a split point in the application where my application controller is instantiated (after successful login). The results I get are: Full code size:

Help Needed! GWT Error

2010-11-14 Thread Noor
Hi, I am a beginner in GWT. I'm trying a first application with GWT for almost 6 hours. I am following a tutorial and everything should go fine. But I dont know what problem I am getting with service def target. Please can someone help me, it concerns very basic rpc. I am just trying to bring

Help needed for [ERROR] [lmv] Stack overflow; to increase the stack size, use the -Xss flag at startup (java -Xss1M ...)

2010-11-07 Thread Jeff Schwartz
When running in development mode I get the following error: [ERROR] [lmv] Stack overflow; to increase the stack size, use the -Xss flag at startup (java -Xss1M ...) 1) Is this error common or does it indicate something seriously wrong with my application? 2) What how do I configure to avoid

Re: Help needed for [ERROR] [lmv] Stack overflow; to increase the stack size, use the -Xss flag at startup (java -Xss1M ...)

2010-11-07 Thread Jeff Chimene
It's not an unusual condition. It is entirely possible that your compiled project code exceeds the default stack allocation. One thing I've found is that simply adding an element or two to a UI XML will cause this exception. Increase the stack size. Also, this has been discussed previously on this

Re: Help needed for [ERROR] [lmv] Stack overflow; to increase the stack size, use the -Xss flag at startup (java -Xss1M ...)

2010-11-07 Thread Jeff Chimene
On 11/07/2010 09:17 AM, Jeff Schwartz wrote: Thanks, Jeff. I modified my run configuration in Eclipse adding -Xss1M (please see the attached image). I still get the same error. Also, using Google Reader I searched the group for similar messages but I couldn't find any. BTW I am running on

Re: Help needed for [ERROR] [lmv] Stack overflow; to increase the stack size, use the -Xss flag at startup (java -Xss1M ...)

2010-11-07 Thread Jeff Schwartz
Thanks, Jeff. Xmx was and is currently set at 512m. I upped my stack memory to 50m but still throws the same error. Ideas, anyone? Jeff On Sun, Nov 7, 2010 at 12:22 PM, Jeff Chimene jchim...@gmail.com wrote: On 11/07/2010 09:17 AM, Jeff Schwartz wrote: Thanks, Jeff. I modified my run

Re: Help needed for [ERROR] [lmv] Stack overflow; to increase the stack size, use the -Xss flag at startup (java -Xss1M ...)

2010-11-07 Thread Jeff Schwartz
Resolved my bad (head slapping sound)! I fell for an old trap: I made numerous changes to my code and 1st test raised the error. Instead of checking for the new code causing the problem I believed the exception I blamed the environment. The short of it is that I refactored a class to use an

Re: Help Needed: Bidding System with GWT

2010-10-23 Thread Noor
Since the bidding application will involved mechanism such as real time updating of variable at the server, locking bidding amount to prevent interleaving errors. When I was doing some research, I came across comet. So Should use this tool?? -- You received this message because you are

Re: Need help

2010-10-22 Thread David Chandler
There is no automatic, built-in, or supported way to do this in GWT. HTH, On Fri, Oct 22, 2010 at 7:00 AM, MAM mersni.am...@gmail.com wrote: is it possible to convert (serialize) a gwt's gui to xml document?? i need a clear answer -- You received this message because you are subscribed to

Help Needed:Developing a bidding application using GWT

2010-10-22 Thread Noor
Hi, I want to develop a bidding system using GWT for a university dissertation. The bidding system will be designed such that when u login, u will be able to view all the items in which you are interested or those in which you have bid. You will be able to bid on several item simultaneously. U

Help Needed: Bidding System with GWT

2010-10-22 Thread Noor
Hi, I need to build a bidding system for a university disertation. Can u suggest me some which i may need or some factors which i need to consider when designing app with GWT thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Help Needed: Bidding System with GWT

2010-10-22 Thread Noor
Well, In the application, there will be a database. So I was wondering which database tools to use such as hibernate... so people who are in the industry will better know this than 8. So if u can help, it would be great!! -- You received this message because you are subscribed to the Google

Re: Help Needed: Bidding System with GWT

2010-10-22 Thread David Chandler
the best. HTH, On Fri, Oct 22, 2010 at 3:26 PM, Noor baken...@gmail.com wrote: Well, In the application, there will be a database. So I was wondering which database tools to use such as hibernate... so people who are in the industry will better know this than 8. So if u can help, it would

GWT Help !!!

2010-10-21 Thread alexissua
Hello, Friends. Im developing a web application, and i need access to the information INSIDE a Web Site that it came as a result of a google search (this information could be for example a text field, or a name, or a price of some product inside this page) to save it, or manipulate it, later.

Re: GWT Help !!!

2010-10-21 Thread ep
YES, with some workarounds due to XSS On 21 Okt., 05:42, alexissua alesca...@gmail.com wrote: Hello, Friends. Im developing a web application, and i need access to the information INSIDE a Web Site that it came as a result of  a google search (this information could be for example a text

@UiChild help

2010-10-17 Thread Jeff Larsen
So, how exactly does this work? I'm getting an error and I'm at a loss as to what is causing it. Note: this is done against 2.1-RC1 class SecureTree extends Tree{ [boilerplate UI Binder stuff here] @UiChild public void addSecureWidget(SecureWidget widget){ ... } } then in my uibinder.xml

Re: @UiChild help

2010-10-17 Thread Jeff Larsen
Never mind... This is actually correct. I was just in the middle of a refactor and was editing a java file in the wrong project. On Oct 17, 3:17 pm, Jeff Larsen larse...@gmail.com wrote: So, how exactly does this work? I'm getting an error and I'm at a loss as to what is causing it. Note:

Re: Help with Date

2010-10-14 Thread Jim Douglas
http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html Package java.util Date Date(), Date(int, int, int), Date(int, int, int, int, int), Date(int, int, int, int, int, int), Date(long), Date(String), parse(String), UTC(int, int, int, int, int, int), after(Date), before(Date), clone(),

Re: Help with Date

2010-10-14 Thread Tamer Sezgin
There are some examples in the following url... have you tried them? http://code.google.com/p/gwt-examples/wiki/gwtDateTime On Thu, Oct 14, 2010 at 11:26 PM, Diego Venuzka dvenu...@gmail.com wrote: Hi! I need get the date of the system and store it. Using GWT, how i can do this? Is

Re: Help with XML Parsing, element with text content contains #text as child

2010-10-13 Thread 12ock
is happening is that when iterate to the last level, which is Emp_id, node_.hasChildNodes() still returns true and returns #test as its child node. I omitted all carriage or white spaces. Please help! That's just how the DOM works: in Emp_IdE-001/Emp_Id you have two nodes: an Element node

Re: Help with Combobox (extGWT)

2010-10-12 Thread Diego Venuzka
Ok, that's it! this code solved my problem. But i have another one. For example, i use this code to select the state, but how i can do another combobox that show only the cities previously selected in the previous combobox? Thanks for the help! 2010/10/11 Carl Pritchett bogusggem...@gmail.com

Re: Help with Combobox (extGWT)

2010-10-12 Thread Flori
wrote: Ok, that's it! this code solved my problem. But i have another one. For example, i use this code to select the state, but how i can do another combobox that show only the cities previously selected in the previous combobox? Thanks for the help! 2010/10/11 Carl Pritchett bogusggem

Re: Help with Combobox (extGWT)

2010-10-12 Thread Flori
/forum/forumdisplay.php?45-Gxt-Help would be the better place for for this question :) -- 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-tool...@googlegroups.com. To unsubscribe from this group

Re: Help with Combobox (extGWT)

2010-10-12 Thread Diego Venuzka
); and you need to add an selectionChangedlistener: combo.addSelectionChangedListener(mylistener); which updates the models in newStore. And as Carl already said: http://www.sencha.com/forum/forumdisplay.php?45-Gxt-Help would be the better place for for this question :) -- You received

Help me out! ... i m facing this Issues in Label !

2010-10-11 Thread Somu
Dear All, When i m using Multiple Labels by gwt-Label tag, it is displayed one by one. e.g. my code is like, gwt-LabelLabel 1/gwt-Labelgwt-LabelLabel 2/gwt-Labelgwt- LabelLabel 3/gwt-Label gwt-LabelLabel 5/gwt-Labelgwt-LabelLabel 6/gwt-Labelgwt- LabelLabel 7/gwt-Labelgwt-LabelLabel 8/gwt-Label

Re: Help me out! ... i m facing this Issues in Label !

2010-10-11 Thread Hilco Wijbenga
On 9 October 2010 03:17, Somu somanatha...@gmail.com wrote: When i m using Multiple Labels by gwt-Label tag, it is displayed one by one. e.g. my code is like,  gwt-LabelLabel 1/gwt-Labelgwt-LabelLabel 2/gwt-Labelgwt- LabelLabel 3/gwt-Label gwt-LabelLabel 5/gwt-Labelgwt-LabelLabel

Re: Help with Combobox (extGWT)

2010-10-11 Thread Carl Pritchett
Hi, Two tips: Post GXT questions on the Sencha forums and download the GXT source code and search it. The source is invaluable. The stock class is not part of the extGWT library, but it is in the source code for the examples. For 2.2.0 it is in samples\resources\src

Help with Combobox (extGWT)

2010-10-10 Thread Diego Venuzka
Hello! On my project, i'll need a combox, to filter states. On the sencha.com site, i found this example: http://www.sencha.com/examples/#combobox But this code dont work and show: Class Stock not found. I guess that class have the data to show on combo...But how i create that class? I still

Re: integrating with wicket new bee need help !

2010-10-07 Thread fachhoch
Need help please !. I resolved the problem with compilation.Next a new probelm started and this is when building my project I get java heap out of memory error. I resolved that using extraJvmArgs vm argument , so then the build works. Now I get out of memory when I run my app using embedded

Re: integrating with wicket new bee need help !

2010-10-07 Thread fachhoch
/configuration executions execution goals goalcompile/goal /goals /execution /executions /plugin I get this error please help me

Re: Help: Development of large App with GWT

2010-10-06 Thread 007Prog
Hi Noor, to reply this question, we need someone who has been using GWT for quite long. About the application you are trying to implement, I'm still trying to figure out what type of application of recommend you. I think you can try real time web application. What do you think guys? -- You

Re: Comet help about code

2010-10-06 Thread Y2i
This code is not specific to Commet, it simply uses Java foreach loop to iterate through Map's key-value entries. For each entry it takes a value and calls one of its methods. http://download.oracle.com/javase/1.5.0/docs/guide/language/foreach.html

Re: Comet help about code

2010-10-06 Thread Cristiano
Hi All, this is my pattern of how I implement comet. I may change how I handle the ArrayListMessage or use a timestamp as parameter of get method, but basically I always start from this simple snippet of code. It's for GWT but I've basically used it also in a Web Service and in a REST service.

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
Yes, if someone can help me then it would be great!! -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit

Help for testing GWT.UncaughtExceptionHandler within a JUnit GWTTestCase

2010-10-06 Thread Didier DURAND
Hello, To improve the coverage of my automated tests, I'd like to test my own GWT.UncaughtExceptionHandler within a GWTTestCase to see if it functions correctly. I can't do it for now: the JUnit test always fails. Can you help me an let me know what's wrong in my code below ? (I tried to use

Re: Help for testing GWT.UncaughtExceptionHandler within a JUnit GWTTestCase

2010-10-06 Thread Thomas Broyer
help me an let me know what's wrong in my code below ? (I tried to use an asynchronous test to make sure that I am going through the ExceptionHandler) You're not testing your exception handler here, you're testing whether GWT will call the registered exception handler. This kind of test should

Re: Help: Development of large App with GWT

2010-10-06 Thread Thomas Broyer
On Oct 6, 5:42 am, Noor baken...@gmail.com wrote: Thus, if we resume, GWT helps more in the development phase of software development. The end result is similar to the client as development with any other framework. Well, to sum up, yes. There are 2 main differences though: - GWT generates

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
ya, I was also thinking about this, as 007Prog said previously, the new trend for RIA is real-time RIA!! -- 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-tool...@googlegroups.com. To

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
U know, well to start with my dissertation, I have quite a lot concerning GWT, well not that as u as u people are in industry and have on hand experience with GWT According to me, GWT is best suited for distributed application for company network but not for the Internet, Don't u think so?? I

Help needed to refresh the panel contents...

2010-10-06 Thread Siva
hi, I'm siva. A beginner to GWT and UI development.Please help in the following scenario... I'm having navigation panel and a main panel (both are ContentPanels). I've few images in the navigation panel. when i'm clicking one among them i want to change the center panel contents. For eg. when

Re: Help: Development of large App with GWT

2010-10-06 Thread Thomas Broyer
On Oct 6, 2:05 pm, Noor baken...@gmail.com wrote: U know, well to start with my dissertation, I have quite a lot concerning GWT, well not that as u as u people are in industry and have on hand experience with GWT According to me, GWT is best suited for distributed application for company

Re: Help: Development of large App with GWT

2010-10-06 Thread 007Prog
Then, I'm in a real mess. I have not yet though a type of application that I will develop 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 google-web-tool...@googlegroups.com. To unsubscribe

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
Well, I'm still in a confusion about the application which I can develop to evaluate 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 google-web-tool...@googlegroups.com. To unsubscribe from this

RE: Help: Development of large App with GWT

2010-10-06 Thread Armishev, Sergey
-web-tool...@googlegroups.com] On Behalf Of Noor Sent: Tuesday, October 05, 2010 11:42 PM To: Google Web Toolkit Subject: Re: Help: Development of large App with GWT Thus, if we resume, GWT helps more in the development phase of software development. The end result is similar to the client

Re: Help: Development of large App with GWT

2010-10-06 Thread Noor
Well guys, thanks lot for your help. I think I will be going with a bidding system itself in which I will try to exploit GWT at most. regards Noor -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: Help: Development of large App with GWT

2010-10-05 Thread lalit
With ability to bid on multiple bidding at the same time I think what you are leveraging is the ability to do multiple AJAX calls to server simultaneously which is GWT strength but is not unique to GWT. There are many AJAX engines out there. I feel where GWT stands out is to able to push a lot of

Re: Help: Development of large App with GWT

2010-10-05 Thread Noor
Yes, I think that you r right lalit. That's the confusing part, which app can i develop, what where i am blocked?? -- 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-tool...@googlegroups.com. To

Re: Help: Development of large App with GWT

2010-10-05 Thread 007Prog
I am also thinking about this. Google provide us with a toolkit. So, what type of application can we create with this one that we cannot or would be difficult with another framework. Because Now Noor must choose a proper application that clearly shows that yes, THIS APPLICATION WOULD HAVE BEEN

Re: Help: Development of large App with GWT

2010-10-05 Thread Thomas Broyer
On Oct 5, 3:02 pm, 007Prog camarad250...@gmail.com wrote: I am also thinking about this. Google provide us with a toolkit. So, what type of application can we create with this one that we cannot or would be difficult with another framework.  Because Now Noor must choose a proper application

Re: Need help with [ERROR] Annotation error: while doing GWT compile

2010-10-05 Thread Thomas Broyer
On Oct 5, 5:31 am, Sanjeev sanjeev.x.ve...@gmail.com wrote: Hi: GWT newbie here, using gwt 2.04 with Guice 2.0, Gin 1.0 and mvp4g-1.2.0. I am getting the below error when trying to run “com.google.gwt.dev.Compiler” on my GWT project. Feeling very lost right now, so please help. Please ask

Re: Need help with [ERROR] Annotation error: while doing GWT compile

2010-10-05 Thread Sanjeev
You are right sir, absolutely! I had not compiled the code (^%$), I know :-). Thank you for helping out! Regards Sanjeev -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Comet help about code

2010-10-05 Thread Yudji
I read the comet in http://code.google.com/p/gwt-comet/source/browse/trunk/src/net/zschech/gwt/chat/server/ChatServiceImpl.java?r=98 Can explain to me about the code, because i dont undestand: public void send(String message) throws ChatException { .

Comet help about code

2010-10-05 Thread Yudji
I read the comet in http://code.google.com/p/gwt-comet/source/browse/trunk/src/net/zschech/gwt/chat/server/ChatServiceImpl.java?r=98 Can explain to me about the code, because i dont undestand: public void send(String message) throws ChatException { .

<    4   5   6   7   8   9   10   11   12   13   >