Re: Remove all rows from FlexTable

2013-07-02 Thread Narasimha Aditya Gollapudi
You could use myFlexTable.removeAllRows() On Thursday, 2 October 2008 00:55:15 UTC-7, hezjing wrote: Hi I'm populating a FlexTable using setText(row, column, text). Here is what I did to clear the entire contents of a FlexTable, int count = myFlexTable.getRowCount();

Want to create a business website

2012-10-26 Thread Aditya
I am new to web application world. I want to start with the creation of a webpage something for my business. Can I get some GWT code which will help me developing this webpage ? Thanks Aditya -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

starting up with GWT

2011-02-24 Thread aditya singh
as a Starter I want to Know how to start up with GWT. for initials small projects like Online Examination and other student applications. the GWT tutorial is not specifically helpful.As i want to dig the stuff out and learn in parallel course. -- You received this message because you are

Re: GWT webapp into an IFRAME

2011-02-02 Thread aditya sanas
hi, yeah ofcourse it will work i have implemented it in my projects but you might require to check browser compatibility for frame size and some minor changes but this works for sure. -- Aditya On Wed, Feb 2, 2011 at 9:20 PM, obesga obe...@gmail.com wrote: Hello I've done a GWT app which

Re: Db Connectivity

2010-12-09 Thread aditya sanas
these classes,GWT has provided server side where you can access these classes so make ur connection on the server side do processing and send result back to client. Async calls would be helpful in this case. -- Aditya On Fri, Dec 10, 2010 at 1:21 AM, Vindhya vin...@gmail.com wrote: Hello Friends

Re: Facing some problems after switching to GWT 2.1 from GWT 2.0.4

2010-12-03 Thread aditya sanas
tried one more new method that has been introduced in GWT 2.1 which getUnicodeCode() which gives 0 whenever i presses ENTER but this is not the right because i m getting 0 even when i m pressing any arrow key. how to figure this out...? -- Aditya On Fri, Dec 3, 2010 at 5:46 PM, dominic jansen

Facing some problems after switching to GWT 2.1 from GWT 2.0.4

2010-12-02 Thread Aditya
presses an ENTER key the code from 'if' condition gets executed but this does nt work in GWT 2.1 is there any other way to perform this validation to know user has striked ENTER or not...? Thanks, Aditya -- You received this message because you are subscribed to the Google Groups Google Web

Re: TabPanel tabs size are not same

2010-11-03 Thread aditya sanas
the verticalpanel inside that each tab must have fixed width and height as tab panel doesn't react in expected manner when we set its size in percentage so setSize of tabPanel and make that vertical panel in each tab of same size with fixed width and height. -- Aditya On Tue, Nov 2, 2010 at 5

Showing facebook like button using GWT code

2010-11-03 Thread Aditya
it work in chrome and IE too. regards, Aditya -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr

Re: communication between two frames

2010-10-19 Thread aditya sanas
. but whenever i try this using inner frame it doesn't work as it should be. so for guiding purpose if you can share a code snippet that might help me for better understand. And yes,we had thought of code splitting but we couldn't implemented it. thanks. -- Aditya On Mon, Oct 18, 2010 at 5:28 PM, ep

communication between two frames

2010-10-18 Thread Aditya
this works fine as it is opening a new window but i want to open a frame inside a same window which sends messages to parent window containing it. -- Aditya -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email

Re: communication between two frames

2010-10-18 Thread aditya sanas
. that is there is should be some kind of message passing between these two modules but i m finding it little difficult to do it as both are from different modules and so the objects in one module is not accessible to the other. -- Aditya On Mon, Oct 18, 2010 at 2:03 PM, ep eplisc...@googlemail.com wrote

Re: communication between two frames

2010-10-18 Thread aditya sanas
r suggesting ? -- Aditya On Mon, Oct 18, 2010 at 3:26 PM, ep eplisc...@googlemail.com wrote: actually, you could be using HandlerManager as an event bus between all your modules, but I guess you trying to treat each of your modules as separate gwt applications, each having an entry point

Re: problem with asynchronism

2010-10-15 Thread aditya sanas
One solution that i can suggest for this is keep that button in disable state until user fill up the form fields. and once all compulsory fields got filled properly make that button enable and will have seperate click handlers in that case. -- Aditya On Fri, Oct 15, 2010 at 3:32 PM, pepgrifell

