Search Mac Software Downloads
|
DESCRIPTION

Vvidget Builder... The premier chart and graph system for Mac OS X. It includes a powerful point-and-click graph building tool, chart wizards, three strip chart utilities, the Quadratic Lab, a detailed user manual, and options for automation.

See it in action and watch the training video at our website.

Vvidget Pro is also available at various pricings.

WHAT'S NEW
Version 10.6.2:
  • Interface Builder: Vvidget includes an Apple's Interface Builder Plug-in so that all Apple developers gain immediate access to common 2D and 3D graph types. This latest version improves interoperability with the Vvidget system and thus provides an even better experience for integrating graphs into any Cocoa application. Combined with free developer use and redistribution, embedded frameworks and interoperability with a powerful layout application this version gives overwhelming value and wealth of functionality and options to accommodate novice and seasoned Apple developers alike.
  • Bug Fixes: Improves interoperability with all other plug-ins, including the Vvidget Quick Look Plug-in for the Finder. It also fixes several deficiencies associated with fast user switching.
  • See: http://www.vvidget.org/download for all download packages.
REQUIREMENTS
Mac OS X 10.6 or later

Bookmark and Share

SCREENSHOT

Developer:VVI
Downloads:6,861
  - Version d/l:211
Multimedia & Design:Illustration
License:Free
Date:12 Nov 2009
Platform:Intel
OTHER PEOPLE SUGGEST
    No similar products suggested yet
    Suggest something else:
    Vvidget Builder User Reviews (8 posts)Write A Review
    sort: smiles | time
    Apr 28 2009

    LANCE BLAND  "A launchd background process, running as root, for a graphing app?"

    As stated before, it does not run as root.

    "... why even consider such a thing for a graphing app?"

    Some of our customers want the features of the graphing server. We do not pigeonhole customers, but rather give them the features they request. Any customer can use the Vvidget Admin tool to turn the graphing server (launchd background process) off.

    "Is Vvidget designed to do more than make pretty graphs?"

    Yes, it is designed for many things from high-transaction distribution of visuals, high speed graphs (> 100,000 samples per second) to more esoteric things such as implementing a distributed control system for things like factory automation and financial risk management.

    "Props to the previous poster for saving me the trouble of trying out this proto-malware."

    That is really a low blow and unworthy of your previous questions. Thank you for your impressions. Please feel free to send feature requests and improvement ideas to support@vvi.com where we give them honest consideration.  
    (Version 10.5.7.2)

    praisebury
    +2
    [ Reply ]
    Apr 19 2009

    XENOPHILE  A launchd background process, running as root, for a graphing app?

    Ok, so the developer changed it so as not to need root access, but why even consider such a thing for a graphing app? Is Vvidget designed to do more than make pretty graphs?

    Props to the previous poster for saving me the trouble of trying out this proto-malware.  
    (Version 10.5.7.2)

    praisebury
    0
    [ Reply ]
    Aug 12 2008

    LANCE BLAND  VVI support here: As far as we can determine, the server issue talked about here is a bunch of FUD. The server can be turned off by using the Vvidget Admin tool if that is what you want, it has no reported security issues, and no verified problems, it also does not run as root. The one non-verifiable report of a problem on this forum is probably due to a third party application error for which we are not responsible for. If you did have a problem with our software you should report it to: support@vvi.com.  
    (Version 10.5.7.1)

    praisebury
    0
    [ 3 Replies - Reply ]
    Replies:
    Aug 12 2008

    MACUPDATE ADMIN  I find it odd that your organization can find the time to post in the reviews here but never finds the time to submit updates to MacUpdate.  
    (Version 10.5.7.1)

    praisebury
    0
    Aug 12 2008

    LANCE BLAND  MacUpdate Admin: My apologies. On June 26, 2007 we "took ownership" of the listing you made. However, the system was new at that time and was not operable on our first attempt. Since then you have inserted update information before we could do it ourselves so that we were preempted from doing it. If you turn off your automatic updating of this product then we will attempt to maintain the information. I just submitted a product update to correct some errors in this listing and we will attempt to keep it current from now on. Thank you for bringing this issue to our attention.

    As a side note: We take technical bug reports very seriously and I will attempt to retrieve such reports from any source, of which this is one. I'm not too interested in responding to FUD, but I am interested in this forum so that we can acquire legitimate bug reports. Some of the issues mentioned on this forum have been solved a long time ago. We thank the posters for their information and help in making our product better.  
    (Version 10.5.7.1)

    praisebury
    0
    Aug 12 2008

    MACUPDATE ADMIN  And I thank you for the prompt response and the submission with corrections... much appreciated.  
    (Version 10.5.7.1)

    praisebury
    0

    Aug 12 2008

    TAMAGOSAN  I'm glad I saw the previous comments regarding launchd in time to cancel my download.  
    (Version 10.5.7.1)

    praisebury
    0
    [ Reply ]
    Jul 19 2006

    CYBERFUNK  I suggest that you don't run apps that are required by your application as root on startup. This tends to make unix-type people/security concerned people worry a bit. Common wisdom dictates that very few things should run as root, end-user applications usually should not.

    Is there a reason your "graphics server" or any other application has to run as root ? Do you have to run on startup ? Why not have the appl. have it as a child process ?

    Also, I guess i dont see why a graphing application needs a "server", shouldnt that be integrated into the code of the application ? It seems wasteful to have it another process entirely. If there's code you need to reuse a lot in more than one app, wouldnt' it be better just to put it into a shared library/framework instead of spawning another process and having to deal w/ the overhead of interprocess communications ?

    Do you have to install your frameworks in the root system directory ? Couldn't you give the user an option to install for all users/install for one user? Or better yet, integrate the necessary frameworks into an all-inclusive package or applications directory that can sit in /Applications ? This would be much more in the way of following the "Tao of the mac" (although I'm sure apple would like you to put your frameworks in the /Library place, but at least use ~/Library or give us the option to do so)  
    (Version 10.4.34)

    praisebury
    +1
    [ 6 Replies - Reply ]
    Replies:
    Feb 14 2008

    ZANGIEF  Wow, I have all the reasons I need to not install this now.

    Let's talk about the average user. Sure, they won't know that any of this is going on– but it seems that's the point, so why is all this hidden? Good Mac developers ought to put their frameworks into an appropriate Library area (Application Support might not be a bad idea, if it's just for this suite). Then, that code can hook right into the app without spawning processes or wasting CPU. It certainly doesn't need to run at startup (and root, no less). If you need this once a week maybe, then why are we running every day? Having a daemon or other process open like that for just a version check is ludicrous– use Sparkle to check for updates when the user launches. If you're that strict about licenses, write a framework or class for that too– this would belong in appname.app/Contents/Frameworks , since it's not tied into anything else (and if it is, store the license info in a plist file).

    In short, this app doesn't play nice with the system.  
    (Version 10.5)

    praisebury
    +1
    Feb 14 2008

    LANCE BLAND  ZangieF-

    There is nothing nefarious about this application that I know of. The daemon you speak of is a graphing server and you can turn if off now if you want (we listened to cyberfunk (however, I suggest leaving it on)). It no longer runs as root (again, listened to cyberfunk; but even so - there was a limitation in Mac OS X that required us to run it as root and it did no harm and that is how Apple specified it should run (I can't say more without breaking NDA)), it installs shared resources into /Library/Framworks and that is where they need to go and should go and is a very appropriate way to program for mac os x. There is no license checking going on, only update checking, no process is spawned for license checking or update checking.

    thanks!-

    -lance  
    (Version 10.5)

    praisebury
    0
    Feb 14 2008

    ZANGIEF  Hm, well, it's nice to see that its behaviour has been improved– I just think it would be nice if the app would be a little bit more up-front about what it was doing– is there really any need for this?  
    (Version 10.5)

    praisebury
    0
    Jul 12 2008

    JKTCZH  HELP !!

    Peer_Visual_Server causes overload and overheating! HOw do I remove the damn vviget?!!!  
    (Version 10.5.6)

    praisebury
    0
    Jul 12 2008

    ZANGIEF  You can try running AppZapper on it, which gives you five free zaps to zap as many things as you'd like. Run it on the widget. If you'd like a free and similar alternative, try AppCleaner (this links to the product page here at MU).  
    (Version 10.5.6)

    praisebury
    0
    Jul 16 2008

    LANCE BLAND  It does not make sense that this software would cause overheating. However, I would like to followup with you to identify the issue. It could be that what you use to detect the overheating is faulty, or some other condition. Please email lbland@vvi.com (I'm with support@vvi.com) so that I can resolve this matter.

    Also, you do not need to run a 3rd party uninstaller. Simply use the Vvidget Admin application that comes with the software to uninstall.  
    (Version 10.5.6)

    praisebury
    0

    Jun 19 2006

    LANCE BLAND  cyberfunk-

    Lance here, tech support@vvi. Your comments are well received by us! Some of the answers are at: http://www.vvi.com/products/vvidget/faq.html

    The Peer_Visual_Server startup item is a graphing server, no more than that. It is used for the graphing wizard components and other graphing apps that rely on wizard technology. The phone home is an update mechanism to inform you of new versions when available. The install is a bit more complex than drag and drop because it uses Frameworks (shared resources) that all of the apps and servers use. The smaller apps do interact with the builder app if you export the graph to the builder with the export control. The user install package does not install a kernel extension (but our data acquision installer does if you use that). The install feels more systems oriented because of the nature of the shared frameworks, server and other components that interact with each other. Feel free to email me at lbland@vvi.com with other comments or to post them here also! Thanks for your other suggestions ... I've forwarded them to the feature list for a future version. thanks!- lance  
    (Version 10.4.18)

    praisebury
    0
    [ Reply ]
    Jun 19 2006

    CYBERFUNK  Aieee ! I've just discovered that the program installs something called "Peer_Visual_Server" that is hooked into Launchd.

    Why these people need a process running on my computer at ALL times under root permissions is VERY sketchy to me. I dont care if it's for their liscening scheme.. These people need to learn some manners and tell people when they're installing root'd applications that will run all the time on a machine. This program seems to thing it's fine to basically put whatever it wants whereever it wants. I'm trying to uninstall it now, but there's no uninstaller !

    I knew there was something sketchy about all this..   
    (Version 10.4.18)

    praisebury
    0
    [ 2 Replies - Reply ]
    Replies:
    Jun 19 2006

    CYBERFUNK  Note: Uninstall facilitated by noting every installed file, which can be seen by the following:

    In the terminal

    1) Navigate to root drive (/), and then to /Library/Receipts/VvidgetUser.pkg/Contents/

    2) List out the files installed by the following command: lsbom Archive.bom -pf | less

    3) remove Offending files.  
    (Version 10.4.18)

    praisebury
    0
    Aug 17 2006

    ARVIDTP  i also use desinstaller for these things - works very well to uninstall packages.  
    (Version 10.4.37)

    praisebury
    0

    Jun 19 2006
    ****.

    CYBERFUNK  Seems pretty neat, looks like it has lots of potential.

    However, it's sort of disjointed with 1 main app and 3 different random mini Apps tacked on for no apparent reason (VVidget Builder being the main, and Computer Monitor/Quadratic Lab/Web Signal being the strangly attached "extras").

    Also, the app definately calls home (strange that it should do so, seeing as it's free) to mail.vvi.com on every launch. I block it w/ LittleSnitch, and it seems to have no ill effect. It could be an update check, but who knows... I'd rather the program told me about that before hand.

    Another big gripe: UNDO DOESNT WORK ! Be careful, because apparently most changes have to be undone manually ( havent found one that undo actually works on)

    Lastly, while filled with a bajillion cool options, they arent organized very well... It seems like the developers tried to cram controls into every nook and cranny. It's nice having them all on screen at once, if you've got a large screen like mine (two, actually), but it is very "cluttered" for a mac app.

    Fix the orginization, fix the disjointed feeling of 4 apps in one package, and FIX THE UNDO! And this will be a 5 star app.

    P.S. For some very very strange reason, the installer wanted me to reboot after installing. Considering I had to give it admin privs to install... and this is really an application that should be packaged as a drag and drop app, it makes me a little leary of what's going on behind the scenes in the install... I checked the logs and there's nothing sketchy, but I still have a nagging feeling that the installed installed some sort of kernel extension or something (bad if it did).   
    (Version 10.4.18)

    praisebury
    0
    [ Reply ]