Hello !
Tell me, please, how can I get the height of the columns?
If you open the chrome (PKM> look at the code (ctrl + shift + I)), then the height of the columns can be seen. (see 333.jpg)
But in labview I can not get this data.
Tried:
HTTP Client -> Get
DataSocket Read
But with the help of these two methods I get what in the chrome (PCM> view the page code (ctrl + U))
Thanks for any help!
Yes, I noticed. I tried on my example. I looked through all the css, but in no one found information about the columns. Could you tell me how to find them?
Hi Sergiv,,
your website will load a ton of other resources:
(just a small part of the main HTML)
I'm no expert in modern website design nor in JavaScript, so I guess you will have to look for a lot of files before finding the place of your rectangle definition…
(I guess it has to do with some of the JScript libraries because of the "highchart" description.)
In general, the experiments led to the fact that if you save the page on the computer and open it via GET, for example, then the data of the columns is there)
Now just do not know how to save the entire page. Like it does the chrome, for example, through "save as ..."
Tell me how to save the document completely?
Hi Sergiv,
the InternetExplorer allows remote control via ActiveX so you may try to load and save the website through ActiveX nodes…
(This will only work with IExplorer as other brwosers Edge or Firefox doesn't support ActiveX remote control.)
Hi Sergiv,
Does activex have a property for saving the page?
The question is "Does the IExplorer ActiveX interface expose such a method?"
I don't know as I don't use this interface (and never needed so far)…
Why do you need to read those style properties anyway?
What is all this good for?