Re: Refresh and back button not working

2010-10-15 Thread aditya sanas
provided by GWT. -- Aditya On Fri, Oct 15, 2010 at 1:02 PM, Vibhuti Gupta guptavibh...@gmail.comwrote: Hi When I refresh any page in my GWT application it loads the login page as the browser URL does not change. Also clicking back button of the browser loads the login page. I need a way to load

Re: GWT Designer available on Google GWT-Homepage :-)

2010-09-17 Thread aditya sanas
. Cheers to Google. -- Aditya On Fri, Sep 17, 2010 at 2:10 PM, AlexG alexander.gauss.ax...@googlemail.com wrote: Hi @ all, On the Google GWT homepage, I found the GWT-Designer, ready to download. I just want to inform you, that it seems to be available. It´s OpenSource now, so have fun trying

Re: GWT Designer available on Google GWT-Homepage :-)

2010-09-17 Thread aditya sanas
here is the link for the reference - http://code.google.com/webtoolkit/tools/gwtdesigner/features/gwt/smartgwt.html -- Aditya 2010/9/17 Jaroslav Záruba jaroslav.zar...@gmail.com Hopefully it will help making the out-of-the-box widget library a little bit richer. :) On Fri, Sep 17, 2010

Re: how to transmit an image over rpc?

2010-09-08 Thread aditya sanas
for /download will send the content for that file. this works as i have used same method in my projects. -- Aditya On Wed, Sep 8, 2010 at 4:42 PM, Magnus alpineblas...@googlemail.com wrote: Hi, what I am trying to do is a photo album. There is a directory structure on the server with an index.xml

Re: Powered by Google web toolkit

2010-09-04 Thread aditya sanas
why not its a opensource technology so go ahead -- Aditya On Sat, Sep 4, 2010 at 12:29 PM, Deepak Singh deepaksingh...@gmail.comwrote: Hi, Can i show 'Powered by google web toolkit' in an application developed by gwt ? Regards Deepak -- You received this message because you

Re: Applets in GWT/GAE

2010-09-03 Thread aditya sanas
It isnt that difficult The thing u will require to do is just write ur applet make it run in some other environment eg in netbeans and then have a code base of that and include that codebase under ur war folder and u r free to use ur applet into ur code using gwt. its just that simple. -- Aditya

Re: Browser related issue

2010-08-31 Thread aditya sanas
of Chrome try and debug project what exactly happening while loading modules. do you get any error messages while displaying page in chrome? -- Aditya On Tue, Aug 31, 2010 at 11:30 AM, sathya ayyanar sathyaayyanar1...@gmail.com wrote: On Mon, Aug 30, 2010 at 11:10 AM, aditya sanas 007aditya.b

Re: Use ScrollPanel inside the HorizontalPanel

2010-08-30 Thread aditya sanas
adjust the size of horizontal panel and then according to it adjust the size of scrolling panel... -- Aditya On Sat, Aug 28, 2010 at 9:33 AM, udayanga ranasinghe udayanga.u...@gmail.com wrote: Hi All, I try to put Scrollpanel into HorizontalPanel. The content in the scrollpanel is appear

Re: Dynamically changing an image on update

2010-08-30 Thread aditya sanas
http://code.google.com/p/gwtupload/ http://code.google.com/p/gwtupload/this might help you -- Aditya On Sat, Aug 28, 2010 at 12:56 PM, annuk annut...@hotmail.com wrote: hii i m new to GWT. I m developing an add/update screen with image upload in it. While updating a screen if i upload a new

Re: Use ScrollPanel inside the HorizontalPanel

2010-08-30 Thread aditya sanas
); -- Aditya On Mon, Aug 30, 2010 at 9:07 PM, udayanga ranasinghe udayanga.u...@gmail.com wrote: Hi Aditya; Thanks your reply. But it doesnt work. If you have tested code please send me as soon as possible. I'm in big trouble with this issue. Thanks again. On Mon, Aug 30, 2010 at 5:49 PM

Re: Browser related issue

