Sorry , i had the intention to put this in the english forum !!!!!
Hello,
I try to use the messagebar from a MDICHILD window (xbrdbu)
1) The refresh() item from bchange generates a windows error (ends the program , no error log)
2) Background color doesn't change
I tryed also with
::aItems[6]:nClrText(CLR_WHITE)
::aItems[6]:nClrPane(CLR_HRED)
::aItems[6]:SetText("Exclusive")
::aItems[6]:Refresh()
Colors doesn't change
Frank
Hello,
I try to use the messagebar from a MDICHILD window (xbrdbu)
....
DEFINE MSGITEM aItem[4] OF oMsgBar PROMPT IIF(Deleted(),"Deleted","") SIZE 80 COLOR CLR_HRED,CLR_HBLUE Â Â
.....
 oBrw:bChange := {||aItem[4]:Settext(IIF(Deleted(),"Deleted","")),aItem[4]:Refresh()}1) The refresh() item from bchange generates a windows error (ends the program , no error log)
2) Background color doesn't change
I tryed also with
::aItems[6]:nClrText(CLR_WHITE)
::aItems[6]:nClrPane(CLR_HRED)
::aItems[6]:SetText("Exclusive")
::aItems[6]:Refresh()
Colors doesn't change
Frank
test