Search found 18 matches: shadowsize

Return to advanced search

How To Refresh() TITLETEXT With Arrays...???

... oBar_AA TEXT " Daily Analysis" COLOR 16711680 FONT oDash_F // Making Box @ 30, nY TITLE oBar_AA Size 150, 430 of oMainWnd TRANSPARENT // SHADOWSIZE 15 // BOTTOMRIGHT @ 30, nY TITLE oBar_AA Size 260, 430 of oMainWnd TRANSPARENT // SHADOWSIZE 15 // BOTTOMRIGHT @ 30, nY TITLE oBar_AA Size ...
by RiazKhan
Mon May 25, 2020 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Refresh() TITLETEXT With Arrays...???
Replies: 2
Views: 682

Re: QRCODE

... size 10, 30 ELSE DEFINE FONT oFont NAME "Arial" size 12, 30 ENDIF @ -1, -1 TITLE oTitle size oWnd:nWidth+1, nHeight+1 of oWnd SHADOWSIZE 0 @ nRowImg, 10 TITLEIMG OF oTitle BITMAP cBmp SIZE 48, 48 REFLEX ; TRANSPARENT @ nRowImg-2 , nColText TITLETEXT OF oTitle TEXT cTitle COLOR ...
by jnavas
Tue Dec 11, 2018 8:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

QRCODE

... size 10, 30 ELSE DEFINE FONT oFont NAME "Arial" size 12, 30 ENDIF @ -1, -1 TITLE oTitle size oWnd:nWidth+1, nHeight+1 of oWnd SHADOWSIZE 0 @ nRowImg, 10 TITLEIMG OF oTitle BITMAP cBmp SIZE 48, 48 REFLEX ; TRANSPARENT @ nRowImg-2 , nColText TITLETEXT OF oTitle TEXT cTitle COLOR ...
by jnavas
Tue Dec 11, 2018 8:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: QRCODE
Replies: 12
Views: 3745

TTitle from RESOURCE a Image-problem ?

... => TTITLE:LOADBITMAPS( 650 ) from code, there is no problem. The 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 } } @ ...
by ukoenig
Fri Apr 27, 2012 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTitle from RESOURCE a Image-problem ?
Replies: 5
Views: 1746

Re: TestTitl.prg Sample MDI