2010-08-29 Thread aditya sanas
which version of IE are you using...? the problem you are facing here is with the styling of your page not the GWT issue so you have to include IE enabled css to counter this problem. -- Aditya On Mon, Aug 30, 2010 at 10:39 AM, sathya ayyanar sathyaayyanar1...@gmail.com wrote: I am using GWT

Re: click event in dialogbox

2010-08-26 Thread aditya sanas
yeah it is possible. you just need to create Anchor(String ) from GWT and register a onclick event for this anchor as Anchor.addClickHandler(); using this you will be able to bind onclick with the link you desired. -- Aditya On Thu, Aug 26, 2010 at 5:19 AM, emilioF tarr...@gmail.com wrote

Registering events with Custom widgets..

2010-08-24 Thread Aditya
not handle any event. Is there any mechanism which registers events for a widget.? -- Aditya -- 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-tool...@googlegroups.com. To unsubscribe from this group

how to handle mouseOver event for FlexTable

2010-08-18 Thread Aditya
Hi, I m trying to create a flextable which can handle mouseOver and mouseOut events.. I want to change the style of row which receives mouseOver and adds style accordingly. same for mouseOut.. Is anyone has implemented it...? Thank you. Regards, Aditya -- You received this message because

Re: how to handle mouseOver event for FlexTable

2010-08-18 Thread aditya sanas
hi, Okay.I understood how i will get notifications about events. will implement this flextable probably by this weekend as there are some other important task in the to do list has come up. will post if got stuck anywhere in the middle. Thank you for ur hints and suggestions -- Aditya

Re: How to integrate an open source web app into a GWT application

2010-08-18 Thread aditya sanas
content from WAR folder ) to the main project folder of the web server or application server I hope this will clear ur doubts ... -- Aditya On Wed, Aug 18, 2010 at 2:46 PM, Anita anapont...@gmail.com wrote: Hello Aditya! Thank you very much for you idea, but i can´t understand what you´re

Re: GWT serialization

2010-08-17 Thread aditya sanas
files. It wont be that difficult for you once you learn how to use these parsers. You will need external jar file jxl.jar -- Aditya On Tue, Aug 17, 2010 at 6:00 PM, Ciarán ciaran.mccann@gmail.com wrote: Hi, I am currently working on a GWT app that requires me to serializes an object

Re: How to integrate an open source web app into a GWT application

2010-08-17 Thread aditya sanas
that is modules will be copied to the webapps/project_name/content From War I hope this work. -- Aditya On Tue, Aug 17, 2010 at 12:38 PM, Anita anapont...@gmail.com wrote: Hello Suersh, With this solution, ¿How can i solve the problem of catching the events on one application and doing

showing all the elements from SuggestOracle in suggestionBox

2010-08-12 Thread Aditya
able to get list of suggestions in this response but i dnt knw what should i do next...? what should be done with this response how this will help me to populate suggestions...? Thank you. -- Aditya -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: Clicking HyperLink Twice or more...

2010-08-12 Thread aditya sanas
... -- Aditya On Thu, Aug 12, 2010 at 6:19 PM, Santosh kumar kopp@gmail.com wrote: Hi, I am using GWT HyperLinks in my Project, i want some clarification about these links. when i click on the link for the first time it works fine. Immediately when i click the same link its not working

Re: showing all the elements from SuggestOracle in suggestionBox

2010-08-12 Thread aditya sanas
the response. -- Aditya On Thu, Aug 12, 2010 at 5:50 PM, ctasada ctas...@gmail.com wrote: Hi Aditya, The problem is that you don't have direct access to the SuggestBox popup. If you want to see all the possible solutions you should extend the SuggestOracle and implement your own

Re: Incubator - GWTCanvas problems with image loading

2010-08-10 Thread aditya sanas
and figure out where exactly it is searching for that image and you have to debug it by yourself as this is an issue of putting files in right place and referring those by right urls. -- *Aditya On Tue, Aug 10, 2010 at 7:54 AM, Gal Dolber gal.dol...@gmail.com wrote: try this: String

Re: Incubator - GWTCanvas problems with image loading

2010-08-09 Thread aditya sanas
do you get any error message while doing this...? probably that might help you to track exactly where it is searching for googlecode.png. -- Aditya On Mon, Aug 9, 2010 at 2:44 PM, kstokes dada...@gmail.com wrote: I'm using Eclipse on Windows. I have added a GWTCanvas to the demo app

Re: How to integrate an open source web app into a GWT application

2010-08-09 Thread aditya sanas
hello, @anita : plz be specific with your requirement first of all and give some more information that which type of web app that you wished to integrate with GWT it is possible ofcourse but without giving complete information it is hard to explain wht you want... -- Aditya On Mon, Aug 9

Re: add mouse handlers for document body?

2010-08-09 Thread aditya sanas
components bt can be caught by this method. -- Aditya On Fri, Aug 6, 2010 at 6:51 PM, spierce7 spier...@gmail.com wrote: What do you mean by document body? You might want to look into a DOMHandler. That's how I got mouse move handlers to work on my grid. Grid's don't have an obvious method

Handling events generated by components added to the RichTextArea

2010-08-06 Thread Aditya
Hello, I m facing one problem where i have added image to the RichTextArea using img... onclick=hello();tag and i have specify which function should be called on click of that image which works absolutely fine if i add that image on HTML page. But whenever i clicked on the image which is inside

Re: i18n translations

2010-08-05 Thread aditya sanas
i can help u for marathi and hindi. -- Aditya On Thu, Aug 5, 2010 at 5:40 AM, igor mejia igorme...@gmail.com wrote: if you can i can help you with spanish 2010/8/4 ale aleee...@gmail.com Hi everybody, I'm finishing to develop a web application with GWT + GAE, and I want to publish

Re: GWT Rocks!

2010-07-30 Thread aditya sanas
In Marathi -- GWT lai bhari... -- Aditya On Fri, Jul 30, 2010 at 2:32 PM, Ignat Alexeyenko ignatalexeye...@gmail.com wrote: Hi. I'm developing a simple project with GWT (2.0.0) and Spring. Project is in early ALPHA stage. There is a login screen that sends request to a server (web

Re: TabPanel within TabPanel styling

2010-07-26 Thread aditya sanas
try to use setSyleName instead addStyleName -- Aditya On Sun, Jul 25, 2010 at 9:00 PM, mobilekid mobilek...@googlemail.comwrote: My app's layout consists of a TapPanel, which holds another TabPanel. I'd like to have the two TabPanels look differently. Following the GWT tutorial on applying

Re: Opening a file

2010-07-21 Thread aditya sanas
I think this must be a server side issue should not be posted here. -- Aditya On Wed, Jul 21, 2010 at 11:08 AM, rajan kochhar rajan_kochhar2...@yahoo.com wrote: I am trying to read an excel file as follows: public class LMSServiceImpl extends RemoteServiceServlet implements LMSService

Re: file upload set filter

2010-07-20 Thread aditya sanas
how to embed form input type=file name=pic id=pic accept=image/gif, image/jpeg / /form into gwt file upload...? -- Aditya On Wed, Jul 21, 2010 at 2:00 AM, lineman78 linema...@gmail.com wrote: http://www.w3schools.com/TAGS/att_input_accept.asp On Jul 20, 2:01 pm, Paachu binu...@gmail.com

Basic purpose of onEnsureDebugId

2010-07-15 Thread Aditya
hello, Can anyone has answer why is onEnsureDebugId() is used...? how does it helps while creating custom widgets. -- Aditya -- 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-tool

Re: Error: no html file found

2010-07-14 Thread aditya sanas
check for entries in web.xml if it is containing any mapping for the file which is not in existing... -- Aditya On Wed, Jul 14, 2010 at 5:15 PM, Pragya pragya1...@gmail.com wrote: Hi, I am new to GWT and am trying to build a simple RPC application to add two numbers. There is no other error

Unable to get classes from Cobogw

