It is currently September 20th, 2024, 1:40 pm
HTML Content
-
- Posts: 3
- Joined: November 12th, 2009, 6:06 pm
HTML Content
is this possible to view a webpage or html page in rainmeter?
-
- Developer
- Posts: 22748
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: HTML Content
If I assume by that you mean view it as you would in a browser, then no. Rainmeter can get and parse the underlying HTML code looking for strings, but is not a web browser.arafys wrote:is this possible to view a webpage or html page in rainmeter?
-
- Posts: 3
- Joined: November 12th, 2009, 6:06 pm
Re: HTML Content
even? iframe also not possible? or flash (.swf) object possible?jsmorley wrote: If I assume by that you mean view it as you would in a browser, then no. Rainmeter can get and parse the underlying HTML code looking for strings, but is not a web browser.
-
- Developer
- Posts: 22748
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: HTML Content
No, Rainmeter does not understand nor care one bit about HTML code, and if you access a site and the site has:arafys wrote: even? iframe also not possible? or flash (.swf) object possible?
<HTML>
<BODY>
<p>hello world</p>
</BODY>
</HTML>
Rainmeter just sees the raw HTML code, just like that. It has no idea that <p> means "paragraph", and doesn't care.
I hope I am being clear?
-
- Posts: 3
- Joined: November 12th, 2009, 6:06 pm
Re: HTML Content
I understand... but waiting for some plugin or something that I got to design complete dynamic html content...
Thank You
Thank You
-
- Developer
- Posts: 22748
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: HTML Content
I think a Rainmeter plugin that for instance has the webkit library built into it so it could display pages or parts of pages in a skin would be a lot of fun indeed, but I don't see one on the horizon.