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.
私はbasiljsが初めてで、テキストボックスからテキストがオーバーフローしているかどうかをテストできるかどうか疑問に思っています. そこで、次のようなコードを書きたいと思います: -テキスト ボックスを作成し、そこにテキストをドロップします。- そうでない場合は終了します。
テストステップを実行する方法はありますか?
すべてのテキストフレームにはプロパティ オーバーフローがあります。
if (myTextFrame.overflows == true){ // link it }