Thanks for the suggestion! I'll look into it - I haven't done it in the past , because I need to figure out how to make the Drag N Drop work if multiple sessions are selected, and the multiple selection is dropped onto a folder….
As a bit of a work around - are you aware that you can launch a folder of session, or the folder and subfolders by pressing Enter or Ctrl+Enter respectively?
Kind Regards
Dave
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Indeed I was aware of the ability to launch a folder and subfolders (great feature btw). But I frequently find myself needing to launch select sessions, and I would expect that others need to do the same. That is why I think the ability to hold down ctrl and/or shift will be very handy!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for the very slow reply. I did have a look at this, and there is no native support for multiple selections in the Tree View Control that comes with .Net 2.0. I will have a look at this again when I have time to investigate upgrading the .Net framework to something a little more recent….
Sorry!
Kind Regards
Dave
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Moving off the .Net framework sounds like a hassle.
I'm no developer so these may not apply; but these folks look like they had the same issue and had some way to get it working…
It would be very useful to be able to use ctrl and/or shift to select multiple sessions and launch. Great tool!
Hi
Thanks for the suggestion! I'll look into it - I haven't done it in the past , because I need to figure out how to make the Drag N Drop work if multiple sessions are selected, and the multiple selection is dropped onto a folder….
As a bit of a work around - are you aware that you can launch a folder of session, or the folder and subfolders by pressing Enter or Ctrl+Enter respectively?
Kind Regards
Dave
Hi Dave,
Indeed I was aware of the ability to launch a folder and subfolders (great feature btw). But I frequently find myself needing to launch select sessions, and I would expect that others need to do the same. That is why I think the ability to hold down ctrl and/or shift will be very handy!
Hi
Sorry for the very slow reply. I did have a look at this, and there is no native support for multiple selections in the Tree View Control that comes with .Net 2.0. I will have a look at this again when I have time to investigate upgrading the .Net framework to something a little more recent….
Sorry!
Kind Regards
Dave
Moving off the .Net framework sounds like a hassle.
I'm no developer so these may not apply; but these folks look like they had the same issue and had some way to get it working…
http://stackoverflow.com/questions/206096/how-do-i-allow-multi-select-in-a-net-treeview
http://www.codeproject.com/KB/tree/Multiselect_Treeview.aspx
Figured it would not hurt to pass along.
Cheers!