Re: FW: Continuous Buttons

2008-03-14 Thread Nicola Pero
>> Quick question. Does GNUstep support continuous button presses? It seem >> when I push a >> GUI button (NSButton) the GUI freezes until it's released. > > I haven't tested it myself, but continuous buttons should work, when you > set them up correctly. Sliders aren't too much different and

FW: Re: Continuous Buttons

2008-03-14 Thread Nicola Pero
FYI Thanks -Original Message- From: Herbo <[EMAIL PROTECTED]> Sent: Friday, March 14, 2008 7:06pm To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: Re: Continuous Buttons Super i'll give it a try. The issue we see is while the buttons are pressed they seem to send events however any

Re: FW: Continuous Buttons

2008-03-14 Thread Gregory John Casamento
I tested continuous buttons in Gorm last night, it works properly. GJC Gregory Casamento -- Principal Consultant - OLC, Inc # GNUstep Chief Maintainer - Original Message From: Nicola Pero <[EMAIL PROTECTED]> To: Fred Kiefer <[EMAIL PROTECTED]> Cc: Herbo <[EMAIL PROTECTED]>; gnustep-de

GSWApplication +dealloc +init

2008-03-14 Thread David Ayers
Tim McIntosh schrieb: > On Mar 13, 2008, at 12:03 PM, David Ayers wrote: > > One thing I've noticed while looking at GNUstep is some strange ways of > doing things, like this, where it is not immediately evident why the > normal pattern/idiom is not being used. It would be nice if all such > thin