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 tags (e.g. add style, class or alt attributes). S

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 Lindner 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 a ResourceR

RE: ImageMap

2009-08-05 Thread Stefan Lindner
f: Re: ImageMap https://issues.apache.org/jira/browse/WICKET-1936 On Wed, Aug 5, 2009 at 4:13 PM, Stefan Lindner 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 d

Re: ImageMap

2009-08-05 Thread James Carman
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/

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(AjaxReq

Re: ImageMap and Ajax

2007-10-16 Thread Gerolf Seitz
jonathan posted something about a different approach to imagemaps. http://www.nabble.com/beyond-image-maps-tf4437219.html#a12659672 gerolf On 10/16/07, Michael Sparer <[EMAIL PROTECTED]> wrote: > > > Hi, > > I'm using an ImageMap to display an image. Whenever a user

Re: ImageMap and Ajax

2007-10-16 Thread Michael Sparer
Well that wasn't quite my question :-), I know and use this approach, but to draw something on an image or to add a link, I do have to use ImageMap, or don't I? Gerolf Seitz wrote: > > jonathan posted something about a different approach to imagemaps. > http://www.nabble.co

JFreeChart with clickable imagemap

2010-09-29 Thread James
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 the chart has to be generated dynamically based on certain inputs. I manag

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

Adding an image in imageMap?

2007-09-06 Thread bhupat parmar
hi i have to add an iamge in my ImageMap.RectangleLink which is not predefined THE IMAGE IS LOADED from database? HOW T add THIS. thanks

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: JFreeChart with clickable imagemap

2010-09-30 Thread Peter Karich
ollowed 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 the chart has to be generated dynamically based > on certain in

Re: JFreeChart with clickable imagemap

2010-09-30 Thread James
ar charts. > which is customizable 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, > > >

Re: JFreeChart with clickable imagemap

2010-09-30 Thread James
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

Re: JFreeChart with clickable imagemap

2010-09-30 Thread Ernesto Reinaldo Barreiro
model updates) >>> >>> BTW: For jetwick I used an html solution with div's to display bar charts. >>> which is customizable by the designer (if any ;-)), readable by spiders >>> etc >>> and didn't need those imagemaps. Are you interested in thi

Re: JFreeChart with clickable imagemap

2010-10-01 Thread James
, but > I'm > >>> not sure how :-( > >>> > >>> Another way would be to adapt constructImageMap to updateImageMap > >>> so that you can call it in ChartImage.createBufferedImage (or every > time > >>> the model updates) > &

Re: JFreeChart with clickable imagemap

2010-10-03 Thread James
try that option as well. Kindly blog about it! >> >> >> >> Thanks once again for taking your time to reply. >> >> >> >> >> >> On Thu, Sep 30, 2010 at 7:27 PM, Peter Karich >> wrote: >> >> >> >>> Hi Jame

Re: JFreeChart with clickable imagemap

2010-10-04 Thread Peter Karich
d jetwick and it looks cool. ;-) >>>>> Do you use JFreeChart to create those charts? >>>>> I'm willing to try that option as well. Kindly blog about it! >>>>> >>>>> Thanks once again for taking your time to reply. >>>&g

Re: JFreeChart with clickable imagemap

2010-10-04 Thread Iain Reddick
;s to display bar charts. which is customizable 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 instructio

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-28 Thread jwray
github.com/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 u

Re: ALT tags within an ImageMap

2009-06-17 Thread James Carman
> > > > 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 us

RE: ALT tags within an ImageMap

2009-06-17 Thread Frank Prins
mailto:jcar...@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.a

Re: Adding an image in imageMap?

2007-09-08 Thread Kent Tong
rence to load the image from your DB 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.

Re: Adding an image in imageMap?

2007-09-09 Thread Doug Leeper
Do you have a code snippet that would show how to do this? Thanks! -- View this message in context: http://www.nabble.com/Adding-an-image-in-imageMap--tf4392221.html#a12583448 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Wicket 1.4.12 and ImageMap deprecated ?

2010-09-24 Thread Martin Grigorov
ekend. On Fri, Sep 24, 2010 at 1:02 PM, Antoine Angenieux 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. &g

Re: Wicket 1.4.12 and ImageMap deprecated ?

2010-09-24 Thread James Carman
an migrate 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

Re: Wicket 1.4.12 and ImageMap deprecated ?

2010-09-24 Thread Antoine Angenieux
. 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 that

How to link ImageMap to an image?

2008-03-27 Thread Martijn Vos
I'm trying to use ImageMap. I've got a dynamically generated image, using RenderedDynamicImageResource to generate the image from a list of objects, each of which has its own coordinates (which works fine). Now I want an imagemap so that I can actually click on those objects. I th

Re: How to link ImageMap to an image?

2008-03-27 Thread Martijn Vos
Martijn Vos wrote: I'm trying to use ImageMap. I've got a dynamically generated image, using RenderedDynamicImageResource to generate the image from a list of objects, each of which has its own coordinates (which works fine). Now I want an imagemap so that I can actually click on tho

Re: How to link ImageMap to an image?

2008-03-27 Thread Matthew Young
>...ImageMap is supposed to work on a static >tag with a hard-coded src atrribute. But you can modify the src tag like below. Would that help? WebMarkupContainer img = new ImageMap("image") { private static final long serialVersionUID = 1L; @Ov

Re: How to link ImageMap to an image?

2008-03-28 Thread Martijn Vos
Matthew Young wrote: ...ImageMap is supposed to work on a static tag with a hard-coded src atrribute. But you can modify the src tag like below. Would that help? WebMarkupContainer img = new ImageMap("image") { private static final long serialVersi

Re: How to link ImageMap to an image?

2008-03-28 Thread Martijn Vos
Matthew Young wrote: ...ImageMap is supposed to work on a static tag with a hard-coded src atrribute. But you can modify the src tag like below. Would that help? WebMarkupContainer img = new ImageMap("image") { private static final long serialVersi

Re: How to link ImageMap to an image?

2008-03-28 Thread Martijn Vos
Matthew Young wrote: ...ImageMap is supposed to work on a static tag with a hard-coded src atrribute. But you can modify the src tag like below. Would that help? WebMarkupContainer img = new ImageMap("image") { private static final long serialVersi

Re: How to link ImageMap to an image?

2008-03-28 Thread Martijn Vos
Matthew Young wrote: ...ImageMap is supposed to work on a static tag with a hard-coded src atrribute. But you can modify the src tag like below. Would that help? WebMarkupContainer img = new ImageMap("image") { private static final long serialVersi

Re: How to link ImageMap to an image?

2008-03-30 Thread Martijn Vos
Martijn Vos wrote: [snip] Should I be posting this to the dev list perhaps? I have already created a Jira issue for this. My apologies for posting the same message four time last friday. Problems with my employer's mailserver. Anyway, I fixed the problem by writing a new ImageMap,

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

2008-10-10 Thread Newgro
the background image 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 markup. But i can not access it. ImageMap is final and is not using the customization conc

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

2008-10-10 Thread Newgro
heers 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. ---