GWT : Help with injecting HTML text in new browser window using

2012-01-11 Thread chintan
Hi All, I have written a JSNI code that takes HTML string as an input parameter and displays it in a new browser window. The code is working fine with firefox but for IE, I don't see the HTMLText getting displayed. can someone please share any insight with this issue or share any possible

GWT help

2011-04-29 Thread Jinal Shah
I am trying to access Box.net api in GWT. I want to know how do I send a request to it. Regards -- 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

GWT Help !!!

2010-10-21 Thread alexissua
Hello, Friends. Im developing a web application, and i need access to the information INSIDE a Web Site that it came as a result of a google search (this information could be for example a text field, or a name, or a price of some product inside this page) to save it, or manipulate it, later.

Re: GWT Help !!!

2010-10-21 Thread ep
YES, with some workarounds due to XSS On 21 Okt., 05:42, alexissua alesca...@gmail.com wrote: Hello, Friends. Im developing a web application, and i need access to the information INSIDE a Web Site that it came as a result of  a google search (this information could be for example a text

GWT Help in NYC

2010-06-17 Thread David E.
I built a fairly large GWT app, it is a word processor of sorts, everything is FlexTable based. It has about 100+ class files. It's working pretty well, but I'm having issues that I'm having problems figuring out. I'm operating in a vacuum over here. There are no other programmers in my company

Re: smart gwt help

2009-12-21 Thread mariyan nenchev
Hi, it is not gwt matter. I assume you use some load balancer(i use apache) to manage your static content. You may tell the client's browser that once it download some image it never do it again(it is stored in the browser cache), This greatly improves application, especially if you are using

Re: smart gwt help

2009-12-20 Thread ben fenster
how can u use the cache option u suggested ? On Dec 18, 2:53 pm, mariyan nenchev nenchev.mari...@gmail.com wrote: In our host page specify what modules you want to use, unused images are not loaded(just make your war(static content folder) bigger). The problem is that smart gwt does not user

GWt HELP

2009-10-23 Thread Jignesh Prajapati
hi all, can anybody tell me how and where to download gwt plugin i dont hav internet. it is manualy download required. i m using eclipse 3.1 is plugin r work wid it ? pls help... -- Drj --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: GWt HELP

2009-10-23 Thread Thomas Broyer
On 23 oct, 15:18, Jignesh Prajapati jig4phys...@gmail.com wrote: hi all,  can anybody tell me how and where to download gwt plugin i dont hav internet. it is manualy download required. i  m using eclipse 3.1 is plugin r work wid it ? pls help...

Re: GWt HELP

2009-10-23 Thread Jignesh Prajapati
thanks bro. :-) version 3.1 not work ok... i need new download. On 10/23/09, Thomas Broyer t.bro...@gmail.com wrote: On 23 oct, 15:18, Jignesh Prajapati jig4phys...@gmail.com wrote: hi all,  can anybody tell me how and where to download gwt plugin i dont hav internet. it is manualy

Re: gwt help

2009-03-22 Thread Ian Bambury
Type GWT into Google. Click the first result. Read it. Ian http://examples.roughian.com 2009/3/22 sunrise jaladankisu...@gmail.com This is sunilkumar jaladanki.I am new to gwt plz help me --~--~-~--~~~---~--~~ You received this message because you are

GWT Help

2008-09-30 Thread vanitha saran
Hi all, i have a question. i am trying to building a registration page with Name and address(as an example). i have to store the data to a database. i am MYSQL database. how do i coneect database from GWT-eclipse platform. clearly 1.Name and address widgets are created using GWT. 2. data

Re: gwt help

2008-09-22 Thread Pavel Byles
Hi Stella, sorry for my late reply. Here's how you can do this really simply: 1. Create a new project 2. Edit your projectname.gwt.xml file and add: inherits name=com.google.gwt.http.HTTP/ inherits name=com.google.gwt.json.JSON / 3. Use the RequestBuilder to make a call to your python script.

Re: gwt help

2008-09-20 Thread Stella Jones
Hi Thanks Pavel and Dean I did go thru pgr article. Im clueless , need a way to write them, not getting has nobody used the architecture im using? please help guys Cheers stella jones --~--~-~--~~~---~--~~ You received this message because you are

Re: gwt help

2008-09-20 Thread Dean S. Jones
99.9% of the time, GWT RCP is used when you have Java on the server side. I don't know much about using Python on the server, but it seems to me that shoe-horning GWT RPC on top of a Python web layer would eventually be COUNTER PRODUCTIVE to the portability/reusability of the web layer. I would

Re: gwt help

2008-09-20 Thread ajay jetti
Hi Dean Thankx fo sharing info i have to follow the google app engine thing. it seems python is only lang supported for acheiving conversation with GAE so no option of a GWTrpc... Stella --~--~-~--~~~---~--~~ You received this message because you are

Re: gwt help

2008-09-20 Thread ajay jetti
Hey stella do u have any idea how to do it if u are using pythonthen are u using the same GAE funda as i am? Please reply .. Ajay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit

gwt help

2008-09-19 Thread [EMAIL PROTECTED]
hey guys im new to gwt , i have written 2 user interfaces that are actually login pages for user registration my backend is in python . i want to know about rpc's. how can i write code so that i can authenticate users to login Thanks in Advance Stella

Re: gwt help

2008-09-19 Thread ajay jetti
Thankx fo Replyn pavel But Can u plse provide a simple example / code or say a procedure of how to i can acheive that... !!! Stella --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: gwt help

2008-09-19 Thread ajay jetti
that mesage was cut short. Hey Stella... even im facing the same problem Have u figured it out? thanks and Regards Ajay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: gwt help

2008-09-19 Thread Dean S. Jones
you might start looking here: http://code.google.com/p/python-gwt-rpc/ On Sep 19, 8:39 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hey guys im new to gwt , i have written 2 user interfaces that are actually login pages for user registration my backend is in python . i want to know

GWT help and search functions

2008-09-11 Thread Christopher
Hello All I have a repository system software. I want to add a help and search module to it for users to know how to use the software. The UI is simple the left hand will contain the links and its corresponding contents will be displayed on the right hand side. My trouble is how can i add