(Blister)CPU
Average Rating: 9
Yours: -1
File Size: .36MB
Downloads Today: 0 Downloads Total: 11789

(Blister)CPU

Updated Feb 03, 2007 by rabidrobot


boss0190
Comment #1 Sunday, January 28, 2007 6:53 PM
oesn't show my CPU usage, but it looks good and the flyouts work. The one for skins works fine...the other shows 0 for all.
rabidrobot
Comment #2 Monday, January 29, 2007 1:15 PM
These gadgets have run flawlessly for most, but thanks, boss0190, for reporting your experience. It sounds like you are still running with UAC enabled!

I think you will find that you want to disable this eventually. One way is to Right Click Desktop -> select Personalize. In the panel that opens up, type in the Search box "uac" and hit enter. A panel should come up where you can uncheck a box, then reboot.

If you do not wish to disable UAC entirely, you can also still get these meters working on your setup by running just Windows Sidebar as an Administrator. Exit your current instance of sidebar. Explore to Program Files/Windows Sidebar. Right Click on the executable and select Run As Administrator then answer a question on the next panel that pops up. If that seems like a pain in the neck, you'll get my drift about eventually disabling UAC!

It is also possible to create a shortcut to Sidebar, Right Click it, Select Properties->Advanced->Run As Administrator. Which will still pop up one panel if UAC is enabled.
badboythemer
Comment #3 Monday, January 29, 2007 2:07 PM
great gadget works well , and yea turn of the uAC boss ..lol
boss0190
Comment #4 Monday, January 29, 2007 2:12 PM
Will do...thanks guys!
PurrBall
Comment #5 Monday, January 29, 2007 3:31 PM
A themeable gadget.. Excellent. Will use when my copy of Vista arrives.
the_great_deceiver
Comment #6 Monday, January 29, 2007 10:20 PM
what about dual core? nice gadget anyways. would be nice to combine ram and cpu into one. takes up less space and I have more for other cool gadgets.

thanks
rabidrobot
Comment #7 Monday, January 29, 2007 10:27 PM
A version for multi-core machines is available at feebdack.com

the_great_deceiver
Comment #8 Monday, January 29, 2007 10:32 PM


thanks for the immediate response. will get it now.I have another question though. why does this one require me to turn off uac or run the sidebar with administrator level, whereas other gadgets I installed in the past never did. uac pops up but when I let it install the gadget they work fine with uac enabled and without elevating the sidebar. example this one:
WWW Link
rabidrobot
Comment #9 Tuesday, January 30, 2007 12:49 PM
That is a good question, tgd! I don't really understand the "why" of much of UAC functionality. This is the reason I turned it off, personally. I realize that my gadgets may be many people's first encounter with undesired UAC behavior, but I doubt it will be their last. I love Vista, but I just don't personally get the UAC, and can't stand the intrusive pop-ups and other inconsistencies like having to run apps as administrator if you want certain settings to save.

That is little help to those who wish to keep UAC on, though. First, those gadgets by SFKilla you linked, and his others, are great. Anyone interested in gadgets, or who wants a meter that doesn't trigger UAC should give them a look. But, that said, they are different than mine. In fact, for two gadgets with such seemingly similar functionality, they could not be much more different underneath. And the specific difference, I believe right now, that makes my gadgets require more access, is in what information is displayed and how that information is accessed. Essentially, SFKilla's gadgets use built in tools of Windows Sidebar to get a sub-set of information about the Processor(s) or RAM. I use direct access to the Windows Management Instrumentation, which gives me a bit more control over what information I retrieve and how that is achieved. For example, access to the information in the (Blister)CPU Gadget Flyout Panel (see screenshot) is not available through the standard Gadget API, only through WMI.

I think this is why my scripts and gadgets require greater access. From boss0190's original description, and in my subsequent testing, I have found that only the WMI dependent sections of the scripts are failing when UAC is activated (So you can change the skins, but the meter doesn't update). I personally encourage anyone interested or concerned to examine my gadget's scripts, and welcome suggestions for streamlining ease of use for those with UAC activated. But I will stick with using the WMI, because it is so versatile, I know it, and sometimes it is the only thing one can use!

