[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MovieBox problem when migrating from 3.15.2 to 3.19.6


On Tue, 4 Nov 2025 at 14:12, gbWilly <gbWilly@xxxxxxxxxxxxxx> wrote:

> Currently migrating an older application that is a digital pricelist and
> on top it has a headerbeing an animated gif.
> The application stil runs fine but when closing, doesn't close. In IDE
> console it says:
> "gb.gui.base: MovieBox.Path is deprecated. Do not use it anymore."
>
> When reading on the MovieBox in wiki it says nothing about being
> deprecated or Path property being deprecated. There is no clue or mention
> whet to replace it with. I tried mediaview, but that doesn't work.
>
> So, what do I use to make my animated .gif files show without using
> MovieBox, as teh MovieBox.Path is used in code?
>
> gbWilly
>

Probably Animation.Load

MovieBox1.Animation = Animation.Load(sPath)

Respects
BruceS

Follow-Ups:
Re: MovieBox problem when migrating from 3.15.2 to 3.19.6gbWilly <gbWilly@xxxxxxxxxxxxxx>
References:
MovieBox problem when migrating from 3.15.2 to 3.19.6gbWilly <gbWilly@xxxxxxxxxxxxxx>