topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 25, 2024, 10:24 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - taichimaster [ switch to compact view ]

Pages: prev1 2 3 [4] 5 6next
76
I know this is a bit nit-picky, but can you rename this to PrinterList? When I see "List Printer" I get confused and think it is going to PRINT some kind of list.

Ok done! v0.0.0.4 is uploaded.

For those who installed "List Printer", you would need to delete the old "ListPrinter" folder since the new one is called "PrinterList" :)


77
I simply placed another copy of the plugin in another folder renamed to ShowPrinter. Then in the alias override box I gave them unique aliases.
[ Invalid Attachment ]

Mouser, How in the heck do you attach images? I'm semi-intelligent but I can't figure it out!
I used the "attach" button above and browsed to my image using the browse dialog. But, how do you actually attach it???? I have "Link Inline Image.." selected in the top drop down box, although I tried all the combinations. Previewing each of them showed nothing.


edit: never mind. I guess it works after all. The preview didn't show the image though.

Great idea!!!

78
Great catch ham.

Those help text returned by the context menu items might sometimes contain accelerators.  I guess I could strip the "&" chars.

Thanks.

79
Just to cast another vote for the "kill active processes" plugin, it'd be the one i want the most.

Yeah, I wanted to implement this as well.   Mouser said he's probably the best guy to implement this though, since he already has a lot of process management code from ProcessTamer  :up:

80
I know this is a bit nit-picky, but can you rename this to PrinterList? When I see "List Printer" I get confused and think it is going to PRINT some kind of list.

Hmmm, yea sounds good.  I am not very good at naming things.  I originally thought of naming it "Default Printer Plugin", but if mouser later on adds the "multi-launch action" feature to the plugin SDK, then it won't be just setting the default printer but may have other actions as well.

What's a good alias for this?  What about "plist"?  It may sound like "process list" or something though.  "prnlst"?

81
Service Control 0.0.0.3

This plugin displays a list of win32 services and allows user to toggle its running state.  Th idea came from OGroeger and Mouser (See this thead: HERE)

A few things of note are:
0)  Only works on NT/2K/XP for now
1)  Only works if user is a member of the Administrator group - EDIT: also works on Vista now
2)  If a service is currently disabled, it enables it before starting.
3)  If a service has dependency services, it shows you the list of services that will also get stopped.
 
Depending on interest, I have some TODOs:
* add progress bar when start/stop services - DONE
* Vista compatibility (thinking of using ShellExecuteEx with "runas" verb to launch a separate script, or separate the code into a separate COM control so it could be elevated Just-In-Time) - DONE
* ability to run as standard user with admin impersonation

Installation:
Extract the zip file to the farr2 plugins directory then reload the plugins from the plugins listing screen.

Screenshot:

1.jpg

2.jpg

3.jpg

4.jpg

5.jpg

Version History

v0.0.0.1 (July 3rd, 2007)
Initial Release

v0.0.0.2 (July 5th, 2007)
[NEW] Added Progress Bar
[FIX] Changed default options to show progress bar and not display msgbox
      on success
[FIX] Set max wait time to 20 secs to avoid misbehaving services taking forever
      to start/shutdown

v0.0.0.3 (July 5th, 2007)
[NEW] Added Vista Support

Comments and constructive criticisms are welcome!

Thanks to hamradio for the beautiful icons!!!!  :-*

82
This plugin is very simple and does not do much actually.  It searches your network connections and invoke its default verb upon triggering.  It took me about 2-3 hours to write it.  With this "proof of concept" plugin under my belt, hopefully I can move up to something more challenging.  I have to deal with VPN and PPPoA connections a lot at work, so this might actually useful for my personal use.

