Search found 18 matches: msgitems

Return to advanced search

Write to Left on Msgbar insert a button

... (cmsgBar) with not buttons SET MESSAGE OF ::oWndMain TO ::cMsgBar NOINSET https://i.postimg.cc/bJ4rkxSn/jk.png then I have another msgitems as you can see on picture but I wish use the first al left I tried to create one empty DEFINE MSGITEM ::oMsgItem1; OF ::oWndMain:oMsgBar; PROMPT ...
by Silvio.Falconi
Sat Feb 22, 2020 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write to Left on Msgbar insert a button
Replies: 0
Views: 332

Re: define msgitem color

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.
by nageswaragunupudi
Thu Jul 11, 2019 4:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: define msgitem color - Resolved!!
Replies: 8
Views: 755

MsgBars (Linux)

... ;       [ ACTION <uAction> ] ;       [ MESSAGE <cMsg> ] <cMsg> The associated message of this control. And also Msgitems? Thanks.
by IBTC
Wed Jul 14, 2010 1:41 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: MsgBars (Linux)
Replies: 0
Views: 455

Re: MsgBars support

...   [ ACTION <uAction> ] ;   [ ACCELERATOR <cKey> ]   <cMsg> The associated message of this control. And also Msgitems? Thanks.
by IBTC
Wed Jul 14, 2010 12:43 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: MsgBars support
Replies: 3
Views: 1167

Re: Bug message bar com 2007

... of the window http://img218.imageshack.us/img218/1842/originalv.jpg Screen snapshot of the window after resizing . The MsgBar MsgItems are overlapped http://img130.imageshack.us/img130/8173/resizedtc.jpg Regards Anser
by anserkk
Wed Mar 10, 2010 4:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug message bar com 2007
Replies: 10
Views: 2585

... look at the TmsgBar Class you will not find anywhere a logic which can release the bitmap handles when the object is ended. Bitmaps belonging to msgItems are released in the TMsgBar:Destroy() method. Have you tried refreshing the messagebar after deleting the bitmaps? Regards, James
by James Bott
Fri Oct 17, 2008 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's I do wrong with TTimer() ?
Replies: 16
Views: 3693

We can create all msgitems at the outset and refersh value of fin year after fin year is selected ( if you are selecting fin year after displaying the main window). Personally I do not show Time on msg bar because anyway windows shows ...
by nageswaragunupudi
Tue Sep 02, 2008 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgBar Time in AM/PM Format
Replies: 13
Views: 2920

... I need inputs from experienced people like you and other fellow members of this forum. As you said, to avoid complications, I should add different MsgItems in their respective orders initially itself. My application initially displays a Login Screen, after successfull login it will show another ...
by anserkk
Tue Sep 02, 2008 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgBar Time in AM/PM Format
Replies: 13
Views: 2920

May be the following code is simple and does what you want and present the msgitems in the order you like to #include 'fivewin.ch' function Main() LOCAL oWnd DEFINE WINDOW oWnd SET MESSAGE OF oWnd TO "" NOINSET 2007 // TIME DEFINE MSGITEM ...
by nageswaragunupudi
Tue Sep 02, 2008 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MsgBar Time in AM/PM Format
Replies: 13
Views: 2920

Bitmaps

... perhaps someone of you could help me: I've just upgraded FW from v2.1 to v2.3 and as I recompile my progs, where I've coded MSGITEMS to show bitmaps in the msgbar, I have those results: ******************************************************************* 1. MSGITEM with BITMAP ...
by Antonio Linares
Wed Aug 27, 2008 7:34 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65202

Antonio Linares wrote:We will include it in the next FWH build, once it is available

We will also make it available for those using FWH 7.12 but have no access to 8.01


Mr Antonio

Just a reminder, in case this escaped your mind. I am waiting for the improvement. Till then I am using gradient for painting msgitems.
by nageswaragunupudi
Wed Jan 16, 2008 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET MESSAGE ERROR
Replies: 42
Views: 5720

The message bar needs some more development

We need to implement the right way to paint the msgitems background and also to set on|off the inset
by Antonio Linares
Tue Dec 18, 2007 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET MESSAGE ERROR
Replies: 42
Views: 5720

Mr Silvio

Because I do not use bitmaps with msgitems I did not bother about bitmaps. Better thing would be to move the gradient code to the top and paint the bitmaps transparently. I know you use bitmaps.

Hope you dont mind sharing your final working code with bitmaps too.
by nageswaragunupudi
Tue Dec 18, 2007 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET MESSAGE ERROR
Replies: 42
Views: 5720

Silvio, MsgItems can be painted transparent, modifying the DRAWMSGITEM() function this way: ... SetBkMode( hDC, TRANSPARENT ); // new // ExtTextOut( hDC, 2, 4, ETO_OPAQUE, &rc, "", 0, 0 ); ...
by Antonio Linares
Thu Nov 08, 2007 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSGItem 2007
Replies: 31
Views: 5656

nageswaragunupudi wrote:Personally I prefer that look.


I agree. It would be great if the inset status of the msgitems were optional and following by default the inset status of the msgbar.

EMG
by Enrico Maria Giordano
Thu Oct 18, 2007 7:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 7.10 - Office 2007 look for MsgBar
Replies: 12
Views: 4341
Next

Return to advanced search