NSSecureTextField and umlauts

2008-10-31 Thread Peter Alshuth
Hi all, I am having a problem with the NSSecureTextField and umlauts. If I type in 'OPTION u a' for 'รค' I get only the regular character back ('a'). I unchecked the box Only Roman Characters in the IB but nothing changed. Is this a limitation of this password field? Do I have to use a

NSImage above scroll view content

2008-09-20 Thread Peter Alshuth
Hi all, I have a window with a scroll view that displays an image. I would like to have a centered symbol (another image) on top of this view independently of the slider positions and movements. Do I have to create another window with a transparent background and sync it with the movements of the

NSToolbarItem, textured background Tiger

2008-08-14 Thread Peter Alshuth
Hi all, I am using a custom panel (NSPanel in a nib file) that I add to the toolbaritem with. The window attribute of this window has the 'texture' flag set. If I hide/show my toolbar the background looks fine under Leopard but apparently the same code doesn't look nice under Tiger

Re: Folder sharing attributes

2008-07-28 Thread Peter Alshuth
, catalogInfo, NULL, NULL, NULL ); if(err == noErr) NSLog(@Sharing is %@, (catalogInfo.sharingFlags kioFlAttribSharePointBit) ? @ON : @OFF); } On Jul 25, 2008, at 11:49 AM, Kyle Sluder wrote: On Fri, Jul 25, 2008 at 11:27 AM, Peter Alshuth [EMAIL PROTECTED] wrote: I