XWidgetSoft Forum

XWidget & XLaunchpad , Desktop customization
It is currently May 10th, 2025, 3:38 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: July 6th, 2012, 5:27 am 
Offline

Joined: July 5th, 2012, 10:26 pm
Posts: 1
Hi,
I am really new to xwidget and it looks really cool.
I can't seem to find much documentation.
I want to build a widget which opens an image from a server. That image, with the same name name will be overwritten every few minutes. Similar to an album, but with the same image.


Top
 Profile  
 
PostPosted: July 6th, 2012, 4:16 pm 
Offline
User avatar

Joined: May 12th, 2012, 8:32 pm
Posts: 594
Thanks for your feedback
I will add a DownloadFileCore in next version of XWidget, then you can just set the picture file URL to the DownloadFileCore and image binding this core and select tag %filepath

_________________
XWidget Software Developer
[XWidget for Android] [Lastest version of XWidget] [Lastest patch of XWidget]
[XDesktop for Android/Windows]


Top
 Profile  
 
PostPosted: October 23rd, 2012, 8:59 am 
Offline

Joined: October 23rd, 2012, 8:50 am
Posts: 1
My Question similar, I'd like to open a (program/file) (which is in the same folder) as the current image(photo)... With a different program.
I know i cannot have any spaces between text, is there a work around for that?

Many tanks newbie


Top
 Profile  
 
PostPosted: January 10th, 2013, 6:54 am 
Offline

Joined: January 10th, 2013, 6:25 am
Posts: 5
jpdp wrote:
Hi,
I am really new to xwidget and it looks really cool.
I can't seem to find much documentation.
I want to build a widget which opens an image from a server. That image, with the same name name will be overwritten every few minutes. Similar to an album, but with the same image.

You can do that using HTML Panel and some of HTML and JavaScript code.
For example:
Code:
<img alt="Pic from my server" style= "border:0;position:absolute;left:0px;top:0px" src="http://myserver.net/Pic_latest.png">

<script type="text/javascript">

setInterval(function() {reload_window()}, 1000);

</script>

The second parameter of setInterval is a wait time in milliseconds (1 sec = 1000 msec).
But unfortunately HTML panel haven't opacity property, therefore you can't set the widget opacity, even if you set image opacity using CSS and the widget haven't any background object. Very sad for me :(


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Powered by phpBB® Forum Software © phpBB Group