Forum Replies Created
-
AuthorPosts
-
July 10, 2009 at 7:45 am in reply to: Problem with popupborder of TcxShellcombobox (DevExpress) #39865
Support
KeymasterProblem with headers will be solved in the nearest release.
Support
KeymasterHello
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;Support
KeymasterSupport
KeymasterCould you ask this man to enable a Windows themes and try a program again with enabled themes?
Support
KeymasterThanks for report, I'll try to find a cause of problem.
Support
KeymasterUse ShowFocus property.
In some skins a showing of focus rectangle was forbidden.Support
KeymasterHello
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.GetGlobalFontColorSupport
KeymasterThese problems will be solved soon too, I hope.
Some controls like TcxPageControl must be researched.Support
KeymasterSupport
KeymasterSorry for delay, this problem is really difficult and some code must be fully changed. I hope problem will be resolved soon.
Support
KeymasterIndy никак не используются в пакете AlphaControls, скорее всего при установке пакета Indy как-то попал в область requires в acnt2009*.dpk или acnt2009*.dproj
Могу посоветовать поискать в папке AlphaControls файл, который содержит 'indy', интересно что даст поиск.Support
KeymasterЯ у себя пробовал смотреть при скинах и без, получалось одинаково, спасибо за демку буду смотреть еще.
Support
KeymasterЧто-то не получается, вот такая ошибка :
“ОШИБКА при сборке.
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 Ошибки”
Не сталкивался?Support
Keymasterzbugz, о чем ты? Баг?
Support
KeymasterSupport
KeymasterКакая версия пакета?
Support
KeymasterЭто свойство появилось в BDS, пакет его только наследует.
То что выравнивание не работает когда disabled – не правильно и будет исправлено скоро.Support
KeymasterЗдравствуйте
Спасибо за сообщение, попробую разобраться скоро.Support
KeymasterЧто-то не видно в этой демке ничего неправильного…
Можно скриншот посмотреть?Support
KeymasterСпасибо
Поменять эти цвета можно очень легко в редакторе <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” /> -
AuthorPosts