SpeedTI

Forum Replies Created

Viewing 20 posts - 41 through 60 (of 70 total)
  • Author
    Posts
  • in reply to: Another suggestion for the TsPageControl #69101
    SpeedTI
    Participant

    Do not.
    See attached image please.

    Thank You.

    Attachments:
    You must be logged in to view attached files.

    Regards
    Valdir Sola

    in reply to: Sugestion #69075
    SpeedTI
    Participant

    Thanks for the tip, I’ll take a look.

    Regards
    Valdir Sola

    in reply to: Changing to SkinManager or creating another component #68989
    SpeedTI
    Participant

    I just saw that this possibility already exists. Please disregard.

    Regards
    Valdir Sola

    in reply to: Change suggestion for TspageControl #68986
    SpeedTI
    Participant

    It is true Stephane, its placement is correct, and I withdraw the comment from my suggestion, thank you, however, in my case, the first tab of the pagecontrol is of the Menu type, and I need it to be smaller in size than the other tabs, reason so I made this suggestion.

    Regards
    Valdir Sola

    SpeedTI
    Participant

    Sorry, the error generated was due to my failure.

    Regards
    Valdir Sola

    in reply to: PageControl without animation – version 15.09 #68946
    SpeedTI
    Participant

    So as I understand it, the transition effect between the tabs has been replaced by the effect on the content of the tabs, is that it?

    • This reply was modified 4 years, 3 months ago by SpeedTI.

    Regards
    Valdir Sola

    SpeedTI
    Participant

    In version 15.09

    Regards
    Valdir Sola

    SpeedTI
    Participant

    I had the same problem

    Regards
    Valdir Sola

    in reply to: ComboBox unconfigured in Skin #68913
    SpeedTI
    Participant

    I forgot to mention that the ComboBox on this Skin is bigger (height) than the EditBox for example.

    • This reply was modified 4 years, 3 months ago by SpeedTI.

    Regards
    Valdir Sola

    in reply to: Sugestion #68893
    SpeedTI
    Participant

    Exact!

    Regards
    Valdir Sola

    in reply to: Changing cursor in Button of TsComboEdit #68889
    SpeedTI
    Participant

    I performed the procedure, but it did not solve the problem related to the focus on the button.
    Please click on the link to watch the video where I tried to demonstrate what happens when the mouse is moved over the button. See the problem related to the focus on the button.

    Video comboedit

    Thank You

    Regards
    Valdir Sola

    in reply to: Problems with TsPageControl #68886
    SpeedTI
    Participant

    Attached image with possible explanation

    • This reply was modified 4 years, 4 months ago by SpeedTI.
    Attachments:
    You must be logged in to view attached files.

    Regards
    Valdir Sola

    in reply to: Sugestion #68874
    SpeedTI
    Participant

    I made this change and apparently resolved:

    constructor TsLayout.Create(AOwner: TComponent); begin
    inherited;
    SkinData.SkinSection := ‘TRANSPARENT’;
    BevelOuter := bvNone;
    Ctl3D := False;
    ShowCaption := False;
    ParentCtl3D := False;
    ParentFont := False;
    // Although the following would make sense, after the Create event
    // … apparently the BevelKind property is reset again during load.
    // … So this logic is moved to after the Loaded event.
    BevelKind := bkFlat;
    end;

    procedure TsLayout.Loaded;
    begin
    inherited;
    // Moved from Create event:
    BevelKind := bkNone;
    end;

    Regards
    Valdir Sola

    in reply to: Sugestion #68872
    SpeedTI
    Participant

    It’s a great implementation.
    Thank you.

    Regards
    Valdir Sola

    in reply to: Sugestion #68869
    SpeedTI
    Participant

    Hello!
    I did not say that the TPanel component configured in this way is better or worse (I don’t particularly like to use it), I am referring to practicality, besides that it does not have the transparency feature itself. The TPanel after being inserted, needs several configurations to fulfill this purpose. If there was a TLayout it would simply be added to the Form without requiring any adjustment, not to mention that it should be more “light” as I said earlier.

    Regards
    Valdir Sola

    in reply to: Font Size in the TAdvOfficePager #68859
    SpeedTI
    Participant

    I put it manually in the Form’s OnShow event and solved the problem

    procedure TfrmClientes.FormShow (Sender: TObject);
    begin
         with frmGeral.AdvOfficePagerOfficeStyler1.TabAppearance do begin
             Font.Size: = 10;
         end;
    end;

    Regards
    Valdir Sola

    in reply to: Changing cursor in Button of TsComboEdit #68858
    SpeedTI
    Participant

    In the same way as it would occur in a TImage

    Regards
    Valdir Sola

    in reply to: Font Size in the TAdvOfficePager #68857
    SpeedTI
    Participant

    The font is changed in the TAdvOfficePagerOfficeStyler component in the TabAppearance-> Font property

    Regards
    Valdir Sola

    in reply to: Changing cursor in Button of TsComboEdit #68856
    SpeedTI
    Participant

    Yes, it would be better if only the cursor was changed.

    Regards
    Valdir Sola

    in reply to: Changing cursor in Button of TsComboEdit #68847
    SpeedTI
    Participant

    Thanks for the changes, however I would like to report some problems:
    When the mouse pointer is over the button, its edges are visible. There could be some property to control this. They could have left it as is, including only the choice for the mouse cursor.
    When the mouse pointer leaves the button, the focus remains and is only removed when the pointer is placed over the text box.
    Thank you!

    • This reply was modified 4 years, 4 months ago by SpeedTI.
    Attachments:
    You must be logged in to view attached files.

    Regards
    Valdir Sola

Viewing 20 posts - 41 through 60 (of 70 total)