FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH version 9.02 TAB
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

FWH version 9.02 TAB

Posted: Thu Mar 12, 2009 06:13 PM
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:

::ReSize() in method paint?

If I insert the line it is working.

Thanks in advance
Otto


Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: FWH version 9.02 TAB

Posted: Sat Mar 14, 2009 12:26 AM

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
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: FWH version 9.02 TAB

Posted: Sat Mar 14, 2009 06:18 AM

Antonio,
thank you.
I use now on the ON INIT oWnd:ReSize() and all is working well.
Best regards,
Otto

Posts: 230
Joined: Thu Sep 17, 2015 11:40 PM

Re: FWH version 9.02 TAB

Posted: Sat Dec 03, 2016 04:48 AM

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.

Carlos Atuncar - CaSoftSystem
Chincha - Perú
+51983478218
carlosalbatun@gmail.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM

Re: FWH version 9.02 TAB

Posted: Sat Dec 03, 2016 08:09 AM

What version of Fwh do you use?

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: FWH version 9.02 TAB

Posted: Sat Dec 03, 2016 09:28 AM

Carlos,

Please post your code to review how you are doing it

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion