Search found 30 matches: ometro

Return to advanced search

Re: SysCtrl PANEL BLACK

Antonio Linares wrote:João,

Please try this:

oMetro := MakeMetroPanel( oWnd:oWndClient )


Perfecto mi amado GURU. Eres simplemente mi mayor ídolo. Me gustas más que Bill Gates. jajajajajajajajaja.

https://imgur.com/FyOHeWp

Image

Regards, saludos.
by karinha
Sat Sep 11, 2021 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SysCtrl PANEL BLACK
Replies: 25
Views: 1457

Re: SysCtrl PANEL BLACK

João,

Please try this:

oMetro := MakeMetroPanel( oWnd:oWndClient )
by Antonio Linares
Sat Sep 11, 2021 3:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SysCtrl PANEL BLACK
Replies: 25
Views: 1457

Re: CheckRes()

... oBrush )                      oBrush:End()                   ENDIF  FUNCTION SALIR() IF oBrush <> NIL oBrush:End() ENDIF oMetro:End()
by russimicro
Tue Mar 10, 2020 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckRes()
Replies: 22
Views: 3838

Re: A METRO image-background without FREEIMAGE ?

... aImage := oWnd:ReadImage( cImage, , .t. ) oWnd:DrawImage( aImage, aRect, nil, 1 ) it doesn't work for a METRO-image-background DEFINE METROPANEL oMetro OF oWnd TITLE "Stammdaten" ; COLOR aVal[8], CLR_BLUE aRect := GETCLIENTRECT( oMetro:hWnd ) aImage := oMetro:ReadImage( cImage, , .t. ...
by nageswaragunupudi
Mon Sep 09, 2019 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A METRO image-background without FREEIMAGE ?
Replies: 5
Views: 972

Re: A METRO image-background without FREEIMAGE ?

