Please try oRadio:bchange := {||msginfo("Changed")}
In the meanwhile i found, that this only appears, if in the function of the codeblock a call to another dialog are present. (msginfo(),..).
A bPainted-call of the parent-window??
I have removed Eval( ::bChange, Self ) in method refresh() from TRadmenu-class. But this is only a hack.
Antonio?
Another problem with GTF!
Without commenting out the 2 lines in the following code-snippet from METHOD SetFormat( oFont, nColor ) CLASS TFGet the current font are destroyed!
- Code: Select all Expand view
- if lIsFont
// DeleteObject( oFont:hFont )
// oFont:hFont := oOldFont:hFont
::hFont := oOldFont:hFont
else
AAdd( ::aFonts, oFont )
::hFont := oFont:hFont
endif