Re: [Pyobjc-dev] Pure Python Cocoa GUI application?
Brought to you by:
ronaldoussoren
|
From: Orestis M. <or...@or...> - 2009-03-31 09:52:53
|
Interesting - I'm using virtualenv, and when using the python executable created by virtualenv I don't get the dock icon, whereas if I use the system python executable I do. I wonder if there's a way to overcome this... -- or...@or... http://orestis.gr/ On 31 Mar 2009, at 10:39, Orestis Markou wrote: > Hi, > > I'm a bit confused about Dock icons and applications - some times I > get the rocket icon, which I can use to force quit the app, some > times I don't get anything and I have to kill the process by getting > the PID. > > How can I get the standard application behaviour with no nibs? > > Orestis > -- > or...@or... > http://orestis.gr/ > > > > > On 17 Mar 2009, at 10:50, Greg Ewing wrote: > >> Ronald Oussoren wrote: >>> >>> Is there any way from pure python (no main.m, no >>>> nib) to get something showing on the screen? I know that without >>>> a nib >>>> I won't get a proper dock icon or a menu bar, >> >> It's possible to get a proper menu bar without a nib >> using a trick or two. Let me know if you want details. >> >> -- >> Greg >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) >> are >> powering Web 2.0 with engaging, cross-platform capabilities. >> Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based >> development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Pyobjc-dev mailing list >> Pyo...@li... >> https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > |