Hello,
I want inside my Tests to make it possible, the user can change
the Header-BMP of a Column with a selected new BMP from Button-Action.
Normally the BMP is defined with the Resource-Position.
Inside the xbrowse-class I found the Information : BMP are stored in => bBmpData

oLbx0:aCols[ 2 ]:AddBmpFile( "info2.bmp" )
oLbx0:aCols[ 2 ]:AddResource("Calendar")
oLbx0:aCols[ 2 ]:AddResource("Calendar")
oLbx0:aCols[ 2 ]:AddResource("Calendar")
oLbx0:aCols[ 2 ]:AddResource("Calendar")
oLbx0:aCols[ 2 ]:bBmpData := {|| oLbx0:nArrayAt }
oLbx0:aCols[ 2 ]:bStrData := {|| oLbx0:aRow[2] }
oLbx0:aCols[ 2 ]:nHeadBmpNo := 1
Is it possible, to replace the Header-BMP from outside the Browser ?
Best Regards
Uwe
I want inside my Tests to make it possible, the user can change
the Header-BMP of a Column with a selected new BMP from Button-Action.
Normally the BMP is defined with the Resource-Position.
Inside the xbrowse-class I found the Information : BMP are stored in => bBmpData

oLbx0:aCols[ 2 ]:AddBmpFile( "info2.bmp" )
oLbx0:aCols[ 2 ]:AddResource("Calendar")
oLbx0:aCols[ 2 ]:AddResource("Calendar")
oLbx0:aCols[ 2 ]:AddResource("Calendar")
oLbx0:aCols[ 2 ]:AddResource("Calendar")
oLbx0:aCols[ 2 ]:bBmpData := {|| oLbx0:nArrayAt }
oLbx0:aCols[ 2 ]:bStrData := {|| oLbx0:aRow[2] }
oLbx0:aCols[ 2 ]:nHeadBmpNo := 1
Is it possible, to replace the Header-BMP from outside the Browser ?
Best Regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.


