Image or AbsolutePanel size

2009-08-13 Thread ArunDhaJ

Hi,
I'm loading an Image in an AbsolutePanel. At first time loading, the
image to be loaded gets loaded with Image's actual size. I've an
operation to set the image and absolutepanel's size. Later when I try
to load a different image URL with the same image object, the size is
getting fixed to earlier state. Is there any API's to set default
properties.
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Send list box items to server

2009-06-30 Thread ArunDhaJ

Hi,
I've a GWT page with a list box and a button. Upon clicking the
button, I need to send the selected list item to a servlet. How can I
pass this list?by URL query string(GET)? or using POST ?

Regards,
ArunKumar.Dharuman
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Send list box items to server

2009-06-30 Thread ArunDhaJ

It was a good tutorial on writing a servlets for GWT.
Actually in my case, I'm using our own webserver within which we add
servlets in it.

for me the only option to communicate to servlet is through GET or
POST request..



On Jun 30, 8:00 pm, Kamal Chandana Mettananda lka...@gmail.com
wrote:
 Hi,

 You can call your servlet as a service and send the data with a method call.

 May be the following tutorial will help you to achieve this.

 http://lkamal.blogspot.com/2008/09/java-gwt-servlets-web-app-tutorial...

 BR,
 Kamal

 ---
 Kamal Mettanandahttp://lkamal.blogspot.com



 On Tue, Jun 30, 2009 at 7:43 PM, ArunDhaJ arund...@gmail.com wrote:

  Hi,
  I've a GWT page with a list box and a button. Upon clicking the
  button, I need to send the selected list item to a servlet. How can I
  pass this list?by URL query string(GET)? or using POST ?

  Regards,
  ArunKumar.Dharuman- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Wait till response

2009-06-17 Thread ArunDhaJ

Hi All,
I'm sending multiple requests to server in a while loop, and I want
next line of the while loop to be executed only after completing all
requests. How can I make to wait till completion.

Thanks
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Complete HTTPRequest onCompletion

2009-03-30 Thread ArunDhaJ

Hi All,
I'm using GWT1.4.62 HTTPRequest. When I send an asyncGet request to
server and before processing the response, i.e before execution of
onCompletion, if i abruptly close the internet explorer and open
again. The address bar contains the earlier request and the response
is shown in the page, instead of actuall UI.

I suspect that the event onCompletion caches the resoponse and
processess it when opened in new explorer window.

Is there any way to get rid of this problem?


Thanks in Advance!!!
Regards
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Changing Image

2009-03-17 Thread ArunDhaJ

Hi All,
I'm using Image class for displaying image. I've even provided my
website user the ability to change the image by choosing their own.
When uploading I'll be replacing the old image in the server with the
newly selected image without changing the file name. Since there is no
change in the file name, the page doesnt get update with the new one.
For viewing the new image user have to manually refresh the page or
close the explorer and open in new page.
I tried fixing this problem by having a 1*1 pixel image, every time I
load, I will load this 1 pixel image then with the actual image. But
this approach is not working... Will this approach work, am I doing
any mistake? Or is there any other approach?

Thanks in Advance
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Popup panel over the cursor

2009-02-06 Thread ArunDhaJ

Hi,
I've a tree and context menu associated with it. When I right click a
tree item the context menu will pop-up below the cursor. In case the
tree item at bottom of the page. the menu generated extends the page
further. I need to scroll the page to see few of my menu items.. worst
is that, when I click the scroll bar, the menu disappears...

How can I identify whether the cursor is at bottom of the page and
generate menu over the cursor???

plz suggest me...


Regards,
ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



How to clear cache

2009-02-05 Thread ArunDhaJ

Hi,
I did few changes in GWT application after hosting... One of my client
cannot able to view the recent changes. He is still viewing the old
application.

As, GWT is a javascript, instructed him to clear the temporary files
through browser. But he still facing the same problem...

Is GWT caching the javascript files other than temporary internet
files folder?? else how can I clear the chached files?? its happening
to only one particular user...

