|
|
#1 |
|
Junior Member
Join Date: Dec 2005
Posts: 3
|
Like to remove some Header text
I'd like to know how I can remove the text shown in this image.
|
|
|
|
|
|
#2 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
I don't know:
-Removing the strings from the language file -Destroying the static control * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
Use Resource Hacker. Edit IDD 105.
Edit: Or probably a better idea would be to hide them with ShowWindow $R0 ${SW_HIDE} in .onGUIInit rather than delete them. -Stu |
|
|
|
|
|
#4 |
|
Major Dude
|
-Removing the strings from the language file
won't work. the labels arent autosizing ![]() -Destroying the static control this could work. -Use Resource Hacker. Edit IDD 105 and delete the STATIC control this will work. - hide them with ShowWindow $R0 ${SW_HIDE} in .onGUIInit this is probably the best solution. but .onGUIInit is the wrong function. you should use the SHOW or PRE function of the directory page, because the control isnt created yet in .onGUIInit i guess. hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|
|
|
|
|
#5 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
GUIInit is the correct place to do this, as this is when the outer dialog (which contains the header labels) are initialised. You also only need to do it once and not for all pages.
Edit: No, you're correct. code: -Stu |
|
|
|
|
|
#6 |
|
Major Dude
|
hand by comm@nder21 ---------- WiKi pages:CreateInternetShortcut|Enhanced FindWindow|Parse CSV-Data|Open/Close CD-Drive|Installer without Icon|Vista application compatibility |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Dec 2005
Posts: 3
|
Cool, I'll give this a try tommorow and see if I can get it to work.
Thanks |
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Dec 2005
Posts: 3
|
Thanks
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Oct 2003
Posts: 178
|
why do you have the black spaces on the sides of the image
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|