|
From: Kevin A. <al...@se...> - 2002-01-23 17:09:41
|
> From: Young-Jin Lee > > Hi, I'm new to PythonCard and I was trying to learn what PythonCard is. > What is the similarity between PythonCard and HyperCard? > Apple's HyperCard provides an easy way to construct an application for > ordinary people. How does PythonCard help people to make an application? I > tried to run the demos codes and looked at the source code. I expected > PythonCard to provide a visual toolkit for application construction as > HyperCard, but I couldn't find anything equivalent to it. > Is there anybody to show me how PythonCard is similar to HyperCard? > Thanks in advance. I'm looking forward to hearing your advice. Just for clarification. PythonCard is not HyperCard. The first goal is to produce a framework. We have runtime tools (Message Watcher, Property Editor, Shell) and a layout editor (resourceEditor sample), but we don't have an environment yet. You can use the resourceEditor sample to build layouts for your applications. Follow the tutorial provided as part of the counter sample. PythonCard is using HyperCard for inspiration, but the project is only about seven months old, so it will be a while before we have a complete environment. If you browse the archives, you will see some messages in the last month that discuss the future of PythonCard. ka |