Thanks for your reply! Actually, I have already added this line at the beginning of my application... But it doesn't work!
An other idea? On Fri, 19 Aug 2011 11:49:08 +0200, Hugo <[email protected]> wrote: > Hi Geoffrey, > > Have you initialized the quicktips like the following? > > Ext.QuickTips.init(); > > Cheers, > > Hugo > > > On Fri, Aug 19, 2011 at 10:42 AM, gbrun <[email protected]> wrote: > >> Hi everybody! >> >> I've got a quite strange bug in my GeoExt application. I'm trying to >> display a tooltip on hovering a GeoExt Action button but the tooltip >> doesn't appear! Here is a code sample: >> >> etendue_max = new GeoExt.Action({ >> iconCls: 'worldIcon', >> //text: 'zoom', >> control: new OpenLayers.Control.ZoomToMaxExtent(), >> map: map, >> tooltip: 'Zoom to full extent' >> }); >> >> mapPanel = new GeoExt.MapPanel({ >> map: map, >> ........... >> tbar: [etendue_max] >> >> }); >> >> Does someone have any idea? >> >> Geoffrey >> >> >> -- >> Using Opera's revolutionary email client: http://www.opera.com/mail/ >> _______________________________________________ >> Users mailing list >> [email protected] >> http://www.geoext.org/cgi-bin/mailman/listinfo/users >> > > > -- Using Opera's revolutionary email client: http://www.opera.com/mail/ _______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
