Re: HELP Problem JPA with the datasource of smartGWT

2010-06-14 Thread samounas
Can u help me please? On 14 juin, 14:55, samounas elmokhtari.as...@gmail.com wrote: Hi, I have a problem with the file mapping of JPA and datasource.xml of smartGWT. changes made in the mapping file in JPA does not appear in the datasource or in the database. Please can anybody  help me

Re: Help to find only clickable panel except focuspanel

2010-06-12 Thread Deepak Bammi
On Wed, Jun 9, 2010 at 10:04 AM, Deepak Bammi deepak.ba...@gmail.comwrote: Stefan, Can you please help me to remove tab index from focuspanel ? Regards, Dev On Mon, Jun 7, 2010 at 4:49 PM, stefan bachert stefanbach...@yahoo.dewrote: Hi Deepak, I would prefer to discus in the gwt

Re: Help to find only clickable panel except focuspanel

2010-06-12 Thread Sky
. If it is causing a problem, please be more clear about what the problem is. On Jun 12, 3:12 pm, Deepak Bammi deepak.ba...@gmail.com wrote: On Wed, Jun 9, 2010 at 10:04 AM, Deepak Bammi deepak.ba...@gmail.comwrote: Stefan, Can you please help me to remove tab index from focuspanel ? Regards, Dev

Re: Help to find only clickable panel except focuspanel

2010-06-08 Thread Deepak Bammi
Stefan, Can you please help me to remove tab index from focuspanel ? Regards, Dev On Mon, Jun 7, 2010 at 4:49 PM, stefan bachert stefanbach...@yahoo.dewrote: Hi Deepak, I would prefer to discus in the gwt group. That may help other peoples, too and maybe other peoples have a good input

help with gwtunit test cases, how to access the document?

2010-05-31 Thread jamesmikedup...@googlemail.com
Dear GWT team, thank you so much for this great tool. I am learning a lot, also making progress with the josm port. now I need to find a way to speed this up, so I wanted to write tests for the svg rendering and test that outside of the app in a hosted browser. have a problem with gwtunit, how

Re: Help to find only clickable panel except focuspanel

2010-05-31 Thread Stefan Bachert
Hi Deepak, I tried your corrected code (I use g: instead of gwt, gwr). However, no input are is created. I am using FF. May this is a workaround for other browser. Did you checked the issues? -- container.getElement().getChild(container.getTabIndex()).removeFromParent(); Please

Help to find only clickable panel except focuspanel

2010-05-29 Thread Deepak Bammi
Hi All, I need a panel which is clickable.I found focuspanel but it has one drawback in my case that it automatically embeds the input box which causes a problem for me. Please share to access the input box in the focus panel or to find the clickable panel. Thanks, Dev -- You received this

Re: Help to find only clickable panel except focuspanel

2010-05-29 Thread Stefan Bachert
Hi Deepak, I use focusPanel with a ClickHandler for the tab of an own TabPanel. I don't understand what your problem is? Did you also added a textbox into the focus panel? Or do you call the focus marquise as input box? When yes, remove the attribute tabIndex. (getElement().removeArribute())

Re: Help to find only clickable panel except focuspanel

2010-05-29 Thread Deepak Bammi
Hi Stefan, Thanks for your response. I'm using focuspanel to create a simple div element which is clickable so that i can embed any widget. e.g Using UiBinder. gwt:FocusPanel gwt:FlowPanel // Widget. /gwr:FlowPanel /gwt:FocusPanel The above code creates two div element

GWT List box help

2010-05-27 Thread Pinzine
Hi, I am having issue with GWT List box. I want to move the selected item from one list box to other list box.After adding into the other listbox , i am removing from the source.But it is not working as expected. can you please let me know what needs to corrected in this code. Code:

Re: GWT List box help

2010-05-27 Thread kozura
You're incrementing i while removing items, so always skip checking an item right after one gets removed. You can just traverse the selected items directly: int i; while ((i = source.getSelectedItem()) = 0) ... On May 27, 1:31 am, Pinzine emailtomu...@gmail.com wrote: Hi, I am having issue

Re: I need help getting Objectify to work with GWT

2010-05-26 Thread Mike
Michael, Objectify has a great group as well, and several people are willing to help there as well (including the creator). Likely, you haven't actually added the objectify jar to your build path. There's a few way you can try to fix this: 1) Use the intellisense of Eclipse on the term

Re: I need help getting Objectify to work with GWT

2010-05-26 Thread Michael
Thanks, that solved the problem. I didn't know about the objectify group, I am going to check it out. Thanks agian, Michael On May 26, 9:35 am, Mike m...@sheridan-net.us wrote: Michael, Objectify has a great group as well, and several people are willing to help there as well (including

I need help getting Objectify to work with GWT

2010-05-25 Thread Michael
I am using GWT +GAE for my current project. I am doing all of the coding in eclipse. I want to add objectify to communicate with the datastore and to use the POJO that I use for the datastore/objectify as objects passed back via RPC as described here:

Re: help with serialization

2010-05-24 Thread Gursel Koca
gwt.example.util.Pair p should be transient.. GWT serialization is similar to Java serialization. Gwt serializer try to serialize every non transient , final fields. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: help with serialization

2010-05-24 Thread Robert J. Carr
Hi Gursel- Thanks for the response, but I don't *want* Pair to serialize. And just marking it as transient doesn't fix the problem. The Pair class is out of the gwt package, and therefore, the gwt compiler can't even see it. Sorry if this doesn't make sense. On Mon, May 24, 2010 at 5:45 AM,

Re: help with serialization

2010-05-24 Thread Sky
of a class. Is this what you mean by GWT not seeing a type? In this situation a type may very well not be compiled into javascript, but I would still think that making Pair transient would have to solve the problem. All that said, I am obviously not of any help, but I am interested and want

Help deploying my GWT- wep application in an OAS

2010-05-24 Thread Lucas Rios
Source) If anybody can help me... thanks a lot Lucas Ríos -- 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

help with serialization

2010-05-22 Thread rjcarr
I have a really old GWT project and I've been using GWT for many years now, but I need a little guidance on how this works. I have a serializable data structure (DTO) that I've been passing via rpc and it's been working great. However, there are a number of things I'd like to keep in this data

Re: Help integrating GWT with existing Eclipse J2EE Tomcat project

2010-05-21 Thread José González Gómez
://127.0.0.1:8080/TestGWT.html?gwt.codesvr=127.0.0.1:9997 in my browser, which returned... Plugin failed to connect to hosted mode server at 127.0.0.1:9997 (I tried changing 127.0.0.01 to localhost, which did not help.) At this point I thought I would simply compile to Javascript and test that way. I

Re: Help integrating GWT with existing Eclipse J2EE Tomcat project

2010-05-21 Thread Miguel Méndez
returned... Plugin failed to connect to hosted mode server at 127.0.0.1:9997 (I tried changing 127.0.0.01 to localhost, which did not help.) At this point I thought I would simply compile to Javascript and test that way. I right clicked the project Google GWT Compile. I get

Need some help reviewing a book

2010-05-20 Thread Robert Hanson
I haven't posted here in a while, but I need some help. A few of us (Ian Bambury, Chris Ramsdale, Adam Tacy, and me) are working on a book for Manning, and we are a bit short on reviewers. So there is anyone interested in doing a book review, we could use the help. The amount of experience

Re: Need some help reviewing a book

2010-05-20 Thread mikedshaf...@gmail.com
Just sent the email. I'm all in! On May 20, 8:43 am, Robert Hanson iamroberthan...@gmail.com wrote: I haven't posted here in a while, but I need some help. A few of us (Ian Bambury, Chris Ramsdale, Adam Tacy, and me) are working on a book for Manning, and we are a bit short on reviewers.  So

Help integrating GWT with existing Eclipse J2EE Tomcat project

2010-05-20 Thread randy
and noted that the WAR/testgwt directory was created/ I then tried to hit http://127.0.0.1:8080/TestGWT.html?gwt.codesvr=127.0.0.1:9997 in my browser, which returned... Plugin failed to connect to hosted mode server at 127.0.0.1:9997 (I tried changing 127.0.0.01 to localhost, which did not help

Help integrating GWT with existing Eclipse J2EE Tomcat project

2010-05-20 Thread randy
and noted that the WAR/testgwt directory was created/ I then tried to hit http://127.0.0.1:8080/TestGWT.html?gwt.codesvr=127.0.0.1:9997 in my browser, which returned... Plugin failed to connect to hosted mode server at 127.0.0.1:9997 (I tried changing 127.0.0.01 to localhost, which did not help

Help with DatePicker

2010-05-20 Thread Pedro Perez
Hello everyone, I am using GWT 2.0 and having trouble with the DatePicker. There is a lot of conflicting information on the web about the GWT DatePicker object, and I suspect most of it was written for GWT 1.6. I am trying to implement a simple DatePicker (I was thinking something along the

Data Presentation Widgets Help

2010-05-20 Thread licht...@gmail.com
Anyone know where to find the sources, examples, docs to the new Data Presentation Widgets? -- 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 for sending e-mail using rpc / gwt

2010-05-12 Thread abhiram wuntakal
side, then I would advise using a Vo rather than a String parameter alone. Hope this helps.. Let me know if u need any other help. No matter how silly.. (I have asked sillier doubts when I had started understanding GWT, he he) Regards, Abhi On Tue, May 11, 2010 at 10:32 PM, Felipe Guarda

Re: Jasper Help

2010-05-12 Thread bhargava
this on Server.I am having RPC calls to get this method to work when a button is clicked. Can you please help me how to work on this.(That is to integrate Jasper reports with GWT). I would highly appreciate any explanation with some code as i am just a beginner. Thanks -- You

Running GWT with -noserver and weblogic. Can anyone help?

2010-05-12 Thread arkady
Hey folks, I have a weblogic server running with my application, something I deploy and launch outside of eclipse. It is running on localhost:7001/myApp Inside Eclipse, I would like to launch the GWT component such that I can debug the client side code AND see immediate changes without the need

Help: Cannot connect to virtula machine

2010-05-12 Thread Raluca Moraru
AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690] It is just a standard new goolge project with no modifications whatsowever. Could you please help? Thanks a lot!! -- You received this message because you are subscribed to the Google Groups Google

GWT, SmartGWT, Google Visualization Help

2010-05-12 Thread Matt
I'm trying to draw a Google Column Chart into SmartGWT draggable window. I can draw the chart correctly. I can draw the window correctly. I am just having trouble drawing the chart into the window. Does anyone have any examples or tutorials of doing this? Thanks! -m -- You received this

Re: Running GWT with -noserver and weblogic. Can anyone help?

2010-05-12 Thread Sripathi Krishnan
Your startup url should have the url parameter gwt.codesvr=127.0.0.1:9997. Thats the magic parameter that kicks in the GWT browser plugin which in turn evaluates java byte code. --Sri On 12 May 2010 01:43, arkady arkad...@gmail.com wrote: Hey folks, I have a weblogic server running with my

Re: GWT, SmartGWT, Google Visualization Help

2010-05-12 Thread Matt
I've solved my problem but am wondering if anyone else is doing similar development.. On May 12, 2:10 pm, Matt ima...@gmail.com wrote: I'm trying to draw a Google Column Chart into SmartGWT draggable window.  I can draw the chart correctly.  I can draw the window correctly.  I am just having

Re: help for sending e-mail using rpc / gwt

2010-05-11 Thread Felipe Guarda
but what about the implementation of the RPC, you could help me? thanks On May 10, 2:06 am, abhiram wuntakal abhir...@gmail.com wrote: Hi Felipe,   This block of code would help you send an email from the application. The trick basically is to get the textual data from the client side

Re: help for sending e-mail using rpc / gwt

2010-05-11 Thread abhiram wuntakal
question. Regards, Abhi On Tue, May 11, 2010 at 6:48 PM, Felipe Guarda felip...@gmail.com wrote: but what about the implementation of the RPC, you could help me? thanks On May 10, 2:06 am, abhiram wuntakal abhir...@gmail.com wrote: Hi Felipe, This block of code would help you send an email

Re: help for sending e-mail using rpc / gwt

2010-05-11 Thread Felipe Guarda
: but what about the implementation of the RPC, you could help me? thanks On May 10, 2:06 am, abhiram wuntakal abhir...@gmail.com wrote: Hi Felipe,   This block of code would help you send an email from the application. The trick basically is to get the textual data from the client side

Re: help for sending e-mail using rpc / gwt

2010-05-11 Thread kozura
/DevGuideServerCommunication.html The xxxService and xxxServiceAsync are interfaces, which you implement on the server side (xxxService) and call on the client side (xxxServiceAsync), as shown in those examples. Not going to write your application for you...but certainly willing to help you out

Re: Jasper Help

2010-05-10 Thread Tiago A. Silva
, getConnection()); JasperExportManager.exportReportToHtmlFile(jasperPrint, reportDest); JasperViewer.viewReport(jasperPrint); but i always get Error.I am implementing this on Server.I am having RPC calls to get this method to work when a button is clicked. Can you please help

help for sending e-mail using rpc / gwt

2010-05-09 Thread Felipe Guarda
I'm trying to learn how to send emails using gwt/rpc but I have difficulties. Someone could send me a simple example that shows the implementation of the code on the client and server? tks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: help for sending e-mail using rpc / gwt

2010-05-09 Thread abhiram wuntakal
Hi Felipe, This block of code would help you send an email from the application. The trick basically is to get the textual data from the client side and pass it to the server side and then use this piece of code to send the email. This is actually with the file attachment feature even

Re: help for sending e-mail using rpc / gwt

2010-05-09 Thread Manuel Carrasco Moñino
abhir...@gmail.com wrote: Hi Felipe,   This block of code would help you send an email from the application. The trick basically is to get the textual data from the client side and pass it to the server side and then use this piece of code to send the email. This is actually with the file

Jasper Help

2010-05-08 Thread bhargava
()); JasperExportManager.exportReportToHtmlFile(jasperPrint, reportDest); JasperViewer.viewReport(jasperPrint); but i always get Error.I am implementing this on Server.I am having RPC calls to get this method to work when a button is clicked. Can you please help me how to work

Re: SmartGWT SimpleCalendar widget help

2010-05-07 Thread R Naveenshankar
=endDate.getHours(); endminsofhour=endDate.getMinutes(); Window.alert(enddate ::+endDate); Now I have an other question Scenario is : When a user creates a new event and refreshes the page I require the event to stay.. can anyone help me on this.. Regards naveen -- You received this message because you

SmartGWT SimpleCalendar widget help

2010-05-06 Thread Naveen
Let me explain my requirements. I am working on an appointment scheduling project which is totally on struts frame work. We have a daily view page of appointments were in i am planing to use GWT simple calendar widget. Now I have successfully worked out how to deploy this into tomcat using the

Re: SmartGWT SimpleCalendar widget help

2010-05-06 Thread Sanjiv Jivan
Try calendar.addEventClickHandler(..) and call CalendarEventClick.getEvent() to obtain the CalendarEvent instance. In the future please post Smart GWT related questions on the Smart GWT forum : http://forums.smartclient.com/forumdisplay.php?f=14 Thanks, Sanjiv On Thu, May 6, 2010 at 4:14 AM,

Please can anyone help me (urgent)

2010-05-04 Thread samounas
i want to retrieve the value writed in the textBoxItem .Because i want to put it in the value of the criteria .like this: new criteria(field,value). please can u tell me how can i retrieve this value. -- You received this message because you are subscribed to the Google Groups Google Web

Re: Please can anyone help me (urgent)

2010-05-04 Thread samounas
Can u help me please. On 4 mai, 15:16, samounas elmokhtari.as...@gmail.com wrote: i want to retrieve the value writed in the textBoxItem .Because i want to put it in the value of the criteria .like this: new criteria(field,value). please can u tell me how can i retrieve this value. -- You

Re: Please can anyone help me (urgent)

2010-05-04 Thread rudolf michael
textBoxItem.getValue()?? have you tried this taking into account that textBoxItem is an instance of TextBox On Tue, May 4, 2010 at 6:21 PM, samounas elmokhtari.as...@gmail.com wrote: Can u help me please. On 4 mai, 15:16, samounas elmokhtari.as...@gmail.com wrote: i want to retrieve

