Re: JFreeChart with clickable imagemap

2010-10-28 Thread jwray
/647285 Jonny -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/JFreeChart-with-clickable-imagemap-tp2720220p3017976.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe

Re: JFreeChart with clickable imagemap

2010-10-07 Thread Peter Karich
Hi James! I checked jetwick and it looks cool. ;-) hey, thanks ;-) Do you use JFreeChart to create those charts? initially I did. But now only that tiny bar image is stolen from jfreechart :-) http://jetwick.com/img/bar-min.png the rest is created via divs and css and a bit java

Re: JFreeChart with clickable imagemap

2010-10-04 Thread Peter Karich
could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart-with-clickable-imagemap.html to create

Re: JFreeChart with clickable imagemap

2010-10-04 Thread Iain Reddick
;-)), readable by spiders etc and didn't need those imagemaps. Are you interested in this solution? I could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET

Re: JFreeChart with clickable imagemap

2010-10-03 Thread James
interested in this solution? I could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart-with-clickable-imagemap.html to create a chart

Re: JFreeChart with clickable imagemap

2010-10-01 Thread James
with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart-with-clickable-imagemap.html to create a chart. I have a requirement whereby the chart has to be generated dynamically based on certain inputs. I managed to create the chart image by using LoadableDetachableModel

Re: JFreeChart with clickable imagemap

2010-10-01 Thread Ernesto Reinaldo Barreiro
etc and didn't need those imagemaps. Are you interested in this solution? I could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart

Re: JFreeChart with clickable imagemap

2010-10-01 Thread James
could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https://cwiki.apache.org/WICKET/jfreechart-with-clickable-imagemap.html to create a chart. I have a requirement whereby

Re: JFreeChart with clickable imagemap

2010-09-30 Thread Peter Karich
LoadableDetachableModel but struggling to get the imagemap updated as the chart image changes. Kindly give your valuable suggestions. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: JFreeChart with clickable imagemap

2010-09-30 Thread James
by the designer (if any ;-)), readable by spiders etc and didn't need those imagemaps. Are you interested in this solution? I could blog about it. Regards, Peter (aka timetabling on twitter ;-)). Hi Guys, I followed the instructions in the wiki JFreeChart with clickable imagemap https

JFreeChart with clickable imagemap

2010-09-29 Thread James
the chart image by using LoadableDetachableModel but struggling to get the imagemap updated as the chart image changes. Kindly give your valuable suggestions. -- Thanks Regards, James

Wicket 1.4.12 and ImageMap deprecated ?

2010-09-24 Thread Antoine Angenieux
Hello all ! Since i upgraded to Wicket 1.4.12, I noticed that the ImageMap class has been deprecated, and the Javadoc states that its going away in 1.4+ to be replaced by ClientSideImageMap. Unfortunately, the ClientSideImageMap is not present yet! I do not really care about the compilation

Re: Wicket 1.4.12 and ImageMap deprecated ?

2010-09-24 Thread Martin Grigorov
. On Fri, Sep 24, 2010 at 1:02 PM, Antoine Angenieux aangeni...@clinigrid.com wrote: Hello all ! Since i upgraded to Wicket 1.4.12, I noticed that the ImageMap class has been deprecated, and the Javadoc states that its going away in 1.4+ to be replaced by ClientSideImageMap. Unfortunately

Re: Wicket 1.4.12 and ImageMap deprecated ?

2010-09-24 Thread James Carman
this single change before actually upgrading to 1.5. If it is possible and there are no objections I'll do it this weekend. On Fri, Sep 24, 2010 at 1:02 PM, Antoine Angenieux aangeni...@clinigrid.com wrote: Hello all ! Since i upgraded to Wicket 1.4.12, I noticed that the ImageMap class has

Re: Wicket 1.4.12 and ImageMap deprecated ?

2010-09-24 Thread Antoine Angenieux
to 1.5. If it is possible and there are no objections I'll do it this weekend. On Fri, Sep 24, 2010 at 1:02 PM, Antoine Angenieux aangeni...@clinigrid.com wrote: Hello all ! Since i upgraded to Wicket 1.4.12, I noticed that the ImageMap class has been deprecated, and the Javadoc states

ImageMap

2009-08-05 Thread Stefan Lindner
Are there any plans to improve the current ImageMap implementation? My problems are: 1. The rendered HTML ist no valid XHTML. 2. The constructor does not support a ResourceReference for the image 3. I can't see a way to control the area tags (e.g. add style, class or alt attributes). Stefan

Re: ImageMap

2009-08-05 Thread James Carman
https://issues.apache.org/jira/browse/WICKET-1936 On Wed, Aug 5, 2009 at 4:13 PM, Stefan Lindnerlind...@visionet.de wrote: Are there any plans to improve the current ImageMap implementation? My problems are: 1. The rendered HTML ist no valid XHTML. 2. The constructor does not support

RE: ImageMap

2009-08-05 Thread Stefan Lindner
: ImageMap https://issues.apache.org/jira/browse/WICKET-1936 On Wed, Aug 5, 2009 at 4:13 PM, Stefan Lindnerlind...@visionet.de wrote: Are there any plans to improve the current ImageMap implementation? My problems are: 1. The rendered HTML ist no valid XHTML. 2. The constructor does not support

Re: ImageMap

2009-08-05 Thread James Carman
. Are there planst o support this? Stefan -Ursprüngliche Nachricht- Von: James Carman [mailto:jcar...@carmanconsulting.com] Gesendet: Mittwoch, 5. August 2009 22:26 An: users@wicket.apache.org Betreff: Re: ImageMap https://issues.apache.org/jira/browse/WICKET-1936 On Wed, Aug 5, 2009

ALT tags within an ImageMap

2009-06-17 Thread Frank Prins
Hi There All! Working with Wicket for a while now, and really starting to get hooked, great stuff! I am working on a user interface for an application, and ran into a (minor) thing, I hope someone can shine a light on this. In a shortcut menu, I am using an imagemap with a couple of links

Re: ALT tags within an ImageMap

2009-06-17 Thread James Carman
with Wicket for a while now, and really starting to get hooked, great stuff! I am working on a user interface for an application, and ran into a (minor) thing, I hope someone can shine a light on this. In a shortcut menu, I am using an imagemap with a couple of links in it, and I am wondering

RE: ALT tags within an ImageMap

2009-06-17 Thread Frank Prins
...@carmanconsulting.com] Sent: woensdag 17 juni 2009 13:43 To: users@wicket.apache.org Subject: Re: ALT tags within an ImageMap You might want to try my ClientSideImageMap class: https://issues.apache.org/jira/browse/WICKET-1936 https://issues.apache.org/jira/browse/WICKET-1936It's a bit more

Can i add javascript code to the shapelink markup used by ImageMap?

2008-10-10 Thread Newgro
will be exchanged by an image with this area permanently marked I use an imagemap for now. Everything works fine but the onmouseover and onmouseout scripts. I have to add them to the area ... markup. But i can not access it. ImageMap is final and is not using the customization concepts of other wicket

Re: Can i add javascript code to the shapelink markup used by ImageMap?

2008-10-10 Thread Newgro
Per -- View this message in context: http://www.nabble.com/Can-i-add-javascript-code-to-the-shapelink-markup-used-by-ImageMap--tp19913694p19919616.html Sent from the Wicket - User mailing list archive at Nabble.com

ImageMap and Ajax

2007-10-16 Thread Michael Sparer
Hi, I'm using an ImageMap to display an image. Whenever a user clicks on the image, the coordinates get sent to the Server using AJAX. There, I want to add a CircleLink to the place where the user clicked. So I'm trying to replace the whole map using: protected void onEvent(AjaxRequestTarget

Re: Adding an image in imageMap?

2007-09-08 Thread Kent Tong
and call urlFor(ref) to get the URL. -- View this message in context: http://www.nabble.com/Adding-an-image-in-imageMap--tf4392221.html#a12576166 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e