Yas NaKayama wrote:
> When I place a Toolhandler within a program, a CrossHair button
> shows up.
> Is there a way to replace the icon for that?
> Is there a way to place a help msg for the toolhandler button?
USe a custom toolbutton, and you can set the icon, cursor and
help msg in the definition. See "buttonpads" in the MB online
help. You can either create new ones or alter existing ones.
> How do I find which column is the left most column for the
> current active
> browser?
Get the window Id (using FrontWindow()), and then the table name
from WindowInfo (with WIN_INFO_TABLE), and use ColumnInfo on
column # 1 to get the name of the default left-most column.
- Bill Thoen
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]