Page 1 of 1

Antonio: how about button [?] in NoModal dialogs?

PostPosted: Fri Jul 07, 2006 5:04 pm
by Maurilio Viana
Antonio, could you solve that problem of [?] button in NoModal dialogs?
The [?] button don't work in this dialog type...

Regards!
Maurilio

Re: Antonio: how about button [?] in NoModal dialogs?

PostPosted: Tue Jul 11, 2006 4:11 pm
by Maurilio Viana
Any news?

PostPosted: Tue Jul 11, 2006 5:26 pm
by Antonio Linares
Maurilio,

We are going to review it asap. Thanks,

PostPosted: Tue Jul 11, 2006 5:30 pm
by Antonio Linares
Maurilio,

This sample is working fine, though on the nonmodal dialog the help-arrow cursor is not shown, but it properly fires the request for Help event:
Code: Select all  Expand view
#include "FiveWin.ch"

function Main()

   local oDlg1, oDlg2
   
   DEFINE DIALOG oDlg1 TITLE "NON MODAL"
   
   ACTIVATE DIALOG oDlg1 NOWAIT
   
   DEFINE DIALOG oDlg2 TITLE "MODAL"
   
   ACTIVATE DIALOG oDlg2 CENTERED
   
return nil   

PostPosted: Wed Jul 12, 2006 4:09 pm
by Maurilio Viana
Antonio Linares wrote:
(...) help-arrow cursor is not shown, but it properly fires the request for Help event


Antonio,

What method fire help event for this case?
I'm thinking in change cursor resource for myself... What do you think?

Regards!
Maurilio