Re: Relative path to a txt files repository

2011-11-07 Thread Sabbia
Gracias Jeffrey ;) So, as I've understood, the best thing is to check if application is executing in production mode, and if not, use GWT.getServletContext().getRealPath(my_app), right? Thank you very much! Cheers!! On 7 nov, 14:59, Jeffrey Chimene jchim...@gmail.com wrote: On 11/6/2011 11:23

Re: Relative path to a txt files repository

2011-11-07 Thread Sabbia
Ok Jeffrey, it's all clear now! I thought there was a way to set the base url, but there is not, as you've said, I've to play with the GWT.isProdMode and get the base url. Thank you very much, you've been very, very helpful. Greetings!! P.S.: y buena suerte también para ti ;) On 8 nov, 02:57,

Relative path to a txt files repository

2011-11-06 Thread Sabbia
Hi everyone! I've developed a GWT-SmartGWT application using Eclipse. In this application, a Java class from the server side must read some txt files in a directory called Transcriptions. Working with Eclipse, I had no problem at all to access to this directory. I had located it under the WAR

Re: Problem with JSNI

2011-03-28 Thread Sabbia
whose list of array you want to collect. On Sun, Mar 27, 2011 at 9:35 PM, Sabbia maestrosa...@gmail.com wrote: Hello!! It's been days trying to solve my problem, but I've got a great mess in my head... The thing I wanna do is integrate DivXPlus Web Player plugin in my GWT project

Can't embed flowplayer in IE7 using 'Label.setContents'

2011-03-08 Thread Sabbia
Hi everybody! I'm really breaking my mind. First of all, I'm using GWT 2.2.0. I'm using Flowplayer to play videos in my web. In a first time, I had added the player and the video in the html file, in this way: script type=text/javascript src=prueba_web/

Re: Integrate another project on GWT

2010-01-31 Thread Sabbia
a GWT rpc service that calls your lucene search and then funnels the results back to the client. Good luck! On Jan 28, 10:03 am, Sabbia maestrosa...@gmail.com wrote: Hi there! I'm starting with GWT, and although it's not been too much difficult to do my first things, i've reached

Re: Integrate another project on GWT

2010-01-31 Thread Sabbia
say that the way of resolving it is moving any file into the server package, only disabling the App Engine... What do u think about that?? On 1 feb, 01:10, Sabbia maestrosa...@gmail.com wrote: Hey rjcarr!!! Thanks for ur answer! At the end, I found my problem: it was because of the Google App

Integrate another project on GWT

2010-01-29 Thread Sabbia
Hi there! I'm starting with GWT, and although it's not been too much difficult to do my first things, i've reached to something i can't solve. What i'm trying to do is something as simple as calling another programm by clicking a button. Deeply, in Eclipse, I have another project, based on