Skip to content
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

CommandButton.Value = True does not raise the Click event #1801

Closed
EduardoVB opened this issue Mar 7, 2024 · 2 comments
Closed

CommandButton.Value = True does not raise the Click event #1801

EduardoVB opened this issue Mar 7, 2024 · 2 comments

Comments

@EduardoVB
Copy link

Describe the bug

CommandButton.Value = True

does not raise the Click event like VB6 does.

(please complete the following information):

  • twinBASIC compiler version 461
@EduardoVB
Copy link
Author

Also, the CommandButton must retain the value to True only while is performing the programmatic click but immediately must go back to False.
tB CommandButton now sets the True value permanently.

I think I already had seen this issue in the past, but could not find an open issue (I didn't search the closed ones).

It is not a too rarely used feature, although many people don't know about it.
Krool's CommandButtonW behaves correctly, at least in VB6 that I tested it.

@WaynePhillipsEA
Copy link
Collaborator

CommandButton.Value was marked as unimplemented. It is now implemented in BETA 489. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants