shop in gwt

2009-08-25 Thread jamer
Hi group I would like to make a virtual store and have some questions Is it a good idea to do it all in GWT? Do I believe all as a single page or several? Do I believe in another programming language and use GWT for only specific widget? How can I do that when you click each option to load a modu

GWT and Accesebility

2009-04-06 Thread jamer
I'm making a website that I need to be accessible. I am designing this in JSP and I wonder if I can add any GWT Widget done with, so if you have Javascript enabled to load the page in GWT that no alternative load without Javascript. Thank you. --~--~-~--~~~---~--~

Re: Error HTTP 503 in Tomcat

2009-02-10 Thread jamer
org.apache.catalina.startup.Catalina start INFO: Server startup in 4384 ms What happened? Thank you!! On 5 feb, 13:20, Lothar Kimmeringer wrote: > jamer schrieb: > > > It is the gwt.xml > > What is in the gwt.xml? A correct quoting might avoid this > question in the future by the way. > > > I

Re: Error HTTP 503 in Tomcat

2009-02-05 Thread jamer
It is the gwt.xml In apache tomcat i use java 1.5 and i compile with java 1.6, because apache tomcat not running with java 1.6, and i don't understand it. Thank you On 5 feb, 09:23, Lothar Kimmeringer wrote: > jamer

Error HTTP 503 in Tomcat

2009-02-04 Thread jamer
Hello I developed an application using the library 1.4, but I have adapted to the 1.5 library, and in the hosted mode it is ok, the compile and there is no problem using the code above. The problem is that when deployed in apache tomcat I get the HTTP 503 ruling, saying that the application is not

Problem with apache tomcat

2009-01-09 Thread jamer
Hi group! I developed an application in GWT and when deployed in tomcat (Mac OS) I get the following breakdown. applicationDispatcher.allocateException=Except for booking space for servlet The same application to the deployment of Windows and Apache Tomcat is fine for me. Why might that be? --~

ClickListener and Image

2008-11-27 Thread jamer
I have an image that ClickListener I have a partner, and I would like to know how I can implement a method similar to the method click (), who have the Widget Button? Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

Re: Add a new row in a table dynamically!!!

2008-11-26 Thread jamer
You can use the widget FlexTable and their row can be HTML Javier Mejías --~--~-~--~~~---~--~~ 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@googlegrou

Re: Problem in GWT 1.5

2008-11-24 Thread jamer
I don't understand you If i don't use the CSS it is ok? On 22 nov, 16:32, "Arthur Kalmenson" <[EMAIL PROTECTED]> wrote: > Hijamer, > > You would probably do most of this with CSS > > -- > Arthur Kalmenson > > On Fri, Nov 21, 2008 at 4:39

Problem in GWT 1.5

2008-11-21 Thread jamer
Hi Group! In GWT 1.5, when I create an HTML to add an image, this appears descuadrada me, that is, I do not appear in line with the text. If I create a HorizontalPanel with a TextBox and a picture, the TextBox and the image does not appear to me square, and if that aligns with the options of Vert

Problem with GWT 1.5 and IE 7

2008-11-17 Thread jamer
Hello I write because I found that if you use a image as a button in GWT, and we associate a MouseListener, if you use the function onMouseDown, like a click, in IE 7, the application will not be able to click on any button browser, or use the scroll bar of it (not the browser application) or anyt

Re: Problem with GWT 1.5 and IE 7

2008-11-11 Thread jamer
program history actions in for yourself, do > you? > > Ian > > http://examples.roughian.com > > 2008/11/9 jamer <[EMAIL PROTECTED]> > > > > > Nobody can help me? > > > thank you! --~--~-~--~~~---~--~~ You received thi

Re: Problem with GWT 1.5 and IE 7

2008-11-09 Thread jamer
Nobody can help me? thank you! --~--~-~--~~~---~--~~ 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, sen

Problem with GWT 1.5 and IE 7

2008-11-07 Thread jamer
I have problems running an application in IE or Hosted Mode in Windows. When I am viewing the application in the IE I do not answer the buttons on the browser, that is, the application goes well, but I can not clicked for example in the browser's back button or scroll bar of your browser. Why can

Re: Problem with tomcat

2008-10-17 Thread jamer
It is the error of the log tomcat 06-oct-2008 10:52:08 org.apache.catalina.startup.HostConfig checkResources INFO: Repliegue (undeploy) de la aplicaci n web que tiene como trayectoria de contexto /Meztuls4 06-oct-2008 10:52:08 org.apache.catalina.loader.WebappClassLoader validateJarFile INFO: val

