Re: Can't deploy my project anymore

2013-06-27 Thread Magallo
quite as easy as the context-menu deployment, but once it is > set up it is pretty fast. Also has the added benefit that if you only > change server-side code, you can generate a new WAR very quickly since it > doesn't compile the client side every time. > > Hope this help

Re: Can't deploy my project anymore

2013-06-26 Thread Magallo
How can be possible that nobody of the Eclipse/GWT Team has nothing to say about?! On Friday, June 21, 2013 5:17:08 PM UTC+2, Jeff Smith wrote: > > I did not figure out a solution (I reverted back to an older version of my > project with get 2.5). > > Perhaps you should create a brand new get 2.

Re: Session Listener

2013-06-26 Thread Magallo
> web.xml. > > > webxml="war/WEB-INF/web.xml" /> > > > > > > > We use ant to build the war file outside eclipse to build the project. > > Hope this helps. > > Thanks, > GWTFan > > On Friday, June 21, 2013 12:40:21 AM UTC-7, Magal

Re: Can't deploy my project anymore

2013-06-21 Thread Magallo
Have you solved the problem? How? On Monday, March 18, 2013 9:38:02 PM UTC+1, JoyaleXandre wrote: > > Hi everybody, > > Since friday I can't deploy my project anymore. > > Went I start the war generation with the deploy button I instantly get an > error *message saying*: > "Designer error occur

Re: Can't deploy my project anymore

2013-06-21 Thread Magallo
Hi, were you able in the end to solve the problem? How did you do? I have the same problem and I don't know what to do? Please help. Thanks. On Thursday, May 23, 2013 6:00:33 AM UTC+2, Jeff Smith wrote: > > I ran into the same problem and could not figure out which configuration > setting got

Re: HttpSessionListener methods not called

2013-06-21 Thread Magallo
Hi CodeSurfer, I know your question is a little ages, anyway I'm facing exactly the same problem. Were you able to solve it? How? Thanks. On Friday, June 22, 2007 7:49:29 PM UTC+2, CodeSurfer wrote: > > Hi mP, > > I disagree with your statement that I am doing too much for the > embedded Tomcat

Re: Session Listener

2013-06-21 Thread Magallo
Hi Valavanur, I know your question is a little outdated, but I have the same necessity and I don't knbow how to do. I mean, I tried in my GWT Explise project, to add a Session Listener as explained by loladi but it seems it doesn't work. Obviously I alse added the section in my web.xml file, b

Re: Session Listener

2013-06-21 Thread Magallo
Excuse me loladi, what do you exactly mean with "this works only in WEB Mode, in hosted mode the parameters -nohost or -noserver may eventually help"? What do we need to do exactly for this? On Monday, June 2, 2008 11:32:38 AM UTC+2, loladi wrote: > > Sorry i forgot: > this works only in WEB Mo

Re: Am I able to write a panel that likes DockLayoutPanel with scroll bar

2013-06-04 Thread Magallo
Sorry for the question, what is 'flowPanel' in your example? Is it the widget in the center of the docklayoutpanel? Or what else? On Friday, February 10, 2012 3:23:50 PM UTC+1, Patrick Tucker wrote: > > I'm not sure it makes sense to make an entire DockLayoutPanel scroll, > its a LayoutPanel...

Re: XMLHttpRequest getResponse instead of getResponseText to get arraybuffer data

2012-06-04 Thread Magallo
oyer ha scritto: > > > On Monday, June 4, 2012 1:03:40 PM UTC+2, Magallo wrote: >> >> Hi all, >> I qoute from >> https://developer.mozilla.org/En/Using_XMLHttpRequest#Handling_binary_data >> >> in javascript is possible, using the The XMLHttpRequ

XMLHttpRequest getResponse instead of getResponseText to get arraybuffer data

2012-06-04 Thread Magallo
Hi all, I qoute from https://developer.mozilla.org/En/Using_XMLHttpRequest#Handling_binary_data in javascript is possible, using the The XMLHttpRequest Level 2 Specification adds new responseType attributeswhich make sending and

Re: byte array to Image

2012-06-04 Thread Magallo
Excuse me Agito M, I'm intereseted in this solution. You said that "Code on the client side didn't change from what I earlier posted.". What do you mean? How do you call the servlet and how do you process the result and create the image client side? Please, could you possibly post some code to

Re: DropDown Button

2012-05-07 Thread Magallo
Ok, sorry. I figured it out. One last question. style.settingsPopup contains some particular values? Could you possibly paste it also? Thank you. On Monday, May 7, 2012 10:15:09 AM UTC+2, Magallo wrote: > > I'm trying to use your code. What is > > Element eventTarget = eve

Re: DropDown Button

2012-05-07 Thread Magallo
I'm trying to use your code. What is Element eventTarget = event.getNativeEvent().getEventTarget().cast(); ??? On Monday, March 14, 2011 9:30:29 PM UTC+1, Gal Dolber wrote: > > that looks pretty ugly in the email, here is the pastebin > http://pastebin.com/rqgZk9D0 > > On Mon, Mar 14, 2011 at

Re: Menu Button in GWT