Regards,
ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Printing Gchart

2009-01-02 Thread ArunDhaJ

Hi,
I'm not able to see the axis lines on printing the chart. In my Bar
chart, bars are printing fine, but not able to print lines... Plz help
me whether I'm missing any thing..

Thanks
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Cannot run GWT application in hosted mode

2008-12-27 Thread ArunDhaJ

Hi Basil,
Its good that you got some trace messages, which could be used to
locate the error. In my case I really struggled a lot as there were no
traces available...

I worked a bit on your problem. Few more clarity would enable to
analyze more on it.

Is this the only log got generated??? Because I suspect few logs
should be available between Propery 'catalina.base' and Could not
find messages.

Check if tomcat folder has been created in ur GWT application's home
directory with permissions to Read and Write. and even check if the
application home directory is provided with Write access.


Regards,
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: shell fails loading

2008-12-22 Thread ArunDhaJ

Hi,
I got this problem fixed.. :-)
I started using gwt with IE6 and later upgraded to IE7. Till then it
was working fine.
3 days back I uninstalled IE7 and this problem started.
Today I installed IE7 again to check this and now its working
fine... :-) I dont know the reason...

Please let me know if you could able to infer the root cause.

Thanks Kevin and Ian for your support. This discussion was worth and I
learnt few internals of GWT and Tomcat from your suggestions.

Regards
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: shell fails loading

2008-12-20 Thread ArunDhaJ

They are perfectly intact. Assuming some gwt files got corrupted,
replaced with fresh gwt package and created a new application. But
still the problem persists.

Regards
ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: shell fails loading

2008-12-20 Thread ArunDhaJ

Nope. It too produces same error...

HTTP 400 - Bad request

Regards
ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: shell fails loading

2008-12-20 Thread ArunDhaJ

This is the only log captured in GWT Development shell
 [INFO] Starting HTTP on port 

