Forum Replies Created
-
AuthorPosts
-
Hello
I'm sorry, but AlphaControls package haven't charts components.
Hello, you can try such code :
Code:procedure TMainForm.sBitBtn1Click(Sender: TObject);
var
ci : TsTitleItem;
begin
ci := sFrameBar1.Items.Add as TsTitleItem;
ci.Caption := 'New item';
ci.OnCreateFrame := sFrameBar1Items1CreateFrame;
end;Here is the demo : http://www.alphaskins.com/sfiles/demos/framebar.zip
March 29, 2011 at 3:07 pm in reply to: Please, PLEASE fix compatibility issue with TJvTransparentForm! #45257Thank you!
You should reinstall the package after NOACPNG changing, you did it?
And you must have full AlphaControls sources of course.
I have checked this solution with your image and problem is solved with your demo.
March 23, 2011 at 9:04 am in reply to: Please, PLEASE fix compatibility issue with TJvTransparentForm! #45238Please send me Png file which must be loaded into component.
March 21, 2011 at 10:06 am in reply to: Please, PLEASE fix compatibility issue with TJvTransparentForm! #45226You can add such line :
Code:{$DEFINE NOACPNG}to the sDefs.inc file and rebuild the AlphaControls package.
AlphaControls will not load Png images automatically in this case and you will be able to use JvTransparentForm (picture should be reloaded after a package recompiling).
Try it please.
March 21, 2011 at 9:43 am in reply to: Please, PLEASE fix compatibility issue with TJvTransparentForm! #45225Thank you, I'll research it now.
Hello
You should remove all internal skins from SkinManager component and load new skins there.
You must be sure that Version property of this component is 7.32 or newer.
Thank you, the problem will be solved in the nearest release, I think.
Hello
I'm sorry, but TAdvToolButton can't be supported at moment.
'ralfiii' wrote:They you can maximize the app which changes it's width.
Remove biMaximize from BorderIcons.
Thanks for suggestion, will be added in the v7.40 (next Beta)
March 13, 2011 at 11:03 am in reply to: TsComboBox ItemHeight property not working in runtime #45151Hello and thank you for the demo.
Can you give me example with standard combobox where I can see an expected behaviour?
Maybe Style property must be changed to csOwnerDrawVariable?
March 13, 2011 at 10:08 am in reply to: Please, PLEASE fix compatibility issue with TJvTransparentForm! #45149Hello
Could you give me a test-application please?
Thank you in advance.
Hello
This code must be placed after adding menu items.
Hello
Can you show me that in run-time?
Can you show a screenshot without skins also?
Hello
Some files from previous installation were not removed seems. You should find and kill them.
You will see a version of components which used in application if your program started with /acver key. 🙂
Thank you.
What is version of your JVCL?
Your demo working well, but my Exe don't work after recompiling (form position does not saved/restored). How can I activate TJvFormStorage component?
'norik' wrote:Оттуда можно переписать или они разные?Нет. Лучше просто разобраться – почему файла нет. Может не полностью распаковался?
Нужно попробовать скачать и распаковать опять – этот файл там должен быть.
А файл ac3dNewClass.dcu или ac3dNewClass.pas есть в папке с компонентами?
А файл acntD7_R.dpk уже скомпилирован?
-
AuthorPosts