Support

Forum Replies Created

Viewing 20 posts - 441 through 460 (of 9,667 total)
  • Author
    Posts
  • in reply to: TsSlider problem #69421
    Support
    Keymaster

    Thank you for the demo, this issue will be solved in the nearest release.

    in reply to: Scaling of containers doesn’t work #69419
    Support
    Keymaster

    The issue is complex, many dependencies from VCL scaling exists and some time is required for workaround searching.
    Can’t promise a fix in the nearest release, unfortunately.

    in reply to: No lines in TsListView #69418
    Support
    Keymaster

    I’m planning to fix it in the nearest release.
    Why you are changing the Visible property there? Some special purpose?

    in reply to: Scaling of containers doesn’t work #69408
    Support
    Keymaster

    Hello, Ralf!
    I can confirm it under Delphi 7, but there is no problem under RAD Studio 10.2 Tokyo
    Which Delphi version do you use?

    in reply to: DevExpess 20 Look And Feel Painter bug. #69407
    Support
    Keymaster

    You are right, this code will be changed soon, thanks.

    Support
    Keymaster

    Sorry, I was thinking about the DataLink.Modified, don’t know why.
    I will check if TCustomEdit.Modified may be used there.

    in reply to: Forum is EXTREMELY slow. #69405
    Support
    Keymaster

    I will ask a support of hoster about it.

    Support
    Keymaster

    I will check it soon.

    in reply to: Hints show at the wrong position #69403
    Support
    Keymaster

    I see it, thanks.
    This issue will be solved in the nearest release.

    in reply to: Paint problem in AC 15.14 #69402
    Support
    Keymaster

    Do you know which control doesn’t handle the WM_SETCURSOR message?

    Really, using of the Application.ProcessMessages is dongerous in some situations, it’s a reason why this line has been commented. I need to repeat the issue somehow..

    Support
    Keymaster

    About the FTextChangedByUser: I need to divide all changes that processed in the component.
    1. If value of the component is changed by the DB engine then I will not check Min/Max values and value is added unaltered, according to your request
    2. If value is changed by user then it should be checked (if control is configured for automatic checking).
    This is a reason why FTextChangedByUser has been added, because “Modified” don’t let me know how the value has been changed (by user or by dataset).

    • This reply was modified 4 years, 2 months ago by Support.
    in reply to: ActionList with VirtualImageList #69383
    Support
    Keymaster

    Hello! I will check it soon.

    in reply to: AlphaHints does not work at all #69382
    Support
    Keymaster

    Hi! You should upgrade a package. This issue has been solved already if I’m not wrong.

    Support
    Keymaster

    I will check it soon.

    in reply to: StartAttention on ComboBoxEx1 not working #69380
    Support
    Keymaster

    Hi
    I will check it before e new release.

    in reply to: Paint problem in AC 15.14 #69379
    Support
    Keymaster

    Are you sure that you can’t give me a demo with such behaviour?
    I think, you know better how to repeat it..

    in reply to: TsButton and TSBitBtn have problems in V15.14 #69378
    Support
    Keymaster

    Thank you. I see it and this issue will be solved in the nearest release.

    in reply to: NeonNight skin is raising exception #69377
    Support
    Keymaster

    Are you sure this skin is up-to-date? If you can give me a demo, I will check why it happens.

    in reply to: Exceptions in sThirdParty.GetCommonData #69376
    Support
    Keymaster

    Hi
    I will check if code in the SetActive may be improved.

    in reply to: Hint timing is much too fast #69375
    Support
    Keymaster

    I have made several test-apps concerning delays in Delphi’s hints and see that some problems exists there (without AlphaSkins). The Application.HintPause works good if value is smaller than 500 ms. If this value is bigger then real value of the first showing delay is changed randomly. For example, if I set 550 ms there, then delay may be 2 or more seconds. I have checked a code in the RAD Studio VCL and I see a reason of this issue, seems. Hint is cancelled in the TApplication.HintMouseMessage(Control: TControl; var Message: TMessage), but shouldn’t. After a hint canceling a new timer is started again and this situation may be repeated.
    So, AlphaHint is a skin for standard hints and same delay used there (Application.HintPause)

    Also, HintShortPause used in AlphaHints and works correctly except on disabled controls when HandleDisabledCtrls property is True. At this moment I haven’t idea how to add a small delay before showing of hint there.

Viewing 20 posts - 441 through 460 (of 9,667 total)