PDA

View Full Version : Internet Explorer Text Zoom In/Out



SouthyPar
October 13th, 2002, 12:55 PM
Hmmm that's a good question. I was unsucceful in trying to capture the 'Increase\Decrease Font Size' command. I've only been able to find the commands for five general font size settings.
Issue a Girder Command action, with an LParam of 0 and WParam with one of these values - from 'Largest' to 'Smallest': 2145, 2144, 2143, 2142, and 2141.

There is probably a clever way to either emulate the CTRL+SCROLL UP\DOWN effect, or find some alternative route to access this function, but so far this is all I've found. Maybe a simple MultiGroup with state settings could work for now?

AndyL
October 13th, 2002, 12:55 PM
If you hold down the CONTROL key whilst using a mouse scroll in IE you can change the text size - handy for reading in bed! I am trying to get girder to perform this but cannot get it to transmit both the control key command and do the mouse scroll at the same time. It only seems to want do the scroll action. I have tried using two separated actions with the same eventsring or a multicommand but neither seem to work. Has anyone had any look trying this or anything similar or have any ideas?

AndyL
October 13th, 2002, 12:55 PM
Manged to do it :D
I was trying to learn the Ctrl+mouse scroll but this would not work. I then set up a multigroup with 5 commands and learned the commands from clicking on VIEW-TEXT SIZE-SMALLEST to LARGEST. I se the state settings for a 5 group and it works. The WParams I got were 3165, 3166, 3167, 3168 and 3169, all LParams are 0. When learing, both the last 2 commands that appear seem to work, just play around with the target.

Girder rocks. I don't know how I lived without it! :-?