Hello all,
Anyone know of any image map components? I'm converting an existing web site to pier but they have an image map. If no one has one I will make one, I want to make it settings aware and stuff so I can release it later if anyone wants. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Jason,
The old renderer has #imageMapWithAction:form: protocol that you could use, I'm sure it could be easily adapted to the canvas API as well. See it in context of the following example, http://tinyurl.com/hprgz Disclaimer: I've never used it myself, just pointing you in what seems to be the right direction ;) Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Jason Johnson Sent: Monday, September 11, 2006 12:48 PM To: The Squeak Enterprise Aubergines Server - general discussion. Subject: [Seaside] image map Hello all, Anyone know of any image map components? I'm converting an existing web site to pier but they have an image map. If no one has one I will make one, I want to make it settings aware and stuff so I can release it later if anyone wants. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Boris Popov wrote:
> Jason, > > The old renderer has #imageMapWithAction:form: protocol that you could > use, I'm sure it could be easily adapted to the canvas API as well. See > it in context of the following example, > > http://tinyurl.com/hprgz > > Disclaimer: I've never used it myself, just pointing you in what seems > to be the right direction ;) > > Cheers! > > -Boris > > _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Jason Johnson-3
Jason Johnson wrote:
> Hello all, > > Anyone know of any image map components? I'm converting an existing > web site to pier but they have an image map. If no one has one I will > make one, I want to make it settings aware and stuff so I can release > it later if anyone wants. > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > ever done a Magritte component on a dictionary before? I need like: this string maps to this other string. Since an image map works by having a list of coordinates (a big string) that map to the image for that coordinate set (another string), I need to model that. Thanks in advance. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Sounds fun ;)
There's MADictionaryAccessor but I'm not sure it does what you need. Philippe 2006/9/11, Jason Johnson <[hidden email]>: > Jason Johnson wrote: > > Hello all, > > > > Anyone know of any image map components? I'm converting an existing > > web site to pier but they have an image map. If no one has one I will > > make one, I want to make it settings aware and stuff so I can release > > it later if anyone wants. > > _______________________________________________ > > Seaside mailing list > > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > > Ick, this is going to be a little harder then I thought. Has anyone > ever done a Magritte component on a dictionary before? I need like: > this string maps to this other string. Since an image map works by > having a list of coordinates (a big string) that map to the image for > that coordinate set (another string), I need to model that. > > Thanks in advance. > _______________________________________________ > Seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |