Thread Rating:
  • 338 Vote(s) - 2.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CheckButtomのstyleについて
12-12-2011, 10:03 AM,
#2
RE: CheckButtomのstyleについて
Standard UIを使っているでしょうか。
Skinnable UIを使えば、通常は'x'ですから。

Code:
{curl 7.0, 8.0 applet}

{CheckButton
    value = true,
    look-and-feel = the-standard-look-and-feel,
    style-manager = null
} (standard)

{CheckButton value = true} (default skinnable)

{CheckButton
    checked-skin =
        {ShadedSkinSpec
            "#BFD9F2",
            "#BFD9F2",
            border-color = "#6B6B6B",
            rollover-border-color = "#6B6B6B",
            draw-content-background? = true,
            highlight-alpha-1 = 0.1,
            highlight-alpha-2 = 0.2,
            highlight-boundary = .95,
            corner-radius = 0px,
            margin-spec = {OffsetSpec 5px},
            overlay-decoration = "dot"
        },
    value = true
} (modified skinnable)


Messages In This Thread
CheckButtomのstyleについて - by Yuki.A - 12-09-2011, 06:37 PM
RE: CheckButtomのstyleについて - by c-s - 12-12-2011, 10:03 AM
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('369')