Aspose.Slides for .NET: Animation Missing Data in Timing of Behaviour

hi
I think that all data from Timing object (RepeatCount, Restart, etc.) are misread from powerpoint file.
what do you think ?
here is the presentation and screenshots
thank you, regards

And please allow pptx and videos files in your fileuploader, this is boring, i can’t upload it here !

you give the link to upload the powerpoint file please ?

Data not read:
image.png (4.7 KB)

Aspose.Slides bug ibehavior.jpg (134.2 KB)

and here is code:

// Set slide sequence
IEnumerator<IEffect> effects = vf.Slide.Timeline.MainSequence.GetEnumerator();
IEffect effect = null;
IBehavior behavior = null;

while (effects.MoveNext())
{
    IEffect item = effects.Current;

    if (item.TargetShape.Name == vf.Name)
    {
        effect = item;

        //old
        IBehaviorCollection behaviours = item.Behaviors;
        IEnumerable<IBehavior> behavioursEnum = behaviours.AsEnumerable();
        using (var sequenceEnum = behavioursEnum.GetEnumerator())
        {
            while (sequenceEnum.MoveNext())
            {
                // Do something with sequenceEnum.Current.
                IBehavior local_behavior = sequenceEnum.Current;
                behavior = local_behavior;
                Debug.WriteLine(local_behavior);
            }
        }
    }
}

@pcaillol,
Thank you for contacting support.

Please share the presentation file demonstrating the problem.

Thank you for your feedback, we will take this into account in the future. You can zip the files and upload an archive here, or share a link to the file in a file storage (Google Drive, Dropbox, for example).

thank you

@pcaillol,
Thank you for the presentation file. I will get back to you ASAP.

@pcaillol,
I’ve reproduced the problem with the Timing properties. We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SLIDESNET-43750

You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Hi thank you so much, Andrey !

Sorry but i lost the thread about that subject:

how to enable “Show Media Controls check box” in powerpoint files please ? This seems not to exist !
image.jpg (338.3 KB)

otherwise, shownarration and showanimations options exist.

Thank you

@pcaillol,
That forum thread is here:

Please post individual issues in separate forum threads in the future.

do you want me to do it know ?
of course, i will.
sorry, thanks.

@pcaillol,
If you encounter a new problem, please do so.

Hi
I confirm that properties such as “RepeatCount” are missing in Timing object of animation.
Regards

@pcaillol,
The issue has already been registered (SLIDESNET-43750). Our developers are working on the issue.

How long do you think that fix will take to be released please ?
thank you Andrey

@pcaillol,
Our developers are still working on the issue. A fix has been planned to be included in Aspose.Slides 23.3. This release will be published in the second half of March.

Hi Andrey

I finally reproduced bug with “not implemented method exception” :blush:

I posted everything, looking forward to hearing from you

thanks

@pcaillol,
Thank you, I already answered you there.