Blog
All Blog Posts | Next Post | Previous PostScripter Studio IDE with Office 2003 and Office 2007 themes
Wednesday, May 13, 2009
The latest release of TMS Scripter Studio Pro allows you to define a theme for the IDE (Integrated Development Environment). This feature requires other TMS products, like TMS AdvMenus and TAdvOfficeTabSet. So, if you are a TMS Component Pack customer or if you have a TMS VCL Subscription, you can get benefit for this new feature. It's very easy to do so. First of all, change AScript.Inc file to have the THEMED_IDE directive defined:AScript.Inc file:
{$DEFINE THEMED_IDE}
{Running the Scripter IDE with Office 2003 Blue theme} IDEDialog1.AppStyler := AdvAppStyler1; AdvAppstyler1.Style := tsOffice2003Blue; IDEDialog1.Execute;
Wagner Landgraf
This blog post has not received any comments yet.
All Blog Posts | Next Post | Previous Post