Re: Please can anyone help me (urgent)

2010-05-04 Thread fomba collins
use the method getValue()       --- On Tue, 5/4/10, samounas elmokhtari.as...@gmail.com wrote: From: samounas elmokhtari.as...@gmail.com Subject: Re: Please can anyone help me (urgent) To: Google Web Toolkit google-web-toolkit@googlegroups.com Date: Tuesday, May 4

Re: Please can anyone help me (urgent)

2010-05-04 Thread samounas
) } ); Can u help me please? On 4 mai, 15:30, rudolf michael roud...@gmail.com wrote: textBoxItem.getValue()?? have you tried this taking into account that textBoxItem is an instance of TextBox On Tue, May 4, 2010 at 6:21 PM, samounas elmokhtari.as...@gmail.com wrote: Can u help me please

Re: Please can anyone help me (urgent)

2010-05-04 Thread rudolf michael
) { osiValuesManager.fetchData(new Criteria(numRequest,(String) numRequestItem.getValue())); //numRequestItem.getValueField() }//new Criteria(String field, String value) } ); Can u help me please? On 4 mai, 15:30, rudolf michael roud

Re: Please can anyone help me (urgent)

2010-05-04 Thread rudolf michael
() }//new Criteria(String field, String value) } ); Can u help me please? On 4 mai, 15:30, rudolf michael roud...@gmail.com wrote: textBoxItem.getValue()?? have you tried this taking into account that textBoxItem is an instance of TextBox On Tue, May 4, 2010 at 6:21 PM

Re: Please can anyone help me (urgent)

2010-05-04 Thread fomba collins
if self is your TextField instance, then use: self.getValue(); and not sel.getValue      --- On Tue, 5/4/10, samounas elmokhtari.as...@gmail.com wrote: From: samounas elmokhtari.as...@gmail.com Subject: Re: Please can anyone help me (urgent) To: Google Web Toolkit

Re: Please can anyone help me (urgent)

2010-05-04 Thread samounas
another solution? On 4 mai, 15:30, rudolf michael roud...@gmail.com wrote: textBoxItem.getValue()?? have you tried this taking into account that textBoxItem is an instance of TextBox On Tue, May 4, 2010 at 6:21 PM, samounas elmokhtari.as...@gmail.com wrote: Can u help me please. On 4 mai, 15

Re: Please can anyone help me (urgent)

2010-05-04 Thread zinkronz network
page. its clear all my website and just show this banner. if i just put at the html pages... like main.html , the banner is work well help me buzz -- 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

help with jsni

2010-05-03 Thread rjcarr
I've recently began using a javascript library that is based on (requires) jquery so I'll be needing to write a lot more JSNI than I have in the past. I've actually got jquery working with jsni without too much trouble, but now I'm having problems with data types. I struggled quite a bit getting

Re: help with jsni

2010-05-03 Thread Sripathi Krishnan
Have you tried using Javascript Overlays? See this page - http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsOverlay.html It allows you to pass objects back and forth, including JsArray. It has an example of JsArrayCustomer that you could peruse. --Sri On 3 May 2010 12:09, rjcarr

Re: help with jsni

2010-05-03 Thread Robert J. Carr
Hi Sri- That's a great reference, thanks, but it is effectively what I'm already doing (just encapsulating it better). I think my point is, in the example they gave: class JsArrayE extends JavaScriptObject extends JavaScriptObject { ... } I feel this should be part of the standard library.

Re: help with jsni

2010-05-03 Thread Robert J. Carr
Ah ... spoke too soon. You'll see in the collections examples the constructors are still protected, i.e., they still need to be created by the underlying javascript (which is sketchy). Anyway, it seems if I encapsulate all of the creation and manipulation of the array it will be transparent, I'm

Re: help with jsni

2010-05-03 Thread Sripathi Krishnan
You'll see in the collections examples the constructors are still protected, i.e., they still need to be created by the underlying javascript (which is sketchy). You could also write it like this // Return the whole JSON array, as is private final native JsArrayCustomer getCustomers()

