- This topic has 21 replies, 2 voices, and was last updated 6 years, 11 months ago by Saeidd2016.
-
AuthorPosts
-
November 21, 2017 at 5:13 pm #37649Saeidd2016Participant
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.
November 22, 2017 at 7:18 am #57258SupportKeymasterHello!
Thank you for the demo, I will research it.
November 23, 2017 at 7:14 am #57260SupportKeymasterHello!
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?
November 23, 2017 at 8:31 am #57262Saeidd2016Participant'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
November 23, 2017 at 10:52 am #57265SupportKeymasterThank 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.
November 29, 2017 at 7:30 am #57288Saeidd2016Participant'Support' wrote:I will try to install and try VirtualTreeView under newer Delphi soon.
Thank you. I'm waiting for your help.
December 2, 2017 at 8:28 am #57292SupportKeymasterHello!
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?
December 4, 2017 at 7:44 am #57321Saeidd2016Participant'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.
December 5, 2017 at 7:29 am #57325SupportKeymasterThank 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?
December 5, 2017 at 8:44 am #57326Saeidd2016Participant'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;December 5, 2017 at 12:47 pm #57328SupportKeymasterThank you
'Saeidd2016' wrote:I redownloaded the VirtualTreeView but problem still exists.What version of the component now installed?
December 5, 2017 at 4:44 pm #57332Saeidd2016Participant'Support' wrote:What version of the component now installed?
V 6.7
December 5, 2017 at 5:25 pm #57333SupportKeymasterVery 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.
December 5, 2017 at 6:36 pm #57334Saeidd2016Participant'Support' wrote:I will check sources of the VirtualTreeView, maybe I will found something there.Thanks a lot.
December 8, 2017 at 8:21 am #57342SupportKeymasterCan I look and debug it remotely on your PC?
December 8, 2017 at 8:51 am #57345Saeidd2016Participant'Support' wrote:Can I look and debug it remotely on your PC?
Yes, It is possible using AnyDesk. https://anydesk.com/download
December 10, 2017 at 7:50 am #57351SupportKeymasterHello!
When I can connect?
December 11, 2017 at 1:25 pm #57355Saeidd2016Participant'Support' wrote:Hello!
When I can connect?
Can you connect today?
December 11, 2017 at 1:43 pm #57356SupportKeymaster'Saeidd2016' wrote:Can you connect today?
Yes, you can write to support@alphaskins.com
December 11, 2017 at 1:50 pm #57357Saeidd2016Participant'Support' wrote:Yes, you can write to support@alphaskins.com
Now, I'm ready
-
AuthorPosts
- You must be logged in to reply to this topic.