Replies: 2 comments
-
Hello @JohnP61, there is an issue addressed to this error. I will solve it as soon as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That issue was fixed. Try it out :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to try "StringGrid" and got this error. Other components are working.
Am I doing something wrong?
from delphifmx import *
class TodoApp(Form):
def main():
Application.Initialize()
Application.Title = "TODO App"
app = TodoApp(Application)
Application.MainForm = app
app.Show()
Application.Run()
app.Destroy()
if name == 'main':
main()
Beta Was this translation helpful? Give feedback.
All reactions