Search found 45 matches: metrobutton

Return to advanced search

Re: ERROR METROBUTTON con JPG

Los png, tampoco los procesa...

Solución temporal... pasarlos a .BMP
by russimicro
Sat Nov 25, 2023 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR METROBUTTON con JPG
Replies: 6
Views: 352

Re: ERROR METROBUTTON con JPG

Intente usando RECURSOS via archivo.RC con .PNG: // Add this to your resources RC file - XPLOOK.RC #ifdef __FLAT__   1 24 "C:\AMBIENTY\Windows10.Manifest"#endifUSER          10 "User.png"CLIENTES      10 "Clientes.png"TI...
by karinha
Sat Nov 25, 2023 2:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR METROBUTTON con JPG
Replies: 6
Views: 352

Re: ERROR METROBUTTON con JPG

sucede lo mismo con BRUSH

DEFINE BRUSH oBrush FILE ".\imagenes\windows10.JPG" RESIZE // ERROR

DEFINE BRUSH oBrush FILE ".\imagenes\windows10.BMP" RESIZE // OK
by russimicro
Fri Nov 24, 2023 11:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR METROBUTTON con JPG
Replies: 6
Views: 352

Re: ERROR METROBUTTON con JPG

Gracias por responder No es por la ruta, bien sea relativa o absoluta ... no genera error con ... BITMAP "imagenes\llaves.bmp" o BITMAP ".\imagenes\llaves.bmp" si fuera por la ruta ...no visualiza y no genera salida brusca del sistema... es por ser .JPG BITMAP "imagenes\llav...
by russimicro
Fri Nov 24, 2023 11:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR METROBUTTON con JPG
Replies: 6
Views: 352

Re: ERROR METROBUTTON con JPG

Code: Select all  Expand view

BITMAP    ".\imagenes\llaves.jpg"
 
by sysctrl2
Fri Nov 24, 2023 11:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR METROBUTTON con JPG
Replies: 6
Views: 352

ERROR METROBUTTON con JPG

Buena tarde Actualice desde fwh 23.05 a 23.10 y se presenta error con la sentencia BITMAP... con imagen jpg    DEFINE METROBUTTON oBtn OF oMetro LARGE  ;      COLOR    CLR_BLUE, RGB( 255, 255, 255 )  ;      BODYTEXT  HB_OEMTOANSI("Russoft ...
by russimicro
Fri Nov 24, 2023 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR METROBUTTON con JPG
Replies: 6
Views: 352

Re: FWH 16.11 Texured Fonts

... aPalBmp := oWnd:ReadPalBmpEx( c_Pfad1 + "Blustone.bmp", nil, .t. ) pBrush := GDIP_IMAGEBRUSH( aPalBmp[ 1 ] ) DEFINE METROBUTTON oSBtn[1] OF oMetro ; COLOR aVal[61], aVal[60] ; FONT oTileFont ; CAPTION "&Patienten" ; ALIGN "TOPCENTER" ; GROUP ...
by ukoenig
Thu Dec 01, 2016 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.11 Texured Fonts
Replies: 8
Views: 1829

Possible to show Metrobuttons disabled like Btnbmp ?

Hello, is it possible to show METROBUTTONS disabled like BtnBmp ? I can disable a metrobutton, but the color is still the same. As a solution I changed the buttoncolor like DEFINE METROBUTTON oSBtn[71] OF oMenu2 ; COLOR aVal[76], aVal[75] ; FONT oTileFont ; CAPTION ...
by ukoenig
Sat Nov 12, 2016 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to show Metrobuttons disabled like Btnbmp ?
Replies: 1
Views: 543

Re: A font-problem in METRO-app ?

... oMetro:oBtnFont := oFontTiny // Button oMetro:oTextFont:End() oMetro:oTextFont := oFontSmall // Button // the buttons : DEFINE METROBUTTON oBtn OF oMetro ; .... .... .... any idea what could be wrong ? ---------------- ---------------- it works using ( NO logfile-writings ) ...
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

Re: A font-problem in METRO-app ?

... oPanel1:oTextFont:End() oPanel1:oTextFont // Button http://www.pflegeplus.com/IMAGES/Metrob6.jpg a typical defined button DEFINE METROBUTTON oSBtn[1] OF oPanel1 ; COLOR nMText1A, nMColor1 ; CAPTION "&Patienten" ; ALIGN "TOPCENTER" ; GROUP 1 ; BITMAP c_Pfad1 ...
by ukoenig
Sat Apr 09, 2016 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1333

A font-problem in METRO-app ?

... <-WINRUN(0) ... ... 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 ; ...
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

... on button-move > saving the new button-positions This option is disabled using my solution because of using < :bMMoved > sample : DEFINE METROBUTTON oSBtn[60] OF oMenu1 ; COLOR aVal[73], aVal[72] ; CAPTION "Rechnungen" ; ALIGN "TOPLEFT" ; GROUP 2 ; BITMAP c_Pfad1 + ...
by cnavarro
Mon Mar 28, 2016 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size buttons in metroPanel
Replies: 11
Views: 2795

Re: Size buttons in metroPanel

... on button-move > saving the new button-positions This option is disabled using my solution because of using < :bMMoved > sample : DEFINE METROBUTTON oSBtn[60] OF oMenu1 ; COLOR aVal[73], aVal[72] ; CAPTION "Rechnungen" ; ALIGN "TOPLEFT" ; GROUP 2 ; BITMAP c_Pfad1 + ...
by ukoenig
Thu Mar 24, 2016 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size buttons in metroPanel
Replies: 11
Views: 2795

Re: Adding Metrobutton-frames on button-action

Antonio, I got it working Now it looks like shown in Windows10. The 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:nBt...
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: 1633
Next

Return to advanced search