TinyTERM version 4 has a pop-up context menu which can be accessed by right-clicking the session button. If you need the Session Bar so you can switch between sessions, but do not want the context menu available, it can be disabled.
Go to TinyTERM’s Session menu and select the Script Editor. Enter the following commands:
iIdPopMenu = 101;
CSESS[dSESSBUTT].contextmenuid = iIdPopMenu;
entryTE_EMouseDown(oParent,oTE,nCode,nButton,nFlags,x,y){}
Save the script with whatever name you choose, such as nomenu.cs.
Next, go to the Edit menu and select Session Properties. Set the “Post session start” radio button, then click the Browse button. Select the script you just created and click Open. OK everything and save the settings.
The next time you start TinyTERM, the session buttons will still be available. But the context menu won’t.
This entry was posted
on Thursday, March 29th, 2007 at 9:33 am and is filed under CScript.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.