TsDBCheckbox inside of a TsDBCtrlGrid

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #38209
    skub1324
    Participant

    Hi,

    when I put a TsDBCheckbox inside a TsDbCtrlGrid and change the active dataset to another row then all checkboxes(but only the checkboxes) are repainted and have the value of selected one. Furthermore the first checkbox control is sometimes invisible depending on the selected dataset.

    If I replace it with the standard TDBCheckbox everthing is fine, but without skin… I hope you can help me.

    #59292
    Support
    Keymaster

    Hello!

    This issue will be solved in the v 14.20

    #59297
    skub1324
    Participant

    Great! I'm looking forward to it. Can you estimate when you'll release it?

    #59360
    skub1324
    Participant
    'Support' wrote:

    Hello!

    This issue will be solved in the v 14.20

    Unfortunately it is not solved in v14.21…

    #59361
    Support
    Keymaster

    Hello

    Did you update the AlphaDB package also?

    #59362
    skub1324
    Participant
    'Support' wrote:

    Hello

    Did you update the AlphaDB package also?

    Sure.

    #59363
    Support
    Keymaster

    Please, open the sDBCheckBox.pas file and set a breakpoint in the “procedure TsDBCheckBox.WMPaint(var Message: TWMPaint);”

    Execution of the program is stopped there?

    #59365
    skub1324
    Participant
    'Support' wrote:

    Please, open the sDBCheckBox.pas file and set a breakpoint in the “procedure TsDBCheckBox.WMPaint(var Message: TWMPaint);”

    Execution of the program is stopped there?

    No…

    #59366
    Support
    Keymaster

    Are you sure this new file is used in compiling by the Delphi? Try to 'Rebuild' a project.

    Can I look it remotely?

    #59393
    skub1324
    Participant
    'Support' wrote:

    Are you sure this new file is used in compiling by the Delphi? Try to 'Rebuild' a project.

    Can I look it remotely?

    Sorry, I'm not allowed to let you into our network so we have to do it the old-fashioned way…

    Yes, I'm sure. I get into WndProc (of this file) but only once with a WM_PAINT Message. A click on a checkbox doesn't trigger anything.

    #59397
    Support
    Keymaster

    So, this event is not catched? Maybe some other files used in compiling?

    Can you check a search path in the Delphi and files in your project directory?

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.