|
From: Maurizio la C. <m.l...@gm...> - 2013-07-24 15:14:47
|
Hi Alex,
Il 24/07/2013 13:48, Alexander S.Kresin ha scritto:
> Maurizio la Cecilia ?????:
Yes, I'm.
>> * the images on the hbuttonex aren't displayed (I reported the same
>> issue some time ago and you verified that the problem exists);
> Yes, I remember. In fact, it behaves as in 2.17 - if you switch off
> the HWG_USE_POINTER_ITEM, it will work. I hoped that anyone, interested
> in these controls, will investigate the problem, but it seems that it's
> me who'll have to do this :).
Sure you'll resolve quicker than me...
>> * the WM_SYSKEYUP and WM_SYSKEYDOWN messages aren't more trapped and
>> are routed to the dialog window, so any attempt to intercept some
>> of these keys (F10, i.e.) don't succeed; this worked fine in 2.17.
> I don't know about this issue. Could you provide a short sample, which
> worked before and doesn't work now ?
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()
>> In addition, what do you think about to add the objName data also to the
>> hwg_extctrl classes?
>>
> No problem. This data exist there already, since they derived from
> HControl. It's just needed to modify the #xcommand @ <x>,<y> BUTTONEX in
> hwg_extctrl.ch
Thanks for your commit. You're too quick for my current working speed...
>
> Regards, Alexander.
BR
**Maurizio (la Cecilia)
*//*
> ------------------------------------------------------------------------------
> 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
>
>
|