FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour PELLES C
Posts: 179
Joined: Fri Dec 07, 2007 01:26 PM
PELLES C
Posted: Wed Dec 11, 2019 02:19 PM
Dear friends,
please help me.
I have a screen designed in PELLES C and I need to set a bigger font for "TOTAL SUM" and a bold font too. How can this be done?
Thank you very much in advance. I add the screen for visualisation.
kind regards to all of you
Ruth

Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
Re: PELLES C
Posted: Wed Dec 11, 2019 02:51 PM

Local oFont, oDlg, oSay

Define font oFont name 'TAHOMA' SIZE 0,-12 bold

define dialog oDlg resource 'FATURAMENTO'

redefine say oSay id 4003 of oDlg font oFont

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin
Posts: 179
Joined: Fri Dec 07, 2007 01:26 PM
Re: PELLES C
Posted: Wed Dec 11, 2019 03:39 PM

great, thanks a lot.
this could help. but i am looking for a solution directly in the PELLES C editor since I give the task to a not so advanced co-worker. anything WYSIWYG would be appreciated.
I see that I can edit alignment (left, right, center,...) and a lot of other things but no font.
again thanks a lot and best regards.

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: PELLES C
Posted: Wed Dec 11, 2019 06:42 PM

Resources doesn't contain font info for the single control, only for the whole dialog.

EMG

Posts: 179
Joined: Fri Dec 07, 2007 01:26 PM
Re: PELLES C
Posted: Wed Dec 11, 2019 06:57 PM
thanks a lot. we did it the way you suggested and it looks really good to me:
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Re: PELLES C
Posted: Sun Dec 22, 2019 11:08 AM

I'm trying to use Pelles.

I have a .Res and a .Rc file.

If I change de Res file, after compiling it is back like it was, so the RC file is the file to change.

If I change the RC file and save the changes, all items are saved seperatly (bmp, Ico)...
Compiling is not possible any more.

Should I set some settings in Pelles /// Link file ?

Marc Venken

Using: FWH 23.08 with Harbour

Continue the discussion