Forum Replies Created
-
AuthorPosts
-
Beherit
ParticipantIt's not possible 😉 I don't have problem with install version 7.70. Instalation of version 8.10 work propertly but it don't generate LIB files as it is on 7.70. In “C:UsersPublicDocumentsRAD Studio10.0DCP” I have only two files – “acntBuilderXE3.bpi” and “acntBuilderXE3_R.bpi”, there isn't lib files…
Beherit
ParticipantIt doesen't work.
Beherit
ParticipantAny help?
Beherit
ParticipantThis package will be available for C++Builder too? I wan't to user TsCategoryPanelGroup but I programming only in C++ 🙁
Beherit
ParticipantOn demo I still have problem – don't work shortcut “Ctrl+C”. When I add TsMaskEdit to form it's work fine! Problem lies only on TsColorDialog.
Beherit
ParticipantI use version 7.67 but on version 7.68 is this same. I use older version because new have a bug (I will describe it later).
Beherit
ParticipantThis code works for me too, but the problem lies somewhere else. In component TsMaskEdit don't work coping data – I mean copying the selected text by “Ctrl+C” or position “Copy” in menu.
Beherit
ParticipantThe problem occurs in all forms, which are forced to show a button on the Windows toolbar by modifying the sentences CreateParams, ex:
Code:procedure TForm1.CreateParams
(var Params: TCreateParams);
begin
inherited CreateParams(Params);
Params.ExStyle := Params.ExStyle
or WS_EX_APPWINDOW;
end;Please fix it 🙁
Beherit
ParticipantI download installation package again and now everything works, thanks!
Beherit
ParticipantI can't because this file is missing in installation.
Beherit
ParticipantCould someone answer my question?
Beherit
ParticipantWhen this component will be support? I tried to skin this component on my own but I have may problems (details on the screenshots, ex. scrool is not skined, RadioButtons/Buttons in TsPanel looks bad).
[attachment=5453:2012-01-08_210757.png] [attachment=5454:2012-01-08_210815.png]
-
AuthorPosts