Thanks everyone for your interest and comments!!
the_great_deceiver
Comment #10 Thursday, February 1, 2007 12:12 AM
thank you for the detailed explanation. I am always learning. hopefully there will be a way around this with your script in the future.

thank you again.
rabidrobot
Comment #11 Thursday, February 1, 2007 1:33 PM
I hope to find a better solution too. I'm looking for way to at least know if UAC is obnoxiously, silently killing my scripts, so I can tell users what is happening. If there is access to UAC via script it isn't well documented yet! But you have a very good point, and I'll continue to investigate what I can do--as a Gadget designer--to make this easier and clearer.

I also just wanted to point out that I'm not doing some nefarious, off-the-wall scripting. Scripting and Gadgets and WMI go hand in hand in...er, uh, hand. Indeed, my gadgets are in essence very similar to the gadget described in this (outdated obviously!) Microsoft Gadget Scripting Tutorial.
Hapkido
Comment #12 Thursday, February 1, 2007 3:26 PM
Okay.... n00b questions!

1) How do you install/add these ".gadget" files?
2) Where are they located after they are added/installed?
Lotherius
Comment #13 Thursday, February 22, 2007 6:50 PM
Well... reading about the UAC stuff here - other programs do the exact same thing as yours without running afoul of UAC. I'm not disabling UAC, so I guess I'll pass on your program.
rabidrobot
Comment #14 Saturday, February 24, 2007 2:34 AM
Hey Lotherius, as the description states this gadget is Compatible with UAC.

Not to mention you will not, at this time, find other gadgets which have the additional functionality provided in my flyout, or flyouts at all for that matter.
Thanks for your comment.
ShelbyGT_The_Car
Comment #15 Friday, March 9, 2007 7:55 AM
Say robot have you tried editing the properties for the sidebar.exe program itself and adding the control for the user [must add user]to the admin startup for this program as with other gadgets also. This is how other programs are over coming the uac controls. They just write in a set of user properties for the program to the propeties. Kind of hard to put into words of why it is good to have uac with all the negitive feed back. But there is a right way of doing things with Vista and all the security features it provides!

Hope you can see my point and figure more on the line of how to include rights for properties being written for said program to run as admin in the install of said program.

SGT�
rabidrobot
Comment #16 Sunday, March 11, 2007 1:55 AM
Yeah I changed my opinion on UAC, one reason being if I am going to develop gadgets, etc. for folks I should make them UAC friendly from the start. I don't mind it so much now that I've learned more about it and how to use it.

These work fine with UAC enabled, with some limited functionality but seamlessly implemented. I usually restart the sidebar from a special shortcut set to launch as administrator to expose the additional functions. There are gadgets that use compiled components to get a bigger sandbox, and they work great but not so easy to create. I've played with setting properties on the executable but ran into trouble starting up...maybe I didn't get them quite right. It would be weird if a gadget which normally would have some restrictions would be able to rewrite a setting to give sidebar.exe and therefore itself a higher priority, compiled or from script...I'll have to look into that, thanks!
POPSTAR13
Comment #17 Thursday, March 15, 2007 1:35 AM
Hey if anyone wants to download rabidrobot's sidebar gadgets and not have to dissable UAC, go to rabidrobot_xl profile on microsoft live. I installed mine from there and had no problems and full function for some reason on wincustomize they wouldn't install without disabling UAC as stated above. After you install these very nice gadgets by rabidrobot you will see there are no other close to them, you can change the look of them(many possible looks)not just five different colors like others.....�
thanks robot for sharing very good work�






deadzoner
Comment #18 Tuesday, May 1, 2007 12:12 AM
You're to be congratulated for your understanding of the problems mentioned RabidRobot, and for your very detailed explanations/responses to user's questions


Oh, and your gadgets ain't too shabby either btw

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading files.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!
Downloads remaining: 0
User Level: Visitor

Featured Sidebar Gadgets

Popular Sidebar Gadgets

Top Sidebar Gadgets Skinners

Yesterday  |   Last 30 Days  |   All Time



web-wc01