-
Notifications
You must be signed in to change notification settings - Fork 55
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
VSCode intellisense not friendly #65
Comments
@iperov we have added type hints to the priority list. I will get you updated. |
thx cool |
@iperov this task is complete and will be available in next release. |
@iperov by the way, it would be superb to see VCL and/or FMX in your projects. Let me know if there is something that I can do. |
I've already tried vcl/fmx. |
I don't agree with your assertions. I've built hundreds (maybe thousands) of layouts in FMX. It is fully responsive using the Align property. Use the form designer and then export your form to Python so you understand how the layout system works. https://www.embarcadero.com/products/rad-studio/downloads/ |
said the developer of this framework.
i have no forms to design. My views are dynamic and depends on data, thus they are built in mind. Is fmx suitable for such task? |
@iperov we also have plans to take VCL and FMX for back-end GUI option. Once we get it done, you will be able to use VCL and FMX to display data with easy. |
If you don't know how the framework works then you won't know how to use it dynamically. |
@FMXExpress yes, there is not enough documentation on how to create and manipulate dynamic gui from code. Maybe I'm too hardcore if I'm creating a GUI from code? Is this not mainstream? by the way for my last project (DeepXTools) I built my own GUI system(wrapper) on top of Qt framework to create dynamic declarative tree-like GUI from code while maintaining maximum flexibility. example: 2023-08-23_17-11-19.mp4 |
@iperov the stub file is now available as part of the VCL for Python package. Can you test it, please? |
@lmbelo now works |
Cool xP |
there are no symbols in delphivcl package
so developing in delphivcl will be very uncomfortable.
and pyqt for comparison:
so currently delphivcl is not a game changer for python
The text was updated successfully, but these errors were encountered: