Thread Rating:
  • 537 Vote(s) - 2.91 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TextFlowBox内の文字列変更について
09-06-2011, 04:47 PM,
#1
TextFlowBox内の文字列変更について
ひょっとしたらすごく簡単なことなのかもしれませんが・・・
TextFlowBoxの文字列を変更する必要があるとき
TextFlowBox.clear 後 TextFlowBox.add を使うのが一般的でしょうか?
clear を使用してしまうと、指定していたオプションまで消えてしまうのですが
なにか方法はありませんでしょうか。

Code:
{let tfb:TextFlowBox =  {TextFlowBox
                            horigin = "center",
                            paragraph-justify = "center",
                            color = "black",
                            font-size = 22pt,
                            font-style = "italic",
                            font-weight = "bold",
                            font-family = "MS Pゴシック",
                            text-preserve-whitespace? = true,
                            "こっから\n→ここまで"
                        }}

{tfb.clear}
{tfb.add "ここまで\n→こっから"}
{value tfb}


Messages In This Thread
TextFlowBox内の文字列変更について - by onyo - 09-06-2011, 04:47 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')