Search found 12 matches: lmenu

Return to advanced search

Re: also error with btnbmp SHOWPOPUP

... error @ 148, 350 BTNBMP aBtnBrow[3] ; RESOURCE "GRID_MNU", "", hBmp2, "" ; SIZE 15, 13 PIXEL FLAT NOROUND GDIP WHEN lMenu OF oDlg ; ACTION ::ShowPopUp( Contextual_Menu( Self,oBrw,oDbf,cIniUser,cSection,oDlg,aBtnBrow[4] ) ) Function Contextual_Menu( oBtn,oBrw,oDbf,cIniUser,cSection,oParent,oCont,lExport,lColConfig ...
by Silvio.Falconi
Mon Apr 01, 2024 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1707

perhaps error on tdatabase - resolved

... tdatabase by Nages the only modification I made is to embed it in the window using a dialog like tfsdi (alanit) and using two tPanels one for the lmenu and one to host the Tplan class. I did a lot of tests this week without having had any kind of problem this morning i wanted to try again and ...
by Silvio.Falconi
Mon Apr 05, 2021 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: perhaps error on tdatabase - resolved
Replies: 5
Views: 697

Re: codigos de las teclas

hmpaquito wrote:Hay que comprobar si está pulsada la tecla Control o Alt y la tecla del caso.


Algo asi

Try with
local lControl := GetKeyState( VK_CONTROL )
local lShift := GetKeyState( VK_SHIFT )
local lMenu := GetKeyState( VK_MENU )

if lMenu
//
endif

by cnavarro
Tue Jan 16, 2018 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: codigos de las teclas
Replies: 2
Views: 569

Re: Override Two

... please ? I change on Rpreview class this line : ( and it seems to run ok) if ! IsAppThemed() instead of if ! lRebar on these methods : TwoPages( lMenu ) Zoom( lMenu ) on Oldest rpreview there is wroten if ! IsAppThemed() it is the bug or I make a mistake ? THEN THERE IS AN ERROR ON RPREVIEW the ...
by Silvio.Falconi
Sun Nov 12, 2017 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Override Two
Replies: 4
Views: 884

Re: Report Preview page Panel FWH 1412

... ::oLvw:Show() ) ) Please make sure that you made this substitution at two places. Now go to METHOD TwoPages( lMenu ). In this method locate these two lines:      ::oLvw:Hide()   else  Substitute with:      if ...
by nageswaragunupudi
Mon Jan 12, 2015 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Preview page Panel FWH 1412
Replies: 17
Views: 2780

Re: Problemas con Rpreview

... - Voy a probarlo añadiendo la funcion que has puesto en mi codigo a ver como funciona. PREVIEW: Quizás el problema pueda estar en el METHOD Zoom( lMenu ) CLASS TPreview    .../..   if lMenu .and. ! IsAppThemed()      ::oZoom:Refresh()   endif   ::oWnd:Refresh()  // Fix ...
by cnavarro
Fri Jul 26, 2013 12:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con Rpreview
Replies: 24
Views: 4767

Re: Como crear una libreria?

... PARAMS ) // ( hWnd, hBitmaP, lPressed, // hFont, cText, nPos, nClrText, ClrBack, // lMouseOver, lOpaque, hBrush, nRows, lW97, // lAdjust, lMenu, lMenuPress, lFocused, // nShape, lBorder, lBox, nClip, nClrTo, lHorz, lRound ) #else HARBOUR HB_FUN_SBTNPAINT( PARAMS ) #endif Muchas Gracias. ...
by Jorge Jaurena
Sat Mar 02, 2013 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como crear una libreria?
Replies: 6
Views: 954

VIRTUAL KEY

Espero le sirva a algunos, lo unico que veo es que no funciona la VK_F10...saludos... :shock: Origen: http://delphi.about.com/od/objectpascalide/l/blvkc.htm Symbolic constant name Value (hexadecimal) Keyboard (or mouse) equivalent VK_LBUTTON 01 Left mouse button VK_RBUTTON 02 Right mouse button VK_C...
by joseluisysturiz
Mon Jul 16, 2012 5:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VIRTUAL KEY
Replies: 0
Views: 643

Re: CTRL+C+C

From another thread http://forums.fivetechsupport.com/viewtopic.php?p=90269#p90269 I fount the solution It works But there is a very big problem: after the phone call I have to restart the PC because the keypad locks. :? #include "Fivewin.ch" #define VK_LMENU 164 #define VK...
by MarcoBoschi
Tue Mar 09, 2010 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CTRL+C+C
Replies: 4
Views: 1022

Re: preview alpha 2

... BuildWindow() METHOD BuildMenu() METHOD PaintMeta() METHOD NextPage() METHOD PrevPage() METHOD TopPage() METHOD BottomPage() METHOD TwoPages( lMenu ) METHOD Zoom( lMenu ) METHOD VScroll( nType, lPage, nSteps ) METHOD HScroll( nType, lPage, nSteps ) METHOD SetOrg1( nX, nY ) METHOD SetOrg2( ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... SetResources(hOldRes) return nil //----------------------------------------------------------------------------// static function TwoPages(lMenu) local hOldRes := GetResources() SET RESOURCES TO cResFile DEFAULT lMenu := .F. lTwoPages := !lTwoPages if lTwoPages if len(DEVICE:aMeta) == 1 ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

... SetResources(hOldRes) return nil //----------------------------------------------------------------------------// static function TwoPages(lMenu) local hOldRes := GetResources() SET RESOURCES TO cResFile DEFAULT lMenu := .F. lTwoPages := !lTwoPages if lTwoPages if len(DEVICE:aMeta) == 1 ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3362

Return to advanced search