Forum Replies Created
-
AuthorPosts
-
Hello and thank you for demo, I will try it soon
Try sEdit1.SkinData.CustomColor property
In the v5.23 code we can see this :
CODEprocedure TsSpeedButton.ActionChange(Sender: TObject; CheckDefaults: Boolean);
begin
if Glyph.Empty {v4.72} and (TCustomAction(Sender).ActionList.Images nil) and (TCustomAction(Sender).ImageIndex > -1) then Glyph.Assign(nil); // v4.44
inherited ActionChange(Sender, CheckDefaults);
if Sender is TCustomAction then DoActionChanging(Self, TCustomAction(Sender));
FCommonData.Invalidate;
end;
And we hasn't a checking of the TCustomAction(Sender).ActionList there too <img src="style_emoticons//blush.gif” style=”vertical-align:middle” emoid=”:blush:” border=”0″ alt=”blush.gif” />
Seems, you hadn't error in the v5.23 because Glyph property was not empty?You can find this info in the About window, something like 12.0.3170.16989…
Hello
As I understood, you talks about writing new control – enhanced, skinned grid?
I'm not sure that such control will be added into the package soon, maybe you can use TDBAdvGrid by TMS or DevExpress Quantum grid?Here is a demo, you can try it. Later this example may be improved
Hello Jeffijoe
Please tell your Delphi 2009 build number. Old Delphi 2009 releases are not completely compatible with last releases.Reflections are supported completely if TsAlphaImagelist component is used or if Glyphs have 32-bit format (Bmp or Png). Other formats and ImageLists will support this property soon too.
Thank you very much for an example!
This problem will be solved in the nearest release.Could you show it in TeamViewer?
April 21, 2009 at 12:43 pm in reply to: Problem about scaling all Alphacontrols on the Frames to fit to all kind of Screens when maxmized?? #38736Could you show a few pictures for better understanding of problem?
Form.Scaled property doesn't work?This problem will be solved in the next Beta version (6.30) I think, please wait few days.
Ok, if you will catch this error in the future – could you save and show me an EurekaLog report?
Thank's for code, but I don't know how to use it… <img src="style_emoticons//unsure.gif” style=”vertical-align:middle” emoid=”:???:” border=”0″ alt=”unsure.gif” />
Maybe you can give a working example with standard controls?
ThanksHello
Sorry I can't use TV today, I'll link with you tomorrow, Ok?Hello
DB-aware package is updated and may be downloaded there, sorry for inconvenience.Hello
I'll try to reproduce and solve this problem soon, if you can send me an example where problem is exists, then send it please )Try this code, please
CODEprocedure TFrameButtons.sBitBtn3Click(Sender: TObject);
begin
if Mainform.sFrameLookBar1.Items[0].Frame nil then TFrameBarControls(Mainform.sFrameLookBar1.Items[0].Frame).sBitBtn1.Enabled := True;
{
if Assigned(OldFrame) then FreeAndNil(OldFrame);
Frame := TFrameBarControls.Create(nil);
TFrameBarControls(Frame).sBitBtn1.Enabled := True;
}
end;
PS. Other your messages will be deleted, please do not duplicate them.Sorry, I not quite understand you seems.
You want to have a scaled form with all controls?