Forum Replies Created
-
AuthorPosts
-
Hi
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;Thank you for the demo.
Problem will be solved in the nearest release, I hope.Hello
Qwark, Could you show me this error by TeamViewer?Hello
Try this demo please.
Example was created for grid but you can copy a code for receiving of the parent background.It's a new property )
Ok, try set text '00:00:00' and set ShowSeconds property to False..
Hello
Please be sure that you have AlphaControls v6.34 (it's a Beta, not a Stable still)
Stable version have 6.23 version.Hello
This problem will be solved today.Hello
This message means that your jpeg.dcu file was changed. You must reinstall Delphi 6 seems, try it please.If you have downloaded a new package already then redownload him please, a new little unicode problem was solved in this release.
If you can share your PC by TeamViewer tool then I can help to resolve a problem quickly..
Некоторые эдиты из этого пакета поддерживаются вроде, а вот с поддержкой Lookupcombobox проблема, как Rx так и стандартного.
Проблема в том, что они наследованы не от стандартного ComboBox и поведение скроллов не стандартно.Problem will be solved tomorrow I think.
Tomorrow will be available a new version of the package and TimePicker will be radically changed there.
Problem will be solved in the v6.34
Hello
You must reinstall both packages seems. Do you have an experience of using together these packages?Thank you.
I don't see a reason of such behaviour, but I will research it more.
Maybe you can use TeamViewer fo PC sharing? Problem will be solved much faster in this case.Thank you very much for the example, problem will be solved in the v6.34 I think.
June 4, 2009 at 2:23 pm in reply to: sRadiobutton and scheckbox not dimmed text when disabled #39464sRadioButton and sCheckBox are fully blended when disabled in other place (line №459 in sRadioButton.pas beta)
So, is no need to draw a grayed text, text will be alphablended. I have tested it and haven't a black text when disabled. Could you show a screenshot?Problem with borders is solved already seems, I can send you a patched files now if you want to test them..
-
AuthorPosts