XWidgetSoft Forum

XWidget & XLaunchpad , Desktop customization
It is currently May 2nd, 2025, 6:10 pm

All times are UTC - 8 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: using timercore
PostPosted: April 13th, 2013, 1:27 pm 
Offline

Joined: April 13th, 2013, 12:39 pm
Posts: 7
Hello.
Could you explain, what function may be used with timerCore. I cannot find any properties or events for this core. Maybe it has some function to use in code only.


Top
 Profile  
 
 Post subject: Re: using timercore
PostPosted: April 13th, 2013, 4:59 pm 
Offline
User avatar

Joined: May 12th, 2012, 8:32 pm
Posts: 594
Hi stormitornado,
you can use function "cmd(null, actionString )" , you can find all actionString in any control's Event when control had binded timeCore
etc:

Code:
  timerCore1.cmd(null,"!ShowSetting");


Code:
  timerCore1.cmd(null,"!12hr/24hr");

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


Top
 Profile  
 
 Post subject: Re: using timercore
PostPosted: April 13th, 2013, 9:58 pm 
Offline

Joined: April 13th, 2013, 12:39 pm
Posts: 7
I mean the timerCore, not dateTimeCore.
When control has binded to the timerCore, there are no any actionStrings in Events or tags in Format Core Data
Attachment:
timercoretags.png
timercoretags.png [ 5.09 KiB | Viewed 12456 times ]

Attachment:
timercoreactions.png
timercoreactions.png [ 13.23 KiB | Viewed 12456 times ]


Top
 Profile  
 
 Post subject: Re: using timercore
PostPosted: April 14th, 2013, 6:36 am 
Offline
User avatar

Joined: May 12th, 2012, 8:32 pm
Posts: 594
Hi,
the timerCore just a Timer, not include any tag or action. likes "setTimeOut"
you can control timerCore with scrtip code etc:

Code:
timerCore1.Enabled= true;
timerCore1.Enabled= false;

timerCore1.Interval = 1000;  //ms


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


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 41 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:  
cron

Powered by phpBB® Forum Software © phpBB Group