2012-05-04 Thread Magallo
I would like to do the same. Have you found a way? Could you possibly share it to us? On Friday, January 13, 2012 9:35:45 AM UTC+1, Markandayarushi Pamu wrote: > > Hi All, > > I want to develop the MenuButton in GWT. > > On click of the button I need to open the popup (like options menu) > ons

Re: Parser xml on server

2012-04-30 Thread Magallo
Hi all, I have a similar problem. If I wanted to share a class that has a method 'loadXmlString(String xml)' and I wanted to use it sometims client side, sometimwes server side, how could I do? I see that client side this works using com.google.gwt.xml.client.* classes, but when I try to execu

Re: Exclude gwt-dev.jar from a war deploy for Tomcat

2012-04-18 Thread Magallo
f the same question, not only for gwt-dev.jar, but also to >> junit.jar. If we could remove them, we could have a lighter file to >> upload on the remote server. >> >> Le mardi 17 avril 2012 09:23:37 UTC-4, Magallo a écrit : >>> >>> Hi, all. I'm trying to crea

Re: Exclude gwt-dev.jar from a war deploy for Tomcat

2012-04-17 Thread Magallo
deploy menu option try to right clicking on the build.xml and > click run as Ant. then the xml file will not be re-generated. > > On Apr 17, 8:23 am, Magallo wrote: > > Hi, all. I'm trying to create a .war file of my GWT project to deploy in > > Tomcat. I see that in Ecl

Exclude gwt-dev.jar from a war deploy for Tomcat

2012-04-17 Thread Magallo
Hi, all. I'm trying to create a .war file of my GWT project to deploy in Tomcat. I see that in Eclipse there is the possibility to deploy a war file just opening the context menu with right-click of the mouse on the module name file .java in the package explorer and choosing the "Google Web Too

Re: reload celltable data

2012-04-17 Thread Magallo
ndicator"? > > Thanks... > > > > Am Montag, 5. März 2012 17:23:34 UTC+1 schrieb Magallo: >> >> >> >> On Friday, March 2, 2012 10:10:13 AM UTC+1, Magallo wrote: >>> >>> I have a very similar problem. I have a DataGrid and when I load

Re: Google Groups like toolbar in GWT

2012-04-17 Thread Magallo
cannot use menubar as it is quite restrictive and only works with > menuitem. You can just use Composite widget with FlowPanel wrapper taking > widgets and align & style them in a manner you prefer. > > On Tuesday, 6 March 2012 14:29:22 UTC+5:30, Magallo wrote: >> >> Hi, >

Re: How to create war file in GWT 2.4 / Eclipse Indigo

2012-04-17 Thread Magallo
Hi, I read this article about "Deploy Module" option. I know it's not completely in topic but it's regarding this. I see that in Eclipse there is the possibility to deploy a war file just opening the context menu with right-click of the mouse on the module name file .java in the package explorer

Re: Deploying Application (GWT 2.1.0) on Tomcat

2012-04-16 Thread Magallo
How can we avoid the delivery of this file? To create the .war I use the "GWT Compile Project..." menu item from the Eclipse toolbar button called "Google Services and Development Tools". From here, we can't decide what files to deliver. Am I missing something? On Thursday, February 10, 2011 12

Re: DataGrid in TabLayoutPanel is empty/filled depending on the order of the tabs

2012-03-26 Thread Magallo
It works! Yes, I have to admit that's a little weird. It is definitely a workaround and not a 'feature', but it works! Thanks a lot! If you find a real, good solution, anyway, please let me know. On Monday, March 26, 2012 10:30:17 AM UTC+2, Magallo wrote: > > I have the ex

Re: DataGrid in TabLayoutPanel is empty/filled depending on the order of the tabs

2012-03-26 Thread Magallo
I have the exact same problem. Did you solve the problem in another way? Anyway I will try the workaround you suggested here... On Tuesday, December 6, 2011 9:19:49 PM UTC+1, koma wrote: > > Ok > > this seems to fix it > > @UiHandler("tabLayoutPanel") > public void onClick(SelectionEvent<​Intege

Google Groups like toolbar in GWT

2012-03-06 Thread Magallo
Hi, I'm just wondering how it's possible to realize a toolbar for my program that recreates the functionalities of the toolbar present here in google groups when we write a comment. I'm not referring specifically to the toolbar for the rich text area, but the toolbar as a generic toolbar that c

Re: reload celltable data

2012-03-05 Thread Magallo
On Friday, March 2, 2012 10:10:13 AM UTC+1, Magallo wrote: > > I have a very similar problem. I have a DataGrid and when I load data from > an RPC I want to show the loading indicator on the grid and when the data > are loaded I wanted to show them. I initialize the d

Re: reload celltable data

2012-03-02 Thread Magallo
I have a very similar problem. I have a DataGrid and when I load data from an RPC I want to show the loading indicator on the grid and when the data are loaded I wanted to show them. I initialize the datagrid with; myDataGrid.setLoadingIndicator(new Image(/*my ImageResource object*/); then duri

Re: Celltable loading state

2012-03-01 Thread Magallo
I am sorry. I found this page surfing the web, I hope this is a good point to ask this. I have a problem using loading indicators in DataGrid. What is the right way to set to the DataGrid the state of LOADING or LOADED? I didn't find any resource whatsoever anywehere. The support for this is re