FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveMac / FivePhone (iPhone, iPad) MsgBars support
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
MsgBars support
Posted: Wed Jul 07, 2010 02:38 AM
Code (fw): Select all Collapse
#include "FiveMac.ch"

function Main()

   local oWnd
   
   DEFINE WINDOW oWnd TITLE "Tutor02" ;
       FROM 200, 200 TO 600, 400
       
   DEFINE MSGBAR OF oWnd    

   ACTIVATE WINDOW oWnd ;
      ON CLICK MsgInfo( "Click" ) ;
      VALID MsgYesNo( "Want to end ?" )   

return nil


regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: MsgBars support
Posted: Wed Jul 07, 2010 02:58 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 103
Joined: Sat Oct 18, 2008 08:13 PM
Re: MsgBars support
Posted: Wed Jul 14, 2010 12:43 PM
Great!

Is it also possible to use message bar with the menu? So we can use this:

Code (fw): Select all Collapse
 MENUITEM [ <oMenuItem> PROMPT ] <cPrompt> ;  
 [ MESSAGE <cMsg> ];  
 [ ACTION <uAction> ] ;  
 [ ACCELERATOR <cKey> ]


<cMsg> The associated message of this control.

And also Msgitems?

Thanks.
Best Regards,

Ruediger Alich



---

HMG 3.1.3 | FTDN/FWH 13.12 | Harbour 3.2 | BCC/MinGW | Windows XP/Vista/7/8/10 (32/64-Bit), Wine (Linux/Mac) - started 1999 with FW, 1989 with Clipper
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: MsgBars support
Posted: Sat Jul 31, 2010 07:56 AM

Ruediger,

Not yet, but surely we will have it soon :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion