Problems with scrollPanels

Post Reply
User avatar
Silvio.Falconi
Posts: 7164
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 2 times

Problems with scrollPanels

Post 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
Last edited by Silvio.Falconi on Tue Dec 18, 2018 5:49 pm, edited 1 time in total.
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
User avatar
Antonio Linares
Site Admin
Posts: 42597
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 40 times
Been thanked: 86 times
Contact:

Re: Problems with scrollPanels

Post by Antonio Linares »

Silvio,

Please provide a self contained PRG to test, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply