Search found 4138 matches: font

Return to advanced search

Re: TITLE CLASS BUG with oDLg TRansparent

... your image, the TTitle class has the same color as the dialog ....this is exactly the problem DEFINE DIALOG oDlg SIZE nWd , nHt PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, RGB( 245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ...
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: 1661

TITLE CLASS BUG with oDLg TRansparent - RESOLVED-

seem not run ok TTItle class with a dialog TRansparent DEFINE DIALOG oDlg SIZE aCooDlg[1], aCooDlg[2] PIXEL TRUEPIXEL; FONT oFont TITLE "Configurazione" COLOR CLR_BLACK, rgb(245,245,235) TRANSPARENT; STYLE nOR( DS_MODALFRAME, WS_POPUP, WS_CAPTION, WS_SYSMENU, ; WS_MINIMIZEBOX) ...
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: 1661

Re: Modify the title font of a MdiChild window

My dear friend Otto, try this trick that you posted, using MDI, please. Mi querido amigo Otto, prueba este truco que publicaste usando MDI, por favor.    DEFINE WINDOW oWnd STYLE ( WS_POPUP | 0x00040000L  ) ;      COLOR CLR_BLACK, CLR_MSPURPLE MDI  Gracias,...
by karinha
Fri Mar 15, 2024 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 856

Problemas con comportamiento de XBrowse.

... y con otro no? es una DBF simple sin nada complejo, solo el indice. Asi lo tengo definido. DEFINE DIALOG oDlg FROM InicioDlg, 50 TO 646, 1350 FONT oFont TITLE 'Neteo de Sueldos' PIXEL @ InicioBrw,5 XBROWSE oBrw ; COLUMNS "ApeNom","Periodo","Sueldo","Jubilacion","Alquiler","Limpieza","Otros","Total","FechaPago" ...
by José Camilo
Fri Mar 15, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con comportamiento de XBrowse.
Replies: 1
Views: 394

Re: Modify the title font of a MdiChild window

Dear Ari,

Please review samples\skin3.prg
by Antonio Linares
Fri Mar 15, 2024 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 856

Re: Modify the title font of a MdiChild window

...   function Main()       local oWnd, nRowPos, nColPos, oBtnClose, oBtnMax, oBtnMin, lDrag := .F., oBoldDEFINE FONT oBold  NAME "Segoe UI" SIZE 0,-18 BOLD       DEFINE WINDOW oWnd STYLE ( WS_POPUP | 0x00040000L  ) ...
by Otto
Fri Mar 15, 2024 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 856

Re: Modify the title font of a MdiChild window

NO.

Regards, saludos.
by karinha
Thu Mar 14, 2024 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 856

Modify the title font of a MdiChild window

Hello everybody !

I hope everything is ok!

Dear,

Is it possible to modify the title font of a MDIChild or Dialog window, increasing the size and style?
by Ari
Thu Mar 14, 2024 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 856

Re: Bug FWH2402 - Botones

But Can you please delete the font definition of DEFINE DIALOG.

I removed the font and still it is working correctly.
I tried with FW_SetUnicode() .F. and .T. and still it is working correctly.
by nageswaragunupudi
Wed Mar 06, 2024 2:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 670

Re: Bug FWH2402 - Botones

... Main()   local oDlg, oFont, oBtn   HB_CDPSELECT( "ESWIN" )   DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-14   DEFINE DIALOG oDlg RESOURCE "Main" FONT oFont TITLE FWVERSION   REDEFINE BTNBMP oBtn ID ...
by Horizon
Wed Mar 06, 2024 1:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 670

Re: How to put a horizontal scroll bar at the bottom of xBrowse

Hey Rick,

Do you want a extra hor.scroll bar ? Not seen on the forum yet.

For the standart :

oBrw:nRowHeight := 40 // and use a larger font
oBrw:lHScroll := .T.

but I think you are looking for something else ...
by Marc Venken
Tue Mar 05, 2024 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 335

Re: Parpadeo de un SAY

... /* REDEFINE DYNAMIC SAY VAR cVeoRamo ID Ma_VeoRamo OF oDlgMa; HORIZONTAL SCROLL WRAP; RIGHT SHADED; COLOR CLR_WHITE, CLR_BLUE //FONT oFont */ REDEFINE SAY oVeoRamo VAR cVeoRamo PICTURE "@K!" ID Ma_VeoRamo OF oDlgMa REDEFINE GET oCosto VAR nCosto PICTURE "999,999.99" ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 601

Re: Parpadeo de un SAY

... REDEFINE DYNAMIC SAY VAR cVeoRamo ID Ma_VeoRamo OF oDlgMa; HORIZONTAL SCROLL WRAP; RIGHT SHADED; COLOR CLR_WHITE, CLR_BLUE //FONT oFont y no hay caso, incluso intente pasar el parametro objeto del say y me da error en la palabra DYNAMIC y he probado asi con la sugerencia de ...
by José Camilo
Sat Mar 02, 2024 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 601

Re: TUrlLink on Xbrowse

... i would use Solution from https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 as Request ; new METHOD EditURLlink() and 2nd Font (blue, underline) for URL Jimmy, I saw the G,Callego sample but it is not that I mean I sent you a video please see it
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 237

Re: TUrlLink on Xbrowse

... i would use Solution from https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 as Request ; new METHOD EditURLlink() and 2nd Font (blue, underline) for URL
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 237
PreviousNext

Return to advanced search