BrandonLive

Desktop Search FAQ   |   Start++   |   Contact Me

New Start++ update

April 23, 2008 at 12:42 am
Start++

I posted this on BrandonTools.com yesterday, and figured I may as well copy it here.

It’s been a long time since I’ve released an update to Start++.  Since then I’ve been working sporadically on a major overhaul to Start++, which will likely be released as version 2.0.  However, due to time constraints imposed by my real job, and the fact that I have lots of ideas and no PMs to tell me which ones are actually worth implementing - it will likely take a while longer for that to see the light of day.

So in the meantime, I decided to backport several of the fixes I have made in the 2.0 branch.  This does not address all of the known issues with the last update, but I think it provides several worthwhile enhancements.  These include:

  • Better responsiveness to queries for Start Gadgets
  • Fewer intermediate Gadget updates while you’re typing, no longer a chance of “lost characters”
  • Better keyboard and mouse interaction with Start Gadgets
  • Fixed the default Dictionary gadget to have an OnSubmit handler as it was meant to
  • Fixed the calculator gadget (and problems with any gadgets that use OnSubmit but have SubmitNewWindow set to false)
  • Small UI clean-up for gadget rendering
  • Fixed tab ordering for most of the configuration UI
  • Fixed focus of UAC prompts when using commands like “sudo” from the start menu if the Secure Desktop switch is disabled

That last one is tricky, but this fix seems to work well.  Unfortunately, I discovered today that it only works if the Secure Desktop switch is disabled (as you might guess, that’s how I run most of my systems).  This is unfortunate, but hopefully something I can fix in a future update.

Also, the installer is back to its leaner size of 1.2MB or so.  This coincides with a change to ensure the hook installation issue from the past never returns.  The installer no longer includes the merge modules for the 32-bit and 640bit C++ runtimes as the hook DLL now statically links the CRT.

As always, your feedback is appreciated.

More info and download link here.


iPhone apps in your Start menu!

August 18, 2007 at 3:54 pm
Apple, News, Start++, iPhone

Today comes the first Start++ update since May.  Long overdue, perhaps - but I hope worth the wait :)  As I teased earlier, a major new feature available in 0.7 is the ability to turn many iPhone web apps into Start Gadgets.  There are more examples on the Start++ home page.  But here’s another:

Wikipedia.App in Start++

Just like previous Start++ customizations, these can be exported and shared on BrandonTools.com - in fact, I’ve already created a place to share them with others (and you can subscribe via RSS to see when new ones are added!).  Setting one up isn’t too difficult if you’re familiar with how these kinds of web apps work.  Below is what the gadget building UI looks like:

 Gadget building UI in Start++

(Click to enlarge)

Note that Start++ is still in beta, and that the capabilities of Start++ Start Gadgets will continue to grow.

So what are you waiting for?  Go grab the download.


Teaser image: Start++ 0.7

at 10:23 am
Start++, iPhone

Update:  It’s out.

Weather.App in start menu


Start++ 0.6

May 21, 2007 at 7:50 pm
Start++

In order to address some bugs that people were hitting with 0.5, I worked last night and this evening to package up version 0.6 for release.

I’ve also removed historical versions from the download page, the latest Start++ release will always live at this URL:

http://brandontools.com/files/folders/startplusplus/default.aspx

Change list is here.


Start++ 0.5 released

May 20, 2007 at 1:43 am
Start++

Head over to BrandonTools.com to grab it, I’ll turn on the update notifications tomorrow.

Start++ script editor


Start++ upcoming feature - Scripting!

May 19, 2007 at 11:08 pm
Start++

So it’s been a while since I’ve made a Start++ update.  But don’t worry, I haven’t forgotten about it!

This weekend I’ll be posting version 0.5.  What’s new?  Well, I fixed some common bugs (certain characters like double-quotes could get mangled in commands, etc), and have made improvements to the UI hook for those who run Start++ in the background.

There’s also a new feature:  script supported for Search Startlets.  What does that mean?  Well, previously when creating a Search Startlet you could only choose from two specific “actions” - Open Results and Play Media.  Now in 0.5, there’s a third option.  JavaScript.

How is this useful?  Well, here’s how you could write your own version of the Play Media action.

//System.ItemUrl
var fs = new ActiveXObject(“Scripting.FileSystemObject”);
var pList = fs.CreateTextFile(StartPath + “\\playlist1.m3u”, true);
pList.WriteLine(
“#EXTM3U”);
for(i = 0; i < ResultCount; i++)
{
   
var file = SYSTEM_ITEMURL[i];
    pList
.WriteLine(file.slice(5));
}
pList.Close();
var WshShell = new ActiveXObject(“WScript.Shell”);
WshShell.Run(“wmplayer.exe \”" + StartPath + \\playlist1.m3u\”);

Neat huh?

Just as before, you can export your Startlet to a file that you can share with others or submit to the gallery on BrandonTools.com.  The Startlet file will include your script, basically turning them into light-weight “plug-ins.”


Start++ 0.4.6

March 28, 2007 at 2:02 am
Start++

Another new version is up. Users of the last version should get prompted for the update the next time they restart the app (or click the check for updates option).

Download Start++


Introducing BrandonTools.com - new home for Start++

March 27, 2007 at 12:47 am
Blog updates, Cool Stuff, News, Start++

Start++ has a new home!

I know, I know… the Wiki just went up a few days ago. Well, rather than let people get too used to that, I decided to go ahead and set up a real website for Start++ and any other little tools I end up throwing together (I mean, diligently coding to the highest standard of quality!) later on down the road.

It’s just up and stumbling on Community Server, which seems to be working out pretty well so far.

BrandonTools.com


Start++ 0.4.5

March 25, 2007 at 11:45 pm
Start++

I posted another update tonight.

Download here.

Changelist here.

Please post bug reports and feature suggestions on the Start++ Forum.

If you have mirrored Start++ somewhere (against my wishes), please update your copy to this version, as it now supports update notification. So at least if the copy you’re mirroring gets out of date, users who download it will be alerted that a newer build is available.


New Start++ update

March 22, 2007 at 2:48 am
Start++

Start++ 0.4.2 is now up on the download page. Mostly bug fixes, and only one new feature which is pretty specific to a friend who wanted CTRL+Backspace functionality (to delete the preceding word) in the Start menu. So Start++ will now add that functionality as long as it’s running.

Fixes include more reliable start menu hooking, better performance, a new icon (thanks Chris!) and fixes for a few crashes.

Note that in this release, the installer will not launch the program automatically, so you’ll want to go launch it yourself (unless you only run in the old-school “passive” mode).

By the way, last week Start++ exceeded 10,000 downloads! Nice!


[powered by WordPress.]

Hi. I'm Brandon. I work on the Explorer for Windows 7 at Microsoft. This is my blog.

RSS Button

Picture

Brandon Paddock

categories:

archives:

July 2009
M T W T F S S
« Jun    
 12345
6789101112
13141516171819
20212223242526
2728293031  

search this site:

The views expressed within my blog are my own - and are not in any way indicative of those of the company I work for, Microsoft, or it's employees. No warranties or other guarantees will be offered as to the quality of the opinions or anything else offered here.

Xbox Live GamerCard