|
From: Maurizio la C. <m.l...@gm...> - 2013-07-25 16:48:56
|
Hi Alex,
Il 25/07/2013 09:11, Alexander S.Kresin ha scritto:
> Hi,
>
> the problems with hbuttonex are fixed.
Yes. I confirm. Many thanks.
>> Here is it:
>>
>> #include "hwgui.ch"
>>
>> local oDlg
>> local bBlock := {|| hwg_msgInfo( "Works!!!", "OK if done via button" ) }
>>
>> INIT DIALOG oDlg TITLE "hwg_SetDlgKey() sample" ;
>> AT 190,10 SIZE 360,240
>>
>> @ 10, 50 SAY "Press F10 to test the system key" SIZE 220, 20
>>
>> @ 20, 190 BUTTON "Ok" SIZE 130, 32;
>> ON CLICK bBlock
>>
>> hwg_SetDlgKey( oDlg, 0, 121, bBlock )
>>
>> oDlg:Activate()
>>
> This sample doesn't work in 2.17, too.
You're right. I just rebuilt my app with 2.17 and doesn't work, but more
than two years ago (before I stopped to develop with hwgui) was working
fine, so some change between 2.16 and 2.17 should break the system keys
management.
I'm seeking the involved code, but I'm lost: I don't remember more what
version I used to compile the working app...
Better to inspect the code and try to patch it.
BR
Maurizio
> Regards, Alexander.
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Hwgui-developers mailing list
> Hwg...@li...
> https://lists.sourceforge.net/lists/listinfo/hwgui-developers
>
>
|