is there a "Frame" Control under Fivewin

is there a "Frame" Control under Fivewin

Postby Jimmy » Sun Apr 09, 2023 4:51 am

hi,

what can i use under Fivewin as "Frame" :?:

under HMG i use
Code: Select all  Expand view
#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
User avatar
Jimmy
 
Posts: 1613
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: is there a "Frame" Control under Fivewin

Postby Antonio Linares » Sun Apr 09, 2023 6:27 am

Dear Jimmy,

What is a FRAME ?

Please post an image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41476
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: is there a "Frame" Control under Fivewin

Postby Jimmy » Sun Apr 09, 2023 6:48 am

hi Antonio,
Antonio Linares wrote:What is a FRAME ?

it is like a GROUPBOX (WC_STATIC) around some Controls

Image
greeting,
Jimmy
User avatar
Jimmy
 
Posts: 1613
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: is there a "Frame" Control under Fivewin

Postby leandro » Sun Apr 09, 2023 11:38 am

Hola buenos días, creo que es lo que necesitas

Code: Select all  Expand view

@ 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

[ Embarcadero C++ 7.60 for Win32 ] [ FiveWin 23.07 ] [ xHarbour 1.3.0 Intl. (SimpLex) (Build 20230914) ]
User avatar
leandro
 
Posts: 1489
Joined: Wed Oct 26, 2005 2:49 pm
Location: Colombia

Re: is there a "Frame" Control under Fivewin

Postby Jimmy » Tue Apr 11, 2023 3: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
User avatar
Jimmy
 
Posts: 1613
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 41 guests