On 02/07/2009, at 3:24 PM, Kao Cardoso Felix wrote:
> > On Thu, Jul 2, 2009 at 1:47 AM, Richard > Jones<[email protected]> wrote: >> Oh, OK. Yeah, on OS X / Python 2.6 they're native-looking. I wonder >> whether the file dialogs are crappy on Vista too or whether they're >> native like on OS X... could you give this a try please? > > I've tried your code and the file dialogs are native, but every other > widget is grey and very square. Ah, excellent, thanks for doing that! > Maybe the windows version of tkinter > is going for a Win98 native look. In that case they are doing it just > right. Haha, right :) > I don't mind if it's ugly as long as it's usable, but beautiful is > better than ugly, they say :) > > Well, ttk is only included on Python 3.0. On 2.6 is a separate > donwload and hence another dependency. > > Changing the subject a little, it's possible that the editor requires > or can benefit from some custom widgets. Have you got any experience > creating one using Tkinter? I've done it with pygtk and it's quite > easy, but you have to become familiar with some internals. There's the Widget Construction Kit http://effbot.org/zone/wck.htm but it has a C component. Creating custom widgets in Qt is pretty easy too. If you're talking custom widgets then it looks like you're going to have to use a separate C component. > It's just a starting point. Maybe a wiki page would be nicer for > creating such a list. What do you guys think? Sure :) Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
