Search found 327 matches: gray

Return to advanced search

Transparent Png on MDI Parent

I have a Png file, it is suppose to be transparent, when I display it in an image editor it shows a checkered gray background. How can I make this transparent using @ Say Image. On Resize I move it so it always is in the lower right hand corner of the window. But I get the checkered ...
by byron.hopp
Wed May 08, 2024 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 7
Views: 184

SWITCH class not clear

https://image.ibb.co/gxsEdF/Sin_t_tulo.png swicth sample test If I made @ 100,207 SWITCH oSwicth VAR lSwicth PIXEL SIZE 40,16 OF oDlg UPDATE OVALSTYLE; COLOR CLR_GREEN, CLR_GRAY ; THUMBSIZE 16 THUMBCOLOR CLR_WHITE https://i.postimg.cc/QtsxhBRj/hh.png if I create a sm...
by Silvio.Falconi
Fri Nov 17, 2023 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SWITCH class not clear
Replies: 0
Views: 332

Re: Mark field as required

Dear Marc, I think Cristobal means this way: @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER "REQUIRED" BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( o:lF...
by Marc Venken
Thu Jul 06, 2023 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1786

Re: Mark field as required

Dear Marc, I think Cristobal means this way: @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER "REQUIRED" BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( o:lFo...
by Antonio Linares
Thu Jul 06, 2023 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1786

Re: Mark field as required

Where do you put the "REQUIRED" ? I get a syntax error at compiling This is from the sample Subscript0.prg @ nRow, nCol GET aGets[ 1 ] VAR aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER aData[ 1, 1 ] BOTTOMBORDER ; INFIEL...
by Marc Venken
Thu Jul 06, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1786

Re: Seeking your thoughts. UPDATED

First, I finally obtained the client's .png file. It was using a gray background for transparency ( which at one time could be done ). I had to manually resolve that using an editor I have, and making it true transparent. The problem continued on his printer, ...
by TimStone
Tue Jun 13, 2023 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 678

change the brush of a say

the Box style make a gray Box on say https://i.postimg.cc/PrFQjrkX/K.png @ 89, 115   SAY oSayBrush[1] PROMPT  "test say"  SIZE 50,12 PIXEL OF oDlg  TRANSPARENT BOX  How I can male lBox with Makebru(oSay,lactivate) ...
by Silvio.Falconi
Fri Mar 31, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the brush of a say
Replies: 0
Views: 155

Re: Bad look btnbmp disable()

hi Silvo, i have try to "disable" a BTMBMP which have a Resource but when "disable" BTNBMP i "just" get gray Back-Ground and Caption but NO Resource (have try different) --- BTNBMP have   METHOD Disable() INLINE ::Super:Disable(), ::Refresh() ...
by Jimmy
Thu Mar 09, 2023 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 742

Re: btnbmp state

I resolved but on another mode @ oBrowse:nBottom+3, oBrowse:nWidth-44.4 BTNBMP aBtnBrow[3] SIZE 12,10.3 PIXEL OF oDlg NOROUND 2007 aBtnBrow[3]:bClrGrad := { |lInvert| If( lInvert, aBru[ 2 ]:hBrush, aBru[ 1 ]:hBrush ) } aBtnBrow[3]:nClrBorder := { || (IIF(aBtnBrow[3]:lMOver,,CLR_GRAY)) } aBtnBrow[3]:...
by Silvio.Falconi
Thu Feb 09, 2023 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp state
Replies: 2
Views: 207

RE:MENUBAR QUESTION

... "-" //FONT oFont//      MENUITEM "x" //FONT oFont   ENDMENURETURN( oMenu )  And i want to delete( or not show ) the gray border in the Menu. https://i.postimg.cc/XJrTRP86/Graybar.png I tried with FiveWin for Harbour 14.02 - Feb. 2014 and FiveWin for ...
by Jilo1234
Wed Jan 11, 2023 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RE:MENUBAR QUESTION
Replies: 2
Views: 200

MENU BAR QUESTION

... "-" //FONT oFont//      MENUITEM "x" //FONT oFont   ENDMENURETURN( oMenu )  And i want to delete( or not show ) the gray border in the Menu. https://i.postimg.cc/XJrTRP86/Graybar.png https://postimg.cc/gXPSRNQg Is there an option to do it? ...
by Jilo1234
Mon Dec 26, 2022 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENU BAR QUESTION
Replies: 4
Views: 515

Re: Ribbon Theme

... "-" //FONT oFont//      MENUITEM "x" //FONT oFont   ENDMENURETURN( oMenu )   And i want to delete( or not show ) the gray border in the Menu. https://i.postimg.cc/XJrTRP86/Graybar.png [img]https://postimg.cc/gXPSRNQg[img] Is there an option to do it? ...
by Jilo1234
Mon Dec 26, 2022 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28492

Salvar bitmap from resources transparent

Hello I'm trying to record the bitmaps I have with transparent brackground, some and know how to do that? I'll use it on the pages and there is a gray appearing in the background. /*  ============================================================================== */Function BmpTOFile( cNome, ...
by Ari
Fri Nov 18, 2022 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Salvar bitmap from resources transparent
Replies: 0
Views: 196

Re: Show LINESTYLE of Xbrowse on line

... after creating the browse. We will consider providing this in future versions. Even then we will provide facility to change color of the pen ( GRAY to BLACK or any other color) but not the thickness of the Vertical Line. For now, I will give you a small function, Using this function, you can ...
by Silvio.Falconi
Thu Nov 03, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show LINESTYLE of Xbrowse on line - (run with errors)
Replies: 17
Views: 1108

Re: Show LINESTYLE of Xbrowse on line

... after creating the browse. We will consider providing this in future versions. Even then we will provide facility to change color of the pen ( GRAY to BLACK or any other color) but not the thickness of the Vertical Line. For now, I will give you a small function, Using this function, you can ...
by nageswaragunupudi
Thu Nov 03, 2022 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show LINESTYLE of Xbrowse on line - (run with errors)
Replies: 17
Views: 1108
Next

Return to advanced search