Technical Note:
Initially I had problems with the "Status" verb which I traced it down to a windows shell bug where the "Status" verb cannot be invoked by any process other than "explorer.exe" (see HERE) >:(.  So for those PIDLs which have default verbs as "Status", I switched them to invoke "Properties" instead.  Normal RAS entries (VPN and dialup) and "New connection wizards" work fine though. 

Installation
Extract and put under the FARR plugin directory.

Type "nwconn $$$1" to search.

nwconn.png

Version History

v0.0.0.1 (April 8th, 2007)   
Initial Release

v0.0.0.2 (July 3rd, 2007)   
[FIX] Built with static MSVC library

v0.0.0.3 (July 3rd, 2007)   
[NEW] Added Location field on results
[FIX] Stripped & on status bar text
[FIX] Fixed some COM pointer leaks

83
Uploaded 0.0.0.3.  Please see post #1.

84
PrinterList 0.0.0.4

This plugin allows you to set your default printer based on your selection. There's currently only 1 adv.config option which allows you "Leave FARR window open after launching".

Mouser mentioned a trick where you could add multiple instances of the same printer but with different settings.  So you could have a list of profiles and easily switch among them.  I haven't tried this myself though, maybe mouser can elaborate  :Thmbsup:

HP 2350 - HiRes
HP 2350 - LoRes
HP 2350 - Color
HP 2350 - GreyScale

Installation:
Extract the zip file to the farr2 plugins directory then reload the plugins from the plugins listing screen.

Screenshot:

1.jpg

2.jpg

Version History

v0.0.0.1 (July 2nd, 2007)   
Initial Release

v0.0.0.2 (July 2nd, 2007)   
[FIX] Restart search and refresh Display regardless of user options

v0.0.0.3 (July 3rd, 2007)   
[NEW] Added Option to change launch action to "Display Printing Queue"

v0.0.0.4 (July 4th, 2007)
[NEW] Changed name to "PrinterList" and alias to "plist"
[FIX] Fixed a bug where the search is always restarted without any argument

Comments and constructive criticisms are welcome!

85
VMWS has finally gone out of beta and is released today.  With this version, VMware's support for Windows Vista moves from "experimental" to mainstream.

Personally I am most looking forward to these new features:

  • Debug applications in the guest OS, attach to a running process, and revert to a snapshot after the debug session has ended with Visual Studio and Eclipse integration
     (this one is a KILLER feature!!)
  • Invoke any virtual machine command from scripts to automate repetitive tasks with VIX Automation API (QA loves this)
  • Enable remote users to connect to virtual machines from VNC clients with built-in VNC support
     (Nice to have)

Screenshot - 5_9_2007 , 1_17_58 PM_thumb.png

See: http://www.vmware.co...products/ws/new.html
See: http://www.vmware.co...and_Benchmarking.pdf

86
General Software Discussion / Re: Synergy
« on: April 22, 2007, 12:13 AM »
Yeah, it kicks ass!!! I use it at work every day to control 2 desktops and the laptop with just one keyboard and mouse.  My coworkers think I am operating like a spaceship or something.  It's one of the MUST HAVE apps....really.

See: https://www.donation...dex.php?topic=2447.0

87
General Software Discussion / Re: Directory Opus 9
« on: April 11, 2007, 10:29 PM »
I've found that xplorer2 users really, really like their file manager and it's difficult to get them to switch.

+1.  I have installed DO and XYplorer on my VMs before, but have never gotten deep into trying them out.  xplorer2 does everything I throw at it so well, it's really hard to find any motivation to try others really.

88
Living Room / Re: When you make your 100'th Post
« on: April 08, 2007, 08:28 PM »
wow slight thread hi-jack, how did you make that cool effect on that screenie?

89
Proud to be the First FARR Plugin Developer!!!!  This plugin is very simple and does not do much actually.  It searches your network connections and invoke its default verb upon triggering.  It took me about 2-3 hours to write it.  With this "proof of concept" plugin under my belt, hopefully I can move up to something more challenging.  I have to deal with VPN and PPPoA connections a lot at work, so this might actually useful for my personal use  :up:

Technical Note:
Initially I had problems with the "Status" verb which I traced it down to a windows shell bug where the "Status" verb cannot be invoked by any process other than "explorer.exe" (see HERE>:(.  So for those PIDLs which have default verbs as "Status", I switched them to invoke "Properties" instead.  Normal RAS entries (VPN and dialup) and "New connection wizards" work fine though. 

Extract and put under the FARR plugin directory.

Type "nwconn $$$1" to search.

nwconn.png

Mouser, you did a great job on the Plugin SDK, thanks.  Can't wait to see the custom context menu and grid output support (with custom columns and stuff).  Docs could really use some improvement too.  Oh btw, you can now give me those beautiful badges and mug :)

90
Sweet mouser, can't wait to implement a plugin or two!!   :up:

92
Well long time ago, I have used some sort of sniping tool before :)  Bid with just a few seconds left to maximize chance of winning *grins*


93
screenshot.png

Enough said  :Thmbsup:

94
What I do is to configure the bookmark to "Use Internal Cookie System" under the Advanced Properties.  That way you can configure it save the username/password.

95
Thanks KenR and Zaine for pointing out this nice program.  It does look flexible though a bit pricey.  Discount on this would definitely be nice.  Go Zaine!!

I have been using Dillobits InSync for my mirroring needs.  I found it much faster and accurate than synctoy or syncback.

insyncss.gif


96
General Software Discussion / Re: My favorite software! What's yours?
« on: September 21, 2006, 01:59 AM »
My only "absolutely can't live without app" is xplorer2

Other favorites include:
- Find and Run Robot
- Synergy
- Website Watcher
- EmEditor
- AI-Roboform
- VMWare Workstation

Edit: Just downloaded StrokeIt, thanks for hooking me up!

97
Living Room / Re: Show us your (physical) desktop
« on: September 19, 2006, 01:55 AM »
My desktop:

desktop.jpg

98
Great job xbeta!  Good to see that I am still able to read some chinese  8)

99
Wow super nice find!!!! Thanks!!! :Thmbsup:

100
Thank you mouser and Ampa!!

Pages: prev1 2 3 [4] 5 6next