[Pythonmac-SIG] Creating Application()

Kevin Walzer kw at codebykevin.com
Tue Aug 26 16:02:57 CEST 2008


> On 26/08/2008, at 12:41 AM, beau wrote:
> 
>> can anyone recommend some tutorials for Cocoa ObjectiveC?
>>
>> basically I'm trying to great a gui program that reads a file and then
>> displays a visualization of it, with a slide.
>>
>> so everytime the ui will be different
>>
>> with Tkinter that was easy just write a function that packs things to
>> the screen.
>>
>> ex:
>> for item in list:
>>  Label(scrollfrawm(), text= item).grid(row=rows, column=0, sticky=W)
>>  rows += 1
>>

If you've used Tkinter and are comfortable with it, why not just use 
that for your GUI?  It runs fine on the Mac, and is much simpler, 
especially if you don't need the bells and whistles of Cocoa.

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the Pythonmac-SIG mailing list