PELLES C

Post Reply
User avatar
Ruth
Posts: 67
Joined: Fri Dec 07, 2007 1:26 pm
Contact:

PELLES C

Post by Ruth »

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

Image
MGA
Posts: 1219
Joined: Mon Feb 25, 2008 2:54 pm
Location: Brasil/PR/Maringá
Contact:

Re: PELLES C

Post by MGA »

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

FWH17.04
FWPPC
Harbour/xHarbour
xMate
Pelles´C
TDolphin
User avatar
Ruth
Posts: 67
Joined: Fri Dec 07, 2007 1:26 pm
Contact:

Re: PELLES C

Post by Ruth »

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.
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: PELLES C

Post by Enrico Maria Giordano »

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

EMG
User avatar
Ruth
Posts: 67
Joined: Fri Dec 07, 2007 1:26 pm
Contact:

Re: PELLES C

Post by Ruth »

thanks a lot. we did it the way you suggested and it looks really good to me:
Image
User avatar
Marc Venken
Posts: 727
Joined: Tue Jun 14, 2016 7:51 am

Re: PELLES C

Post by Marc Venken »

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 20.08 with Harbour
Post Reply