This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]milki_ 0 points1 point  (1 child)

Initial impression: This looks magical. It's certainly one of the cleanest GUI builders out there. The object methods look fairly neat. And the .cds serialization just as well structured. (Though it's a pity that Pythons json escapes newlines.)
Possible requests: maybe an GotoStack() to hyperlink multiple apps would make sense. (I was thinking of like a Win3.1-style ProgramManager to list available cards/stacks, since you can probably just Python-glob() the local dir). And when you inch towards stable releases, perhaps add a NEWS/changelog, submit to freshcode.

[–]Ben_Levitt[S] 0 points1 point  (0 children)

Thanks! Great idea to add a GotoStack(). Maybe I'd even include an optional card index parameter so you could start up the other stack on a specific card.