![]() |
yener had used A dummy label to use as shadows.
jst top and left property be +1 else everything is same Code:
procedure UpdateShadow(var Current, Shadow :TLabel);https://msdn.microsoft.com/en-us/lib...(v=vs.85).aspx |
Code:
procedure CurPageChanged(CurPageID: integer);Also, BackButton just disappears with this Code:
wpSelectDir: begin |
if u r using Native controls(Notebooks), then you can't put anything on them unless control is a child
|
Thank you for your help.
Do it a different way then. |
How i can hide
Code:
wpInfoBefore: beginCode:
varCode:
NoStartMenu := TNewCheckBox.Create(WizardForm); |
NoStartMenu, Icons aren't real members of WizardForm, you added them later on
try NoStartMenu.Hide; Icons.Hide; |
That makes totally sense. THank you, it works :D
Sometimes i make mistakes like those things. |
Is there a way to resize SelectDirPage? Because i can't deactivate it.
Code:
with WizardForm.SelectDirPage do beginCode:
wpSelectDir: beginI'm not in the mood to create a whole new page instead. |
Any way to set CheckBox style to default?
CheckBoxes from [Run] and Style (cjstyle/vsf) are different in appearance. I don't like that. |
Using GetIniInt to get required space (mb) digits. But at this point i don't know exactly how to replace it with the SizeMB define properly.
Code:
NeedSpaceLabel.Caption := ExpandConstant('{cm:NeedSpace} ') + MbOrTb({#SizeMB});Going to change my code to get rid of defines and using GetIniStr and GetIniInt instead. GetIniStr is fine, not a problem. I hope someony could point me in right direction. |
Maybe I am not understanding the question. Reading from ini and placing in the wizard form doesn't work or what?
|
Yes, exactly, but only for the one mentioned code tag above.
|
Show code please (you used ISPP code, right?)
|
Hey KaktoR,
#define SizeMB ReadIni(SourcePath + "\setup.ini", "Application", "Appsize", "") in setup.ini [Application] Appsize=4096 |
Quote:
I guess this answeres my question. Thanks both of you ;) |
| All times are GMT -7. The time now is 05:39. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com