267 views
in GUI Development by
Hello,

I have a question related to the first load of a screen. I see a delay the first load of a page related to the first creation of the object, using the GUI the next load are fast and the UI is responsive. The first time the delay cause a second pressure of the touch by the user because the UI seem not receive the input.

There are a way to precharge some object of the UI during the power-up of screen?

The load should be in background.

I have a 5 second splash screen useful to this operations.

Thank you

Michele

1 Answer

0 votes
by

Hi Michele,

I assume, that your screen(s) contain large (background) bitmaps, that have to be decompressed and loaded into SDRAM before they can be used. Depending on the size and the amount of images, this may take some time.

Maybe this answer http://ask.embedded-wizard.de/120/loading-of-big-images-takes-long-time helps you...

Best regards,

Manfred.

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...