AutoHotkey Community

It is currently May 27th, 2012, 10:49 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 356 posts ]  Go to page Previous  1 ... 20, 21, 22, 23, 24
Author Message
 Post subject:
PostPosted: January 20th, 2012, 11:58 am 
@SryMyEng: it does work with AutoHotkey_L. Perhaps try it without the icons? Edit 320mph.ini and change ShowIcons=1 to ShowIcons=0
If that works you can try to update the code to work with icons by looking at the l.autohotkey.net/docs/commands/ListView.htm documentation, main example and replacing the icon code.
I run without icons as they make it run very very slow (comparatively speaking)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 2:55 am 
Thank you for your reply!
The icons I need for this script.

Sorry for my english!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 8:43 am 
Look up these lines
Code:
hIcon := DllCall("Shell32\ExtractAssociatedIconA", UInt, 0, Str, A_LoopField, UShortP, iIndex)
DllCall("ImageList_ReplaceIcon", UInt, ImageListID1, Int, -1, UInt, hIcon)
DllCall("DestroyIcon", Uint, hIcon)
and replace that DLL call with the AHK_L version from the help file I linked too above. (you'll have to do it yourself as I'm not interested in the icons)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2012, 9:44 pm 
I'm sorry, but trying to cope on their own results do not give ...
If you do not have too much trouble, please give the code that need to be replaced you specified above?

Sorry for my english!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 16th, 2012, 9:25 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
I'm surprised this topic is still here, and people are still using this.. guess i'm not the only one who is a creature of habit!


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 14th, 2012, 1:25 am 
Offline

Joined: February 9th, 2006, 8:36 pm
Posts: 339
you can make rescanning of large file lists ~100x faster with direct NTFS MFT reading, here's an example


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 14th, 2012, 10:16 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
wOxxOm wrote:
you can make rescanning of large file lists ~100x faster with direct NTFS MFT reading, here's an example

Thanks! I believe I have some use for it.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 16th, 2012, 7:19 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
I was looking for a good launcher as nDroid had become obsolete due to my utter neglection (sorry). Sadly, I found none that impressed me fit my needs. Oh well..

This might be a good news for some. I have started to revive this project. But not just an update, I am doing a COMPLETE re-write. The focus this time is a lot on extensibility.
So much so that the extensions would be able to :
- Decide what to scan (folders, bookmarks, email ids etc)
- What actions to show to user (Launch, open folder, delete file, write email, download file etc)
- Support encryption if working with sensitive data in database
- Each will be free to have its own database in its own format if it so chooses (if working with big files, extension would be free to use sqlite or any other db if preferred)

So basically within a few basic guidelines, it'll be very much freeform (unlike last time, where plugins were an afterthought and were very handicapped)

Alongwith the above, it will be faster and more efficient. In fact, if I am able to implement whatever I've in my head :roll: It'll be as close to reading your mind as possible.

I know that is very ambitious, and I've barely started. But thought maybe if I post about it here and there is enough interest, that might keep me going.

Also, if you're willing to contribute, I'll be happy to hear.

While I'm working on core functions, some GUI related ideas on how it should look/interact with user etc would be very welcome too.

Thank you.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 16th, 2012, 8:23 pm 
Offline

Joined: May 20th, 2009, 6:18 pm
Posts: 129
I still use nDroid and Seek whenever I've lost a file somewhere in the mysterious, cavernous recesses of my hard drive. nDroid is much faster and more elaborate than Seek, while Seek matches to directories or files in a slightly different way which is sometimes useful. So thumbs up for a new version of nDroid!


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 16th, 2012, 9:39 pm 
Offline

Joined: October 13th, 2009, 10:09 pm
Posts: 1389
You might want to check out the source of my program 7plus. I've also developed a plugin-centered application launcher, called "Accessor". I have already written many plugins for it. Feel free to take some inspirations, make your own suggestions for it or use/contribute code from/to it! Respecting the GPL would be nice though if you want to use some of its code ;)

Make sure to use the latest version from the SVN though, as most updates to this code are yet to be released officially.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 23rd, 2012, 9:56 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Thank you very much for the motivation comvox, I have been working on the new application and have posted about it here.

Thank you for the offer fragman, I'll surely give credit if I use your code.

cheers.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 356 posts ]  Go to page Previous  1 ... 20, 21, 22, 23, 24

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 35 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group