Hey Joseph, 2009/7/8 Joseph VanAndel <[email protected]>: > What's the best way of showing a tooltip (or other transient window) > when a user positions the cursor over a particular text widget? > > I want to show a tiny transient window displaying 2 lines of about 30 > characters when the cursor hovers over a particular text widget. > I don't want the user to have to explicitly dismiss a dialog box.
The WWidget::setToolTip() method uses the built-in HTML functionality (which is the way to go if you want to follow accessibility guidelines). > I found documentation for Wt::Ext::ToolTipConfig, which is used by > Wt::Ext::AbstractButton, but I can't find an example of configuring > the actual tooltip that is displayed, and this is only implmented for > Ext::Button and Ext::MenuItem See also my other comment of today: ExtJS is probably not a good starting point for a new application. Regards, koen ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
