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