View Single Post
  #1033  
Old 11-03-2014, 02:03
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by Logrim View Post
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 View Post
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.
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
Logrim (11-03-2014)