Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
139 views

PythonCard - Can I launch a CustomDialog Stand Alone?

I have a CustomDialog I made to let the user configure settings. Normally I want this to be launched from a menu item within the main application which works fine. But during the install, I want to ...
0
votes
2answers
291 views

Does Pythoncard have an on change event?

I want to do some validation whenever the value of a textfield changes. I don't see an on change event mentioned in the documentation though.