Page 1 of 1

FWH version 9.02 TAB

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

Re: FWH version 9.02 TAB

Posted: Sat Mar 14, 2009 12:26 am
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.

Re: FWH version 9.02 TAB

Posted: Sat Mar 14, 2009 6:18 am
by Otto
Antonio,
thank you.
I use now on the ON INIT oWnd:ReSize() and all is working well.
Best regards,
Otto

Re: FWH version 9.02 TAB

Posted: Sat Dec 03, 2016 4:48 am
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.

Re: FWH version 9.02 TAB

Posted: Sat Dec 03, 2016 8:09 am
by cnavarro
What version of Fwh do you use?

Re: FWH version 9.02 TAB

Posted: Sat Dec 03, 2016 9:28 am
by Antonio Linares
Carlos,

Please post your code to review how you are doing it