LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Decoration is missing in LV NXG web module

Hi,

I want to decorate my web page with lines shapes and text etc, but the function is inactive in the NXG web module. Only the URL Image function is possible.

 

If not possible, how else can I get the website decorated with lines, text, etc.?
Thanks

0 Kudos
Message 1 of 11
(2,960 Views)

Yes, I also didn't see decorations on "Drawings" pallet. It seems that we cannot use those items.

 

As other method, I drew a circle with HTML + CSS.

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 2 of 11
(2,949 Views)

Thank you for your feedback. Unfortunately I am not familiar with HTML and CSS, do you have any examples of how to program lines, circles and text

0 Kudos
Message 3 of 11
(2,911 Views)

Why don't you look for on google with "HTML CSS circle" word?

For example I found below.

 

How To Create Circles / Round Dots https://www.w3schools.com/howto/howto_css_circles.asp

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 4 of 11
(2,909 Views)

Thanks, sorry, I just started google this. I see there are many examples. Can't HTML programming, but will try to teach me so that I can style my web page with some lines and text, etc

0 Kudos
Message 5 of 11
(2,904 Views)

Also thought I could use a layout created in ACAD (see example attached) and import it in to *.gviweb as a JPG image, but even though the image is 5 MB it is imported with very low resolution so text and lines get very diffuse. Do you know how to import at higher resolution?

0 Kudos
Message 6 of 11
(2,902 Views)

Advantages of LabVIEW NXG Web Module is we can write the code with HTML/CSS/Javascript.

I cannot understand why are you going to use NXG Web Module. Your application isn't satisfied with non web application?

 

For example, following steps would satisfy your requirement. You can draw circle with boolean button.

  1. Place boolean button on panel with HTML class attribute name.
  2. Edit HTML source and CSS following this instruction -> How To Create Round Buttons 
Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
Message 7 of 11
(2,901 Views)

Why don't you import your image with HTML <img> tag?

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
Message 8 of 11
(2,899 Views)

Attached application is just one example. Will today read me up on CSS and try to create a similar layout using this functionality

0 Kudos
Message 9 of 11
(2,893 Views)

Do you do this with creating an HTML code? Could you please explain how I do this

0 Kudos
Message 10 of 11
(2,891 Views)