Forum Replies Created
-
AuthorPosts
-
I'm using TsSpeedButtons on TsPanel in such cases.
Code:TsSpeedButton.SkinData.SkinSection := 'TOOLBUTTON'
TsPanel.SkinData.SkinSection := 'TOOLBAR'Hello
Support of x64 is planned, but I can't promise a quick implementing.
Hello
Can you send me an example please? I can't repeat such situation.
Hello Lars
You should be sure that latest version of the skin is used (internal skins should be updated after upgrading to the version 7).
Thank you.
I think, something in a system gives me a different result. I'm working with this issue now.
Hello and thank you for a help. The issue is solved now.
Hello
You can try this code
Code:var
sBtn : TSpeedButton;
begin
sBtn := TSpeedButton.Create(self);
with sBtn do begin
Width := 50;
Height := 50;
Top := 50;
Left := 50;
Parent := self;
Caption := 'xx';
end;
sSkinProvider1.Adapter.AddNewItem(sBtn);
end;October 21, 2011 at 12:00 pm in reply to: Установка AC v7.54 – Unable to open file 'MATH.OBJ' #47016'Old' wrote:1. Удалить не могу, поскольку основная работа ведется все же в ХЕ…Ну, я имел в виду, что если пакет от XE ставился под XE2, то возможно от этой установки остались какие-то файлы в папках XE2, которые мешают теперь поставить нормальный пакет…
Файлы, используемые Билдером XE, удалять не нужно, вряд ли они пересекаются.
Очень плохо работал интернет в последнее время, намучился с ним и забыл выложить ссылку на пакет для Builder XE2, скорее всего все из-за этого.
Советую удалить все лишнее (скорее всего осталось что-то от пакета для BuilderXE) и поставить только этот пакет для BuilderXE2, предварительно скопировав Dcu-файлы. Если прописать пути к библиотеке в Library path и Include path, то должно работать, я только что проверял.
Спиртное не пью почти, а если есть у Вас конструктивные предложения по подготовке пакета для Билдера, то я был бы благодарен за помощь, так как опыта работы в нем очень мало.
You can try it already in the latest release.
'cyberhound' wrote:that is def needed
But such components exists already?
So, you uses an old acLFPainter6.pas file?
Try this updated unit in your application.
Which version of the cxGrid do you uses?
Hello
This control is not compatible with standard button control and can't be skinned easily, if I'm not wrong.
I think, I know a cause of the problem now,
Try the updated skin please : http://www.alphaskins.com/sfiles/skins/deeppurple.asz
Hello Tonik
I know what you mean and I'll try to fix it soon.
I think, this problem will be solved in the next Beta version (not stable) because some critical changes should be added.
Hello, Omega User
I can't reproduce an error, can you show a problem remotely?
Thank you.
Form should be reinitilized because this window is recreated after the BorderIcons property changing.
Try this code please :
Code:spMain.PrepareForm;
spMain.SkinData.Invalidate;Look what I have with your demo.
Why we have different colors?
Thank you very much. Maybe you uses an old version of the skin?
Can you insert a skin into Exe, please?
-
AuthorPosts