06-28-2007 12:38 PM
06-29-2007 03:28 AM
Can you elaborate?
@JoeLabView wrote:
next project... LV-skins
06-29-2007 08:29 AM
06-29-2007 09:17 AM
Two options:
Another option for skins would be to remove all code from the GUI VIs into other VIs and just leave the controls and indicators there. That way, creating a new skin would be a matter of replacing the controls in the VI.
06-29-2007 09:53 AM
06-29-2007 10:25 AM
hai all,
wow its wonderful, thank you for bringing out a options, but what i fear is does it reduce the performance of the labview or the application runn time,
06-29-2007 11:00 AM
06-30-2007 02:29 PM
@Phillip Brooks wrote:
I couldn't wrap my mind around this, so I've been tinkering. See attached...
Very nice.
kodee, some of the customizations suggested in the original post could definitely slow down LV, as actually mentioned there. Drawing a large imported image will take time and so will drawing overlapping objects, but these should only take time when actually updating the display.
Philip's demo should not slow down the application because it deals with the GUI which is relatively slow anyway.
11-10-2008 01:26 PM - edited 11-10-2008 01:27 PM
Hi,
I am trying to create a steering wheel from a knob but I still not have any luck. The moving part is the needle. I want to replace it with the steering picture created from MS Word but looks like I cannot replace it. Do you have any suggestion for this one? This part is really important with the GUI of my project.
I highly appreciate your helps.
Best regards,
Thang Nguyen
11-10-2008 01:31 PM
THANG NGUYEN wrote:Hi,
I am trying to create a steering wheel from a knob but I still not have any luck. The moving part is the needle. I want to replace it with the steering picture created from MS Word but looks like I cannot replace it. Do you have any suggestion for this one? This part is really important with the GUI of my project.
I highly appreciate your helps.
Best regards,
Thang Nguyen
Message Edited by THANG NGUYEN on 11-10-2008 01:27 PM
I did some checking with R&D and came away thinking that I should not hold my breath waiting for the ability to replace the needle.
I suggest you use a picture control to render the turning wheel.
Ben