Search found 26 matches: otextfont

Return to advanced search

Re: BTNBMP with animated GIF ?

... ; // the 1. image of a set. Using a animated gif, only the 1. image is visible CENTER ROUND ; PROMPT "&Run .." ; FONT oTextFont ; ACTION ( RUN_ACTION(oBtn), lRun := .T., GIF_RUN(oBtn) ) // calling the single images of a defined set. The animated GIF is splitted to the ...
by ukoenig
Mon Jun 20, 2016 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A solution for BTNBMP using animated GIF's
Replies: 10
Views: 1940

Re: A font-problem in METRO-app ?

... := .t. // added oMetro:oFont:End() oMetro:oFont := oFontLarge // Title oMetro:oBtnFont:End() oMetro:oBtnFont := oFontTiny // Button oMetro:oTextFont:End() oMetro:oTextFont := oFontSmall // Button // the buttons : DEFINE METROBUTTON oBtn OF oMetro ; .... .... .... any idea what could be ...
by ukoenig
Sat Apr 09, 2016 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1326

Re: A font-problem in METRO-app ?

... // Title http://www.pflegeplus.com/IMAGES/Metrob5.jpg oPanel1:oBtnFont:End() oPanel1:oBtnFont := oFontTiny // Button oPanel1:oTextFont:End() oPanel1:oTextFont // Button http://www.pflegeplus.com/IMAGES/Metrob6.jpg a typical defined button DEFINE METROBUTTON ...
by ukoenig
Sat Apr 09, 2016 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1326

Re: A font-problem in METRO-app ?

... funny results the LOG-file messages are fixed. activating : oPanel1:oFont, Title and buttons are using the same font oPanel1:oBtnFont and oPanel1:oTextFont are not shown I used : // my defined fonts// ------------------//DEFINE FONT oFontLarge NAME "Arial" SIZE 0, -50 BOLD//DEFINE FONT ...
by ukoenig
Sat Apr 09, 2016 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1326

Re: A font-problem in METRO-app ?

... to each button. Instead please assign fonts to the metro panel like this: oPanel:oBtnFont:End() oPanel:oBtnFont := oNewFontForBtnCaption oPanel:oTextFont:End() oPanel:oTextFont := oNewFontForBtnText You do not destroy your fonts because oPanel destroys these new fonts when ends.
by nageswaragunupudi
Fri Apr 08, 2016 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1326

A font-problem in METRO-app ?

... beenden" ; TEXTALIGN "TOPLEFT" ; ACTION oWnd:End() oSBtn[105]:nClrCaption := CLR_WHITE oSBtn[105]:oFont := oTileFont oSBtn[105]:oTextFont := oTileFont best regards Uwe :?:
by ukoenig
Fri Apr 08, 2016 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1326

Re: Size buttons in metroPanel

... ; BODYTEXT "testen" ; TEXTALIGN "BOTTOMCENTER" oSBtn[60]:nClrCaption := aVal[74] oSBtn[60]:oFont := oFontTiny oSBtn[60]:oTextFont := oFontTiny oSBtn[60]:bMMoved = { | nRow, nCol, nFlags | SHOW_FRAME( oSBtn, 60, nOld ), nOld := 60 } http://www.pflegeplus.com/IMAGES/MButton1.jpg ...
by cnavarro
Mon Mar 28, 2016 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size buttons in metroPanel
Replies: 11
Views: 2768

Re: Size buttons in metroPanel

... ; BODYTEXT "testen" ; TEXTALIGN "BOTTOMCENTER" oSBtn[60]:nClrCaption := aVal[74] oSBtn[60]:oFont := oFontTiny oSBtn[60]:oTextFont := oFontTiny oSBtn[60]:bMMoved = { | nRow, nCol, nFlags | SHOW_FRAME( oSBtn, 60, nOld ), nOld := 60 } http://www.pflegeplus.com/IMAGES/MButton1.jpg ...
by ukoenig
Thu Mar 24, 2016 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size buttons in metroPanel
Replies: 11
Views: 2768