Immediately hosted browser shows The page cannot be found
:-(
:-(

Regards
ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



shell fails loading

2008-12-19 Thread ArunDhaJ

Hi,
Shell is not starting properly. And when tried viewing in hosted
browser throws HTTP 400 - Bad request page not found error.

It was actually working fine till earlier part of the day...

Please help me in resolving the issue.

Thanks in Advance
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: shell fails loading

2008-12-19 Thread ArunDhaJ

I like to add few points to solve this problem, which I tried
exploring.

When I changed the Internet explorer proxy setting, it gave Network
Error Code 503.
Is there any setting which shell inherits? If so, what are the
necessary setting to make this shell run... This problem is really
annoying and increasing my development time. Now to test my changes
I'm compiling and deploying in my local server, which is taking most
of the time.

Plz help me in resolving it.

Regards
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Image viewer widget

2008-12-16 Thread ArunDhaJ

Please lemme know which widget...

- ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Image viewer widget

2008-12-16 Thread ArunDhaJ

Hi All,
Is there any widget developed in gwt for viewing Image. The widget
should have the ability to zoom. Please let me know if any such
widgets available...

Thanks in Advance !!!
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Blogger template using GWT

2008-12-15 Thread ArunDhaJ

Actually for uploading a new template into blogger, we currently
upload a XML file which contains styles and HTML tags. Is it possible
to generate that XML using GWT compiler by utilizing GWT widgets and
libraries ???


ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



UI alignment collapses with GChart

2008-12-15 Thread ArunDhaJ

Hi All,
I'm using GChart for my application. Its UI collapses when there is no
points to draw.

Is there any charting component which gives me a single image file for
the chart ??? Since the points lable is plain text I'm not able to
format the position of labels. Like, the X-axis label should be
horizontal instead of veritical.

Please let me know any charting component, if available

Thanks in Advance
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Blogger template using GWT

2008-12-12 Thread ArunDhaJ

Hi All,
Can we develop blogger template using GWT ??? If so how can we do
it???

Thanks in Advance!!!
ArunDhaJ
www.arundhaj.com
--~--~-~--~~~---~--~~
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 this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



change default style

2008-12-11 Thread ArunDhaJ

Hi all,
How can we change the default style of a widgets?
I want to create two tree with different styles.

.gwt-Tree { }
.gwt-Tree .gwt-TreeItem { }
.gwt-Tree .gwt-TreeItem-selected { }

I want to change the above default style to my own style as follows:

.gwt-SmallTree { }
.gwt-SmallTree .gwt-SmallTreeItem { }
.gwt-SmallTree .gwt-SmallTreeItem-selected { }

.gwt-BigTree { }
.gwt-BigTree .gwt-BigTreeItem { }
.gwt-BigTree .gwt-BigTreeItem-selected { }


By searching this group I found the same question but the discussion
was terminated without solution... Please help me in this regards...
I'm using GWT 1.4.62


Thanks in Advance !!!

Regards,
ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: change default style

2008-12-11 Thread ArunDhaJ

Thanks Litty.. :-)
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Widget similar to ListBox

2008-12-11 Thread ArunDhaJ

Hi all,
Is there any widget similar to ListBox, in which styles could be
defined to each item ??? I'm using GWT-1.4.62.
I tried creating my own widget by adding labels with styles and added
click listeners... I got struck up when I wanted to highlight the
selected label, and need to get the selected label.


Thanks in Advance !!!

Regards
ArunDhaJ
www.arundhaj.com


--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Toggle text color in timer

2008-12-09 Thread ArunDhaJ

Hi All,
Thanks for the support for solving this problem...  I've created my
own Label to make it blink...
Thought it might help, I have shared it...

http://www.arundhaj.com/2008/12/gwt-blinking-label.html


Regards
ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Toggle text color in timer

2008-12-03 Thread ArunDhaJ

Hi,
I wanted to make a label to blink, like toggling two colors. I've
implemented a timer to do the same.
How can I know which color has been previously set ?? so that I can
swap with the new color...

//
Label lblOfflineLabel = new Label();
Timer offlineLabelTimer;
lblOfflineLabel.addStyleName(OfflineLabel);
lblOfflineLabel.addStyleName(OfflineLabel-blink);

offlineLabelTimer = new Timer() {
   public void run() {
  lblOfflineLabel.removeStyleName(OfflineLabel-blink);
   }
};

// blink at the rate of 2 second
offlineLabelTimer.scheduleRepeating(2000);
//

How to implement the run logic to toggle the two styles ???...

.OfflineLabel{
  color: #FF;
}

.OfflineLabel-blink {
  color: #00FF00;
}


Thanks in advance !!!

- ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Disable TreeItem from clicking

2008-12-01 Thread ArunDhaJ

Hi,
How can I disable a TreeItem from clicking???
I've populated a Tree with TreeItems. I want to disable certain
TreeItems from generating onTreeItemSelected events and even I want to
display those disabled TreeItems in different style (grayed-out). I'm
using GWT 1.4.62...


Thanks in Advance !!!

Regards
ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Hide Popup panel

2008-11-16 Thread ArunDhaJ

I've tried...
RootPanel.get().remove(sender.getParent().getParent().getParent());
and removed it. But once I remove this way, it gets permanantly
removed and menu doesnt appear once again.

I've even tried
sender.getParent().getParent().getParent().setVisible(false);
the same problem as above persists.. once hidden its not coming up
again...

Regards
ArunDhaJ

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



auto expand till selected TreeItem in Tree

2008-11-16 Thread ArunDhaJ

Hi All,
I've a tree with some set of TreeItems within it. When I
programmatically set a TreeItem as selected, the Tree is not expanding
its view till the selected TreeItem. How can I achieve this behavior ?
I'm using GWT1.4.62.

Thanks in Advance !!

Regards,
ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Sending asyncGet request twice

2008-11-03 Thread ArunDhaJ

Hi All,
When I use HTTPRequest's asyncGet, it sends the request twice. This
creates problem in my application.
On a request I send a name parameter as query string, the servlet
makes a database entry with this value which is a unique field.

When I use asyncGet it adds an entry into the database without any
problem, since its sending the request again(I don't know why) adding
a duplicate entry in unique field throws exception.

Please anyone explain me why it sends the request twice and is there
any workaround to do the above operation without using asyncGet???

Thanks in Advance !

-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Clean compile

2008-10-29 Thread ArunDhaJ

Hi,
How to do clean compile?

I'll explain the problem I'm facing: I've two java files. one file
have a static variable, the second file uses this static variable for
manipulations. It works fine until I change the value of this static
variable which is not reflecting in the second file. The second file
uses the old value. The problem gets rectified when I simply edit the
second file.

The problem gets worse here. I've many such reference in many files.
For that I've to edit all the files, which is a tedious task.

So what I'm looking for is, is there any option while compiling to
compile from the scratch.

Thanks in Advance!

-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



onTabSelected change the TabBar widget

2008-10-23 Thread ArunDhaJ

Hi All,
On selecting a TabBar how to change the Widget?

Actually I'm having 3 sets of picture to show the TabBar in selected
mode and another 3 sets of picture for TabBar in unselected mode.

Upon loading I'm creating an HTML widget with tab_left, tab_center and
tab_right image and repeating tab_center image till the required
length.

When I select the TabBar I need to create another HTML widget with the
other three sets of images.

Using style sheet we can specify only one image but in my case I need
to replace 3 images.

How to change the HTML widget in selected state to unselected state?


In TabListener's onTabSelected event we can only get the HTML using
tabPanel.getTabBar().getTabHTML(tabIndex));

is there any way to set the HTML??


Thanks in Advance !
-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Is it caching ?

2008-10-01 Thread ArunDhaJ

It would be helpful to know how to append the timestamp.

Thanks in Advance !

-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Is it caching ?

2008-10-01 Thread ArunDhaJ

Hi All,
I've found a work around for solving this problem. This might help
newbie like me.. ;-)

