Add the property in global css of project. Change the property
"cursor:move" in [gwt]-[Widget]
//css file.
.gwt-Dialogbox
{
cursor:move;
width:500px;
height:500px;
background-color:red;
}
S. Abraham
www.DataStoreGwt.com
Persist objects directly in Google App Engine
On Oct 19, 1:44 pm, vaibhav bhalke <[email protected]> wrote:
> GWT Dialogbox not showing draggable icon when mouse over to caption of
> dialogbox.
>
> I followhttp://examples.roughian.com/index.htm#Widgets~DialogBox
> Example provided in above link. works fine + draggable icon comes when mouse
> over to caption of dialog-box
>
> dialog box's Drag gable property is working fine.default draggable icon not
> comes when mouse over to caption of dialog-box
>
> --
> Best Regards,
> Vaibhav
>
> <http://about.me/vaibhavbhalke>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
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.