|
From: Gabriel J. <goj...@ya...> - 2007-07-30 14:56:27
|
Sorry I you already received this email, but I don't know if my email was received or not, since I
've been having problems trying to access the mailing list in sourceforge.
I am developing an application with a GUI (let's call that app, GUI-APP) that will launch other
Java applications (called DataCapture) on a Tablet PC running Microsoft Windows XP Tablet PC
Edition 2005, Service Pack 2. This application was installed as a Windows Service using the Java
Service Wrapper
The DataCapture applications was developed using AWT, and if it is run as a single applications,
with a batch file invoking the java command (i.e: java -classpath=D:\example\Hello.jar Hello)
there are no problems with the InputPanel, I can use every option.
But if the Application is called from the GUI-APP, the Input Panel starts to fail. I am using a
Exec procedure to call the application batch script, or on other tests, i decided to call the Main
method of the main class of the DataCapture application.
I tested to execute the GUI-APP application as a stand alone application, and it runs ok, no
problem with the Input Panel. The problem arises when this GUI-APP is executed as a service with
the Java Service Wrapper.
Anyone had a similar problem to that? or perhaps know what I can be doing wrong?
Thanks,
Gabriel Jurado - gojurado@ya...
____________________________________________________________________________________
¡Sé un mejor besador!
Compartí todo lo que sabés sobre besos.
http://ar.yahoo.com/promos/mejorbesador.html
|