buttonbar bottom

buttonbar bottom

Postby Silvio.Falconi » Thu Oct 29, 2020 12:02 pm

I wish create a buttonbar at the bottom of dialog
why not run ?


Code: Select all  Expand view



 DEFINE DIALOG oDlgSelCampi       ;
   TITLE "Selezione campo"     ;
   SIZE nWidth, nHeight   PIXEL     ;
   STYLE nOr( DS_MODALFRAME, WS_POPUP, WS_CAPTION,  4 ) ;
   COLOR CLR_BLACK,  nRgb( 245,244,234)


   DEFINE BUTTONBAR oBar OF oDlgSelCampi SIZE 80,64 2010 BOTTOM

       DEFINE BUTTON OF obar ;
         filename ".\bitmaps\conferma.bmp"       ;
          LEFT BTNRIGHT;
          GROUP ;
          action oDlgSelCampi:end()

         DEFINE BUTTON OF obar ;
         filename ".\bitmaps\Esci.bmp"       ;
          PROMPT  "Chiudi" ;
          LEFT ;
          GROUP ;
          action oDlgSelCampi:end()


  ACTIVATE DIALOG oDlgSelCampi center
   RETURN NIL

 
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6893
Joined: Thu Oct 18, 2012 7:17 pm

Re: buttonbar bottom

Postby nageswaragunupudi » Fri Oct 30, 2020 9:15 am

1. Create ButtonBar without BOTTOM clause.
2. ON INIT oBar:GoDown()
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10465
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: buttonbar bottom

Postby Silvio.Falconi » Sat Oct 31, 2020 8:08 am

ok thanks
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6893
Joined: Thu Oct 18, 2012 7:17 pm

Re: buttonbar bottom

Postby Silvio.Falconi » Sun Nov 01, 2020 11:10 am

nageswaragunupudi wrote:1. Create ButtonBar without BOTTOM clause.
2. ON INIT oBar:GoDown()



I make a check
I have a your sample test ( fwh 15.04) with you use Bottom clausole and not oBar:godown() on init but oDlg:resize()

Image

that's why I'm sometimes confused by your answers
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6893
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Antonio Linares and 35 guests