FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour define msgitem color - Resolved!!
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
define msgitem color - Resolved!!
Posted: Wed Jul 10, 2019 05:35 PM
I made

DEFINE MSGITEM ::oMsgItem1;
OF ::oMsgBar ;
PROMPT ::aStatus[1] ;
SIZE 100 ;
COLOR RGB(0x9a,0xcd,0x32), RGB(0x9a,0xcd,0x32)

but I have a text colored and on msgitem is not refill with the background color
any solution please ?

I wish as this

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: define msgitem color
Posted: Wed Jul 10, 2019 06:05 PM
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: define msgitem color
Posted: Wed Jul 10, 2019 06:20 PM

No need color but refill the msgitem background

fwexplorer.prg ?????????????????????????????????????????????????????????????????????

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: define msgitem color
Posted: Wed Jul 10, 2019 06:56 PM

I think, that is not possible, because it has the SET MESSAGE area.

FWEXPLOR.PRG

Regards.

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: define msgitem color
Posted: Wed Jul 10, 2019 07:07 PM
I couldn't find a problem.

but I have a text colored and on msgitem is not refill with the background color




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.
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: define msgitem color
Posted: Wed Jul 10, 2019 07:58 PM

With the code i post i not see the background on each msgitem
let me see your command code to create it

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM
Re: define msgitem color
Posted: Wed Jul 10, 2019 08:25 PM
Please have a look at

Testmsg3.prg for colored items

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.
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: define msgitem color
Posted: Thu Jul 11, 2019 04:55 AM

You can not have background color if you create message-bar with syles 2007 or later.

You can have background color for the msgitems if you create without styles 2007 or later.

Regards



G. N. Rao.

Hyderabad, India
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: define msgitem color
Posted: Thu Jul 11, 2019 07:43 AM
thanks
this was the problem .....I use 2015 on set message control...now run ok as i wish..

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion