Re: Creating Image Maps

2004-12-27 Thread Steve Holden
Aaron wrote: Thanks for the responses guys! The first option you provided sounds great, Steve. I think I'm gonna try it that way. OK. It's usually the easiest way if the subsections are at all regular. If they are irregular it's often the *only* way! This is a technique that can also be used on t

Re: Creating Image Maps

2004-12-24 Thread Aaron
Thanks for the responses guys! The first option you provided sounds great, Steve. I think I'm gonna try it that way. -- http://mail.python.org/mailman/listinfo/python-list

Re: Creating Image Maps

2004-12-24 Thread Steve Holden
Aaron wrote: I know this is a thing used primarily on websites..but since python can do anything ;) I'm trying to make a clickable image map for my wxPython program. Basically, I know how to organize the images into one large image in a panel, but how do I make the individual pieces clickable like

Re: Creating Image Maps

2004-12-23 Thread M.E.Farmer
Hello Aaron, You need to check the demo that comes with wxPython if you don't have it get it. Look under wxHtmlWindow and click the demo tab then just scroll down and there is a link to it that says IMAGEMAP. Or in other words RTFD ;) M.E.Farmer -- http://mail.python.org/mailman/listinfo/python-

Creating Image Maps

2004-12-23 Thread Aaron
I know this is a thing used primarily on websites..but since python can do anything ;) I'm trying to make a clickable image map for my wxPython program. Basically, I know how to organize the images into one large image in a panel, but how do I make the individual pieces clickable like webpage link