XWidgetSoft Forum

XWidget & XLaunchpad , Desktop customization
It is currently May 10th, 2025, 11:25 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: May 26th, 2013, 10:04 pm 
Offline

Joined: May 19th, 2013, 5:21 pm
Posts: 6
hi im pretty new to xwidget so please excuse me this seems pretty obvious.
im trying to determine if the DownloadFile function was successful. I see it takes 3 parameters and the function it self can return boolean but i dont know how to get it.
eg
Code:
var status = DownloadFile(p1,p2,p3);
print (status);
//-----------------OR--------------------------------

print(DownloadFile(p1,p2,p3));

//---------------------------------------------------
DownloadFile(p1,p2,p3);  // this works fine but i don't know if the download was successful. other than the obvious checking the
//widget directory but i need this variable.


In both print instances, in the debugger i get
print: <-- //Nothing

thanks in advance anyone.


Top
 Profile  
 
PostPosted: May 28th, 2013, 6:11 am 
Offline
User avatar

Joined: May 12th, 2012, 8:32 pm
Posts: 594
You need write codes in Widget's Event, etc: widgetOnload event

excample widget: http://www.xwidget.com/xwidget/widgets/ ... 8/240.html

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


Top
 Profile  
 
PostPosted: May 29th, 2013, 8:00 pm 
Offline

Joined: May 19th, 2013, 5:21 pm
Posts: 6
thank you for your reply.
I had already searched through the forums (throughly if i may add), and had already found that widget.
its a bit complicated for me, but i guess ill have another look.


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

All times are UTC - 8 hours


Who is online

Users browsing this forum: Bing [Bot] and 46 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