top of page
- API -

retval, input = reaper.AZ_ShowMessageBox_Ex(messageStr,windowTitleStr,windowType)

- API Detail -

▼入力値 

messageStr : 表示メッセージ

windowTitleStr : ウィンドウのタイトル

windowType : ウィンドウの種類



▼出力値 

retval : 処理成否(true: 正常終了、「キャンセル」の場合false)

input : 押下したボタンを示すID

- SIMPLE SCRIPT -

dofile(reaper.AZ_GetLuaInitPath())

require("reaper_AZSTOKE_SILVER")


retval, input  = reaper.AZ_ShowMessageBox_Ex("Are you ready?","Test Message",1)


Msg(retval)

UI

AZ_ShowMessageBox_Ex

対応バージョン:

1.1.0

以降

メッセージウィンドウの表示

bottom of page