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 module in the
middle of the page?

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, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



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.

--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Error HTTP 503 in Tomcat

2009-02-10 Thread jamer
 start
INFO: Jk running ID=0 time=0/18  config=null
10-feb-2009 16:18:18 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.
>
> > 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.
>
> Install a JDK 1.5 and compile with that. Java 1.6 has a new
> Class-Version and JREs of version 1.5 will fail to load classes
> compiled with Java 1.6. This should also be mentioned in the
> log-files I asked you to have a look into.
>
> Regards, Lothar
--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 schrieb:
>
> > It is the web.xml file
>
> > 
>
> Does it start that way? If yes, the xml- and doctype-declaration
> misses and you should add
>
> 
>  2.3//EN" "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";>
>
> >    
> >            FrontEndService
> >            proyect.server.FrontEndServiceImpl
> >    
> >    
> >            FrontEndService
> >            /FrontEndService
> >    
>
> There also misses the welcome-file-list, otherwise the server
> looks for (most likely) "index.html". You should add
>
>         
>                 FrontEndService.html
>         
>
> In addition to that you should have a look into the logfiles
> of the server. A 500-error means that something bad happened
> on the server side. Maybe the message in the browser is
> not the full truth and there is some problem reading resources
> of the web-application the server is only writing into the log
> and not telling the client.
>
> Regards, Lothar
--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 available. The bug appears
when entering the web.xml configuration file. If I delete the web.xml
I load the application and it is ok, but the call to server failed, it
is logical.

What happened?

It is the web.xml file



FrontEndService

proyect.server.FrontEndServiceImpl


FrontEndService
/FrontEndService


--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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?
--~--~-~--~~~---~--~~
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 email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 AM,jamer<[EMAIL PROTECTED]> wrote:
>
> > 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 VerticalPanel, I get a lot of space above and
> > below these Widget Why?
> > Pd: In GWT 1.4 I did this.
>
> > 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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 VerticalPanel, I get a lot of space above and
below these Widget Why?
Pd: In GWT 1.4 I did this.

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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 anything. To prevent this you must use the onMouseUp

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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Problem with GWT 1.5 and IE 7

2008-11-11 Thread jamer

It is a full application, and i can't use the scrolll bar of web
browser, or other button of IE 7

Thakn you

