- This topic has 21 replies, 2 voices, and was last updated 8 years, 2 months ago by
Saeidd2016.
-
AuthorPosts
-
November 22, 2017 at 7:18 am #57258
Hello!
Thank you for the demo, I will research it.
November 23, 2017 at 7:14 am #57260Hello!
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 #57262'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 #57265Thank 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 #57288'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 #57292Hello!
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 #57321'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 #57325Thank 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 #57326'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 #57328Thank 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 #57332'Support' wrote:What version of the component now installed?
V 6.7
December 5, 2017 at 5:25 pm #57333Very 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 #57334'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 #57342Can I look and debug it remotely on your PC?
December 8, 2017 at 8:51 am #57345'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 #57351Hello!
When I can connect?
December 11, 2017 at 1:25 pm #57355'Support' wrote:Hello!
When I can connect?
Can you connect today?
December 11, 2017 at 1:43 pm #57356'Saeidd2016' wrote:Can you connect today?
Yes, you can write to support@alphaskins.com
December 11, 2017 at 1:50 pm #57357'Support' wrote:Yes, you can write to support@alphaskins.com
Now, I'm ready
December 18, 2017 at 6:39 am #57367Hello!
The issue is solved now?
-
AuthorPosts
- You must be logged in to reply to this topic.