Problem in VirtualTreeView skinning

Viewing 20 posts - 1 through 20 (of 22 total)
  • Author
    Posts
  • #37649
    Saeidd2016
    Participant

    Hello,

    When SkinManager is active, the VirtualTreeView skinned successfully but the problem is that if you click on the vertical scrollbar, the OnNodeClick event occures.

    Please see my attached sample.

    First click on any node then click on the vertical scrollbar.

    #57258
    Support
    Keymaster

    Hello!

    Thank you for the demo, I will research it.

    #57260
    Support
    Keymaster

    Hello!

    The “OnNodeClick” event is absent in my version of the VirtualStringTree (Version 4.8.6)

    What version of your VirtualStringTree and where can I find it?

    #57262
    Saeidd2016
    Participant
    'Support' wrote:

    Hello!

    The “OnNodeClick” event is absent in my version of the VirtualStringTree (Version 4.8.6)

    What version of your VirtualStringTree and where can I find it?

    Hello, I use Version 6.7 . This is trial: https://www.jam-software.de/customers/downloadTrial.php?article_no=407&language=EN

    #57265
    Support
    Keymaster

    Thank you.

    I have installed v5.5.3 under Delphi 7 (v6 can't be installed there).

    Exe-file works well, seems (attached).

    I will try to install and try VirtualTreeView under newer Delphi soon.

    #57288
    Saeidd2016
    Participant
    'Support' wrote:

    I will try to install and try VirtualTreeView under newer Delphi soon.

    Thank you. I'm waiting for your help.

    #57292
    Support
    Keymaster

    Hello!

    A I have tried it with latest version of the VirtualTreeView under the Delphi Tokyo and I can't confirm the problem.

    Can you upload your Exe-file there, please?

    #57321
    Saeidd2016
    Participant
    'Support' wrote:

    Hello!

    A I have tried it with latest version of the VirtualTreeView under the Delphi Tokyo and I can't confirm the problem.

    Can you upload your Exe-file there, please?

    This is Exe-file.

    First click on any node then click on vertical scrollbar.

    #57325
    Support
    Keymaster

    Thank you. I see it in your Exe, but still can't repeat it in the recompiled application.

    Using latest Delphi and latest VirtualTreeView, look the attached Exe.

    I see, shown message have another text in your Exe, maybe some code is different also?

    Can you redownload the VirtualTreeView and try it again? Maybe some code changed in the latest VirtualTreeView?

    #57326
    Saeidd2016
    Participant
    'Support' wrote:

    Thank you. I see it in your Exe, but still can't repeat it in the recompiled application.

    Using latest Delphi and latest VirtualTreeView, look the attached Exe.

    I see, shown message have another text in your Exe, maybe some code is different also?

    Can you redownload the VirtualTreeView and try it again? Maybe some code changed in the latest VirtualTreeView?

    I redownloaded the VirtualTreeView but problem still exists.

    See my Exe-file and my source code. I added a CheckBox to active/deactive SkinManager1. The problem occures when the SkinManager1 is active.

    'Support' wrote:

    I see, shown message have another text in your Exe, maybe some code is different also?

    This is my OnNodeClick event code:

    Code:
    procedure TMainForm.VSTNodeClick(Sender: TBaseVirtualTree;
    const HitInfo: THitInfo);
    var
    Data: PMyRec;
    begin
    Data := Sender.GetNodeData(HitInfo.HitNode);
    ShowMessage('Node Clicked:' + Data.Caption);
    end;
    #57328
    Support
    Keymaster

    Thank you

    'Saeidd2016' wrote:
    I redownloaded the VirtualTreeView but problem still exists.

    What version of the component now installed?

    #57332
    Saeidd2016
    Participant
    'Support' wrote:

    What version of the component now installed?

    V 6.7

    #57333
    Support
    Keymaster

    Very strange. I have used v6.7 too and Delphi Tokyo for compiling, but result is different…

    Don't know how it may be. I will check sources of the VirtualTreeView, maybe I will found something there.

    #57334
    Saeidd2016
    Participant
    'Support' wrote:
    I will check sources of the VirtualTreeView, maybe I will found something there.

    Thanks a lot.

    #57342
    Support
    Keymaster

    Can I look and debug it remotely on your PC?

    #57345
    Saeidd2016
    Participant
    'Support' wrote:

    Can I look and debug it remotely on your PC?

    Yes, It is possible using AnyDesk. https://anydesk.com/download

    #57351
    Support
    Keymaster

    Hello!

    When I can connect?

    #57355
    Saeidd2016
    Participant
    'Support' wrote:

    Hello!

    When I can connect?

    Can you connect today?

    #57356
    Support
    Keymaster
    'Saeidd2016' wrote:

    Can you connect today?

    Yes, you can write to support@alphaskins.com

    #57357
    Saeidd2016
    Participant
    'Support' wrote:

    Yes, you can write to support@alphaskins.com

    Now, I'm ready

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