Search found 76 matches: showpopup

Return to advanced search

Re: TTreeview usage help needed.

Hi, The sample prg is below. When I click right click, I want to select the item before showpopup. #include "FiveWin.ch" function Main()    local oDlg, oTree    DEFINE DIALOG oDlg    @ 0, 0 TREEVIEW oTree OF oDlg SIZE 200, 200            oTree:bRClicked ...
by Horizon
Thu Mar 04, 2010 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTreeview usage help needed.
Replies: 1
Views: 342

Tengo un problemita con xbrowse RESUELTO

... } oBrwX:bClrRowFocus := { || { CLR_BLACK, RGB(185,220,255) } } oBrwX:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrwX:bRClicked := { | nRow, nCol | ShowPopup( nRow, nCol, oBrwX ) } oBrwX:aCols[1]:cSortOrder := 'APELLIDO_P' oBrwX:aCols[2]:cSortOrder := 'R_POLIZA' oBrwX:lFastEdit := .t. oBrwX:bClrStd:= ...
by AIDA
Fri Feb 26, 2010 7:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tengo un problemita con xbrowse RESUELTO
Replies: 2
Views: 1008

Re: Juan Planelles Lazaga

... ( oGet:SetFocus() ) // ENDMENU DEFINE BUTTON oLetras OF oBar ; PROMPT "Mm" ; // FILE ".\BITMAPS\Mm.BMP" ACTION ( oLetras:ShowPopup() ) ; //MsgInfo( "En gestión", "Aún no disponible" ), lChange := .t., lAct := .t. ) TOOLTIP { "Cambiar: Mayúsculas ...
by Juan Planelles
Tue Dec 29, 2009 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6872

Re: MySQL desde Linux

... @ 2, 2 SAY "right click" OF oDlg ACTIVATE DIALOG oDlg CENTERED ; VALID MsgYesNo( "Want to end ?" ) ; ON RIGHT CLICK ShowPopup( oDlg ) return nil function ShowPopup( oDlg ) local oPopup MENU oPopup POPUP MENUITEM "One" RESOURCE "gtk-new" ACTION ...
by softruz
Wed Dec 16, 2009 8:33 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: MySQL desde Linux
Replies: 10
Views: 4514

Cambiar Button-bar de una Window

... POPUP MENUITEM "One" ACTION MsgInfo( 1 ) MENUITEM "Two" ACTION MsgInfo( 2 ) ENDMENU DEFINE BUTTON oBtn OF oBar ACTION oBtn:ShowPopup() ; RESOURCE "people" PROMPT "Clients" GROUP ; MENU oPopup TOOLTIP "Clients" DEFINE BUTTON OF oBar ACTION Barra2(oBar) ...
by FranciscoA
Fri Jun 05, 2009 1:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Button-bar de una Window
Replies: 0
Views: 336

Re: CHANGE A BUTTONBAR ON A WINDOW

... POPUP MENUITEM "One" ACTION MsgInfo( 1 ) MENUITEM "Two" ACTION MsgInfo( 2 ) ENDMENU DEFINE BUTTON oBtn OF oBar ACTION oBtn:ShowPopup() ; RESOURCE "people" PROMPT "Clients" GROUP ; MENU oPopup TOOLTIP "Clients" DEFINE BUTTON OF oBar ACTION Barra2(oBar) ...
by FranciscoA
Fri Jun 05, 2009 1:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CHANGE A BUTTONBAR ON A WINDOW
Replies: 2
Views: 562

How to make an xbrowse MDI-child filled with an array?

... .\source\classes\XBROWSE.PRG => TXBROWSE:CREATEFROMCODE(0) Called from: AD_MAIN.prg => XBROWSEARRAY(1937) Called from: AD_MAIN.prg => (b)SHOWPOPUP(396) Called from: .\source\classes\MENU.PRG => TMENU:ACTIVATE(0) Called from: AD_MAIN.prg => SHOWPOPUP(431) Called from: AD_MAIN.prg ...
by gkuhnert
Fri Jan 30, 2009 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make an xbrowse MDI-child filled with an array?
Replies: 1
Views: 502

TxBrowse

