FWH version 9.02 TAB

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

FWH version 9.02 TAB

Post by Otto »

With version 9.02 I have a display problem with TABS.
Please compare the position of the TAB in the attached screens.

I compared Tab.prg from my old FWH version with the new one and found out
that this line is now missing.

What is the reason for deleting the line:

::oWnd:ReSize() in method paint?

If I insert the line it is working.

Thanks in advance
Otto

Image
Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FWH version 9.02 TAB

Post by Antonio Linares »

Otto,

>
What is the reason for deleting the line:
::oWnd:ReSize() in method paint?
>

You should call method ReSize() yourself. If called from method Paint(), then we can have recursive paint calls that may crash the app.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: FWH version 9.02 TAB

Post by Otto »

Antonio,
thank you.
I use now on the ON INIT oWnd:ReSize() and all is working well.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
CARLOS ATUNCAR
Posts: 41
Joined: Thu Sep 17, 2015 11:40 pm

Re: FWH version 9.02 TAB

Post by CARLOS ATUNCAR »

Greetings, a favor you will have an example of the use of the class TABS and PAGES since I am trying to use FOLDEREX that does not work to me since the dialogs are presented outside of the dialogue that contains the folder, many thanks in advance
And email carlosalbatun@gmail.com.

Thank you so much.
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: FWH version 9.02 TAB

Post by cnavarro »

What version of Fwh do you use?
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FWH version 9.02 TAB

Post by Antonio Linares »

Carlos,

Please post your code to review how you are doing it
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply