I have this situation when I execute a Enter key press:
- Code: Select all Expand view
oBrw:bKeyDown( {|nKey| if( nKey == VK_RETURN, oButtons[2]:click(), ) } )
The code of oButtons[2]:click() opens a dialog from my resource... It's works fine, except for one problem.... the code opens the window twice.
However, I'm running only once!
Where I'm wrong??