Re: help with jsni

2010-05-03 Thread Thomas Broyer
On May 3, 9:30 am, Robert J. Carr rjc...@gmail.com wrote: Ah ... spoke too soon.  You'll see in the collections examples the constructors are still protected, i.e., they still need to be created by the underlying javascript (which is sketchy). JsArrayString listOfStrings =

Re: help with jsni

2010-05-03 Thread Robert J. Carr
Thanks for the pointer, clearly I didn't know that existed or I wouldn't have made the standard library comment. On Mon, May 3, 2010 at 1:50 AM, Thomas Broyer t.bro...@gmail.com wrote: On May 3, 9:30 am, Robert J. Carr rjc...@gmail.com wrote: Ah ... spoke too soon.  You'll see in the

Google GXT ListView, please help me

2010-04-30 Thread sridevi macherla
Hi, Can anyone please provide an example for Grid as List using ListView (GXT Component)? Please help me in this regard thanks Swaroop -- 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

Re: FileUpload help! NoClassDefFoundError org.apache.commons.fileupload.disk.DiskFileItem

2010-04-29 Thread Manuel Carrasco Moñino
The message is clear, you don't have commons-fileupload-1.2.jar in your classpath. -Manolo On Tue, Apr 27, 2010 at 5:58 PM, DeliveryNinja noble1...@googlemail.com wrote: I've recently been building some blogging software just to brush up on my skills and I wanted to add file upload to new

FileUpload help! NoClassDefFoundError org.apache.commons.fileupload.disk.DiskFileItem

2010-04-28 Thread DeliveryNinja
I've recently been building some blogging software just to brush up on my skills and I wanted to add file upload to new posts. I created a servlet which will get the post request from the file upload box. What happens then is I get the following stack trace java.lang.NoClassDefFoundError: Could

Re: FileUpload help! NoClassDefFoundError org.apache.commons.fileupload.disk.DiskFileItem

2010-04-28 Thread Sripathi Krishnan
Do you have Google App Engine enabled? If so, please disable it in your project preferences. GAE does not allow you to write to the disk or open socket connections. --Sri On 27 April 2010 21:28, DeliveryNinja noble1...@googlemail.com wrote: I've recently been building some blogging software

Use external jar files in gwt web application--error-help--

2010-04-26 Thread balbayrak
/3.6.3' at 127.0.0.1:53236 can someone help me pls?i need to help very much i tried to write my owner java files but i takes about java.net.URL should i find all files of .java -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Use external jar files in gwt web application--error-help--

2010-04-26 Thread balbayrak
/3.6.3' at 127.0.0.1:53236 can someone help me pls?i need to help very much i tried to write my owner java files but i takes about java.net.URL should i find all files of .java -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: Use external jar files in gwt web application--error-help--

2010-04-26 Thread kozura
may not be adding its source path entries properly     16:56:15.514 [ERROR] [dene6] Failed to load module 'dene6' from user agent 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv: 1.9.2.3) Gecko/20100401 Firefox/3.6.3' at 127.0.0.1:53236 can someone help me pls?i need to help very much i

help with unwanted cookies

2010-04-23 Thread aalift
dont know how or why or even where there at but when i load my web page a bunch of unwanted french cookies show up? -- 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 me in understanding Binding Concept

