Search found 14 matches

by robcheese
2012 Nov 16, 16:54
Forum: xplorer² Professional
Topic: Default click is ctrl + click in right pane
Replies: 2
Views: 850

Thanks!
by robcheese
2012 Nov 16, 16:37
Forum: xplorer² Professional
Topic: Default click is ctrl + click in right pane
Replies: 2
Views: 850

Default click is ctrl + click in right pane

Hi, When i click on a folder or file in my right pane it acts as though I have Ctrl + Clicked it (selects the file/folder without deselecting the previouly selected one). This does not happen in my left pane. Here are the registry settings for my right pane: [HKEY_CURRENT_USER\Software\ZabaraKatrane...
by robcheese
2011 Aug 23, 23:03
Forum: xplorer² Professional
Topic: Xplorer doesn't remember the folders I had open
Replies: 2
Views: 925

There wasn't any /N flag but there was a /M flag which I removed and it seem to be working so far.

Thanks!
by robcheese
2011 Aug 20, 15:02
Forum: xplorer² Professional
Topic: Xplorer doesn't remember the folders I had open
Replies: 2
Views: 925

Xplorer doesn't remember the folders I had open

Sometimes when I open Xplorer it forgets all the folders I had open and set's every tab to C:\Users\Owner\Desktop\. Or sometimes it will only remember the open folder in one pane. This happened in V1 and V2. I use Xplorer on a Vista and a Windows 7 machine and I only get this issue on the Windows 7 ...
by robcheese
2011 May 08, 00:32
Forum: xplorer² Professional
Topic: Center click to add new tabs script
Replies: 13
Views: 4734

The script shouldn't interfere with any other programs and it shouldn't ever take up a noticeable amount of system resources so I prefer to just put it in my startup folder and leave it running all the time. That way I don't have to think about starting and stopping it when I run xplorer. Also I'm n...
by robcheese
2011 May 03, 15:45
Forum: xplorer² Professional
Topic: xplorer2 v2.0
Replies: 300
Views: 55675

Hope its not too late to get my 2 cents in... - Resizing the xplorer window resizes all panes. It would be nice if it only resized the folder panes (like in windows explorer) - In most applications that use tabs the active tab is brighter then the inactive tabs however this is reversed in xplorer. -...
by robcheese
2011 May 03, 14:44
Forum: xplorer² Professional
Topic: Center click to add new tabs script
Replies: 13
Views: 4734

Sorry for the late response. I didn't realize anyone had replied to this post. But I was on my bit.ly account and noticed that the number of download for this script had miraculously doubled. So thanks Kilmatead for the bump!!  :D Also I'm glad to hear you found my dependencies script interesting. @...
by robcheese
2011 Mar 30, 13:55
Forum: xplorer² Professional
Topic: SmartSVN integration with Xplorer
Replies: 1
Views: 1337

SmartSVN integration with Xplorer

Hi,

I remember seeing an Xplorer tutorial that showed columns from TortiseSVN being used in Xplorer. So I was just wondering if you can do the same with SmartSVN.

thanks

Rob
by robcheese
2011 Mar 16, 21:45
Forum: xplorer² Professional
Topic: Center click to add new tabs script
Replies: 13
Views: 4734

Center click to add new tabs script

Hi, I wrote a script that lets you open tabs with the middle mouse button. You can centre click in the following places to open the item you clicked in a new tab -Folder panes -Pane headers -Toolbars -Bookmarks menu -Mini Scrap If you think this would be useful you can download it here: http://bit.l...
by robcheese
2011 Feb 25, 15:54
Forum: xplorer² Professional
Topic: Stop xplorer2 from redrawing
Replies: 9
Views: 2494

I tried out your suggestion otlaolap and I got everything working :). That screen capture script really did all the hard work for me. By the way the link you posted to it didn't work for me so in case anyone else tries to find it here is the link http://www.autohotkey.com/forum/viewtopic.php?t=18146...
by robcheese
2011 Feb 23, 21:56
Forum: xplorer² Professional
Topic: xplorer2 forgot columns after Win7 SP1 install
Replies: 19
Views: 4948

Here's a link to the post about applying folder settings to lots of folders
http://www.zabkat.com/blog/23Mar08.htm
by robcheese
2011 Feb 23, 21:08
Forum: xplorer² Professional
Topic: Stop xplorer2 from redrawing
Replies: 9
Views: 2494

Thanks for all the feedback! So I thought I would try to use the LockWindowUpdate API as it sounded a bit easier but I haven't had any luck with it yet. I tried the following in a VB application but everything is still drawing in xplorer: Module Module1    ' API declarations for LockWindowUpdate() a...
by robcheese
2011 Feb 23, 03:37
Forum: xplorer² Professional
Topic: Stop xplorer2 from redrawing
Replies: 9
Views: 2494

Thanks for all the info! I think I may give your screen shot idea a try. What are you using to take the screenshot (or application shot)? A quick google search led me here http://stackoverflow.com/questions/531684/what-is-the-best-way-to-take-screenshots-of-a-window-with-c-in-windows . Coincidentall...
by robcheese
2011 Feb 22, 21:34
Forum: xplorer² Professional
Topic: Stop xplorer2 from redrawing
Replies: 9
Views: 2494

Stop xplorer2 from redrawing

Hi, I was just wondering if there is any way to temporarily stop xplorer2 from redrawing. I am working on an AHK script that automates some stuff in xplorer2 and it would be nice if the menus and dialogs didn't appear while my script is opening them. I tried disabling redraw with the following code ...