|
Author |
Topic: os x sketch window resize (Read 589 times) |
|
ik0
|
os x sketch window resize
« on: Aug 3rd, 2002, 1:06am » |
|
When maximizing the sketch window in os x 10.1.5 with alpha 0043, it's not possible to resize it's width,..only height is resizable. could just be me hardware: g4/667mhz/512ram
|
|
|
|
fdb
|
Re: os x sketch window resize
« Reply #1 on: Aug 3rd, 2002, 1:28am » |
|
I second this, but the bug is weirder. You can make height/width larger, but you can only make the height smaller.
|
|
|
|
REAS
|
Re: os x sketch window resize
« Reply #2 on: Aug 3rd, 2002, 9:03am » |
|
We've done less testing on OSX than other platforms, so i'm not suprised. Just a quick clarification -- are you refering to the text editing window or the window that displays the running programs?
|
|
|
|
ik0
|
Re: os x sketch window resize
« Reply #3 on: Aug 3rd, 2002, 2:42pm » |
|
The text editor window.
|
|
|
|
fry
|
Re: os x sketch window resize
« Reply #4 on: Aug 4th, 2002, 12:50am » |
|
that's a weird one.. looks to me like a java vm bug by apple (p5 doesn't do anything to the window/frame to control its sizing) has anyone seen this in other java apps on the mac, or run across anything on their site about it?
|
|
|
|
ik0
|
Re: os x sketch window resize
« Reply #5 on: Aug 7th, 2002, 2:32am » |
|
The only other java app i run, must be jmax, and i think they use swing, no problems there.
|
|
|
|
jes
|
Re: os x sketch window resize
« Reply #6 on: Aug 7th, 2002, 5:53am » |
|
I did a search on Apples java-dev list and found several threads describing problems similiar to this one. It seems to affect Swing as well as AWT programs. I saved several as text files, which you can get at http://www.jigglingwhisker.com/windowresize.zip or do a search on http://lists.apple.com Apple says it strictly interprets minimum window dimensions, and the other platforms don't.
|
|
|
|
fry
|
Re: os x sketch window resize
« Reply #7 on: Aug 13th, 2002, 4:16pm » |
|
thanks for looking up that info jes.. it's really useful. it appears that the text area is probably reporting strange values for min/max size as it gets resized. i've made a note and it's on the bug list.
|
|
|
|
fry
|
Re: os x sketch window resize
« Reply #8 on: Sep 2nd, 2002, 7:50pm » |
|
this is now fixed in rev 44, which is posted at the download page. [the url for the download page is in the last email we sent about the alpha download (please don't post here.. we prefer that people register for the url)]
|
|
|
|
|