Announcement

Collapse
No announcement yet.

IO checkbox and color = failed !?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • IO checkbox and color = failed !?

    i cant get a colored check box:

    [Field 1]
    Type=Checkbox
    Text=foo - confirm
    Left=10
    Right=22
    Top=30
    Bottom=42
    State=0
    Flags=

    PHP Code:
      Pop $HWND
        GetDlgItem $DLGITEM $HWND 1200 
    ;1200 Field number 1
        SetCtlColors $DLGITEM FF0000 transparent 
    rot
      
    !insertmacro MUI_INSTALLOPTIONS_SHOW_RETURN 
    the background always got black
    Greets, Brummelchen

  • #2
    Use a label to show the text or a solid color. It's a problem with checkboxes and XPStyle.

    Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
    NSIS FAQ | NSIS Home Page | Donate $
    "I hear and I forget. I see and I remember. I do and I understand." -- Confucius

    Comment


    • #3
      oh - oups - thx
      Greets, Brummelchen

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