Changes between Initial Version and Version 2 of Ticket #3854


Ignore:
Timestamp:
11/16/21 18:50:26 (2 years ago)
Author:
Jos
Comment:

I updated the code in the original post but don't understand what your issues is you are trying to report here. I have the impression the code works the same with or without that line? Or do you mean when you type something in the input field and hit enter after which both events fire?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3854 – Description

    initial v2  
    55$hGUI = GUICreate("Test", 200, 100)
    66$hButton = GUICtrlCreateButton("Button", 10, 10, 160, 24)
    7 ;GUICtrlSetColor($hConnectionButton, 0xFF0000)
     7;GUICtrlSetColor($hButton, 0xFF0000)
    88$hInput = GUICtrlCreateInput("", 10, 40, 60, 24)
    99GUISetState()