2010-04-20 Thread sridevi macherla
Binding (http://code.google.com/ webtoolkit/doc/1.6/FAQ_Client.html#Deferred_Binding), or Beans Binding (https://beansbinding.dev.java.net/) They are two very different concepts. On Apr 19, 4:26 am, sridevi macherla sridevimache...@gmail.com wrote: Hi All, Can some one please help me

Re: Help me in understanding Binding Concept

2010-04-20 Thread Jan Ehrhardt
), or Beans Binding (https://beansbinding.dev.java.net/) They are two very different concepts. On Apr 19, 4:26 am, sridevi macherla sridevimache...@gmail.com wrote: Hi All, Can some one please help me in understanding the concept of Binding and how is it related to GWT. Please provide

Help me in understanding Binding Concept

2010-04-19 Thread sridevi macherla
Hi All, Can some one please help me in understanding the concept of Binding and how is it related to GWT. Please provide me some links in this regard. and why is it required what are differnt types of binding. Thanks Sri -- You received this message because you are subscribed to the Google

Re: Help me in understanding Binding Concept

2010-04-19 Thread Nathan Wells
some one please help me in understanding the concept of Binding and how is it related to GWT. Please provide me some links in this regard. and why is it required  what are differnt types of binding. Thanks Sri -- You received this message because you are subscribed to the Google Groups

Help with new application GWT JAVA

2010-04-16 Thread ricca82it
Hi boy, I have one problem, i have to do an application in gwt + java that connect to one db mysql and when one user is log on i have to show some features. I have one problem which the GUI. How i can design it? Which editor i can use for it? Excuse my bad english Thanks to all -- You

Help for ASP.Net Developer to migrate to GWT

2010-04-16 Thread drthink
I am developing a website and have a what might be relatively easy question for a GWT native. The question surrounds how to create and initialise objects within GWT. I am a former ASP.Net developer so my questions are along the lines of how I do something I would have previously done in that

Re: Help for ASP.Net Developer to migrate to GWT

2010-04-16 Thread drthink
Well I think I may be able to answer my own question: As part of the GWT SDK there are some demo applications which show off the features of the GWT product (http://code.google.com/webtoolkit/ examples/). One of these applications, the showcase application, matches the complexity I am looking

Re: Help with DockPanelLayout and UIBinder - Not able to bind field names

2010-04-15 Thread Brian Reilly
(this));         } } And this is what I do in EntryPoint: Application app = new Application(); RootLayoutPanel.get().add(app); I dont get the labels - center, header and footer in the page. On debugging I found that output generated by createAndBindUI contains empty divs (while the inner html is expected). Any help

Help with DockPanelLayout and UIBinder - Not able to bind field names

2010-04-14 Thread amjedonline
: Application app = new Application(); RootLayoutPanel.get().add(app); I dont get the labels - center, header and footer in the page. On debugging I found that output generated by createAndBindUI contains empty divs (while the inner html is expected). Any help in this regard will be appreciated

Re: Unresponsive Script Warning - Need help on Incremental Command

2010-04-13 Thread abickford
To clarify, are you getting to your 'onSuccess()' of your callback? It could be the case that GWT can't deserialize the objects and there isn't much you can do about it except grab your data in smaller chunks. The deRpc may help but it has it's own issues, large payloads in FireFox throw

Unresponsive Script Warning - Need help on Incremental Command

2010-04-12 Thread Anand Mohan Singh
for it and I don't know how to proceed further with it.Hence, if possible can someone help me by explaining how 'Incremental Command' works and how to use it (If possible any comprehensive tutorials). I have already tried to implement on the line of the example given in the link below

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-04-06 Thread aish sundar
up my Foo* projects and upload them here, if it would help get you going. Keith On Mon, Apr 5, 2010 at 12:34 PM, aish sundar sunda...@gmail.com wrote: Hey Keith, I am seeing a couple of things off here. 1. after I start Tomcat, I do not see client folder under the war directory WAR

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-04-05 Thread aish sundar
Hey Keith, I am seeing a couple of things off here. 1. after I start Tomcat, I do not see client folder under the war directory WAR/WEB-INF/classes/com/foo/. I just see the server folder there. Do you know how to get the client there? I have added FooShared as a Java EE module dependency of

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-04-02 Thread Keith Platfoot
Hi aish, After you start Tomcat, see if the runtime WAR directory (the one specified with -war argument in your GWT launch configuration) has the GreetingService.class file under WAR/WEB-INF/classes/com/foo/client. If it's not there, that would explain the ClassNotFoundException. Then the only

Re: image help

2010-03-31 Thread Chris
:02 AM, Sripathi Krishnan sripathikrish...@gmail.com wrote: but if they can just right click it and Save Image As there isn't any point. Disabling right click is no solution. Its trivial to figure out the link of the image and then download it directly. Div overlays also won't help

Re: image help

