Re: [External] : Re: MonkeyTester suggestion

2024-12-05 Thread Andy Goryachev
Discoverability was not a priority. If it was difficult to write a program, it should be difficult to use it /jk. -andy From: Thiago Milczarek Sayão Date: Thursday, December 5, 2024 at 12:31 To: Andy Goryachev Cc: openjfx-dev Subject: Re: [External] : Re: MonkeyTester suggestion missed

Re: [External] : Re: MonkeyTester suggestion

2024-12-05 Thread Thiago Milczarek Sayão
Thursday, December 5, 2024 at 12:25 > *To: *Andy Goryachev > *Cc: *openjfx-dev > *Subject: *[External] : Re: MonkeyTester suggestion > > Thanks for the addition. It’s great for testing. > > I usually end up with a /tmp folder full of testing samples. > > It’d be awesome to

Re: [External] : Re: MonkeyTester suggestion

2024-12-05 Thread Andy Goryachev
right click on the stage content gives you some options. -andy From: Thiago Milczarek Sayão Date: Thursday, December 5, 2024 at 12:25 To: Andy Goryachev Cc: openjfx-dev Subject: [External] : Re: MonkeyTester suggestion Thanks for the addition. It’s great for testing. I usually end up with a

Re: MonkeyTester suggestion

2024-12-05 Thread Thiago Milczarek Sayão
Thanks for the addition. It’s great for testing. I usually end up with a /tmp folder full of testing samples. It’d be awesome to have a test menu in the opened window, where you could tweak things like resizing or adjusting content size, call sizeToScene(). No rush, though—just a thought for making

Re: MonkeyTester suggestion

2024-12-05 Thread Andy Goryachev
I've added a StagePage for now, available in the dev repo https://github.com/andy-goryachev-oracle/MonkeyTest . Observed a couple of issues: - could not get TRANSPARENT stage to actually be transparent on macOS - UTILITY stage gets opened with maximized bit set Let me know what you think. -andy

Re: MonkeyTester suggestion

2024-12-05 Thread Andy Goryachev
Thank you for suggestions, Thiago. That should be easy enough. -andy From: openjfx-dev on behalf of Thiago Milczarek Sayão Date: Thursday, December 5, 2024 at 04:23 To: openjfx-dev Subject: MonkeyTester suggestion Hi, Pardon me if this suggestion is already there and I somehow missed it.