FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour is there a "Frame" Control under Fivewin
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
is there a "Frame" Control under Fivewin
Posted: Sun Apr 09, 2023 04:51 AM
hi,

what can i use under Fivewin as "Frame" :-)

under HMG i use
Code (fw): Select all Collapse
#xcommand @ <row> , <col> FRAME <name> ;
        [ ID <nId> ] ;
        [ <dummy1: OF, PARENT, DIALOG> <parent> ] ;
        [ CAPTION <caption> ] ;
        [ WIDTH <w> ] ;
        [ HEIGHT <h> ] ;
        [ FONT <fontname> ] ;
        [ SIZE <fontsize> ] ;
        [ <bold : BOLD> ] ;
        [ <italic : ITALIC> ] ;
        [ <underline : UNDERLINE> ] ;
        [ <strikeout : STRIKEOUT> ] ;
        [ BACKCOLOR <backcolor> ] ;
        [ FONTCOLOR <fontcolor> ] ;
        [ <opaque: OPAQUE> ] ;
        [ <invisible: INVISIBLE> ] ;
        [ <transparent: TRANSPARENT> ] ;
        [ ON INIT <bInit> ] ;
greeting,

Jimmy
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: is there a &quot;Frame&quot; Control under Fivewin
Posted: Sun Apr 09, 2023 06:27 AM

Dear Jimmy,

What is a FRAME ?

Please post an image

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: is there a &quot;Frame&quot; Control under Fivewin
Posted: Sun Apr 09, 2023 06:48 AM
hi Antonio,
Antonio Linares wrote:
What is a FRAME ?

it is like a GROUPBOX (WC_STATIC) around some Controls

greeting,

Jimmy
Posts: 1816
Joined: Wed Oct 26, 2005 02:49 PM
Re: is there a &quot;Frame&quot; Control under Fivewin
Posted: Sun Apr 09, 2023 11:38 AM
Hola buenos días, creo que es lo que necesitas
Code (fw): Select all Collapse
@ 5, 8 GROUP oGrp OF oDlg PIXEL size 250, 56 FONT oFont1 PROMPT "The Title" TRANSPARENT
Saludos
LEANDRO AREVALO
Bogotá (Colombia)
https://hymlyma.com
https://hymplus.com/
leandroalfonso111@gmail.com
leandroalfonso111@hotmail.com

[ Turbo Incremental Link64 6.98 Embarcadero 7.70 ] [ FiveWin 25.01 ] [ xHarbour 64 bits) ]
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: is there a &quot;Frame&quot; Control under Fivewin
Posted: Tue Apr 11, 2023 03:38 AM

hi,

thx for Answer

yes, i can use a Groupbox as "Frame" even it is not a "Group" of Controls

what about "Line" in a Dialog / Window ?

greeting,

Jimmy

Continue the discussion