OT: maybe in a few months the "ExCanvas hack" will be less needed;-)
http://blogs.msdn.com/b/ie/archive/2010/06/23/html5-native-third-ie9-platform-preview-available-for-developers.aspx On Thu, Jun 24, 2010 at 8:53 AM, Ernesto Reinaldo Barreiro <[email protected]> wrote: > Nice post Nino... Or simply add a check on the component constructor > adding the ExCanvas JS reference if browser is IE. That way you don't > need to modify the page or need to remember adding it. > > Ernesto > > On Thu, Jun 24, 2010 at 8:35 AM, nino martinez wael > <[email protected]> wrote: >> why not like this: >> >> http://ninomartinez.wordpress.com/2008/12/11/wicket-never-stops-to-impress-me/ >> >> 2010/6/24 Ernesto Reinaldo Barreiro <[email protected]> >> >>> Richard. >>> >>> why not make the component that needs it sniff the request and if >>> browser is IE then add ExCanvasHeaderContributor. Then users will not >>> forget to follow your advice;-) >>> >>> Ernesto >>> >>> On Wed, Jun 23, 2010 at 11:24 PM, Richard Nichols <[email protected]> wrote: >>> > Internet Explorer requires that you use the "ExCanvas" javascript add-in. >>> > You can do this by: >>> > >>> > >>> > class MyPage extends Page { >>> > public MyPage() { >>> > add(new >>> > com.google.excanvas.ExCanvasHeaderContributor()); >>> > } >>> > } >>> > >>> > >>> > That's from the ToolTips page of the example app. >>> > >>> > Ironically, I didn't follow my own advice, and forgot to add it to the >>> > example! :) >>> > >>> > I'll push an update to the example app today. Rest assured though the >>> > tooltip does work in IE, assuming you add the explorer canvas extension. >>> > >>> > cheers, >>> > Rich >>> > >>> > On 24 June 2010 01:44, Fernando Wermus <[email protected]> >>> wrote: >>> > >>> >> Tooltip is not working on Internet Explorer 8 and windows xp >>> >> >>> >> On Wed, Jun 23, 2010 at 6:31 AM, James Carman < >>> [email protected] >>> >> >wrote: >>> >> >>> >> > Why not just get it published to the main Maven repository? It's not >>> >> > that difficult. >>> >> > >>> >> > On Wed, Jun 23, 2010 at 9:27 AM, Paul Szulc <[email protected]> >>> >> wrote: >>> >> > > If you would like to, I can elp you create maven repository on >>> google >>> >> > code >>> >> > > for this project. Let me know. >>> >> > > >>> >> > > On Wed, Jun 23, 2010 at 1:05 PM, Richard Nichols <[email protected]> >>> >> wrote: >>> >> > > >>> >> > >> It's just hosted in SVN w/ .pom >>> >> > >> >>> >> > >> http://code.google.com/p/visural-wicket/wiki/MavenSupport >>> >> > >> >>> >> > >> <http://code.google.com/p/visural-wicket/wiki/MavenSupport>It >>> should >>> >> > work >>> >> > >> ok >>> >> > >> though - let me know if you have issues. >>> >> > >> >>> >> > >> cheers, >>> >> > >> Richard. >>> >> > >> >>> >> > >> On 23 June 2010 20:24, Maris Orbidans <[email protected]> >>> >> wrote: >>> >> > >> >>> >> > >> > >>> >> > >> > Looks great! I will give it a try. Is it maven repo ? >>> >> > >> > >>> >> > >> > >>> >> > >> > > -----Original Message----- >>> >> > >> > > From: [email protected] [mailto:[email protected]] >>> >> > >> > > On >>> >> > Behalf >>> >> > >> > Of >>> >> > >> > > Richard Nichols >>> >> > >> > > Sent: 23 June 2010 01:31 >>> >> > >> > > To: [email protected] >>> >> > >> > > Subject: Announcing: visural-wicket 0.6 released - open source >>> >> > wicket >>> >> > >> > > components >>> >> > >> > > >>> >> > >> > > Hi all, >>> >> > >> > > >>> >> > >> > > I'm pleased to announce the next major version of >>> visural-wicket - >>> >> > 0.6 >>> >> > >> > > >>> >> > >> > > This version includes a bunch of new components and behaviours. >>> >> > >> > > >>> >> > >> > > For the full run down, follow the link - >>> >> > >> > > >>> >> > >> > > >>> >> > >>> http://www.richardnichols.net/2010/06/visural-wicket-0-6-released-new- >>> >> > >> > > components/ >>> >> > >> > > >>> >> > >> > > visural-wicket is Apache 2.0 licensed open source. >>> >> > >> > > >>> >> > >> > > Let me know if you have any problems, suggestions or feedback. >>> >> > >> > > >>> >> > >> > > cheers, >>> >> > >> > > Richard. >>> >> > >> > > >>> >> > >> > > -- >>> >> > >> > > Richard Nichols >>> >> > >> > > http://www.richardnichols.net/ :: http://onmydoorstep.com.au/ >>> >> > >> > > >>> >> > >> > > >>> >> > >> > > >>> >> > _____________________________________________________________________ >>> >> > >> > > This e-mail has been scanned for viruses by MessageLabs. >>> >> > >> > >>> >> > >> > >>> >> --------------------------------------------------------------------- >>> >> > >> > To unsubscribe, e-mail: [email protected] >>> >> > >> > For additional commands, e-mail: [email protected] >>> >> > >> > >>> >> > >> > >>> >> > >> >>> >> > >> >>> >> > >> -- >>> >> > >> Richard Nichols >>> >> > >> http://www.richardnichols.net/ :: http://onmydoorstep.com.au/ >>> >> > >> >>> >> > > >>> >> > > >>> >> > > >>> >> > > -- >>> >> > > Best regards, >>> >> > > Paul Szulc >>> >> > > >>> >> > > http://paulszulc.wordpress.com >>> >> > > >>> >> > >>> >> > --------------------------------------------------------------------- >>> >> > To unsubscribe, e-mail: [email protected] >>> >> > For additional commands, e-mail: [email protected] >>> >> > >>> >> > >>> >> >>> >> >>> >> -- >>> >> Fernando Wermus. >>> >> >>> >> www.linkedin.com/in/fernandowermus >>> >> >>> > >>> > >>> > >>> > -- >>> > Richard Nichols >>> > http://www.richardnichols.net/ :: http://onmydoorstep.com.au/ >>> > >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
