google-code-export / macwidgets

Automatically exported from code.google.com/p/macwidgets
1 stars 0 forks source link

Resizing a HUDWindow #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From what I can see, currently there's no way to resize a HUD window or am
I wrong?

It would be nice to be able to able to resize them.

Original issue reported on code.google.com by tun...@gmail.com on 28 May 2009 at 7:33

GoogleCodeExporter commented 9 years ago
Your right, there isn't currently a way to resize the HUD. The code to do it is 
actually there, but I've commented it 
out due to a nasty flicker bug on the Mac. Maybe I can add a method to allow 
you to turn on resizing.

Original comment by kenneth....@gmail.com on 4 Jun 2009 at 1:23

GoogleCodeExporter commented 9 years ago
Can you enable scrolling on a HUD window?

Original comment by nand...@gmail.com on 10 Jun 2009 at 4:56

GoogleCodeExporter commented 9 years ago
Do you mean support a HUD style scroll bar? If so that's Issue 68. If not, can 
you create a separate issue?

Original comment by kenneth....@gmail.com on 10 Jun 2009 at 12:14

GoogleCodeExporter commented 9 years ago
Yeah, I noticed the flicker on my mac when using the .pack() method to resize 
the
window. Do we have any idea why this happens on the mac?

Original comment by tun...@gmail.com on 13 Jun 2009 at 3:28

GoogleCodeExporter commented 9 years ago
I don't know what causes it, but Mike Swingler from Apple has confirmed it is a 
fundamental issue on their side.

Original comment by kenneth....@gmail.com on 15 Jun 2009 at 12:00

GoogleCodeExporter commented 9 years ago
Exposed makeResizeable method on HudWindow. Allowing the HUD to be resizeable 
on Mac currently causes a 
serious flicker issue, but I'll leave it up to the developer to deal with that. 
The HUD will remain not resizable by 
default.

Original comment by kenneth....@gmail.com on 19 Aug 2009 at 11:43