In Internet explorer: Tools  Internet options  Settings  Every
visits to the page.

I'm not sure about other browsers. Now I wanted to know whether this
approach is a better one.


-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



onBrowserEvent override of Tree

2008-09-30 Thread ArunDhaJ

Hi,
I'm overriding the onBrowserEvent event of Tree for capturing mouse
right click, for generating context menu. How to get the Tree Item
which has been right clicked in onBrowserEvent?

else is there any way to capture right click event of TreeItem?

Thanks in Advance

-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: onBrowserEvent override of Tree

2008-09-30 Thread ArunDhaJ

Hi,
I'm using GWT 1.4.62. Is this code applicable to this?

-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



How to get the dragged item X,Y position

2008-09-25 Thread ArunDhaJ

Hi,
I'm using gwt-dnd-2.0.7 in gwt-1.4.62
In my onDragEnd() implementation of DragHandler how can we get which
Widget has been dragged and the X, Y position to which that item being
dragged ?

Thanks in Advance !

-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Link over Image

2008-09-24 Thread ArunDhaJ

Hi All,
I'm developing an application where some links needs to be placed over
an Image. The link should be in such a way that the user can move the
link position wherever needed. I'm using GWT1.4.62, is any widget
already developed for this purpose ???

Thank in Advance !


-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



1.5's equivalent of 1.3

2008-09-05 Thread ArunDhaJ

Hi All,
What are the equivalent files of gwt.js, no-cache.html of Gwt1.3.3 in
Gwt1.5 ? Actually I've worked in Gwt1.3 long time back and did some
code changes in the above said files to cater to my requirements.
Since those files are absolute in 1.5, i need to know the equivalent
files in this version.

Thanks in Advance !

-ArunDhaJ
--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



GWT vs GWT-Ext

2008-08-27 Thread ArunDhaJ

Hi,
I'm a new to this platform. While browsing on net I could see GWT and
GWT-Ext. Is each a standalone development environment? Is GWT needs to
installed before using GWT-Ext? Basically, I'm not getting the
difference between these...

-ArunDhaJ

--~--~-~--~~~---~--~~
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 this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---