On Sat, Jun 27, 2009 at 3:08 PM, Andre LeBlanc<[email protected]> wrote: > Hi, > I am trying to create a basic 'paginated' menu using cocs2d + python under > linux. > No matter what I try, I get a segmentation fault during the 'create_menu' > call when > it tries to instantiate page 2. Can anyone point out something that I'm > doing wrong here? > or is this a valid bug? > Ill take a look at this, can promise any urgent reply. Try shuffling things around. A segfault is pretty bad, and cocos shouldnt be able to have one of those. So im sure it more complex than just a cocos2d bug.
> Is it not possible to just dynamically create menu's > & scenes and push them > onto the director? Yes it is. For an example take a look at tiless_editor, hub.py, somewhere in the source tree. I dont remember the branch name. Lucio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
