I’m working with some components in a project, the components I’m using are:
XML connector
ComboBox
TextArea
Loader
I’m just calling info from a XML file to populate my components, in the combobox I call the name of the product, in the text area the info and in the loader the image, it’s just working fine, the problem comes when I add a scene and place a preloader component or a preloader made by myself, the preloader ‘loads’ the percent and then, when goes to the next scene ( with all the components and XML stuff ), that scene is not working anymore, just present empty components, is there any way to fix this?, the other thing it’s about the Loader component where I load the product image, I think I need to place some message like “Images Loading” or present a loading bar because when I run the application on Internet there’s some delay and an obvius empty space 'till the image loads, any way to do this?, thanks a lot people!