LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is the decorations so limited?

a.plugaru,

Did you read the "Terms of Use" (see link at bottom of screen).

If you have not, let me quote.

"

Your Conduct. In the areas on the Site where users transmit or post Communications, you are prohibited from:

...

  • Advertising or offering to sell or buy any goods or services.

...

"

Ben

PS: Quoting from a TV comercial for Tractor Supply "I have never turned the pages of a Swedish decorating catalog" and I plan to keep it that way!

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 21 of 38
(3,646 Views)
Ton wrote
 

this could be done with an XControl!
I'll post a propose to the LAVA forums to make a coding challenge on this.
Here's the link to my proposal


 
Why wait for a challenge?
 
Come this week-end I am planning to return to my study of XControls. I could poke at this while I am on vacation.
 
Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 22 of 38
(3,637 Views)
I smell a Community Nugget coming. Hint, hint, Ben...


Message 23 of 38
(3,632 Views)

"I smell a Community Nugget coming. Hint, hint, Ben..."

Smiley Surprised

Am I that transparent?

No promises. Smiley Wink

Ben

 



Message Edited by Ben on 12-13-2007 08:42 AM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 24 of 38
(3,628 Views)
I agree with the 2 facts:
  
  • a.plugaru spams (is it a correct verb? )
  • decorations are poor!

   What I'd lik, it's also Labels (not control labels!) that you can modify at run-time (with property node, maybe), and, but this is an old issue, adding dynamically controls Smiley Happy I'm fixed with this idea, sorry!

   With these improvements you can do many smart things, at least I think....

   Have all a nice day!

graziano

Message 25 of 38
(3,621 Views)
To Ben: I like very much your emoticon-based posting! It helps people like me (non particularly skillful in english language Smiley Sad ) to understand!

but there's a problem: it's hard to me to explain to my coworkers that I'm actually working, specially if they see that I spent 70 % of the time with nice coloured diagrams (LV...), and the rest on a forum plenty of smileys and animated gifs!!!!!! Smiley Very Happy

Have a nice day!

graziano
Message 26 of 38
(3,611 Views)
See this XControl, which can contain just a label.

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 27 of 38
(3,583 Views)
"To Ben: I like very much your emoticon-based posting! It helps people like me (non particularly skillful in english language ) to understand!"
 
Thanks Graziano! I told my wife that my posting read like one of those books they give to teach reading to people with a small vocabulary.
 
I don't know if you have seen it yet but I posted the code in this thread (see posting from 10-Dec).
 
Have fun!
 
Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 28 of 38
(3,544 Views)
Ya, I'm not sure what you need all this for. I mean, a lot of it can be done with the picture control. You can also make an XControl that uses the picture control and exposes just the stuff you want. The picture control is pretty powerful.

Can you give us an example of a real world use-case where you were stumped by limitations in LabVIEW? I'm just trying to help find alternatives for ya. Even if NI acknowledges this a great idea, it probably won't be implemented for at least 2 years.


Michael Aivaliotis
VI Shots LLC
Message 29 of 38
(3,533 Views)


Michael Aivaliotis wrote:
Ya, I'm not sure what you need all this for. I mean, a lot of it can be done with the picture control. You can also make an XControl that uses the picture control and exposes just the stuff you want. The picture control is pretty powerful.

Can you give us an example of a real world use-case where you were stumped by limitations in LabVIEW? I'm just trying to help find alternatives for ya. Even if NI acknowledges this a great idea, it probably won't be implemented for at least 2 years.


I agree with you here. Almost anything can be done with LabVIEW already using the existing controls and tools.
 
However since the custom control editor came out I always hoped (and even passed along suggestions) that it would get a bit more powerful and possibly more intuitive.
LabVIEW uses it's own internal PICC format (derived from Macs PICT format) for its control parts and decorations. This format is basically a vector graphic format very much like the Macintosh PICT format and therefore has quite neat behaviour.
 
You can (with the exception of some modern controls) copy parts of some controls as well as the existing decorations and replace functionally equivalent parts in other controls with them. However an editor where one could at least create decorations in this format to be pasted as decoration into control parts would be quite interesting for more specific controls.
Alas I'm afraid that the PICC format is a left over, the current LabVIEW developers would rather like to get rid of altogether than building new tools based on it.
 
Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 30 of 38
(3,501 Views)