请问各位高手大侠,我用的是D6中文企业版,安装Raize v4.03后,把控件加入窗口时没问题,但一编译就提示: [Fatal Error] MainForm.pas(7): Unit RzCommon was compiled with a different version of Graphics.clMenuBar [Fatal Error] MainForm.pas(7): Unit RzBorder was compiled with a different version of Graphics.clHotLight 这是什么意思?从字面看好象是版本不对,但究竟是什么版本有问题?该如何解决?希望各位高手指点迷径,在此先谢了。
----------原文如下---------- Thanks for the report. This has been fixed for the next build.
Ray
> Using Delphi 7 and Raize 4.03, I found the following problem. > > Create a form, drop a panel on it, and give the panel a different color as > clBtnFace (for example clMaroon). > > Next, drop a RzSeparator on the panel, it has as color clBtnFace, > ParentColor = False. Next, set ParentColor to True, Color changes > automatically to clMaroon. > > When you compile and run the app, the Color is back to clBtnFace. This > problem is solvable by placing ParentColor := True in the OnCreate of the > form. > > Kind regards, > > Henk van Bokhorst > ----------