Re: Gorm brokeness

2010-03-20 Thread icicle
Hi! I am again able to select an item in a Gorm palette and drag it to some destination. Images are still missing, NSTabView ist still broken, same as radio buttons. So I started Gorm in gdb and had a look what is going on. I set breakpoints in [NSButtonCell setImage:] and in the

Re: Gorm brokeness

2010-03-20 Thread Gregory Casamento
There should be no theming magic responsible for what's going on. Could you write up a bug on this issue on the bugtracker? I've tried a few times to recreate what you're seeing my on x86_64 machine running debian (for x86_64) without any luck. I'll try on my 32bit machine to see if I can

Re: Gorm brokeness

2010-03-08 Thread Richard Frith-Macdonald
On 8 Mar 2010, at 06:22, Richard Frith-Macdonald wrote: On 7 Mar 2010, at 19:10, Fred Kiefer wrote: Just to keep you informed on my current finding. I could follow a mouse down event that should start a drag into the method [XGDragView

Re: Gorm brokeness

2010-03-08 Thread Matt Rice
On Mon, Mar 8, 2010 at 1:30 AM, Richard Frith-Macdonald rich...@tiptree.demon.co.uk wrote: On 8 Mar 2010, at 06:22, Richard Frith-Macdonald wrote: On 7 Mar 2010, at 19:10, Fred Kiefer wrote: Just to keep you informed on my current finding. I could follow a mouse down event that should

Re: Gorm brokeness

2010-03-08 Thread Fred Kiefer
Am 08.03.2010 07:22, schrieb Richard Frith-Macdonald: On 7 Mar 2010, at 19:10, Fred Kiefer wrote: Just to keep you informed on my current finding. I could follow a mouse down event that should start a drag into the method [XGDragView dragImage:at:offset:event:pasteboard:source:slideBack:]

Re: Gorm brokeness

2010-03-08 Thread Fred Kiefer
Am 08.03.2010 10:30, schrieb Richard Frith-Macdonald: On 8 Mar 2010, at 06:22, Richard Frith-Macdonald wrote: On 7 Mar 2010, at 19:10, Fred Kiefer wrote: Just to keep you informed on my current finding. I could follow a mouse down event that should start a drag into the method

Re: Gorm brokeness

2010-03-07 Thread Gregory Casamento
I can confirm that I can't drag anything from the palettes. It appears that recent changes in GUI may have broken something. GC On Sun, Mar 7, 2010 at 9:09 AM, ici...@mail.cg.tuwien.ac.at wrote: Hi, all! Because of my ongoing issues with current GNUstep from svn today I decided to do a

Re: Gorm brokeness

2010-03-07 Thread Fred Kiefer
Am 07.03.2010 15:09, schrieb ici...@mail.cg.tuwien.ac.at: Because of my ongoing issues with current GNUstep from svn today I decided to do a fresh start and removed all GNUstep installation related files from my hardrive. After that I did a svn update and did a fresh build of core and gorm.

Re: Gorm brokeness

2010-03-07 Thread Fred Kiefer
The non-working palettes are at least something I am able to reproduce on my system. This doesn't seem to be relate to the selected backend. It might either be a Gorm or a gui problem. I will look into this. Fred Am 07.03.2010 17:20, schrieb Gregory Casamento: I can confirm that I can't drag

Re: Gorm brokeness

2010-03-07 Thread Richard Frith-Macdonald
On 7 Mar 2010, at 17:41, Fred Kiefer wrote: Am 07.03.2010 15:09, schrieb ici...@mail.cg.tuwien.ac.at: Because of my ongoing issues with current GNUstep from svn today I decided to do a fresh start and removed all GNUstep installation related files from my hardrive. After that I did a svn

Re: Gorm brokeness

2010-03-07 Thread Fred Kiefer
Just to keep you informed on my current finding. I could follow a mouse down event that should start a drag into the method [XGDragView dragImage:at:offset:event:pasteboard:source:slideBack:] there the call to mimeTypeForPasteboardType() seems to fail, when doing manual calls in gdb I get (gdb)

Re: Gorm brokeness

2010-03-07 Thread Riccardo Mottola
Hi, as with your TabView problems, I am unable to reproduce your problem. I updated GNUstep base and gui today again, I run gorm, make a new application, all palettes show up correctly and I can dragdrop everything as usual. I suspect there is something stup-dependent, since also your

Re: Gorm brokeness

2010-03-07 Thread Richard Frith-Macdonald
On 7 Mar 2010, at 19:10, Fred Kiefer wrote: Just to keep you informed on my current finding. I could follow a mouse down event that should start a drag into the method [XGDragView dragImage:at:offset:event:pasteboard:source:slideBack:] there the call to mimeTypeForPasteboardType() seems to