... BASE oInfo:aGrdBase := { { 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" ...
by ukoenig
Wed Feb 29, 2012 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11768

HotSpot-Editor Release 2.2 => UPDATE

... Hotspotarea ) or used as Message ( stayes on Screen with Button-actions ) 6. Defined Dialog-size 7. Defined Shadow-size Buttons and Sliders : 1. Shadowsize 0 - 20 2. Autoclose ON / OFF defines the behavior Tooltip or Message with Action 3. Hotspot opens a Multiline-Get with ELSEIF-part for multiple ...
by ukoenig
Sat Aug 13, 2011 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HotSpot-Editor Release 2.2 => UPDATE
Replies: 3
Views: 1088

Re: About box

... from the Message-background. only 2 extra Lines needed : 1. @ nTop, nLeft TITLE oBar1 SIZE nWidth, nHeight OF oContrl TRANSPARENT BORDER BASE SHADOWSIZE 0 2. oBar1:aGrdBase := { { nGradPos, nColor1, nColor2 } , ; { 10 - nGradPos, nColor2, nColor1 } } http://www.pflegeplus.com/pictures/about14.jpg ...
by ukoenig
Thu Jul 07, 2011 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About box
Replies: 13
Views: 2532

Re: About box

... // ----------------- FUNCTION SHOW_TITLE(oContrl, nTop, nLeft) Local oBar1 @ nTop, nLeft TITLE oBar1 size 300, 80 of oContrl SHADOW BOTTOMLEFT SHADOWSIZE 10 BOTTOMRIGHT @ 10, 20 TITLEIMG OF oBar1 BITMAP c_path + "\Bitmaps\Info.bmp" SIZE 45, 45 ANIMA LEVEL 255 ; ACTION ( NIL) // can ...
by ukoenig
Mon Jul 04, 2011 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About box
Replies: 13
Views: 2532

Re: Changing the tTitle text at runtime

... also from inside the same Title LOCAL oText1, oText2 //Title 5 Horizontal( Down ) @ 480, 150 TITLE oTitle5 size 460, 60 of oWnd SHADOW BOTTOMLEFT SHADOWSIZE 2 @ 5, 10 TITLEIMG OF oTitle5 BITMAP "../bitmaps\32X32\keys.bmp" SIZE 30, 30 REFLEX TRANSPARENT ANIMA ; ACTION oText2 :SetText( ...
by ukoenig
Sat May 07, 2011 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the tTitle text at runtime
Replies: 7
Views: 1129

Re: Changing the tTitle text at runtime

... 9.07" FONT oFont1 BRUSH oBrush1 ... ... //Title 5 Horizontal( Down ) @ 480, 150 TITLE oTitle5 size 460, 60 of oWnd SHADOW BOTTOMLEFT SHADOWSIZE 2 @ 5, 10 TITLEIMG OF oTitle5 BITMAP "../bitmaps\32X32\keys.bmp" SIZE 30, 30 REFLEX TRANSPARENT ANIMA @ 20, 60 TITLETEXT OF oTitle5 ...
by ukoenig
Sat May 07, 2011 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the tTitle text at runtime
Replies: 7
Views: 1129

Re: xBrowse with round corners ??

... good looking Solution : http://www.pflegeplus.com/pictures/embedded.jpg @ 50, 30 TITLE oTitle size 313, 211 of oWnd SHADOW topleft SHADOWSIZE 5 ROUND @ 10,10 XBROWSE oBrw ARRAY aData SIZE 300,200 PIXEL OF oTitle NOBORDER Best Regards Uwe :lol:
by ukoenig
Tue Feb 01, 2011 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with round corners ??
Replies: 8
Views: 1240

Wrong calculated Textposition in Class VTitles ?

... only, using BOTTOMRIGHT ) The Textposition is calculated from the Shadow-Border. @ 420, 150 TITLE oBar1 size 500, 105 of oDlg70 SHADOW BOTTOMRIGHT SHADOWSIZE 20 @ 420, 150 TITLE oBar1 size 500, 105 of oDlg70 SHADOW BOTTOMLEFT SHADOWSIZE 30 @ 420, 150 TITLE oBar1 size 500, 105 of oDlg70 SHADOW TOPLEFT ...
by ukoenig
Sun Sep 20, 2009 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrong calculated Textposition in Class VTitles ?
Replies: 0
Views: 240

Re: Defined Textcolor for VTitles ignored ?

... - Title-Height//Title 4 Vertical ( Right )// Top, Left - Width / Height @  0, nSCR0 - 80 TITLE oTitle4 size 80, nSCR17 of oWnd SHADOW NONE SHADOWSIZE 10 TOPRIGHT // Border@  0, nSCR0 - 95 TITLE oTitle3 size 15, nSCR17 of oWnd SHADOW NONE SHADOWSIZE 10 TOPRIGHT ......oTitle4:lRound := .F.oTitle4:aGrdBack ...
by ukoenig
Fri Aug 28, 2009 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Defined Textcolor for VTitles ignored ?
Replies: 7
Views: 1254

Re: New! Kinetic Scrolling support in FWH 9.08 !!! :-)

... LOCAL oFont1, oFont2, oFont3 local oBtn DEFINE WINDOW oWnd TITLE "TTitle Class Test" @ 015,150 TITLE oTitle1 size 330, 50 of oWnd SHADOWSIZE 0 COLORBOX CLR_BLACK,CLR_BLACK oTitle1:aGrdBack = { { 1, nRGB( 251, 230, 148 ), nRGB( 238, 149, 21 ) } } oTitle1:lROUND:=.F. oTitle1:lBorder:=.t. ...
by Marco Turco
Mon Aug 24, 2009 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New! Kinetic Scrolling support in FWH 9.08 !!! :-)
Replies: 13
Views: 3020

Re: New! Kinetic Scrolling support in FWH 9.08 !!! :-)

... "Verdana" SIZE 0, -16 BOLD DEFINE WINDOW oWnd TITLE "TTitle Class Test" @ 015,150 TITLE oTitle1 size 330, 50 of oWnd SHADOW SHADOWSIZE 0 oTitle1:aGrdBack = { { 1, nRGB( 251, 230, 148 ), nRGB( 238, 149, 21 ) } } @ 18, 50 TITLETEXT OF oTitle1 TEXT "Some texts" FONT ...
by Marco Turco
Mon Aug 24, 2009 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New! Kinetic Scrolling support in FWH 9.08 !!! :-)
Replies: 13
Views: 3020
Next

Return to advanced search