Beherit

Forum Replies Created

Viewing 12 posts - 41 through 52 (of 52 total)
  • Author
    Posts
  • in reply to: Install v8.10 #49507
    Beherit
    Participant

    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…

    in reply to: Install v8.10 #49504
    Beherit
    Participant

    It doesen't work.

    in reply to: Install v8.10 #49502
    Beherit
    Participant

    Any help?

    in reply to: Please implement TsCategoryPanelGroup #48929
    Beherit
    Participant

    This package will be available for C++Builder too? I wan't to user TsCategoryPanelGroup but I programming only in C++ 🙁

    in reply to: TsColorDialog problem #48895
    Beherit
    Participant

    On 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.

    in reply to: TsColorDialog problem #48865
    Beherit
    Participant

    I 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).

    in reply to: TsColorDialog problem #48862
    Beherit
    Participant

    This 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.

    in reply to: Form minimizing problem – AC 7.64 and higher #48583
    Beherit
    Participant

    The 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 🙁

    in reply to: Problem with v7.65 install #48443
    Beherit
    Participant

    I download installation package again and now everything works, thanks!

    in reply to: Problem with v7.65 install #48441
    Beherit
    Participant

    I can't because this file is missing in installation.

    in reply to: Please implement TsCategoryPanelGroup #47512
    Beherit
    Participant

    Could someone answer my question?

    in reply to: Please implement TsCategoryPanelGroup #47508
    Beherit
    Participant

    When 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]

Viewing 12 posts - 41 through 52 (of 52 total)