Thread Rating:
  • 537 Vote(s) - 2.91 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TextFlowBox内の文字列変更について
09-08-2011, 07:01 PM,
#7
RE: TextFlowBox内の文字列変更について
(09-08-2011, 06:20 PM)onyo Wrote: CommandButton.label 内では
text-preserve-whitespace? は有効ではないようですが
他に、簡潔な書き方がありますでしょうか?


text-preserve-whitespace? が効かないのではなくて、CommandButton ではデフォルトで text-breakable?=false だからです。

Code:
{CommandButton
    label = "こっから→\nここまで",
    text-preserve-whitespace? = true,
    text-breakable? = true
}
または
{CommandButton
    label = {Label
                text-preserve-whitespace? = true,
                text-breakable? = true,
                "こっから→\nここまで"
            }
}



Messages In This Thread
RE: TextFlowBox内の文字列変更について - by fukuta - 09-08-2011, 07:01 PM
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('269')