Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi i'm new at this of programming controls in mathcad, how can I get the ambient properties of the mathcad environment?, I mean, how can I detect that mathcad zooms in or out. I saw that someone put that in this thread http://communities.ptc.com/message/172612#172612
I'm trying to resize some listboxes whenever I zoom in, because they stay the same size.
BTW, I tried also with a textbox with javascript and it kind of worked, but I don't want to rewrite everything, mainly because I don't know javascript.
Diego
Solved! Go to Solution.
Actually, I take it back. You can get the zoom level.
Sorry, but I don't think it's possible to get the zoom level. You can get the height and width, in pixels, of the main application window, but that's all.
That could be helpful to resize, how do I do that?
Actually, I take it back. You can get the zoom level.
Nice feature.
Mike
Thank you very much.
Diego