-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flexx lacks of a lot of features #735
Comments
Thanks for the suggestions 👍 |
@NolanG241 Good suggestions. |
okay, i see the point. but then we need a validation procedure/handling on the python side to trigger events on which the form listens to display some errors. while fiddling a litte bit more, i stumbled on the multi inheritance problem / missing feature. greetings |
hi, i setup a repo of my own for testing different python gui web frameworks. https://github.com/NolanG241/python_gui my_flexx.app contains a dragable window test. in common.flexx there are some form-model binding tests. greetings nolan |
hi,
after doing some tests and creating classes of my own to try and build a saas/spa with flexx,
i come to the conclusion that flexx lacks of a lot of features to archieve that for me.
here are some points:
in the past i worked with Qooxdoo do build rich web interfaces,
but the development structure (having a javascript frontend (gui) and some server routines in a different language)
drove me to flexx.
having one framework for both server and frontend is really nice and i love python :)
greetings
nolan
The text was updated successfully, but these errors were encountered: