Utility/Floating window with titlebar on left side

2008-09-17 Thread Nick Beadman
similar things to what I am trying to achieve, including snapping to screen edges. However, I am almost certain that DragThing uses fully custom drawing inside a Carbon window. -- Nick Beadman [EMAIL PROTECTED] (sent from my mailing list account, [EMAIL PROTECTED]) __

Re: Utility/Floating window with titlebar on left side

2008-09-18 Thread Nick Beadman
Kyle, Thanks for the reply. On Sep 18, 2008, at 12:08 am, Kyle Sluder wrote: On Wed, Sep 17, 2008 at 3:04 PM, Nick Beadman <[EMAIL PROTECTED]> wrote: The issue I am having is that I want my NSPanel to have the title bar on the (left) side. In Carbon there is an WindowAtt

Re: Utility/Floating window with titlebar on left side

2008-09-22 Thread Nick Beadman
ndowButton:] to get small standard window buttons). If I manage to implement such a thing I will try to get permission to open source it. Thanks for the fun diversion, Nick -- Nick Beadman [EMAIL PROTECTED] (sent from my mailing list account, [EMAIL PROTECTED]) __

Always allowing drags from WebView inside a global NSPanel

2008-09-22 Thread Nick Beadman
having to hold down the command key? Thanks, Nick [1] -[NSWindow setHidesOnDeactivate:NO] is called from awakeFromNib -- Nick Beadman [EMAIL PROTECTED] (sent from my mailing list account, [EMAIL PROTECTED]) ___ Cocoa-dev mailing list

Re: Utility/Floating window with titlebar on left side

2008-09-22 Thread Nick Beadman
Eric, On Sep 22, 2008, at 2:08 pm, Eric Schlegel wrote: On Sep 22, 2008, at 12:03 PM, Nick Beadman wrote: At this point I think the only thing to do is to create a borderless window and create my own left side title bar (using + [NSWindow standardWindowButton:] to get small standard window

Re: Always allowing drags from WebView inside a global NSPanel

2008-09-23 Thread Nick Beadman
from here. poseAs: is deprecated and even then I am dealing with a private class. I am going to try and see if I can get either -[NSApplication sendEvent:] or -[NSWindow sendEvent:] to temporarily bring the window to the front before sending on the event. Any other ideas are welcomed, Nic

Re: Always allowing drags from WebView inside a global NSPanel

2008-09-26 Thread Nick Beadman
the event. Any other ideas are welcomed, Nick -- Nick Beadman [EMAIL PROTECTED] (sent from my mailing list account, [EMAIL PROTECTED]) ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to

LSUIElement application and coming to the front

2008-10-22 Thread Nick Beadman
s, not the Help Viewer. In my application even though it has no menus pressing command-Q quits my application. What I am missing? Thanks, Nick -- Nick Beadman [EMAIL PROTECTED] (sent from my mailing list account, [EMAIL PROTECTED]) ___ Cocoa-dev mailing

Re: LSUIElement application and coming to the front

2008-10-22 Thread Nick Beadman
stop keyboard shortcuts going to the current application. How do I go about working out how it does that? Nick On Oct 22, 2008, at 11:47 am, Nick Beadman wrote: I am working on an application which is a floating palette that only appears when another application is frontmost. I have set LSUIEl

Re: LSUIElement application and coming to the front

2008-10-23 Thread Nick Beadman
(BOOL)becomeFirstResponder - (BOOL)acceptsFirstResponder which give me more clues to pursue. My next area of inquiry is going to be poking around Help Viewer using F-Script to see if I can figure out anything interesting. Nick -- Nick Beadman [EMAIL PROTECTED] (sent from my mai