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
PELLES C
Re: PELLES C
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
Define font oFont name 'TAHOMA' SIZE 0,-12 bold
define dialog oDlg resource 'FATURAMENTO'
redefine say oSay id 4003 of oDlg font oFont
Re: PELLES C
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.
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.
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: PELLES C
Resources doesn't contain font info for the single control, only for the whole dialog.
EMG
EMG
Re: PELLES C
thanks a lot. we did it the way you suggested and it looks really good to me:
- Marc Venken
- Posts: 727
- Joined: Tue Jun 14, 2016 7:51 am
Re: PELLES C
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 ?
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
Using: FWH 20.08 with Harbour