2010-03-31 Thread Sripathi Krishnan
trivial to figure out the link of the image and then download it directly. Div overlays also won't help. As long as the user can see it, there is always going to be a way for him to download it. You should - - Only show a smaller size, low resolution image before the user

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-31 Thread aish sundar
Thanks Keith. The steps seemed a lot clearer now and I followed it to set uo my workspace exactly as yours. Now when I start the Tomcat server, launch the client in DEV mode and go to http://localhost:8080/TestWeb, everything loads up fine and I get to the client HTML page alright. However when I

Please help in Displaying SSRS Reports in GWT Application

2010-03-31 Thread Sagar Samag
is with the MS SSRS reports. The reports are on a separate server. We naturally are getting issues related to SOP. Can anyone help me by providing some information regarding how to do it? 1. How to write GWT code for retrieving data from MS SSRS? 2. How to display the received data? 3. How to use

image help

2010-03-29 Thread Chris
does anyone know if there is a way to disable someone from right clicking on an image and being able to save it? i am trying to make an application where people can purchase images but if they can just right click it and Save Image As there isn't any point. Any suggestions would be great.

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-29 Thread aish sundar
Eclipse. It will be great if any one of you can help out. Heres the scenario. 1) I have a separate GWT project I created using GWT plugin for Eclipse. Lets call it TestUI 2) I already have an existing web project within eclipse, called TestWeb, which runs on Tomcat6.0 3) Now I

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-29 Thread aish sundar
Eclipse. It will be great if any one of you can help out. Heres the scenario. 1) I have a separate GWT project I created using GWT plugin for Eclipse. Lets call it TestUI 2) I already have an existing web project within eclipse, called TestWeb, which runs on Tomcat6.0 3) Now I

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-29 Thread aish sundar
Eclipse. It will be great if any one of you can help out. Heres the scenario. 1) I have a separate GWT project I created using GWT plugin for Eclipse. Lets call it TestUI 2) I already have an existing web project within eclipse, called TestWeb, which runs on Tomcat6.0 3) Now I

Re: image help

2010-03-29 Thread Sudeep S
i am not sure if this is a right approach...how about placing a transparent div over the image. would that work. On Tue, Mar 30, 2010 at 12:22 AM, Chris thechris...@gmail.com wrote: does anyone know if there is a way to disable someone from right clicking on an image and being able to save it?

Re: image help

2010-03-29 Thread Sripathi Krishnan
but if they can just right click it and Save Image As there isn't any point. Disabling right click is no solution. Its trivial to figure out the link of the image and then download it directly. Div overlays also won't help. As long as the user can see it, there is always going to be a way

Re: image help

2010-03-29 Thread abhiram wuntakal
overlays also won't help. As long as the user can see it, there is always going to be a way for him to download it. You should - - Only show a smaller size, low resolution image before the user purchases it - Apply a watermark/logo on the free image, so that there isn't any merit

Problems GWT IE 6 Help...

2010-03-28 Thread Diego Gonzalez
is the standard declared for my client , all our applicactions got it works en IE6 ... Any ideas ??? .. Browser config maybe ???. remember , works perfect in Firefox and Chrome Any help is welcome. Tks guys.. -- You received this message because you are subscribed to the Google

Re: import java.io.File help

2010-03-26 Thread Thad
Write an RPC that gets the directory information, formats it as JSON or XML, and return that string to your client. In your client, display the information however it makes sense. Remember, in the ./client directory, you can't do anything that has no equivalent in HTML. On Mar 25, 6:38 pm,

Re: help integrating GWT project to an existing Web Project (on Tomcat) within Eclipse

2010-03-26 Thread Keith Platfoot
at 12:50 PM, aish sundar sunda...@gmail.com wrote: I am a newbie to GWT and have some integrating a GWT project to an existing web project running on Tomcat within Eclipse. It will be great if any one of you can help out. Heres the scenario. 1) I have a separate GWT project I created

Re: import java.io.File help

2010-03-26 Thread Chris
Thanks! On Mar 26, 9:23 am, Thad thad.humphr...@gmail.com wrote: Write an RPC that gets the directory information, formats it as JSON or XML, and return that string to your client.  In your client, display the information however it makes sense. Remember, in the ./client directory, you can't

<    6   7   8   9   10   11   12   13   14   15   >