top of page
- API -
retval, pushedButtonID = reaper.AZ_ShowMessageBox_Info(message, title, windowType)
- API Detail -
▼入力値
message(string) : メッセージ
title(string) : タイトル
windowType(integer) : ウィンドウ種別
▼出力値
retval(boolean) : 結果(キャンセル押下時false)
object(integer) : オブジェクト
- SIMPLE SCRIPT -
dofile(reaper.AZ_GetLuaInitPath())
require("reaper_AZSTOKE_SILVER")
retval, pushedButtonID = reaper.AZ_ShowMessageBox_Info("メッセージ", "タイトル", reaper.AZ_WindowType_OK_Cancel())
Msg(retval)
Msg(pushedButtonID)
UI
AZ_ShowMessageBox_Info
対応バージョン:
1.2.0
以降
メッセージウィンドウの表示(情報)
![](https://static.wixstatic.com/media/fc32ca_f9681906c77e41e2bb63e2fc71e38167~mv2.png/v1/fill/w_245,h_245,al_c,q_85,enc_avif,quality_auto/01_SILVER.png)
bottom of page