2010-07-07 Thread Aditya
compiler errors may have made this type unavailable [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly Anyone has solution for this...? Thanks, -- Aditya -- You received

Re: Unable to get classes from Cobogw

2010-07-07 Thread aditya sanas
Problem solved guys... i had to include following statement in my module inherits name='org.cobogw.gwt.user.User' / -- Aditya On Wed, Jul 7, 2010 at 11:37 AM, Aditya 007aditya.b...@gmail.com wrote: Hello, I m trying a demo application using jar provided by Cobogw I have downloaded

Re: the button and its infoLabel problem...

2010-07-07 Thread aditya sanas
Is that a RPC call for searching...? Please explain what are you doing actually for searching...? -- Aditya On Wed, Jul 7, 2010 at 1:52 PM, Shelley gsun...@gmail.com wrote: hello all: i came across a strange problem which seems quite simple: i have a button and a label on a panel

Re: How to get the row number of a flex table

2010-07-05 Thread aditya sanas
you can set buttons ID by the method getElement().setId(); you can set Id as row number and as whenever button get clicked you will have to check its id by getElement().getId() which is row number that we had set. -- Aditya On Mon, Jul 5, 2010 at 8:53 AM, Vik vik@gmail.com wrote: Hie

Re: TabPanel - 100% height for client widget?

2010-07-03 Thread aditya sanas
this will work. -- Aditya On Sat, Jul 3, 2010 at 7:09 PM, Magnus alpineblas...@googlemail.com wrote: In addition, it would set the wrong height! The height of the TabPanel (pnl) is ok, it covers 100 % of the available space. But the VerticalPanel p that I add as the client panel to one of the tab

Star rating widget using GWT

2010-07-03 Thread Aditya
hello, Is there any built in widget available in gwt which will allow us to rate? i have never come across such widget in gwt...? i didn't find any references to it. any help would be appreciated. thank you. -- You received this message because you are subscribed to the Google Groups

Re: how to make javascripts,static images and css cacheable...

2010-06-30 Thread aditya sanas
me know. -- Aditya 2010/6/29 André Moraes andr...@gmail.com All the code generated by GWT (css, javascript, images). Are cacheable by default, since the name of the resource is generated by the hash of the contents (i think it is CRC 32, but not sure). The best way to cache things is to let

how to make javascripts,static images and css cacheable...

2010-06-29 Thread Aditya
cacheable i have pure HTML pages i dont know how to make it cacheable. I have included meta tags in my pages but most of the browser doesn't support these meta tags. So what could be done in such situation...? -- Aditya -- You received this message because you are subscribed to the Google Groups

[ERROR] Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread Aditya
extra URL param application refuses to run. Any one has encountered this problem before if yes then please let me know. thank you -- Aditya -- 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-tool

Re: Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread aditya sanas
. but i didn;t found a single module referencing that deleted student.gwt.xml module...! -- Aditya On Mon, Jun 28, 2010 at 3:59 PM, andreas horst.andrea...@googlemail.comwrote: Did you remove all inherits tags in all other modules referencing Student.gwt.xml? It may be a module still

Re: Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread aditya sanas
@prashant : Can you please specify that file name which i should delete and exactly where it is located...? Thanks. -- Aditya On Mon, Jun 28, 2010 at 4:02 PM, Prashant nextprash...@gmail.com wrote: Delete old run configuration file. -- You received this message because you are subscribed

Re: Unable to find 'Student.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

2010-06-28 Thread aditya sanas
Problem resolved. I deleted files from Run configurations . -- Aditya On Mon, Jun 28, 2010 at 4:08 PM, aditya sanas 007aditya.b...@gmail.comwrote: @prashant : Can you please specify that file name which i should delete and exactly where it is located...? Thanks. -- Aditya On Mon

Re: Button look and feel

2010-06-26 Thread aditya sanas
or you can have your custom style for that button and attach it using setStyleName(stylename); this will solve your problem. -- Aditya On Sat, Jun 26, 2010 at 2:44 AM, Jim Douglas jdoug...@basis.com wrote: Chris -- PushButton is a styled DIV, but Button is a standard HTML button object

Re: VerticalPanel background-image

2010-06-25 Thread aditya sanas
for sure. background for vertical panel has not been tried yet if found any solution will post for sure. Cheers -- Aditya On Fri, Jun 25, 2010 at 7:23 PM, kais blah kais.b...@gmail.com wrote: Hi, Please how to set a background-image for VerticalPanel and the sub widgets of the VerticalPanel

Re: Question about gwt from a newbie.

2010-06-24 Thread aditya sanas
a call to the method of that interface which in turn will call method from WidgetA so Widget A got notification } I hope this will help you. -- Aditya On Thu, Jun 24, 2010 at 12:31 PM, Qian Qiao qian.q...@gmail.com wrote: On Thu, Jun 24, 2010 at 02:46, tank weakt...@gmail.com wrote: Assume i

Re: create table with the server response

2010-06-19 Thread aditya sanas
you can have asynchronous call and on success of this method u can draw up dialogbox in whichever way u want it. -- Aditya On Wed, Jun 16, 2010 at 5:58 AM, Luan luan.malakow...@gmail.com wrote: I would like to create a table with the server response. Example: Sending a name and age

Re: Problem with file upload

2010-06-16 Thread aditya sanas
try adding a statement upload.setName(your form name); after creation of object for FileUpload. -- Aditya On Wed, Jun 16, 2010 at 1:24 PM, balachandra maddina chandu2...@gmail.comwrote: Hi There, Im trying a file upload using the below code but on my server side no file items

implementing reCAPTCHA

2010-06-16 Thread Aditya
testing application on local machine? Thank you. -- Aditya -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web

Re: AsyncCallback - returning values to enclosing block

2010-06-16 Thread aditya sanas
LOL Thomas.[?] That was great example to determine async calls. anyway what you are saying is right. Its a bad design to have a method which returns something and then make async call which changes the state of some variable. -- Aditya On Wed, Jun 16, 2010 at 6:13 PM, Thomas Broyer t.bro

Re: FileUpload for Multiple selection

2010-06-15 Thread aditya sanas
traditional fileupload widget to new upload widget. Anyway do search for it and dont forget to post your reply if you find a solution for this. -- Aditya On Tue, Jun 15, 2010 at 4:15 AM, Bruno Lopes bruno.lourenco.lo...@gmail.com wrote: Hey, actually this does not do what I want... What

Developing wiki platform

2010-06-14 Thread Aditya
hi guys, I have developed a web application for education domain which can be used by schools,colleges and universities. We are having GWT on client side which works absolutely fine and has helped to design fancy UI in small period of time. now we have decided to move further by

Re: FileUpload for Multiple selection

2010-06-13 Thread aditya sanas
http://code.google.com/p/gwtupload/ http://code.google.com/p/gwtupload/this will help you probably. -- Aditya On Sun, Jun 13, 2010 at 10:35 PM, Bruno Lopes bruno.lourenco.lo...@gmail.com wrote: How to create a Multiple file selection for upload using ? -- You received this message because

Re: CAPS Lock 0n/off

2010-06-12 Thread aditya sanas
your requirement. I hope this will solve your issue. Cheers, -- Aditya On Sat, Jun 12, 2010 at 2:53 PM, gopal gopalbhal...@gmail.com wrote: I have some code for login page. There are one dynamic have TextItem and PasswordItem. Now when user enter some keys in this textitem or password

Re: Can't start with GWT

2010-06-12 Thread aditya sanas
application home directory. Do not include parameter. one more thing i would like to suggest that try to use if possible Eclipse Galileo it is recommended and good to use as most of the developers prefers eclipse. Anyway try your luck! Cheers, -- Aditya On Sat, Jun 12, 2010 at 7:58 PM, zeroed pis

Re: Flashing cells for FlexTable

2010-06-12 Thread aditya sanas
will be notified as there is new addition has been done. Cheers, -- Aditya On Sat, Jun 12, 2010 at 12:31 PM, 82man augustinec...@gmail.com wrote: Hi all, I just started using GWT and so far its been pretty awesome. I am trying to implement a table where if a value changes it will do a flash ? For example

Renaming nocache.js

2010-06-10 Thread Aditya
Hi, Does renaming nocache.js affects deployment? Cheers, Aditya -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email

Re: About GWT poject Deployment

2010-05-30 Thread aditya sanas
fake post should be removed immediately. -- Aditya On Sun, May 30, 2010 at 11:12 AM, Saima Waseem saimawaseem2...@gmail.comwrote: Watch New Indian Movies with discounted Price... Visit New Indian Movie.com! http://www.clicknearn.net/3527.html -- You received this message

Re: is one gwt project for one html only?

2010-05-30 Thread aditya sanas
hi, yeah ofcourse it is absolutely possible to have n number of html pages in ur gwt project. if u wish to have a html page with gwt components then u need to add new module otherwise you have simple html pages as we have in web projects. Cheers -- Aditya On Sun, May 30, 2010 at 9:31 AM, cy

Re: deploy gwt project

2010-05-29 Thread aditya sanas
that is good cheers -- Aditya On Sat, May 29, 2010 at 5:08 PM, leslie web...@me.com wrote: *Resolved*. I got it. I just did some additional work on my hosting server, deleted old files, redeployed etc and it's working now. The only oddity is that the background color is showing up white

Re: deploy gwt project

2010-05-28 Thread aditya sanas
and try and access this using http://localhost:8080/demoapp/ i think this will do. try it out. Cheers -- Aditya On Fri, May 28, 2010 at 10:03 PM, leslie web...@me.com wrote: I'm developing a GWT application inside of Eclipse. I would like to deploy my application to a remote server

Re: Flex gwt servlet

2010-05-26 Thread aditya ch
I feel, it's a bit tough job entering into GWT context even from ExternalInterface way. As in, what is the function that we can ever call for making RPC call ? Coming to the actual question, treat even the GWT service as a normal servlet. But only the trickier part being, input that the servlet

Re: file upload without browse button

2010-05-24 Thread aditya sanas
/GwtUpload_GettingStartedplease follow link mentioned above. thank you. @bimboJones : thanks for ur response. -- Aditya On Thu, May 20, 2010 at 9:27 PM, BimboJones bimbojone...@gmail.com wrote: hi, You should check this thread: http://groups.google.com/group/google-web-toolkit/browse_thread/thread

Re: GWT Compile Issue

2010-05-24 Thread aditya sanas
Please check for is your java code is not importing some unnecessary stuff which might be not supported by GWT. to remove unnecessary imorts you can opt for a short cut key : Ctrl+Shift+O and then try to compile. -- Aditya On Mon, May 24, 2010 at 2:00 PM, Sorinel C scristescu

Re: GWT designing

2010-05-24 Thread aditya sanas
A. -- Aditya On Sat, May 22, 2010 at 11:02 AM, Rajalakshmi Subramanian raji.sm...@gmail.com wrote: Hello sir, I have two GWT java files in one package From file A using onModuleLoad() method i want to call another java file B. I created object for B and call the method..but it dosen't works

Re: difference between hosted mode and development mode

2010-05-21 Thread aditya sanas
ohk i got it that means whenever i wish to deploy an application in developement mode the extra parameter for gwt plugin eg 'gwt=something' is required and at that time browser is using Java code instead of javascript. and in case of production mode it doesnt refer to java it just refer to the

Re: Fail to open the GWT application when deployed on TomCat

