Re: Wizard development on Mac

2008-12-11 Thread Ronny Reichmann
Go to Apps > Utilities > Airport Assistant. Open the package and look at one of the Nibs in Resources to see how this is done and has to looke like. Hi, I have a MS Windows based Application Wizard written in C#. It is a typical Next-Next-Finish types Wizard. I want to develop a simila

Re: Re: Python, Mac OS X 10.5.5 and CoreGraphics

2008-10-04 Thread Ronny Reichmann
On Oct 3, 2008, at 5:02 PM, Ronny Reichmann wrote: Hello there, unfortunately none of the examples in /Developer/Examples/Quartz/ Python/ work anymore. I don't know if recently, I just encountered it today. According to your answer, there should be wrappers as part of PyObjC. Unfortun

Fwd: Python, Mac OS X 10.5.5 and CoreGraphics

2008-10-04 Thread Ronny Reichmann
Von: Ronny Reichmann <[EMAIL PROTECTED]> Datum: 4. Oktober 2008 12:44:26 MESZ An: Bill Bumgarner <[EMAIL PROTECTED]> Betreff: Re: Python, Mac OS X 10.5.5 and CoreGraphics Am 04.10.2008 um 04:29 schrieb Bill Bumgarner: On Oct 3, 2008, at 5:02 PM, Ronny Reichmann wrote:

Re: Python, Mac OS X 10.5.5 and CoreGraphics

2008-10-03 Thread Ronny Reichmann
hrieb Bill Bumgarner: On Oct 3, 2008, at 3:55 PM, Ronny Reichmann wrote: to make it short: Does anyone "accidentally" know why CoreGraphics doesn't work any more on conjunction with Python? The directory that contains the CoreGraphics bindings is still there, but not in the

Python, Mac OS X 10.5.5 and CoreGraphics

2008-10-03 Thread Ronny Reichmann
Hello there, to make it short: Does anyone "accidentally" know why CoreGraphics doesn't work any more on conjunction with Python? The directory that contains the CoreGraphics bindings is still there, but not in the PYTHONPATH anymore. Setting it by hand and trying to import CoreGraphics leads to a

Re: Dependent NSOperations (and best practices)

2008-08-04 Thread Ronny Reichmann
Hello Andrew, ... While dependent operations may produce a particular behavior, or be configurable to produce certain behaviors, what behavior would be a best practice from a UI and user-experience perspective? In my eyes you should keep it simple for the users sake. The algorithm and th

Re: Combo Box Problem (when using data source)

2008-05-14 Thread Ronny Reichmann
Hi Adil, when you set your combo-box to use a data-source-object, you have to provide this data source object. At the end your data-source should know exactly the number of items. Your are providing the data-source, so you should know the number of items. Am 14.05.2008 um 08:17 schrieb A