Jump to content
Fivewin Brasil

Menu na dialog


pasim

Recommended Posts

include "fivewin.ch"

/*----------------------------------------------------------*/

***** function main()

local oDlg

DEFINE DIALOG oDlg TITLE "Controles em uma Dialog" COLOR "N/W*"

ACTIVATE DIALOG oDlg CENTERED ON INIT BuildControls( oDlg )

return( 0 )

/*-----------------------------------------------------------*/

static func BuildControls( oDlg )

local oMenu, oBar

MENU oMenu

MENUITEM "&Opcões"

MENU

MENUITEM "&Info"

MENU

MENUITEM "&Informação..." ACTION MsgAbout()

ENDMENU

SEPARATOR

MENUITEM "&Sair" ACTION oDlg:End()

ENDMENU

ENDMENU

oDlg:SetMenu( oMenu )

DEFINE BUTTONBAR oBar OF oDlg 3D

DEFINE BUTTON OF oBar PROMPT " Info " ACTION MsgAbout() ;

FONT oDlg:oFont NOBORDER

DEFINE BUTTON OF oBar PROMPT " Sair " ACTION oDlg:End() ;

FONT oDlg:oFont NOBORDER

DEFINE MESSAGE OF oDlg PROMPT "Menu, Bar e Barra de mensagem em Dialog"

return( 0 )

*******

USEI ESTE EXEMPLO(http://www.fivewin.com.br/exibedicas.asp?id=135) PRA COLOCAR UM MENU NUMA DIALOG. CONSEGUI SÓ QUE ME DEPAREI COM UM PROBLEMA QUANDO COLOCO O NUMERO DO DOCUMENTO E DOU ENTER NÃO ACONTECE NADA NÃO SAI DO GET.

ALGUÉM PODE ME AJUDAR

Tem uma maneira mais fácil de colocar menu na dialog. usando WORKSHOP? Se tiver por favor me digam.

Paulo

Clipper 5.3b/FW2.4/WS

pasimplicio@yahoo.com.br

MSN: pasimplicio@hotmail.com

Editado por - pasim on 19/04/2005 18:17:55

Link to comment
Share on other sites

Ola Pasmim, tirando o menu o get funciona normal?

Onde você vê um obstáculo alguém vê o término da viagem e o outro vê uma chance de crescer.

Elias Abrão Júnior

Fone : (0**11) 5181-6909 São Paulo - SP

eajunior.fw@terra.com.br

xHarbour 0.99.0 - Fivewin 2.5 e xMate

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...