cdew / delphi-ide-theme-editor

Automatically exported from code.google.com/p/delphi-ide-theme-editor
0 stars 0 forks source link

DelphiIDEColorizer: Freeze IDE when startup. #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Simple compile the latest DelphiIDEColorizer in XE6/XE5,and with the VCL Style 
Enabled, the IDE will freeze when restart the IDE the next time.

Change the Option in Settings.ini from UseVCLStyles=1 to UseVCLStyles=0 will be 
started normal.

What version of the product are you using? On what operating system?

Delphi XE5/XE6, WIN7 32bit.

Please provide any additional information below.

This problem introduced with rev 115, the 114 is working good with VCL style 
enabled.

And the extension of the VCL styles files should be added, or it will be claim 
"The VCL Style file %s was not found".

Code:

StyleFile:=IncludeTrailingPathDelimiter(TColorizerLocalSettings.VCLStylesPath)+T
ColorizerLocalSettings.Settings.VCLStyleName;

As the FileExists(StyleFile) will be always be FALSE. Anyway, it just happend 
when save the setting. It will load the corrected VCL style though. 

Original issue reported on code.google.com by sxm...@gmail.com on 27 May 2014 at 10:04

GoogleCodeExporter commented 9 years ago
Oh, there is also a typo of your "wizard_intaller.bmp",it should be 
"wizard_installer.bmp".

Original comment by sxm...@gmail.com on 27 May 2014 at 10:06

GoogleCodeExporter commented 9 years ago
The source code is only for internal tests, if you want try the wizard you can 
request a fully functional version of the plugin to rodrigo.ruz.v at gmail.com 
. Also the VCL Styles is not supported yet you can read the 
FAQ(https://code.google.com/p/delphi-ide-theme-editor/wiki/DIC) for more 
information.

Original comment by Rodrigo.Ruz.V@gmail.com on 27 May 2014 at 2:46