... ALBARANES(187) Called from: geshinic.prg => (b)MAIN(86) Called from: MENU.PRG => TMENU:ACTIVATE(0) Called from: BTNBMP.PRG => TBTNBMP:SHOWPOPUP(0) Called from: geshinic.prg => (b)MAIN(96) Called from: BTNBMP.PRG => TBTNBMP:CLICK(0) Called from: BTNBMP.PRG => TBTNBMP:LBUTTONUP(0) ...
by Pedro
Mon Dec 29, 2008 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TxBrowse
Replies: 8
Views: 1366

Luis:

Prueba declarandolo asi

REDEFINE BTNBMP Nbut[9] id 116 of oDlg resource "BTNSINFAC","BTNSINFAC1" ACTION SHOWPOPUP(nbut[9],olbx) ;
MENU SHOWPOPUP(nbut[9],olbx) NOBORDER


Saludos

Ruben Fernandez
by Ruben D. Fernandez
Sat Dec 13, 2008 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tBTNBMP y popup
Replies: 6
Views: 1087

Bueno yo lo había hecho así REDEFINE BTNBMP Nbut[9] id 116 of oDlg resource "BTNSINFAC","BTNSINFAC1" ACTION SHOWPOPUP(nbut[9],olbx) NOBORDER ////// static function ShowPopup(odlg,olbx ) local oPopup MENU oPopup POPUP MENUITEM "Clientes" ACTION sinfac(olbx,.f.) MENUITEM "Proveedores" ...
by surGom
Sat Dec 13, 2008 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tBTNBMP y popup
Replies: 6
Views: 1087

... "Calendar" MENU oPopup POPUP MENUITEM "One" ACTION MsgInfo( 1 ) MENUITEM "Two" ACTION MsgInfo( 2 ) ENDMENU DEFINE BUTTON oBtn OF oBar ACTION oBtn:ShowPopup() ; RESOURCE "people" PROMPT "Clients" GROUP ; MENU oPopup TOOLTIP "Clients" DEFINE BUTTON OF oBar ACTION MsgInfo( "Print" ) ; RESOURCE "print" ...
by Otto
Wed Mar 12, 2008 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTabs now uses Office 2007 look - border
Replies: 9
Views: 1707

xBrowser array add/del elements

... := {|o,x| aLin[ oBrw:nArrayAt,2] := x } oBrw:aCols[2]:nEditType := EDIT_GET //-- oBrw:CreateFromCode() oBrw:bRClicked = { | nRow, nCol | ShowPopup( nRow, nCol, oBrw, aLin ) } oWnd:oClient:=oBrw ACTIVATE WINDOW oWnd RETURN NIL //----------------------------------- STATIC FUNCTION Valida( ...
by Otto
Thu Mar 06, 2008 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser array add/del elements
Replies: 3
Views: 1426

How to resize oPanel

... "Calendar" MENU oPopup POPUP MENUITEM "One" ACTION MsgInfo( 1 ) MENUITEM "Two" ACTION MsgInfo( 2 ) ENDMENU DEFINE BUTTON oBtn OF oBar ACTION oBtn:ShowPopup() ; RESOURCE "people" PROMPT "Clients" GROUP ; MENU oPopup TOOLTIP "Clients" DEFINE BUTTON OF oBar ACTION Test() ; RESOURCE "print" PROMPT ...
by Otto
Fri Feb 15, 2008 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resize oPanel
Replies: 6
Views: 1312

... En FWPPC, el ejemplo samples\Gps.prg, muestra como usar el GPS desde Fivewin para PPC. Muchas gracias a Salvador Gallardo !!! * Nuevo: Método ShowPopup() en la clase TBtnBmp, permite mostrar el "popup" de un objeto BtnBmp, si un "popup" es definido para ello, como la acción del botón. Por ...
by Antonio Linares
Tue Nov 06, 2007 9:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2007 (7.11)
Replies: 1
Views: 3350

New FTDN November/Noviembre 2007 (7.11)

... * New: FWPPC, samples\Gps.prg shows how to use the GPS with FiveWin for Pocket PC. Many thanks to Salvador Gallardo! * New: Class TBtnBmp() Method ShowPopup(), lets you show the popup of the BtnBmp object, if a popup for it is defined, as the action of the button. Please review samples\Test2007.prg ...
by Antonio Linares
Mon Nov 05, 2007 9:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2007 (7.11)
Replies: 1
Views: 3350
PreviousNext

Return to advanced search