• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problems with runModalForWindow, looking for alternatives
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with runModalForWindow, looking for alternatives


  • Subject: Re: Problems with runModalForWindow, looking for alternatives
  • From: Vojtěch Meluzín <email@hidden>
  • Date: Tue, 01 Nov 2011 22:07:51 +0100

Ok, here's an interesting development:
1) In a simple "console" application the modal window is initially hidden.
2) In a plugin the window is displayed above and even nested modal windows
are displayed correctly.

So could it be just by the fact that the testing application was "console"
app?

Vojtech

Dne 1. listopadu 2011 21:06 Vojtěch Meluzín
<email@hidden>napsal(a):

>
> I don't really know C++, so there is some generalization here.  Since
>> you are returning a retained NSString, presumably inside your function
>> are you are doing something like:
>>
>> return [[NSString alloc] initWithCString:stringFromCPlusPlusMethod
>> encoding:someEncoding];
>>
>> To return an autoreleased string, instead use:
>>
>> return [NSString stringWithCString:stringFromCPlusPlusMethod
>> encoding:someEncoding];
>>
>>
> Thanks!
>
> Now to the original topic - the window is still not displayed over the
> others. I tried NSTitledWindowMask instead of the borderless, but it's
> still the same. Any ideas?
>
> Vojtech
>
>
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: Problems with runModalForWindow, looking for alternatives (From: Vojtěch Meluzín <email@hidden>)
 >Re: Problems with runModalForWindow, looking for alternatives (From: Jens Alfke <email@hidden>)
 >Re: Problems with runModalForWindow, looking for alternatives (From: Vojtěch Meluzín <email@hidden>)
 >Re: Problems with runModalForWindow, looking for alternatives (From: Conrad Shultz <email@hidden>)
 >Re: Problems with runModalForWindow, looking for alternatives (From: Vojtěch Meluzín <email@hidden>)

  • Prev by Date: NSOutlineView with NSTableCellView not working, what am I missing?
  • Next by Date: Re: Problems with runModalForWindow, looking for alternatives
  • Previous by thread: Re: Problems with runModalForWindow, looking for alternatives
  • Next by thread: Re: Problems with runModalForWindow, looking for alternatives
  • Index(es):
    • Date
    • Thread