... SIZE 0, -60 BOLD ITALIC aPalBmp := oWnd:ReadImage( c_Pfad1 + "Marble.bmp", nil, .t. ) pBrush := GDIP_IMAGEBRUSH( aPalBmp[ 1 ] ) -- -- oMetro:Show() oMetro:bPainted := {|| oMetro:DrawImage( c_Pfad1 + "Sea.jpg", , nil, 1 ), ; oMetro:SayText( "Stammdaten", { 30, 150, ...
by ukoenig
Sat Sep 07, 2019 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A METRO image-background without FREEIMAGE ?
Replies: 5
Views: 972

A METRO image-background without FREEIMAGE ?

... aImage := oWnd:ReadImage( cImage, , .t. ) oWnd:DrawImage( aImage, aRect, nil, 1 ) it doesn't work for a METRO-image-background DEFINE METROPANEL oMetro OF oWnd TITLE "Stammdaten" ; COLOR aVal[8], CLR_BLUE aRect := GETCLIENTRECT( oMetro:hWnd ) aImage := oMetro:ReadImage( cImage, , .t. ...
by ukoenig
Sat Sep 07, 2019 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A METRO image-background without FREEIMAGE ?
Replies: 5
Views: 972

Re: METRO with visible taskbar ?

... DEFINE WINDOW oMWnd TITLE cTitle FROM 0, 0 TO ScreenHeight() + 20, ScreenWidth() PIXEL ; STYLE nOr( WS_POPUP ); COLOR CLR_WHITE, CLR_GREEN oMetro := MakeMetroPanel( oMWnd ) DEFINE BRUSH oBrush FILE c_Path1 + "earth.bmp" RESIZE oMetro:SetBrush( oBrush ) oBrush:End() oMetro:bRClicked ...
by MarioG
Wed Jul 24, 2019 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METRO with visible taskbar ?
Replies: 5
Views: 1380

Re: METRO with visible taskbar ?

... DEFINE WINDOW oMWnd TITLE cTitle FROM 0, 0 TO ScreenHeight() + 20, ScreenWidth() PIXEL ; STYLE nOr( WS_POPUP ); COLOR CLR_WHITE, CLR_GREEN oMetro := MakeMetroPanel( oMWnd ) DEFINE BRUSH oBrush FILE c_Path1 + "earth.bmp" RESIZE oMetro:SetBrush( oBrush ) oBrush:End() oMetro:bRClicked ...
by ukoenig
Sun Jul 02, 2017 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METRO with visible taskbar ?
Replies: 5
Views: 1380

Re: FWH 16.11 Texured Fonts

... ) : http://www.pflegeplus.com/IMAGES/Metrofont1.jpg //----------------------------------- FUNCTION BUILDMETRO(oWnd, nDStyle) LOCAL oMetro, oHScroll, oBtn[30], oBrush, oVSlider LOCAL oSelf, nOld := 0, oLizenz, cText, pBrush, aPalBmp DEFINE METROPANEL oMetro OF oWnd TITLE "" ...
by ukoenig
Thu Dec 01, 2016 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.11 Texured Fonts
Replies: 8
Views: 1828

Re: A font-problem in METRO-app ?

... are the same http://www.pflegeplus.com/IMAGES/MetroB7.jpg from original sample : function Main( cParam ) local oWnd, oBar, oMetro, oBrush local cTitle := "Start" SET DATE ITALIAN SET CENTURY ON // added DEFINE FONT oFontLarge NAME "Arial" SIZE 0, -50 ...
by ukoenig
Sat Apr 09, 2016 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1333

A font-problem in METRO-app ?

... ... ... 48 times the same fonts are defined on top and released at the end Why these errors ? the typical button DEFINE METROBUTTON oSBtn[105] OF oMetro ; COLOR CLR_WHITE, 255 ; CAPTION "&Ende" ; ALIGN "BOTTOMLEFT" ; GROUP 3 ; FONT oTileFont ; BITMAP c_Pfad1 + "exit.bmp" ...
by ukoenig
Fri Apr 08, 2016 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1333

Re: Size buttons in metroPanel

Yes see the settings :

DEFINE METROPANEL oMetro OF oWnd TITLE "Stammdaten" ;
COLOR aVal[8], CLR_BLUE
oMetro:oFont := oFontLarge
oMetro:lDesignMode := .F.
oMetro:nMetroTop = 160
oMetro:nMetroMargin := 50
oMetro:nBtnSize = 120
oMetro:nMetroRows := 8

best regards
Uwe :D
by ukoenig
Wed Mar 23, 2016 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size buttons in metroPanel
Replies: 11
Views: 2794

Re: Adding Metrobutton-frames on button-action

... solution I have been looking for : painting a frame on button-focus. Maybe possible to include the logic in class < Metropnl > like : :?: oMetro:lBtnFrame := .T. // frame YES / NO oMetro:nBtnFramePen := 4 // Pensize oMetro:nBtnFrameCol := CLR_WHITE // frame-color Download http://www.pflegeplus.com/DOWNLOADS/MetroBtn1.zip ...
by ukoenig
Mon Oct 12, 2015 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding Metrobutton-frames on button-focus / action
Replies: 6
Views: 1631

Re: Adding Metrobutton-frames on button-action

Antonio, I only changed / tested : DEFINE METROBUTTON oMBtn[1] OF oMetro ; PROMPT "Files" COLOR CLR_WHITE, RGB( 2, 174, 224 ) ; GROUP 1 ; IMAGE c_Path1 + "files.bmp" ; ACTION MsgInfo( oMBtn[1]:Cargo , ValType( oMBtn[1]:Cargo) ) // Files(c_Path1) ...
by ukoenig
Mon Oct 12, 2015 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding Metrobutton-frames on button-focus / action
Replies: 6
Views: 1631

Re: A problem changing the cursor of METRO-buttons ?

Uwe,

Try this:

AEval( oMetro:aControls, { | o | IF( o:ClassName() = "TMETROBTN", ( o:oCursor := oHand, o:bLostFocus := { || o:oCursor := nil } ), ) } )
by Antonio Linares
Mon Jun 29, 2015 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem changing the cursor of METRO-buttons ?
Replies: 2
Views: 482
Next

Return to advanced search