Problem with tomcat

2008-10-17 Thread jamer
Hi group! I'm having trouble deploying the application in the apache tomcat running under Linux. If the tomcat is under Windows I will be ok. Gives me a error related with the library GWT-user.jar. In this group told me try to use the library GWT-servlet.jar that has no licensing issues, but I c

DisclosurePanel

2008-10-14 Thread jamer
Hi group i create a Widget with a disclosurePanel, and this head it is a other widget with button. The problem is that when i press the button the disclosurepanel open or close, but i don't like it. I like that the disclosurepanel open or close only when the user click in the header not in the but

Re: Problem with tomcat

2008-10-14 Thread jamer
Ok, thank you But if i use the javax library?? Pd:My english so it is horrible Javier --~--~-~--~~~---~--~~ 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-Toolk

Problem with tomcat

2008-10-14 Thread jamer
Hi group I have a problem with apache tomcat. The log says that the problem is the gwt-user.jar, this is the message: 06-oct-2008 10:52:08 org.apache.catalina.startup.HostConfig checkResources INFO: Repliegue (undeploy) de la aplicaci�n web que tiene como trayectoria de contexto /Meztuls4 06-oct-

Problem load database connection information

2008-10-01 Thread jamer
Hi In the server side, in the class FuncionImpl.java i use this code: try{ FileInputStream f = new FileInputStream(fichero); p = new Properties(); p.load(f); f.close(); DRIVER =

Re: Problem with mouseListener

2008-09-26 Thread jamer
sinking is the model to > follow now), and override onBrowserEvent to look for and handle the > new events. > > Walden > > On Sep 25, 7:54 am,jamer<[EMAIL PROTECTED]> wrote: > > > Hi > > I want create a widget whith a mouselistener event, and it is not a > > ext

Problem with mouseListener

2008-09-25 Thread jamer
Hi I want create a widget whith a mouselistener event, and it is not a extends to DialogBox or Image How i can? Thank you!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this

Re: Load DB information

2008-09-22 Thread jamer
I don't know load the information of properties file. Thank you On 22 sep, 16:54, Lothar Kimmeringer <[EMAIL PROTECTED]> wrote: > jamer schrieb: > > > In the server side i use Java. And i connect to DataBase with a > > CONNECTION_URL, DB_USER and DB_PASSWORD > &

Re: Load DB information

2008-09-22 Thread jamer
Kimmeringer <[EMAIL PROTECTED]> wrote: > Hi, > > jamer schrieb: > > > > > I have an application with a BD, the connection information I would be > > able to upload from a file, so that when information is changed > > connection to the database does not have to reco

Load DB information

2008-09-22 Thread jamer
I have an application with a BD, the connection information I would be able to upload from a file, so that when information is changed connection to the database does not have to recompile the entire program and only have to modify the file from which read the data. Thank you! --~--~-~--

File browser

2008-09-15 Thread jamer
Hi! How can I make when they click on an image will open a browser address server-side I choose? Thank you!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: DecoratedTabPanel

2008-09-12 Thread jamer
Does Nobody can help me --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send e

DecoratedTabPanel

2008-09-12 Thread jamer
Hello I created a DecoratedTabPanel, within it have a VerticalPanel with several textbox. Knowing the index TabPanel in which I am, How can I access the textbox placed in him? Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

CSS in gwt 1.5

2008-09-09 Thread jamer
Hi group! If we use a widget in GWT 1.5, his style is one that has a default, but where is the CSS stylesheet which is written this way? Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Security in GWT

2008-09-08 Thread jamer
Hi I am making an application that requires authentication. To do so the user enters their login and password and are consulted in the database if it exists. If there comes into the system, but I would like to know that security mechanism would provide for closure when the meeting can not be viola

Re: Is GWT compatible with VRML? Best practice of 3D modeling inside GWT apps?

2008-08-31 Thread jamer
Hello I saw your old post and I wonder if you've managed to do something. I am interested in creating a world in 3D in any programming language that is then integrated with GWT. Do you know how to do it? It is very important, if I managed to help me do a big favour. A greeting On 5 jul, 05:39, j

3D interface

2008-08-29 Thread jamer
Hi group How do i create a 3d world to serve as the interface to an application made in GWT? Thank you Javier Mejías --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group,

X3D and GWT

2008-08-28 Thread jamer
Hi group Can I create a X3D interface and integrate with a GWT application? Thank you Javier Mejías --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Goog