LarsJ Posted August 13, 2012 Author Share Posted August 13, 2012 jcpetu, A drag bar between the TV and the LV is a really good idea. I'll take a look at it. You probably have to be patient for some days. Lars. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
LarsJ Posted August 20, 2012 Author Share Posted August 20, 2012 Scripts updated. See post #1. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
jcpetu Posted August 21, 2012 Share Posted August 21, 2012 Hi LarsJ, I just tested the updated script and it has many good improvements. I found that when you are on Computer, Group View , it shows Network Locations as Hard Disk Drives. Is it possible to add a thumbnail view of the file? Thanks a lot, the script is excellent. Regards. Link to comment Share on other sites More sharing options...
LarsJ Posted August 22, 2012 Author Share Posted August 22, 2012 jcpetu, I've noticed that there are some issues on Windows 7. I've added a comment about Windows 7 in the top of the first post. I will try to find a solution to these issues. It's absolutely possible to add a thumbnail view and I think it's a good idea. I'll try to find time for that. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
jcpetu Posted August 22, 2012 Share Posted August 22, 2012 Hi LarsJ, the issue I reported to you ocurred when using the script under XP and Vista. I didn´t test it under Windows 7. Just for you to know, the new sort function is to slow, with the first version script to sort 2500 files took less than 20sec and now over 1 minute. Regards. Link to comment Share on other sites More sharing options...
LarsJ Posted August 22, 2012 Author Share Posted August 22, 2012 Hi jcpetu, Can you access the Control Panel under Vista? The new sort function is more advanced than the old one. If you sort by date/time the items will first be grouped into files/folders, then they will be sorted by date/time, and finally duplicates will be sorted by name. That takes time. I'll add an option to chose between the old (simple) sort function and the new (advanced) function. Regards, Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
jcpetu Posted August 27, 2012 Share Posted August 27, 2012 Hi LarsJ, yes I can access the Control Panel under Vista. Regards. Link to comment Share on other sites More sharing options...
maillady Posted August 28, 2012 Share Posted August 28, 2012 (edited) ERROR; WinAPIEx_3.8_3380APIConstants.au3(480,32) : ERROR: $S_OK previously declared as a 'Const'. ENUMDESKTOPCONSTS.AU3 [2]Global Const $S_OK = 0x00000000Conflict with latest WINAPIEX for 3.3.8.xI suggest using unique names for global variables to avoid future issues. Edited August 28, 2012 by maillady Link to comment Share on other sites More sharing options...
maillady Posted August 28, 2012 Share Posted August 28, 2012 Well.. that's a lot of code to cipher through but it's quite good code. thanks for sharing! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now