-
Notifications
You must be signed in to change notification settings - Fork 175
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
TOpenDialog method #85
Comments
@akper can you show you commit diff? so that way we can see what is happening 😉 |
I'm interested in the dialog method as well do you have plans to implement this? If I wanted to implement it do you have any things you have thought through on that subject? I assume there is a reason there is no component for it already |
@styks1987, I'm working on something similar: TFileNameEdit. I also have a PR with the TDirectoryEdit implementation, but I'm still struggling with Travis-CI to fix minor errors in formatting the code. |
@everton3x - Hey great job. Thank you. Just compiled and tested that out. Looks good so far. |
Its already on master #109 |
Hello! I rebuild the lazarus and I added the TOpenDialog.
RegisterClass(TOpenDialog);
And when I "Execute", its not working
I'm calling like this:
$this->call('execute', []);
Where is my mistake?
Sorry for my English!
The text was updated successfully, but these errors were encountered: