Forum Replies Created
-
AuthorPosts
-
SupportKeymaster
Hi
Do you know how to catch a moment when the new Menuitem is created?
Where may be inserted a handler for this event?SupportKeymasterThis 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.SupportKeymasterHello
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.SupportKeymasterHi
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;SupportKeymasterThank you for the demo.
Problem will be solved in the nearest release, I hope.SupportKeymasterHello
Qwark, Could you show me this error by TeamViewer?SupportKeymasterА демку реально сделать?
SupportKeymasterДействительно проблема серьезная, спасибо за сообщение, пакет обновлен сегодня.
SupportKeymasterВысота заголовка задается в скине, там его можно поменять.
А сделано такое поведение после очень многочисленных просьба, действительно вкусы разные у всех..SupportKeymasterА если заменить DBCtrlGrid стандартным?
PS. В следующий раз на оффтопик не буду реагировать, постоянно прошу не оффтопить.SupportKeymasterСпасибо, что хоть теперь начали писать об этом..
Просьба проверить демку с сайта – как она максимизируется.SupportKeymasterHello
Try this demo please.
Example was created for grid but you can copy a code for receiving of the parent background.SupportKeymasterСпасибо за напоминание, забыл здесь отписаться <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” />SupportKeymasterIt's a new property )
SupportKeymasterOk, try set text '00:00:00' and set ShowSeconds property to False..
SupportKeymasterHello
Please be sure that you have AlphaControls v6.34 (it's a Beta, not a Stable still)
Stable version have 6.23 version.SupportKeymasterСпасибо за скрин и демку, решение найдется скоро.
SupportKeymasterБудет починено сегодня.
SupportKeymasterБудет починено сегодня.
SupportKeymasterДумаю проблема будет решена сегодня.
-
AuthorPosts