great. thanks Arthur.


On Sep 30, 3:49 pm, Arthur Kalmenson <[EMAIL PROTECTED]> wrote:
> Hi Adler,
>
> You can find an example of the DialogBox and PopupPanel in the
> showcase:http://gwt.google.com/samples/Showcase/Showcase.html#CwDialogBox
>
> Regards,
> Arthur Kalmenson
>
> On Sep 29, 4:40 pm, Adler <[EMAIL PROTECTED]> wrote:
>
>
>
> > BTW, is there any examples of these that I can make sure if these are
> > what I want?
>
> > What I have in mind is exactly like what appears in Google Calendar
> > when you click on a day.
>
> > cheers
>
> > On Sep 29, 1:33 pm, Piotr Jankowski <[EMAIL PROTECTED]> wrote:
>
> > > On Sep 28, 11:47 pm, Adler <[EMAIL PROTECTED]> wrote:
>
> > > > I'm creating a personal website for the very first time and I'm really
> > > > enjoying it. However, I was trying to create a tooltip for some parts,
> > > > that appears right at where the cursor is clicked on particular links
> > > > and stays on as long as another one is clicked or a close botton some
> > > > where on the top of the tooltip is pressed. I could manage to find
> > > > some sources that gives me almost the same thing, But I can't make it
> > > > not disappear after a certain time, and there is this other one that
> > > > does exactly what I need but doesn't show the arrowhead and appears
> > > > onthe side of the page!!!
>
> > > > (I'm not that familiar with the JS functions, so forgive me if I'm not
> > > > making sense)
>
> > > > Basically I need something exactly as "google calendar tooltip". Any
> > > > sort of help would be appreciated.
>
> > > Hi,
> > > I'm not sure if I got exactly what you mean but there's a widget in
> > > GWT called PopupPanel.
>
> > > > But I can't make it not disappear after a certain time
>
> > > In PopupPanel you can set in a constructor the "auto-hide" property
> > > which tells the panel whether to close automatically or not.
>
> > > For more info about PopupPanel 
> > > see:http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/g...
>
> > > Or, you can create a custom class based on DialogBox. PopupPanel does
> > > not contain the "close button" and with DialogBox you could add it in
> > > your own.
> > > The DialogBox docs can be found 
> > > there:http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/g...
>
> > > Be careful, the PopupPanel and the DialogBox are both not accessible
> > > with keyboard. It means that such elements may block those user who
> > > don't/can't use mice!- 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to