07-12-2006 10:40 AM
07-12-2006 01:01 PM
07-12-2006 01:13 PM
HI Jarrod,
Thanks fo rthe kind words.
You have another resource that we on the outside can not tap.
Chase down the guy who wrote the State Diagram Editor.
That add-on uses a picture control as the UI and scripts in the background.
Toss the scripting and you are well on your way.
Ben
07-12-2006 03:18 PM
07-12-2006 03:23 PM
07-17-2006 02:03 PM
07-17-2006 02:52 PM
@tdurand wrote:
One last question, which maybe should go into a separate thread. For the objects, I allow the user to select a color out of 256 possible colors. For simplicity, I've just been asking for a numeric input (U08 Numeric Control), so the user must know what the colors are. Is it possible to make a control where a color box, the color index, and the color name can be visible? And simply return a U08 like it always has done? I don't want to make an array of clusters if I don't have to. I'd love it if it could be in a Menu Ring, returning a simple U08.
If you have 8.0, you could probably make an Xcontrol for this.
Before 8, I think the array of clusters is your only way, but it might be easier than you think. If you create a subVI with a 16*16 array of those clusters and use that subVI as your color picker, you can simply extract the number from there. Here's a really quick example.
07-18-2006 03:40 AM
07-18-2006 03:01 PM
07-18-2006 03:17 PM
Here is an alternative activex control that might work.