![]() |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Thanks, razor and altef, work perfectly now,, the problem was the sizes.
Was extrange,, i'm graphic designer and this never happend to me in my work. :P.. I thought the mask in inno were being made differently. I'm trying to make a general installer for all my conversions, and i think I have already achieved. Minimalist and yet easy to locate. |
i have a problem... before i setting the example of the mask of Altef, all work perfectly when unninstall.. Now, inno give me an error "cannot call "EXTRACTEMPORALYFILESIZE", funtion during uninstall. I never touch nothing in the unninstall section,, only add the mask functions and procedures..
|
Quote:
|
i understand you altef :D thwe problem is i think i have all in unninstall correctly, but dont work.. this is my uninnstall:
Quote:
Quote:
|
Quote:
Code:
function ImgLoadU(Wnd :HWND; FileName :PAnsiChar; Left, Top, Width, Height :integer; Stretch, IsBkg :boolean) :Longint; external 'ImgLoad@{tmp}\botva2.dll stdcall delayload';and remove b2p.dll(it's not work in uninstaller), correct this Code:
FileCopy(ExpandConstant('{app}\CallbackCtrl.dll'), ExpandConstant('{tmp}\CallbackCtrl.dll'), True);add to DeInitializeUninstall - gdipShutdownU; try it, it's must work. |
Thanks man, work perfectly now :D.. sorry for my questions, when i think the code is finish i discover something new...
|
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..
and.. how can i add a custom progress bar and a custom edit? i dont want to usee isskin.. thanks |
Quote:
Quote:
|
altef i only have one ImgApplyChanges for wizardform,, only this at the start of "procedure InitializeWizard":
Quote:
|
Quote:
Quote:
e.g. standart progress=10% of maximum 100% then width of your img will be progress:=CurProgress(10%)*100/MaxProgress(100%); imgWidth=FullWidthOfImg(you set it when create img)*progress/100; |
| All times are GMT -7. The time now is 13:49. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com