[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]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
XWidgetSoft Forum :: View topic - BUG: Defined rotator animation not observed
XWidgetSoft Forum
https://bbs.xwidget.com/

BUG: Defined rotator animation not observed
https://bbs.xwidget.com/viewtopic.php?f=3&t=6726
Page 1 of 1

Author:  yereverluvinuncleber [ June 15th, 2017, 4:16 am ]
Post subject:  BUG: Defined rotator animation not observed

Xwidget rotator does not observe a defined animation using .RotateAngle but only when the rotator is bound to a core.

I want to rotate an image. I have created a rotator and assigned it an image. This will simulate a rotating wheel.

I want to rotate it with an animation effect, a sinusoidal ease out. This has been set for the switch animation.

Checking the main.xul I can see the following has been defined for the object.
animation.dynamicEffect="5" animation.duration="1" alwaysForward="false" enabledAnimateChange="true"

Please note: I can rotate the rotator object using RotateAngle successfully. This is not the issue.

The bug I am experiencing is when trying to make it rotate a set amount (eg. 1080 degrees) using the sinusoidal ease out animation effect. Using RotateAngle does not initiate the switch animation. It seems that a core needs to be bound and a tag assigned in order for the animation to occur. I will not bind the rotator to a core as I have no need for any of the functions the cores provide and do not wish to interface with any core component as I do not wish the rotator to rotate in a seemingly random manner. This is simply a rotating wheel that needs an animation on ease out.

Other engines provide this basic functionality, Xwidget provides it too but only through core binding.

If an animation is assigned to a rotator object then the animation should occur whenever the item is rotated. The ability to assign an animation is there in the IDE. A user will expect it to work when the object is rotated but it does not.

This is definitely a bug. DEFINITELY.

Author:  Jimking [ June 15th, 2017, 12:44 pm ]
Post subject:  Re: HELP: Rotator sinusoidal ease out switch animation

I have some examples with rotating images without using the core.
I don't know if it's what you're asking for...
http://jimking.deviantart.com/art/Clean ... -468941859

Author:  yereverluvinuncleber [ June 15th, 2017, 3:45 pm ]
Post subject:  Re: HELP: Rotator sinusoidal ease out switch animation

Jim, you understand that I know how to rotate something... that is really quite easy.

So, I need assistance with rotating with an animation as set in the IDE - as per the subject title? Forgive me, but please do read the contents of a request before replying as it only serves to confuse if you don't.

Let me remind you: Image rotation using sinusoidal ease out switch animation.

I want to rotate an image using an animation and without binding to an unwanted core.

Any real help will be appreciated.

Author:  yereverluvinuncleber [ June 19th, 2017, 1:54 am ]
Post subject:  Re: HELP: Rotator sinusoidal ease out switch animation

So, this is in fact a bug.

Changing the title to BUG - changed the description to match.

Jim, please move this thread to the bugs section.

Author:  Jimking [ June 19th, 2017, 5:10 am ]
Post subject:  Re: BUG: Defined rotator animation not observed

Done..

Author:  yereverluvinuncleber [ June 19th, 2017, 7:07 am ]
Post subject:  Re: BUG: Defined rotator animation not observed

Thanks Jim.

I am attempting to raise as many bugs as I can find so that Tony's list of work to do is complete. There are bugs I simply won't be able to find but I'm doing my best.

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/