Thread Rating:
  • 434 Vote(s) - 2.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
標準の右クリックメニューから一部機能を削除
05-10-2012, 06:09 PM,
#2
RE: 標準の右クリックメニューから一部機能を削除
context-popupプロシージャを使えば結構簡単に制御できますよ。

こんな感じです。

Code:
{value
    let rect1:RectangleGraphic =
        {RectangleGraphic
            width=1in, height=0.5in,
            {context-popup
                menu-pane={MenuPane
                              {MenuAction
                                  label="Blue Fill",
                                  {on Action do
                                      set rect1.fill-color =
                                          "blue"}},
                              {MenuAction
                                  label="Red Fill",
                                  {on Action do
                                      set rect1.fill-color =
                                          "red"}}}}}
    rect1
}




Messages In This Thread
RE: 標準の右クリックメニューから一部機能を削除 - by kim - 05-10-2012, 06:09 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('493')