Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがラジオ ボタン グループで選択した値を取得するにはどうすればよいですか? これは簡単なコードです。ユーザーの選択を取得できるようにするには、何を追加すればよいですか? ドキュメントで見つけられませんでした。
view [ radio "First" radio "Second" radio "Third" ]
R3GUI では、ラジオ ボタンは近接によってグループ化され、各ボタンに名前を付けることで値を取得できます。
view [ r1: radio "one" r2: radio "two" r3: radio "three" button "show" on-action [ print get-face reduce [ r1 r2 r3 ]] ]
get-face を使用し、サポートされている場合は内部を見ないようにする必要があります。