Forum Replies Created
-
AuthorPosts
-
BeheritParticipant
It'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…
BeheritParticipantIt doesen't work.
BeheritParticipantAny help?
BeheritParticipantThis package will be available for C++Builder too? I wan't to user TsCategoryPanelGroup but I programming only in C++ 🙁
BeheritParticipantOn 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.
BeheritParticipantI 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).
BeheritParticipantThis 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.
BeheritParticipantThe 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 🙁
BeheritParticipantI download installation package again and now everything works, thanks!
BeheritParticipantI can't because this file is missing in installation.
BeheritParticipantCould someone answer my question?
BeheritParticipantWhen 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