Forum Replies Created
-
AuthorPosts
-
July 10, 2009 at 7:45 am in reply to: Problem with popupborder of TcxShellcombobox (DevExpress) #39865SupportKeymaster
Problem with headers will be solved in the nearest release.
SupportKeymasterHello
Hiding will be possible in the next release I think by using a function like this :CODEprocedure FadeControls(ctrl : Array of TwinControl; IsVisible : boolean);
var element : TwinControl;
begin
for element in ctrl do
begin
PrepareForAnimation(element);
element.Visible := IsVisible;
AnimShowControl(element, 250);
end;
end;SupportKeymasterSupportKeymasterCould you ask this man to enable a Windows themes and try a program again with enabled themes?
SupportKeymasterThanks for report, I'll try to find a cause of problem.
SupportKeymasterUse ShowFocus property.
In some skins a showing of focus rectangle was forbidden.SupportKeymasterHello
Any skin element may have a color for filling, but in some skins this element may be filled by gradient or by texture.
So, tab may be filled by gradient and tab will not have own color in this case.I can suggest you to use a main skin color which you can receive by TsSkinManager.GetGlobalColor function.
Color of text for such tab may be received by TsSkinManager.GetGlobalFontColorSupportKeymasterThese problems will be solved soon too, I hope.
Some controls like TcxPageControl must be researched.SupportKeymasterSupportKeymasterSorry for delay, this problem is really difficult and some code must be fully changed. I hope problem will be resolved soon.
SupportKeymasterIndy никак не используются в пакете AlphaControls, скорее всего при установке пакета Indy как-то попал в область requires в acnt2009*.dpk или acnt2009*.dproj
Могу посоветовать поискать в папке AlphaControls файл, который содержит 'indy', интересно что даст поиск.SupportKeymasterЯ у себя пробовал смотреть при скинах и без, получалось одинаково, спасибо за демку буду смотреть еще.
SupportKeymasterЧто-то не получается, вот такая ошибка :
“ОШИБКА при сборке.
D:Program FilesCodeGearRAD Studio6.0BinCodeGear.Delphi.Targets(130,3): error MSB6001: Недопустимый ключ командной строки для “dcc”. Значение не может быть неопределенным.
D:Program FilesCodeGearRAD Studio6.0BinCodeGear.Delphi.Targets(130,3): error MSB6001: имя параметра: path2
0 Предупреждение
1 Ошибки”
Не сталкивался?SupportKeymasterzbugz, о чем ты? Баг?
SupportKeymasterSupportKeymasterКакая версия пакета?
SupportKeymasterЭто свойство появилось в BDS, пакет его только наследует.
То что выравнивание не работает когда disabled – не правильно и будет исправлено скоро.SupportKeymasterЗдравствуйте
Спасибо за сообщение, попробую разобраться скоро.SupportKeymasterЧто-то не видно в этой демке ничего неправильного…
Можно скриншот посмотреть?SupportKeymasterСпасибо
Поменять эти цвета можно очень легко в редакторе <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />AuthorPosts