-
Posts
908 -
Joined
-
Last visited
-
Days Won
53
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Phillip Brooks
-
File primitives operate on target of shortcuts
Phillip Brooks replied to jpdrolet's topic in Database and File IO
QUOTE (jpdrolet @ Jan 15 2009, 12:24 PM) There are two types of shortcuts; lnk and url Maybe my contribution to the Code Repository (Resolve Shortcut Path) will help ... -
File primitives operate on target of shortcuts
Phillip Brooks replied to jpdrolet's topic in Database and File IO
QUOTE (jpdrolet @ Jan 15 2009, 12:24 PM) There are two types of shortcuts; lnk and url Maybe my contribution to the Code Repository (Resolve Shortcut Path) will help ... -
QUOTE (Rabbit @ Jan 15 2009, 10:47 AM) Looks nice! :thumbup:
-
QUOTE (Rabbit @ Jan 15 2009, 10:47 AM) Looks nice! :thumbup:
-
Tab behavior with multiple tab rows
Phillip Brooks replied to george seifert's topic in User Interface
If you think about it, the tabs for the second and third rows would be covered when selecting the top row, hiding them and making them 'unselectable'?!. -
Tab behavior with multiple tab rows
Phillip Brooks replied to george seifert's topic in User Interface
If you think about it, the tabs for the second and third rows would be covered when selecting the top row, hiding them and making them 'unselectable'?!. -
Top 25 Most Dangerous Programming Mistakes LabVIEW programmers aren't as concerned as others about the security aspect, but these same mistakes can break your code ... Improper Input Validation Race Condition Untrusted Search Path Improper Resource Shutdown or Release Improper Initialization
-
Apparently, this was a very convincing video! http://digg.com/apple/Blogger_Mistakes_Oni...cbook_Wheel_PIC
-
Does anyone know if there is a vi.lib/ function, method, or property that can be accessed that will return the Context Help for a VI by file name? The file would not be loaded in memory, I want to supply the full path to the file only... I want to create something similar to the way a project will show the Context Help for a VI when you hover over the name...
-
QUOTE (jdunham @ Jan 8 2009, 05:52 PM) Creating an unlimited sized queue in LabVIEW (or in ANY programming language for that matter) is BAD MOJO! http://lavag.org/old_files/monthly_01_2009/post-949-1231501591.gif' target="_blank">
-
QUOTE (crelf @ Jan 7 2009, 11:40 AM) In other news, Steve Ballmer announces that Microsoft will replace the existing keyboard line with something code-named "The Hole".
-
I started playing around with DropBox before Thanksgiving. While I was at my parent's house over Christmas, I scanned some old family photos and uploaded them them via the DropBox web interface to my 'drop box'. I had already configured my home computer to mount DropBox in the "My Documents" folder and my wife asked me how I found time load the pictures into the computer when we got home It's a very simple interface, and offers 2 GB storage for free. I haven't experimented with it yet, but they also support revisions for files. It is available for Windows, Mac and Linux. http://www.getdropbox.com I learned about DropBox from this blog.
-
I started playing around with DropBox before Thanksgiving. While I was at my parent's house, I scanned some old family photos and uploaded them them via the web interface to my 'drop box'. I configured my home computer to mount DropBox in the "My Documents" folder and my wife asked me how I found time load the pictures into the computer when we got home It's a very simple interface, and offers 2 GB storage for free. I haven't experimented with it yet, but they also support revisions for files. It is available for Windows, Mac and Linux, and http://www.getdropbox.com
-
QUOTE (alfa @ Jan 3 2009, 03:39 AM) What did one cannibal say to the other while dining upon a clown? "Does this taste funny to you?" Ba-dum-tsh!
-
QUOTE (alfa @ Jan 3 2009, 03:39 AM) What did one cannibal say to the other while dining upon a clown? "Does this taste funny to you?" Ba-dum-tsh!
-
I have a <user.lib> LLB that's about ten years old. It's been updated and recompiled without problems for all these years. During analysis for an upgrade (from LV 7.0/TS 3.0 to LV 8.6/TS 4.1.1), I discovered that several of the VIs contained in this LLB use non-standard names (contain /\<>? characters). TestStand 4.1 would go into an endless loop and hang when trying to load a step pointing to a VI in an LLB with a non-standard OS name. This was reported to NI, and is fixed in TestStand 4.1.1. I'm concerned about leaving these oddly named files 'as is'. I've read a few problems/rants on the NI forums with respect to NI's use of these non-standard naming conventions in LLBs, and have a fear (probably unnecessary) that support for the LLB may be dropped in a future version. So.... I can rename the VIs. All calling VIs will break, and all TestStand sequences will error when run. My sequence files are stored as INI text files, so I can perform a simple 'search and replace' to fix the calls. How can I programmatically replace calls to these sub-vis from within a vi? I've been poking around in the 'optional' App methods and properties, but haven't found much. The only promising thing was Linker:Read Info and Linker:Write Info. I renamed one of the offending VIs. I used Linker:Read Info and was able to evaluate a VI that calls the renamed VI. It appears that the Path and delimited name are the same for a VI that cannot be found. I know what the old name and new name will be, and they will have the same path. I plan to leave the renamed files inside an LLB for now, and if the LLB construct goes away or I want to start using source control, I will use the LLB Manager to convert the LLB to a folder and be done. There are references to the Linker: methods in the wiki entry for Pseudopath, but I can't figure out how the methods work
-
Someone on the dark side mentioned the MiMo yesterday. They had the same idea as me (touchscreen use). There was a link to this review... http://technabob.com/blog/2008/12/01/nanov...ands-on-review/
-
QUOTE (jdunham @ Dec 21 2008, 04:53 AM) MiMo 740 I ordered one of these last week. I'll share what I learn when it comes in. It can be powered by USB (no extra brick/wallwart) (This might be a cool display option for a PXI chassis if running under Windows! ) The technology is called DisplayLink. You use a driver and USB connection to drive a monitor. Instead of carrying an actual display, you could get a USB/DVI or USB/VGA adapter and then borrow a customer or site monitor as your second display.
-
I think all your posts still exist, they're just not displayed under the Profile. Look under the options on the side menu to see all posts.
-
I wish LV can display translucent PNG or GIF image
Phillip Brooks replied to Cool-LV's topic in User Interface
QUOTE (Cool-LV @ Dec 21 2008, 08:17 PM) I think you've confused everyone by using the word 'translucent' (wikipedia). What you seem to be describing now are transparent regions. If you want to combine overlapping images with transparent areas, you would create a masks of the images to be merged... Use the Create Mask (not in base package) function. -
How to place a non running vi in the hierarchy
Phillip Brooks replied to viSci's topic in LabVIEW General
QUOTE (Aristos Queue @ Dec 20 2008, 03:38 PM) I don't know how to tag your post, but I feel compelled to do so... -
How to place a non running vi in the hierarchy
Phillip Brooks replied to viSci's topic in LabVIEW General
I'm upgrading a bunch of 7.0 code to 8.6. When I load a 7.0 VI that uses a case structure with a constant on the block diagram to disable code, LabVIEW converts the constant to a hidden control and reports a warning while opening. I think a constant causes the contents of the unused case to be optimized "out". If you're creating a new VI in 8.6 and have used a constant, maybe converting it to a hidden control will help... -
QUOTE (shoneill @ Dec 17 2008, 11:35 AM) I've created some XControls, but never an LVOOP class. I agree that these seem to be complimentary tools I like Jeff Atwood's "Understanding Model-View-Controller" blog post. We create and use the MVC pattern all the time and don't even think about it. QUOTE Skinnability cuts to the very heart of the MVC pattern. If your app isn't "skinnable", that means you've probably gotten your model's chocolate in your view's peanut butter, quite by accident. You should refactor your code so that only the controller is responsible for poking the model data through the relatively static templates represented by the view. The power and simplicity of properly implemented MVC is undeniable. But the first step to harnessing MVC is to understand why it works, both on the web, and also within your own applications. LabVIEW 8.6 LVOOP represents the Model XControl represents the View Front Panel represents the Controller We can use older techniques to do accomplish the same things LabVIEW 7.0 Action Engine represents the Model Brat* VIs (sub-vis w/ control references) represents the View Front Panel represents the Controller (w/ brat code additions) *(Ask Norm what a brat is)
-
VI tools for Canon Powershot cameras
Phillip Brooks replied to HChandler's topic in Calling External Code
I would suggest asking the folks from hytek a question. Irene He is a member of the forums; you could try sending a personal message to her... -
How do you imagine you Will recognize God as a person?
Phillip Brooks replied to LAVA 1.0 Content's topic in LAVA Lounge
QUOTE (God @ Dec 7 2008, 10:56 AM) My father was born 1-3-1944, my mother on 9-3-2009. I am a Taurus born 13-32-1965. Do these numbers suggestate something? Will the jackalope descend from the heavens as predicted?