Page 1 of 1

Problems with scrollPanels

Posted: Tue Dec 18, 2018 4:11 pm
by Silvio.Falconi
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


Image

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

Re: Problems with scrollPanels

Posted: Tue Dec 18, 2018 5:11 pm
by Antonio Linares
Silvio,

Please provide a self contained PRG to test, thanks