Search found 24 matches: agrdback

Return to advanced search

Re: TITLE CLASS BUG with oDLg TRansparent

... nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon @ nRow, 0 TITLE oTitle OF oDlg SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := 0 ACTIVATE DIALOG the Title control gradient is not visible and take the ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 282

Re: TITLE CLASS BUG with oDLg TRansparent

... nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon @ nRow, 0 TITLE oTitle OF oDlg SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := 0 ACTIVATE DIALOG the Title control gradient is not visible and take the ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 282

Re: TITLE CLASS BUG with oDLg TRansparent

... STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) @ nRow, 0 TITLE oTitle OF oDlg SIZE 1025, 65 NOBORDER //PIXEL oTitle:aGrdBack := { { 0.5, Rgb(250,250,245), Rgb(250,250,245) } } oTitle:nShadow := 0 Have you now understood what the problem is or do you need a pair of ...
by Silvio.Falconi
Sun Mar 17, 2024 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 282

Re: TITLE CLASS BUG with oDLg TRansparent

... TOPRIGHT // SHADOW NOSHADOW // NOBORDER   @ 10, 09 TITLETEXT OF oTitle TEXT cTextTl FONT oFont 3d COLOR CLR_MSGRAY   oTitle:lBorder :=.T.   oTitle:aGrdBack = { { 1, nRGB( 129, 130, 138 ), nRGB( 59, 60, 62 ) } }   oTitle:nShadowIntensity = 70   @ 060, 150 TITLE ...
by Silvio.Falconi
Sat Mar 16, 2024 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 282

TITLE CLASS BUG with oDLg TRansparent - RESOLVED-

... nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ICON oIcon @ nRow, 0 TITLE oTitle OF oDlg SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := 0 ACTIVATE DIALOG the Title control gradient is not visible and take the ...
by Silvio.Falconi
Fri Mar 15, 2024 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 282

Re: QRCODE

... OF oTitle BITMAP cBmp SIZE 48, 48 REFLEX ; TRANSPARENT @ nRowImg-2 , nColText TITLETEXT OF oTitle TEXT cTitle COLOR CLR_BLACK FONT oFont oTitle:aGrdBack := { { 1, RGB( 255, 255, 255 ), RGB( 229, 233, 238 ) } } oTitle:nShadowIntensity = 0 oTitle:nShadow = 0 oTitle:nClrLine1 := nrgb(0,0,0) oTitle:nClrLine2 ...
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3703

QRCODE

... OF oTitle BITMAP cBmp SIZE 48, 48 REFLEX ; TRANSPARENT @ nRowImg-2 , nColText TITLETEXT OF oTitle TEXT cTitle COLOR CLR_BLACK FONT oFont oTitle:aGrdBack := { { 1, RGB( 255, 255, 255 ), RGB( 229, 233, 238 ) } } oTitle:nShadowIntensity = 0 oTitle:nShadow = 0 oTitle:nClrLine1 := nrgb(0,0,0) oTitle:nClrLine2 ...
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3703

Re: Problem using images in TTitle from RESOURCE ? l

... ------------------ TITLE --------------REDEFINE TITLE oTitle ID 110 OF oDlgMain BORDER SHADOW BOTTOMRIGHT oTitle:lRound := .T.    // RoundoTitle:aGrdBack = { {0.5, 17920, 16777215 }, { 0.5, 16777215, 17920 } }oTitle:nShadowIntensity := 20oTitle:lTransparent := .F.// ...
by ukoenig
Mon May 29, 2017 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem using images in TTitle from RESOURCE ?
Replies: 5
Views: 1385

A question about using TEXTOUT on different images.

... hMemDC, oFont3:hFont ) , oTitle1 @ aPoints[1][1], aPoints[1][2] TITLE oTitle1 SIZE 300, 50 OF oDrawImg NOBORDER oTitle1:nShadow := 0 oTitle1:aGrdBack := {} oTitle1:lTransparent := .T. @ 1, 1 TITLETEXT OF oTitle1 TEXT TIME() FONT oFont3 COLOR nPenColor //SetBkMode( hMemDC, 1 ) //SetTextColor( ...
by ukoenig
Wed Jun 25, 2014 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A question about using TEXTOUT on different images.
Replies: 0
Views: 308

A possible complete RESET of a TTITLE at runtime ?

... aRect := GETCLIENTRECT( oTitle:hWnd ) returns 0 at startup I used ( before showing a new selection ) : oTitle:lBase := .F. oTitle:aGrdBack := {} oTitle:aGrdBase := {} oTitle:lBorder := .F. oTitle:nShadow := 0 // NO_SHADOW 0x00 // UP_LEFT_SHADOW 0x01 // UP_RIGHT_SHADOW 0x02 // DOWN_LEFT_SHADOW ...
by ukoenig
Tue Oct 01, 2013 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A possible complete RESET of a TTITLE at runtime ?
Replies: 0
Views: 504

Re: ttile ejemplo

... es 0x000000 y no me muestra nada. lo tengo asi: REDEFINE TITLE oTitle ID 222 of oDlgN SHADOW TEXT "Prueba " oTitle:lBorder:=.T. oTitle:aGrdBack = { { 1, nRGB( 129, 130, 138 ), nRGB( 59, 60, 62 ) } } No se ve el texto Prueba no se darle el color al texto.... Saludos y gracias Dario Fernandez
by D.Fernandez
Tue Aug 20, 2013 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ttile ejemplo necesito ejemplo desde recursos
Replies: 4
Views: 1067

TTitle from RESOURCE a Image-problem ?

... Test : REDEFINE TITLE oMTitle1 ID 110 TEXT "Test" OF oDlg1 SHADOWSIZE 0 oMTitle1:lTransparent := .F. oMTitle1:lBorder := .F. oMTitle1:aGrdBack := { { 1, nDColorF, nDColorF }, ; { 1, nDColorF, nDColorF } } @ 10, 10 TITLEIMG OF oMTitle1 BITMAP c_path + "\Images\" + cDImage ...
by ukoenig
Fri Apr 27, 2012 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTitle from RESOURCE a Image-problem ?
Replies: 5
Views: 1740

Re: TestTitl.prg Sample MDI

... := { { 0.1, 16777215, 12171775 },{ 0.1, 12171775, 16777215 } } // @ 0, 0 TITLE oInfo SIZE 300, 105 OF oToolBar NOBORDER SHADOWSIZE 0 // oInfo:aGrdBack := { { 0.1, 16777215, 12171775 },{ 0.1, 12171775, 16777215 } } @ 10, 10 TITLEIMG OF oInfo BITMAP ".\bitmaps\preview.bmp" SIZE 50, ...
by ukoenig
Wed Feb 29, 2012 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11715

Re: ExplorerBar and Get

... := .T. // aktive Kopfleiste oPanel1:SetFont ( oFont1 ) @ 25, -20 TITLE oTitle1 SIZE 120, 500 of oPanel1 NOBORDER SHADOW BOTTOMRIGHT oTitle1:aGrdBack := { { 0.87,8388608,16046754 }, { 0.87,16046754,8388608 } } oTitle1:lRound := .F. @ 10, 45 BTNBMP oBtn30 OF oTitle1 ; SIZE 48, 35 ; LEFT ; ...
by ukoenig
Tue Jul 19, 2011 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4939

A Problem using : VTitles, Gradient / Base and BtnBmp

... to fix the Problem ? ( I would like, to keep the round Button ). Otherwise I have to change the Button-class using Gradient-background. oBar1:aGrdBack := { { nGradPos, nColor1, nColor2 },{ nGradPos, nColor2, nColor1 } } http://www.pflegeplus.com/pictures/about15.jpg As soon ...
by ukoenig
Thu Jul 07, 2011 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem using : VTitles, Gradient / Base and BtnBmp
Replies: 3
Views: 766
Next

Return to advanced search