Possible another Submenu from METRO SUBmenu-button ?

... "MIDDLECENTER" ; SIZE 50, 50 ; MENU SERVICE(oWnd,oMetro) oSBtn[31]:nClrCaption := nMText3B oSBtn[31]:oFont := oFontSmall oSBtn[31]:oTextFont := oFontTiny ... ... oMetro:Show() RETURN NIl // ---- STATIC FUNCTION SERVICE(oWnd,oMetro) LOCAL oBtn[20], oBrush IF oMenu2 == nil DEFINE ...
by ukoenig
Thu Jun 04, 2015 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible another Submenu from METRO SUBmenu-button ?
Replies: 2
Views: 665

Possible changes in METRO ( Design ) ?

... height. TMetroBtn():New( nX, nY, lLarge, Self, cCaption, cImgName, bAction, nAlign, ; nBmpAlign, nBmpWidth, nBmpHeight , oFont, cText, nTextAlign, oTextFont, oSubMetro, ; nGroup, cBackImage, cAction, cSub ) TMetroBtn():New( nX, nY, lLarge, Self, cCaption, cImgName, bAction, nAlign, ; nBmpAlign, ...
by ukoenig
Tue May 01, 2012 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible changes in METRO ( Design ) ?
Replies: 0
Views: 394

Re: BIG Tooltip

... ) : Temp1 := "62.6" // change Values @ 25,15 say oSay VAR Temp1 of oDlg SIZE 40, 15 COLOR CLR_WHITE PIXEL adjust ; FONT oTextfont TRANSPARENT HOTSPOR-area from Say : 25,15,30,55 Top : 25 Left : 15 Bottom : 40 Right : 55 2. define a Action for the SAY, performed on clicking ...
by ukoenig
Thu Aug 18, 2011 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BIG Tooltip
Replies: 11
Views: 2651

Re: Not Releasing Font

Maybe possible to Test xBrowse as well ? ( searching for non released objects ) 1. I used 3 Fonts : oSysfont, oHeadFont and oTextFont. oTextFont is not released. Closing the Mainwindow : oSysFont:End() oHeadFont:End() oTextFont:End() 07/15/11 11:43:29: FONT,-318105223,MAIN(138) // oTextfont ...
by ukoenig
Fri Jul 15, 2011 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not Releasing Font
Replies: 25
Views: 5749

Different Size BTNBMP from Code / Resource ?

... REDEFINE BTNBMP oBtn1 ID 500 OF oWndBtnB 2007 ; FILENAME c_path + "\Bitmaps\32Exit.bmp" ; LEFT ; PROMPT " &Exit" ; FONT oTextFont ; ACTION ( oWndBtnB:End() ) oBtn1:cTooltip := "Test-Button" oBtn1:lTransparent := .F. oBtn1:l2007 := .T. oBtn1:SetColor( nTColor5 ...
by ukoenig
Mon Feb 21, 2011 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different Size BTNBMP from Code / Resource ?
Replies: 0
Views: 290

Re: Bug in TFolderEx

... ) // oFld:lTransparent := .T. oFld:nFolderHeight := nTabH oFld:nSeparator := nTabS oFld:bClrText := {| o, n | nTColor3 } oFld:oFont := oTextFont Best Regards Uwe :lol:
by ukoenig
Mon Feb 14, 2011 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2883

Re: Bug in TFolderEx

... oFld:nOption ) oFld:lTransparent := .T. oFld:nFolderHeight := nTabH oFld:nSeparator := nTabS oFld:bClrText := {| o, n | nTColor3 } oFld:oFont := oTextFont REDEFINE SAY oSay3 ID 110 PROMPT cTEXTFONT1 OF oFld:aDialogs[1] FONT oTextFont PIXEL oSay3:SetColor( nTColor2, ) oSay3:lTransparent := .T. ...
by ukoenig
Mon Feb 14, 2011 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TFolderEx
Replies: 12
Views: 2883
Next

Return to advanced search