Do you need GWT instructor

2009-10-08 Thread venki
Hi, This is venkat from India,A.P. I am working as a Sofware Engineer in Dimdim(www.dimdim.com). You can visit my application which is done in GWT (http://analytics.dimdim.com/analyticsui). Teaching is my passion.I can teach you through my company product only (web conferencing tool). It will

Re: Integrating GWT with JSP

2009-10-08 Thread venki
You have to use JSNI(Java Script Native Interface) which is provided by GWT. Using this you can able to access java script code of your jsp page. If you wish to send any data from your jsp to GWT module then export that variable in java script of your jsp page. In your module write one JSNI

Re: Opentip GWT integration

2009-10-02 Thread venki
I think it is not possible to use it.. I don't know about opentip but you are saying that it is a .js file right?? How can you specify those into your java code. It is better to search for any GWT related projects for adding tootip text to widgets... Try to use the following class to display

Re: Reading a file on the server

2009-09-12 Thread venki
U can do it in two ways. First approach 1) You can keep that string as an entry in I18N mechanism. I hope you know hw to use I18N in GWT. There you can find properties file. But you should remember that if you place that entry in this properties file. If you change the entry values then you have

Any GWT projects required

2009-09-12 Thread venki
Hi all, I have been working on GWT for last 8 months. I am aware of several GWT open source projects. If you have any projects to be done in GWT. Let me know i will do it and i will give the appropriate war to you on charge. --~--~-~--~~~---~--~~ You received

Re: Can it possible.. I need your ideas...

2009-09-09 Thread venki
to an Image Widget. On Sep 7, 11:37 am, venki pola.ve...@gmail.com wrote: We are able to image bundle localization. So based on locale the corresponding image bundle will be loaded right?? My question is.. Say i am having 1000 users to my site. At the time of registration i am allowing

Can it possible.. I need your ideas...

2009-09-07 Thread venki
We are able to image bundle localization. So based on locale the corresponding image bundle will be loaded right?? My question is.. Say i am having 1000 users to my site. At the time of registration i am allowing the users to upload their interested images to be shown after logged in. So here i

Re: ImageBundles and Image Path

2009-09-06 Thread venki
./images/your image name On Sep 6, 8:51 am, picosam pico...@gmail.com wrote: Hello, I have a folder named images in the same level as my WEB-INF folder in my project. What should I put in the @Resource tag in the ImageBudle method? It doesn't seem to find my image at all. Thank you,

Re: the Table screenshot in Widget Gallery...?

2009-09-06 Thread venki
that widget is HTMLTable. you can use flex table. nthing to worry On Sep 5, 8:04 pm, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: What widget is on the screenshot please?http://code.google.com/webtoolkit/doc/1.6/images/Table.png (shown

Re: Manual Compiling of Eclipse Project

2009-09-06 Thread venki
@java -Xms512M -Xmx512M -cp %~dp0\src;E:\codebase\DimDimCodeBase \v5.0\ThirdPartyPackages\gwt17\gwt-user.jar;E:\codebase\DimDimCodeBase \v5.0\ThirdPartyPackages\gwt17\gwt-dev-windows.jar com.google.gwt.dev.Compiler module name On Sep 5, 10:37 pm, Charlie codeboo...@gmail.com wrote: Hello I

Re: ImageBundles and Image Path

2009-09-06 Thread venki
or simply place images in your modules public path. For more details go through the following link http://code.google.com/p/google-web-toolkit/wiki/ImageBundleDesign On Sep 6, 8:51 am, picosam pico...@gmail.com wrote: Hello, I have a folder named images in the same level as my WEB-INF

Image Bundle

2009-09-04 Thread venki
Hi all, I want customizable image bundle. First let me explain my question. -- We have image bundle in gwt right.. what i want is.. In my project. There are are so many members registered. In user preferences i am putting the option to have his/her own images to be displayed after the user

Re: permission issue?

2009-09-04 Thread venki
You said that.. you put GWT stuff in site A and you are using those links from site B right?? I guess you are trying to do cross domain communication. Then browsers won't allow it. Probably this might be the reason. On Sep 4, 1:47 pm, Prashant Gupta nextprash...@gmail.com wrote: Hi, I have

Re: Hide pannel

2009-08-23 Thread venki
I too require the solution for this question. But i used HorizantleSplit panel in order to achieve some what... On Aug 22, 10:23 am, rasp roman.peregonc...@gmail.com wrote: Hi all! How can I create some hide-panel, like

Career suggestion needed

2009-08-23 Thread venki
Hi all.. I have been working on GWT for last 6 months. Any way i hope i am doing well . I am aware of Gwt related projects such as SmartGwt,GwtIncubator, GWT-widgets library like that. I got confidence on my self that i can deserve GWT.I will keep update GWT knowledge.In order to build my career

Re: No source code is available for ...

2009-08-22 Thread venki
There you are using Generator class in ur module right?? Go to API to find it's corresponding module XML file name. So that you can find it's module name and then inherit that module in ur module xml descriptor file. On Aug 5, 4:46 am, ent...@googlemail.com ent...@googlemail.com wrote: I am

Re: when should we use GWT RPC and HTTP mechanism to communicate to server

2009-08-21 Thread venki
 am, venki pola.ve...@gmail.com wrote: Thank you DaveS Ok cool instance... One more doubt Dave. I understand your example. Let us suppose my service is going to use by GWT client only. So in this case i can use either GWT RPC or HTTP. So i can do my application with out using RPC  also

Re: when should we use GWT RPC and HTTP mechanism to communicate to server

2009-08-21 Thread venki
easy to use RPC, but doesn't force you to do so. In our app we do both, but by far the majority of client/server comms is GWT RPC.   DaveS. On Aug 19, 1:43 pm, venki pola.ve...@gmail.com wrote: Thank you DaveS Ok cool instance... One more doubt Dave. I understand your example. Let us

Re: when should we use GWT RPC and HTTP mechanism to communicate to server

2009-08-19 Thread venki
.   Dave. On Aug 18, 5:56 pm, venki pola.ve...@gmail.com wrote: Hi to all, I am new to GWT. I read GWT communication with server tutorial. It provides various mechanisms to communicate with the server. Any way i know how to use GWT RPC and HTTP mechanism to communicate with server. I

when should we use GWT RPC and HTTP mechanism to communicate to server

2009-08-18 Thread venki
Hi to all, I am new to GWT. I read GWT communication with server tutorial. It provides various mechanisms to communicate with the server. Any way i know how to use GWT RPC and HTTP mechanism to communicate with server. I request all of you can you give perfect explanation to when should we use

Removing handlers with out HandlerRegistration

2009-07-30 Thread venki
In my project we are not maintaining corresponding HandlerRegistration objects to Handlers(i.e at the time of adding handlers). Can you please help me out how to remove handler from an widget, I am having only ClickHandler object rather than HandlerRegistration. Great thanks in advance

Removing handlers

2009-07-30 Thread venki
Hi.. Good After noon all of you.. I have migrated from GWT 1.5 to GWT 1.7. Every thing is fine but at one situation i am facing the problem is that... To remove a handler.. you are providing the facility from the corresponding HandlerRegistration#removeHandler(). My problem is:- In the