I create a Folderex :
oApp():oGrid := TFolderex():New( , , , , oApp():oDlg, , ,, aPrompts)
oApp():oGrid:nTop := 00
oApp():oGrid:nLeft := nSplit+2
oApp():oGrid:nBottom := oApp():oDlg:nGridBottom
oApp():oGrid:nRight := oApp():oDlg:nGridRight
[b:sjxosygd]
and I wish inser on all dialogs a button[/b:sjxosygd]
aBitmaps := { "C:\WORK\FWH\bitmaps\alphabmp\exit.bmp" }
oApp():oGrid:aBitmaps:= aBitmaps
then I wish when the final user click on button thetab ::nOption is close (hide())
oApp():oGrid:bBmpAction:=oApp():oGrid:HideTab( oApp():oGrid:nOption )
why not run ?
the bitmpa are not showed and I cannot click on it why ?
↧