AutoHotkey Community

It is currently May 24th, 2012, 2:43 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 356 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13, 14 ... 24  Next
Author Message
 Post subject:
PostPosted: January 4th, 2007, 3:24 pm 
Offline

Joined: February 17th, 2005, 10:06 am
Posts: 280
Location: Hungary, Budapest
Demetris wrote:
How can I change this in 320mph, so that I can see the selected line? I looked but could not find anything...
Hmm, maybe you could experiment with the LVM_SETBKCOLOR message.

_________________
Is there another word for synonym?


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Nice
PostPosted: January 15th, 2007, 2:56 pm 
Offline

Joined: January 14th, 2007, 12:36 am
Posts: 4
Location: Nellai,India
Very nice. :D :D

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 17th, 2007, 9:00 am 
Offline

Joined: January 14th, 2007, 7:32 pm
Posts: 36
Hey Rajat,

This script (almost full on program) looks very nifty. I like it very much.
After trying it out, I realized that it reminded me incredibly of another program called Locate32.
Actually, it's almost the same thing but with a different engine.
Locate32 has more features than your script and has been developed more fully. I think it functions as a better replacement to this script. I suggest you check it out in case you're looking to improve your script (maybe jack an idea or two) and anyone else using this script should check it out to see if it's more appropriate for them. Good luck


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 17th, 2007, 11:44 am 
Offline

Joined: August 5th, 2005, 6:31 pm
Posts: 16
SanskritFritz wrote:
Demetris wrote:
How can I change this in 320mph, so that I can see the selected line? I looked but could not find anything...
Hmm, maybe you could experiment with the LVM_SETBKCOLOR message.

Thanks, SanskritFritz! I took a quick look at this, but it's too difficult for me. :-) I'll have to live with this slight inconvenience...

And my thanks to Rajat for 320MPH! :-)

And to Chris and to all the people who contribute to AutoHotkey! :-)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 17th, 2007, 12:04 pm 
Offline

Joined: February 17th, 2005, 10:06 am
Posts: 280
Location: Hungary, Budapest
Industry wrote:
This script (almost full on program) looks very nifty. I like it very much.
After trying it out, I realized that it reminded me incredibly of another program called Locate32.
Actually, it's almost the same thing but with a different engine.
Locate32 has more features than your script and has been developed more fully. I think it functions as a better replacement to this script. I suggest you check it out in case you're looking to improve your script (maybe jack an idea or two) and anyone else using this script should check it out to see if it's more appropriate for them. Good luck
Locate and 320MPH have actually very different goals in mind. While Locate tries to be a full search utility, 320MPH is a launcher, where filters and careful narrowing of the possible results is the primary goal to achieve fast real time response when typing. I use Locate all the time, but I would not use it as a launcher, because the result set is just too big for a search expression. And one more thing: 320MPH is primarily a keyboard freak's utility ;-)

PS: oh, and the sad news is, Rajat stopped developing here :-(

_________________
Is there another word for synonym?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 17th, 2007, 12:42 pm 
Offline

Joined: February 17th, 2005, 10:06 am
Posts: 280
Location: Hungary, Budapest
Demetris wrote:
SanskritFritz wrote:
Hmm, maybe you could experiment with the LVM_SETBKCOLOR message.
I took a quick look at this, but it's too difficult for me. :-) I'll have to live with this slight inconvenience...
Sorry, there is a much easier way to set the background color, see here:
http://www.autohotkey.com/docs/commands/ListView.htm
The option is: BackgroundWhite (or any other color).
Look for this line in the script:
Code:
Gui, Add, ListView, x6 y35 w%LVGuiW% h%LVGuiH% vSelItem HScroll gSelection AltSubmit, Name|Ext|Folder
and change it to:
Code:
Gui, Add, ListView, x6 y35 w%LVGuiW% h%LVGuiH% vSelItem HScroll gSelection AltSubmit BackgroundWhite, Name|Ext|Folder

_________________
Is there another word for synonym?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 17th, 2007, 5:51 pm 
Offline

Joined: August 5th, 2005, 6:31 pm
Posts: 16
Thank you very much! :-) That's perfect!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 20th, 2007, 10:42 am 
Offline

Joined: January 19th, 2007, 9:09 pm
Posts: 147
very nice program rajat, it search sooo fast :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 7th, 2007, 5:22 am 
Offline

Joined: January 14th, 2007, 12:36 am
Posts: 4
Location: Nellai,India
Industry wrote:
PS: oh, and the sad news is, Rajat stopped developing here :-(

IS it real?

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 7th, 2007, 6:59 am 
Offline

Joined: February 17th, 2005, 10:06 am
Posts: 280
Location: Hungary, Budapest
cyberpas wrote:
Industry wrote:
PS: oh, and the sad news is, Rajat stopped developing here :-(
IS it real?
http://www.autohotkey.com/forum/viewtopic.php?p=88454#88454
His last post was on Tue Nov 14, 2006 8:45 am

_________________
Is there another word for synonym?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 7th, 2007, 8:34 am 
Let's assume that this 'guest' is the real Rajat.

Tue Mar 06, 2007 8:55 am
rajat as guest :[Multiple Installations in Single SVS Layer]


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 7th, 2007, 9:34 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Well, it was happening before and it will happen again. :evil:

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 12th, 2007, 2:30 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1865
BoBo wrote:
Let's assume that this 'guest' is the real Rajat.

Tue Mar 06, 2007 8:55 am
rajat as guest :[Multiple Installations in Single SVS Layer]


yes, that was me... (a lame post, i know) ... i'll try to be around more often now. :)

i missed you all!

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 12th, 2007, 12:27 pm 
Offline

Joined: February 17th, 2005, 10:06 am
Posts: 280
Location: Hungary, Budapest
Rajat wrote:
i missed you all!
We also miss you! Plans to develop further? ;-)

_________________
Is there another word for synonym?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 12th, 2007, 1:48 pm 
Strait to the point ..... :roll:


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 356 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13, 14 ... 24  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Exabot [Bot], xXDarknessXx and 25 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