Toast behind objects

I had some Toasts in my project that displayed perfectly. However after adding some new Labels to my form the Toasts popped up underneath the new objects.

I fixed the issue by deleting and replacing all of the Toasts.

George and team: I would have thought the toasts should always be on top of all other controls even if they were added after the Toast control.

Regards,

Bob

The Toast control is part of Bootstrap, so its behaviour depends on how they implemented it.

But here’s hint: you don’t need to delete and add controls again to change their position in the hierarchy. You can use the up and down arrows in the Project Explorer to reorder your controls:

Screen Shot 2022-02-28 at 8.28.21 AM

I like your thinking as it’s exactly what I tried when I first saw the issue and it didn’t work.

Deleting and reinstalling was the only solution.

You could probably try with the Toast sample as the one example appears behind the controls, same as the issue I had.