Search found 4138 matches: font

Return to advanced search

Re: GROUPBOX

... [ LABEL | PROMPT <cLabel> ]; [ ID <nId> ]; [ OF | WINDOW | DIALOG <oWnd> ]; [ COLOR <cClrFore> [, <nClrBack> ] ]; [ FONT <oFont> ]; [ TRANSPARENT ] <nTop> , <nLeft> To specify the top and left coordinates. <oGroup> The variable to containt ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 180

Re: COMBOBOX

You received an error because REDEFINE COMBOBOX does not support FONT. Check fivewin.ch to always see the latest implementation of a command line. I use resources exclusively because the alignment on a complex dialog is much easier. I use the following resource ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 304

COMBOBOX

Dear friends, is it possible to have a COMBOBOX with custom FONT? I am creating COMBOBOX from resources and get a syntax error when compiling with "FONT oFontBig". maybe I have to create with source code? Kind regards to all of you and thank ...
by Ruth
Tue Feb 27, 2024 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 304

Re: Problem with FiveWin and PDF995 on Windows 11.

I have been testing with the following code: Function TestHaru() Local oPrn := nil Local oFont := nil Local cFile := Mcs_AppPath() + "TestPdf" + nAllTrim( Seconds()) + ".Pdf" Print oPrn File cFile Define Font oFont Name "Arial" Size 0,-14 ...
by byron.hopp
Tue Feb 13, 2024 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1221

Re: REDEFINE BUTTON with custom font

Many thanks João,

I didn't know this emulator.
It works fine. :D

Best regards, Detlef
by Detlef
Tue Feb 06, 2024 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685

Re: REDEFINE BUTTON with custom font

Dear friends,

thank you very much for the answer and also thank you for putting up so kindly with a beginner like me.

kind regards
Ruth
by Ruth
Mon Feb 05, 2024 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685

Re: REDEFINE BUTTON with custom font

Ruth, in workshop.exe, try Borland Checkbox Style. Regards. Hi João, do you mean Borland Resource Workshop? If so, does workshop.exe run on your machine? On my Windows 11 it crashes. :cry: Kind regards, Detlef Hello friend, look: https://fivewin.com.br/index.php?/topic/30233-contrib...
by karinha
Mon Feb 05, 2024 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685

Re: REDEFINE BUTTON with custom font

karinha wrote:Ruth, in workshop.exe, try Borland Checkbox Style.

Regards.

Hi João,

do you mean Borland Resource Workshop?
If so, does workshop.exe run on your machine?
On my Windows 11 it crashes. :cry:

Kind regards, Detlef
by Detlef
Sun Feb 04, 2024 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... cVar  := Space( 10 )   HB_CDPSELECT( "TRWIN" )   FW_SetUnicode( .f. )   SetGetColorFocus()   DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-20 CHARSET 162 // Use the charset that works for you   DEFINE DIALOG oDlg SIZE 450,300 PIXEL TRUEPIXEL ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54328

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For a moment, let us not bother about the font. Important for us is to check whether the Get is ANSI or Unicode When I start to run my application, it say "ANSI GET" first, after than ...
by Horizon
Sun Feb 04, 2024 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54328

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For a moment, let us not bother about the font. Important for us is to check whether the Get is ANSI or Unicode
by nageswaragunupudi
Sun Feb 04, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54328

Re: REDEFINE BUTTON with custom font

Ruth, in workshop.exe, try Borland Checkbox Style.

Regards.
by karinha
Sun Feb 04, 2024 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685

Re: Mark field as required

You can do this:
@ 0,0 SAY "Test *" of oDlg//Monospaced font
@ 0, 6 GET of oDlg
oDlg:aControls[1]:SayText() //color the "*" symbol red

it works well, but it may need to be updated :SayText when moving the window off/on the screen
by Natter
Sun Feb 04, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: REDEFINE BUTTON with custom font

Dear Mr. Gomez, thank you very much -> this is wonderful. I was able to implement it and adjust the font-sizes. https://mybergland.com/ruth/screen.jpg but now I still struggle with the box itself. Maybe it is possible to have the square form of the checkbox ...
by Ruth
Sat Feb 03, 2024 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685

Re: REDEFINE BUTTON with custom font

El caso es similar: Si lo de defines como objeto REDEFINE CHECKBOX oChe ID 4006 OF oDlg oChe:SetFont(oFontBold)  o a todos los del tipo checkbox ACTIVATE DIALOG oDlg CENTERED ;      VALID MsgYesNo( "Want to end ?" );      ON INIT AEval( oDlg:aControls, { |o| IF(...
by cmsoft
Sat Feb 03, 2024 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685
PreviousNext

Return to advanced search