[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
XWidgetSoft Forum XWidget & XLaunchpad , Desktop customization 2013-03-21T03:39:23-08:00 https://bbs.xwidget.com/feed.php?f=7&t=2765 2013-03-21T03:39:23-08:00 2013-03-21T03:39:23-08:00 https://bbs.xwidget.com/viewtopic.php?t=2765&p=3987#p3987 <![CDATA[Re: Function rsscore1OnUpdate(Sender) - HELP!]]> I being trying, but i can't.
I made this test widget. But don't works! Could you see it and correct it?
THANKS!
RSSautoshow.XWidgetPkg
PS: I add some elements like button just to test the effect

Statistics: Posted by Armando — March 21st, 2013, 3:39 am


]]>
2013-03-20T18:43:41-08:00 2013-03-20T18:43:41-08:00 https://bbs.xwidget.com/viewtopic.php?t=2765&p=3978#p3978 <![CDATA[Re: Function rsscore1OnUpdate(Sender) - HELP!]]> but the icon1's hint only displayt when you mouse hover on icon1.
I think you can add a image control A and load a PNG image looks like a Hint, and place a text control B on the A, and set A invisible
when rss update , you set the B text and make the A visible, etc:

function rsscore1OnUpdate(Sender)
{
B.text = text1.Text;
A.visible = true;
}

Statistics: Posted by Tony — March 20th, 2013, 6:43 pm


]]>
2013-03-20T15:55:25-08:00 2013-03-20T15:55:25-08:00 https://bbs.xwidget.com/viewtopic.php?t=2765&p=3974#p3974 <![CDATA[Function rsscore1OnUpdate(Sender) - HELP!]]>
ABOUT THIS PIECE OF CODE:

function rsscore1OnUpdate(Sender)
{
icon1.Hint = text1.Text;
}

Well, then, I have a question about this piece of code above: when the rsscore1 is automatically updated, icon1 will is shown a "hint" with the title of the RSS and its corresponding description?

What I want? I want to do that: when de rsscore automatically updates, the icon1 (image) show a hint with the same text as text1 (text). In turn, text1 has as "binding core": rsscore1, and the "format core data" %item1_title %item1_description

Thanks!!!

Statistics: Posted by Armando — March 20th, 2013, 3:55 pm


]]>