Quote:
Originally Posted by Logrim
One silly question.. why the image load before the rest of the things?. i mean.. the main background load.., the rest of the component load AFTER, and during two seconds the main screen is empty..
|
Maybe you use ImgApplyChanges more than one time? try to use it only in the end of procedure|function.
Quote:
Originally Posted by Logrim
and.. how can i add a custom progress bar and a custom edit? i dont want to usee isskin.. thanks
|
to create custom progress bar just load two images one on another, and change width|visible part of top image. to create custom edit create img like edit and TLabel inside of this image.