LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HTML Edit Control?

Solved!
Go to solution
Is there an HTML control available for LabVIEW? Something like the Tiny MCE editor I am using to post this?
=====================
LabVIEW 2012


0 Kudos
Message 1 of 6
(4,105 Views)

there is an HTML section it is under Report Generation-->HTML Reports Only

 

 Append User Formatted HTML To Report.vi allowsyou to have your own HTML code to your program.

Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 2 of 6
(4,093 Views)

LabVIEW itself does not have such a control. The one you refered to, however, seems to be a .NET control, so all you need to do is drop a .NET container on the front panel and load that control into it and then use that. If that doesn't work, I'm assuming there are other ActiveX or .NET controls you can use.

 

If you're not used to working with .NET in LV, brace yourself. It's not bad, but the two models don't really mesh very well together and the resulting code is not the most beatiful.


___________________
Try to take over the world!
Message 3 of 6
(4,076 Views)

Thanks! I found something that works. Now I have a new problem. I am trying to trigger an event when the DHTML Active-X control value changes. The event does not happen. I have included an attachment showing the code. The only other event is the timeout.

=====================
LabVIEW 2012


0 Kudos
Message 4 of 6
(4,060 Views)
Solution
Accepted by topic author SteveChandler
That won't work - the LabVIEW event structure does not handle ActiveX events. To handle ActiveX events you need to register a callback VI. There are a couple of examples that ship with LabVIEW that show you how to handle ActiveX events.
Message 5 of 6
(4,040 Views)

Why for the love of God do I have a wait in my event loop!

 

I am obviously board and going through some of my first posts. Sheesh.

=====================
LabVIEW 2012


0 Kudos
Message 6 of 6
(3,633 Views)