Dear friends,
as subject on Vista & XP with FWH 8.11.
Is possible to solve?
Ciao, best regards,
Ugo
Ugo
Dear friends,
as subject on Vista & XP with FWH 8.11.
Is possible to solve?


REDEFINE BTNBMP oBtn1 ID 120 OF oDlg CENTER ;
RESOURCE "B16_PAGEUP" NOBORDER;
TOOLTIP "Page Up" ;
ACTION (oBrw:PageUp(), ;
oBrw:SetFocus(), oBrw:Refresh())Ugo,
That bug was solved in 9.01 and it was discussed in these forums.
Antonio Linares wrote:That bug was solved in 9.01 and it was discussed in these forums.

Ugo,
FWH supports this syntax now:
@ ..., .. GET ... ACTION ... BITMAP ...
There is no need to keep using TBtnGet.

Antonio,
very beautifull!
Antonio Linares wrote:FWH supports this syntax now:
@ ..., .. GET ... ACTION ... BITMAP ...
There is no need to keep using TBtnGet.
Ugo,
Yes, it is available in 8.11 ![]()
Please review FWH\samples\GetBtn.prg
Wow,
thank you.