gabrielrcouto / php-gui

Extensionless PHP Graphic User Interface library
2.24k stars 175 forks source link

README example doesn't change button text after clicking button #182

Closed still-dreaming-1 closed 4 years ago

still-dreaming-1 commented 4 years ago

OS: Windows 10 (10.0.18363 Build 18363) php: 7.4.6 x64 thread safe php-gui: v0.1.1

The button name doesn't change when you click it. I also added a log inside the handler, that code is not running at all. So it is not that it tries to change the button text but fails, the on click code just isn't running.

still-dreaming-1 commented 4 years ago

Updated to dev-master and now it works. Seems this could use a release, unless you'r thinking other stuff is broken on master that is not in the last release.