FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problems with scrollPanels
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Problems with scrollPanels
Posted: Tue Dec 18, 2018 04:11 PM
please first read this topic
viewtopic.php?f=3&t=36470&start=0

I'm making a small touch screen Invoice

I made this dialog




1. elements
2 . services ( products)
3. invoice (body of invoice)


when resize the dialog the bottom of second scrollpanel not arrive as the big scrollpanel and not make the focus of elements

If on big scrollpanel therei s not any btton the exe crash
I think because when I create the panel I make a resize and the checkresize

ACTIVATE DIALOG oDlg CENTERED ;
ON INIT ( oPanel1 := CreatePanel1( oDlg ), oPanel1:CheckResize(),; // elements
oPanel2 := CreatePanel2( oDlg ), oPanel2:CheckResize(),; //services
oPanel3 := CreatePanel3( oDlg ), oPanel3:CheckResize() ) //invoices
RETURN NIL

How I can resolve becaus eat forst I not have any record into big panel
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Problems with scrollPanels
Posted: Tue Dec 18, 2018 05:11 PM

Silvio,

Please provide a self contained PRG to test, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion