[softwarelist] Re: Macros
- From: Anthony Hilton <ajh@xxxxxxxxxxxxxxxxx>
- To: Ovation Pro List <davidpilling@xxxxxxxxxxxxx>
- Date: Tue, 14 Mar 2006 23:05:23 +0000 (GMT)
In <URL:news:local.opro> on Tue 14 Mar, John Bridger wrote:
> Setting an applet/macro to set a specific zoom%
>
> I have the two macros/buttons that set zoom at 75% and 125%
> These are useful but I would prefer them to set 50% and 91%
> (the 91% happens to be the zoom at which my monitor displays
> actual size - 100% is over size!)
>
> Looking in the macro file I found;
>
> defmacro2(4,"75%","{setzoom(ZOOM75,0,0)}","","75% zoom.
> |MClick SELECT to set document zoom to 75%.");
Before reading what others have posted I assumed you would need to change
the 75 in the setzoom definition to 50 as well to make those 2 lines:
defmacro2(4,"50%","{setzoom(ZOOM50,0,0)}","","50% zoom.
|MClick SELECT to set document zoom to 50%.");
>
> So, I thought if I edited all the 75%s to 50% and the 125%s
> to 91% I would have my two prefered zooms.
> Silly me - it did not work.
> Can anyone tell me if it is possible (for a bear of little
> brain) to do this and how?
So you now have 2 approaches to try.
Anthony
--
ajh@xxxxxxxxxxxxxxxxx
- References:
- [softwarelist] Macros
- From: John Bridger
Other related posts:
- » [softwarelist] Macros
- » [softwarelist] Re: Macros
- » [softwarelist] Re: Macros
- » [softwarelist] Re: Macros
- » [softwarelist] Re: Macros
- » [softwarelist] Macros
- [softwarelist] Macros
- From: John Bridger