2010-05-19 Thread aditya sanas
is the similar one -- Aditya On Wed, May 19, 2010 at 12:29 AM, Katharina Probst kpro...@google.comwrote: Did you do a GWT compile? Your war directory should contain a bunch (depending on the # of permutations) of *.cache.html files, which are the actual GWT app compiled to JavaScript. See here

Re: About Date object in GWT

2010-05-17 Thread aditya sanas
Ignore deprecation warning u have only one option on client side i.e. Date() object from java.util so user getYear(),getMonth() etc. methods for getting hrs minutes secs and year -- Aditya On Mon, May 17, 2010 at 12:20 PM, Sabbir leo.sh...@gmail.com wrote: and how about reading the years

Re: Let users build a user interface in the browser

2010-05-14 Thread aditya sanas
hi, Thats a great idea. all d best -- Aditya On Fri, May 14, 2010 at 2:55 PM, linuxdogm togroe...@googlemail.com wrote: Hello, I already read about the GWT UiBinder which lets developers easy build user interfaces from XML files. What I want is letting the users build user interfaces

Re: New to GWT

2010-05-14 Thread aditya sanas
Hi, There are few GWT tutorials available online some f them are PPTs but currently there is no any book available for gwt so not a great news for novice programmers :( so if you really want to learn GWT you have to practice this tool its the only way that you can learn this. -- Aditya

Re: log4j:WARN No appenders could be found for logger

2010-05-12 Thread aditya sanas
hi, include tht jar file using java build path and problem will be solved. -- Aditya On Tue, May 11, 2010 at 1:31 PM, fomba collins fomba_coll...@yahoo.comwrote: Hi, I believe this error means that the log4j.properties is not seen in the class path. Please can someone help me

Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread aditya ch
Found in GWT Release (e.g. 1.5.3, 1.6 RC): 2.0.3 Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3): Every browser Detailed description (please be as specific as possible): Could not able to render GWT button on the screen in hosted mode. Please find the stack trace i'm getting 10:32:08.234

Re: Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread aditya ch
Not exactly. Earlier I used that for quick compilation and I can surely say it's not on when I'm running on hosted mode. Out of curiosity, How did you find out that ? On Apr 12, 5:40 pm, Thomas Broyer t.bro...@gmail.com wrote: On Apr 12, 11:24 am, aditya ch adityac1...@gmail.com wrote

Re: Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread aditya ch
+F5, but none of them doesn't seem to be working. When you say, removing the GWT-generated war / subfolder, do you mean the hard deleting the folder that gets created under the war folder ? If so, yes I did. On Apr 12, 8:41 pm, Thomas Broyer t.bro...@gmail.com wrote: On 12 avr, 15:26, aditya ch

Re: Could not able to render GWT button on the screen in hosted mode.

2010-04-12 Thread aditya ch
+F5, but none of them seems to be working. When you say, removing the GWT-generated war / subfolder, do you mean the hard deleting the folder that gets created under the war folder ? If so, yes I did. On Apr 12, 8:41 pm, Thomas Broyer t.bro...@gmail.com wrote: On 12 avr, 15:26, aditya ch adityac1

Re: Compiled JS more readable?

2010-04-09 Thread aditya ch
-style option for DevMode has been removed in the latest release. It's there only for Compiler class which would compile our Java source to JS. You can make use of that while compiling for seeing the JS code in detailed mode. On Apr 9, 1:54 pm, Henrique Viecili viec...@gmail.com wrote: Are you

Re: gwt app partially loaded but user can interact

2010-03-25 Thread aditya ch
AFAIK, onLoad would never get triggered. Typically window.onload would get invoked, when the DOM is ready to process the JS after loading every other JS, CSS files etc. Here in GWT, nocache.js has already got downloaded to the client and fired another request for loading browser corresponding HTML

Re: How to capture that the user has moved away from the current browser window.

2010-03-19 Thread aditya ch
I don't think the blur even would ever get fired when the change of window happens. I have faced a similar problem with GXT API, while I was trying to hide the combo's list when the user moves out of the current window. Still I'm clueless on that part. :( On Mar 19, 10:20 am, Sudeep S

Re: Sharing code between GWT projects (Eclipse)

2010-02-23 Thread aditya ch
Typically this error would occur when you are trying to access the client code on server side. On Feb 23, 2:02 pm, grue michael.gruetz...@googlemail.com wrote: Hi, I'm working on two GWT projects in Eclipse which share some of their classes. For this I have created a third project in Eclipse

Re: Deserialize in gwt2.0 calls setters

2010-01-19 Thread aditya ch
Simon, Even i have observed the similar behavior when i have migrated my app to use newer version of GWT and have been trying to resolve with some changes at our code level instead of GWT API which can create issues once we upgrade to latest version of it in the future. Coming back to the point,

Re: HandlerManager

2010-01-19 Thread aditya ch
If you want click event to be fired first, why are you even focusing on the list box ? One thing i want to clarify you is, the event mechanism would work in the same order as you act on its sources. We cant decide on which event to get triggered first and which one on next. On Jan 18, 11:18 pm,

Re: Slowdown of GWT while loading

2010-01-04 Thread aditya ch
First of all, ensure you have enabled 'obfuscated' flag while doing the GWT compilation which would hopefully reduce the size of the '.cache.html' files that gets generated. And if you are using latest version of GWT i.e. 2.0, try code splitting and load the code only when it's required. Please

Re: How to fire event

2009-12-28 Thread aditya ch
John, There is a flexibility given at the document object level for us to create custom events using which we can fire the same on any source object. The API looks as follows NativeEvent ne = Document.get ().createEventTypeEvent (); EventTypeEvent.fireNativeEvent (ne, this); As you

horizontal Split Panel Resize diable

2009-02-04 Thread Aditya
Hi, I am making use of horizontal Split panel in one of the screens in my application. I am facing a problem regarding the resizing of the right and left panel widths. I just need to get the handler button available for resizing the panels widths but i couldn't find the appropriate way to do

  1   2   >