Hi Antonio,
Fwh2.7 april build fix the cancel clause with acelerator in button?
Example: ALT+C in button ignores cancel clause.
Thanks.
Hi Antonio,
Fwh2.7 april build fix the cancel clause with acelerator in button?
Example: ALT+C in button ignores cancel clause.
Thanks.
#include "FiveWin.ch"
function Main()
local oDlg, cTest := Space( 20 )
DEFINE DIALOG oDlg
@ 1, 2 GET cTest VALID ! Empty( cTest )
@ 3, 5 BUTTON "&Cancel" ACTION oDlg:End() CANCEL
ACTIVATE DIALOG oDlg CENTER
return nilAntonio Linares wrote:Wanderson,
This code is properly working with FWH april build:
#include "FiveWin.ch" function Main() local oDlg, cTest := Space( 20 ) DEFINE DIALOG oDlg @ 1, 2 GET cTest VALID ! Empty( cTest ) @ 3, 5 BUTTON "&Cancel" ACTION oDlg:End() CANCEL ACTIVATE DIALOG oDlg CENTER return nil
Wanderson,
With FWH april build it works ok.
Antonio Linares wrote:Wanderson,
With FWH april build it works ok.