hi,
1. every time needs to be arranged by you:
after displaying browser
select [A?] button or Text Style from options and arrange
2. Automation (if you have a mapbasic program)
write a program that
Note WinFocusChangedHandler is a reserved procedure of mapinfo, use as is
......
include "mapbasic.def"
Declare sub main
Declare sub WinFocusChangedHandler
sub main
end sub
Declare sub WinFocusChangedHandler
Dim i_win_type As SmallInt
if numwindows() then
i_win_type=WindowInfo(CommandInfo(CMD_INFO_WIN),WIN_INFO_TYPE)
if i_win_type = WIN_BROWSER then
set window frontwindow() font ("Arial",0, 12 ,0) ' where 12 defines the
font punto
end if
end if
end sub
.....
load this mapbasic and set it as autoload
from tool manager
best regards...
ahmet
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 22, 2001 7:01 PM
Subject: MI-L Browser Window Font Size
Dear All,
Old age doesn't come on it's own, they say - too right - my eyes are going awol, all
those hours staring at Mapinfo.
Does anyone know how to set a larger font size for the contents of a browser window ?
Set window info font
("Arial",0,12,0) will do the info-tool, but I can't get at the browser text-size at
all - a permanent solution, fixing a
larger font for both windows, would be ideal.
If there isn't a solution to this one, is anyone working on a Mapinfo Braille
interface ?
TIA,
Brian Forrester
Wood Mackenzie
Edinburgh, Scotland
[EMAIL PROTECTED]
Now, where's the "send" button, I can't quite... - oh , there it is!
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.