Forum Replies Created
-
AuthorPosts
-
Support
KeymasterHi
Do you know how to catch a moment when the new Menuitem is created?
Where may be inserted a handler for this event?Support
KeymasterThis problem is actual for Aero.
In other situations caption must be changed without flickering.
If you really have this flickering in the Aero only, then I try to find a solution soon and problem will be solved automatically.Support
KeymasterHello
Sorry for delay, I'm not always here
So, disabled edit haven't constant color, because control is alphablended.
For some skins this color will not be changed and may be calculated, but in many skins this color depended from a color of parent :
[attachment=3334:disedit.png]
So, solution depends from a your task.
Try this code for receiving average color between active edit and main skin color :CODEuses sGraphUtils, sDefaults;
Color := MixColors(SkinManager.GetActiveEditColor, SkinManager.GetGlobalColor, DefDisabledBlend);
Maybe it helps.Support
KeymasterHi
The glyph property of button is a Bitmap, and you can't just use LoadFromFile.
Here is a changed code :CODEuses acPNG;{$R *.dfm}
procedure TForm1.sButton1Click(Sender: TObject);
var
Png : TPNGGraphic;
begin
Png := TPNGGraphic.Create;
Png.LoadFromFile(ExtractFilePath(Application.ExeName) + 'TestForm2-48.png');
sSpeedButton2.Glyph.Assign(Png);
Png.Free;
end;Support
KeymasterThank you for the demo.
Problem will be solved in the nearest release, I hope.Support
KeymasterHello
Qwark, Could you show me this error by TeamViewer?Support
KeymasterА демку реально сделать?
Support
KeymasterДействительно проблема серьезная, спасибо за сообщение, пакет обновлен сегодня.
Support
KeymasterВысота заголовка задается в скине, там его можно поменять.
А сделано такое поведение после очень многочисленных просьба, действительно вкусы разные у всех..Support
KeymasterА если заменить DBCtrlGrid стандартным?
PS. В следующий раз на оффтопик не буду реагировать, постоянно прошу не оффтопить.Support
KeymasterСпасибо, что хоть теперь начали писать об этом..
Просьба проверить демку с сайта – как она максимизируется.Support
KeymasterHello
Try this demo please.
Example was created for grid but you can copy a code for receiving of the parent background.Support
KeymasterСпасибо за напоминание, забыл здесь отписаться <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />
В юните sConst.pas объявлена переменная acOldGlyphsOrder, по умолчанию она False
PS. Вчера была версия 6.34, сегодня – 6.35 <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />Support
KeymasterIt's a new property )
Support
KeymasterOk, try set text '00:00:00' and set ShowSeconds property to False..
Support
KeymasterHello
Please be sure that you have AlphaControls v6.34 (it's a Beta, not a Stable still)
Stable version have 6.23 version.Support
KeymasterСпасибо за скрин и демку, решение найдется скоро.
Support
KeymasterБудет починено сегодня.
Support
KeymasterБудет починено сегодня.
Support
KeymasterДумаю проблема будет решена сегодня.
-
AuthorPosts