On 10 nov, 00:02, "Ian Bambury" <[EMAIL PROTECTED]> wrote:
> Not unless you have some code or an example or give more details.
> You realise that you have to 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 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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 this happen?

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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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: validateJarFile(/usr/local/tomcat/webapps/Meztuls/WEB-INF/lib/
gwt-user.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2.
Offending class: javax/servlet/Servlet.class

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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 can not use it because the class RemoteServiceServlet
that belongs to the library GWT-user.
What can I do?

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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 button's header
How do you it?

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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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-2008 10:52:08 org.apache.catalina.loader.WebappClassLoader
validateJarFile
INFO: validateJarFile(/usr/local/tomcat/webapps/Meztuls/WEB-INF/lib/
gwt-user.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2.
Offending class: javax/servlet/Servlet.class


What happened?

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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 = p.getProperty("DRIVER");
CONNECTION_URL = p.getProperty("CONEXION");
DB_USER = p.getProperty("DB_USER");
DB_PASSWORD=p.getProperty("DB_PASSWORD");

}
catch(Exception e){
System.out.println(e.toString());
}
and it is ok in hosted mode, but if i compile the application and hold
in apache tomcat it is not ok. Why?

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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Problem with mouseListener

2008-09-26 Thread jamer

I made it, and it not run ok

public class Campo extends Composite implements MouseListener {
private Button btnCerrar;
private FlexTable tablaPrincipal;
private VerticalPanel vp;
private Image imageCerrar;
private Button btnEditar;
private TextBox txbCampo;
private TextBox txbInfoCampo;
private HTML htmlCampo;
private HTML htmlInfoCampo;
private boolean editable = false;
private String nombreCampo;
private String valorCampo;
Campo(String nombreCampo,String valorCampo){
this.nombreCampo=nombreCampo;
this.valorCampo=valorCampo;
tablaPrincipal = new FlexTable();
imageCerrar = new Image("images/botones/x.png");
imageCerrar.addClickListener(new ClickListener(){
public void onClick(Widget sender){
setVisible(false);
}
});
tablaPrincipal.getFlexCellFormatter().setColSpan(0, 0, 2);
tablaPrincipal.setWidget(0, 0, imageCerrar);
tablaPrincipal.getFlexCellFormatter().setHorizontalAlignment(0, 
0,
HorizontalPanel.ALIGN_RIGHT);
btnEditar = new Button("Editar");
txbCampo = new TextBox();
htmlCampo = new HTML(""+nombreCampo+"");
htmlInfoCampo = new HTML("");
txbInfoCampo = new TextBox();
txbInfoCampo.setText(valorCampo);
tablaPrincipal.setWidget(1, 0, htmlCampo);
tablaPrincipal.setWidget(1, 1, txbInfoCampo);
tablaPrincipal.getFlexCellFormatter().setColSpan(2,0,2);
tablaPrincipal.setWidget(2,0,btnEditar);
tablaPrincipal.getFlexCellFormatter().setHorizontalAlignment(2, 
0,
HorizontalPanel.ALIGN_CENTER);
btnEditar.setStyleName("Meztuls-botonPeque");
txbInfoCampo.setStyleName("Meztuls-editable");
setWidget(tablaPrincipal);

}
public void onMouseDown(Widget sender, int x, int y) {
// TODO Auto-generated method stub

}

public void onMouseEnter(Widget sender) {
imageCerrar.setVisible(true);
}

public void onMouseLeave(Widget sender) {

imageCerrar.setVisible(false);

}

public void onMouseMove(Widget sender, int x, int y) {
// TODO Auto-generated method stub

}

public void onMouseUp(Widget sender, int x, int y) {
// TODO Auto-generated method stub

}

}

On 25 sep, 15:57, walden <[EMAIL PROTECTED]> wrote:
> What kind of widget?
>
> If you want to make a composite, you might use a FocusPanel as the
> outer container.  FocusPanel sources click, mouse and mouse wheel
> events, so you can add your listeners to that, and events from inner
> elements will bubble up.
>
> If you just want to instrument some arbitrary Widget with mouse
> events, then extend the Widget, sink the appropriate events when a
> listener gets attached (late-bound event 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
> > 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 group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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
> > This information it is write in the class, but if i want modify this
> > information i need recompile the application.
> > I want load this information from a file.
>
> You might use property-files and load them in with
> java.util.Properties. The servlet receiving the uploaded
> file can simply save it to the filesystem and calls the
> method that is called during starup to do a database-reconnect
> (loading in the files as property-file before).
>
> Again, what exactly do you want to know? In the list of used
> values you missed the driver-class, if you leave that away,
> you're fixed on one type of database only.
>
> Regards, Lothar
--~--~-~--~~~---~--~~
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Load DB information

2008-09-22 Thread jamer

Hi
In the server side i use Java. And i connect to DataBase with a
CONNECTION_URL, DB_USER and DB_PASSWORD
This information it is write in the class, but if i want modify this
information i need recompile the application.
I want load this information from a file.

On 22 sep, 16:39, Lothar 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 recompile the entire
> > program and only have to modify the file from which read the data.
>
> so what exactly is your question? How to upload files? There is
> a widget for your GUI. How you can process the upload-request?
> Depends on the technology you use on the server-side. For Java
> there are a couple of libraries you can use, e.g. the Common-
> library of Apache. How you can connect to a database using a
> config-file? Also depends on the technology used on the server-side.
>
> Regards, Lothar
--~--~-~--~~~---~--~~
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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!
--~--~-~--~~~---~--~~
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 violating their data.

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, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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, jcmorris <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Is it possible to render VRML using GWT widgets?  If not directly, is
> there a preferred workaround?  If VRML is "dead" as some claim
> OpenLazlo is better, what is the best way to integrate 2D and3D
> graphics in GWT apps?
>
> Cheers,
> jcm
--~--~-~--~~~---~--~~
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---