MsgBars support

MsgBars support

Postby Antonio Linares » Wed Jul 07, 2010 2:38 am

Code: Select all  Expand view
#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
 


Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 19549
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: MsgBars support

Postby Antonio Linares » Wed Jul 07, 2010 2:58 am

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 19549
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: MsgBars support

Postby IBTC » 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: Select all  Expand view
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
IBTC
 
Posts: 20
Joined: Sat Oct 18, 2008 8:13 pm

Re: MsgBars support

Postby Antonio Linares » Sat Jul 31, 2010 7:56 am

Ruediger,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 19549
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveMac

Who is online

Users browsing this forum: No registered users and 1 guest