I'm with a trouble to change a Buttombmp style(especificaly WS_TABSTOP) and a LOT of good programmers don't know how to change the style in execution...
I think that change the nStyle for logical Data will solve all this troubles...
The only trouble I see is a lot of classes to be changed (or not I don't know how it can be done)
I think that change the nStyle for logical Data will solve all this troubles...
Ex.: Redefine ButtonBMP oBtn;
ID 100
Prompt "Can be focused";
Update;
Action CanFocus(oBtn)
Procedure CanFocus(oObj)
oObj:[red]WS_TABSTOP[/red] := !oObj:WS_TABSTOP
if oObj:WS_TABSTOP
oObj:settext( "Can't be focused" )
else
oObj:settext( "Can be focused" )
end
oObj:Refresh()
ReturnThe only trouble I see is a lot of classes to be changed (or not I don't know how it can be done)
Email: SamirSSabreu@gmail.com
xHarbour 1.2.3 + Fwhh 20.2
xHarbour 1.2.3 + Fwhh 20.2