PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Jean-Pierre LEROY on June 11, 2006, 06:07:48 PM

Title: Same non modal form with a TabControl
Post by: Jean-Pierre LEROY on June 11, 2006, 06:07:48 PM
Hello,

In a project I open a non-modal Form, several times with different data in it; in this form I have a Tab Control with 3 Tabs child.

When the second form is opened, I am not able to change Tab in the first form ? I can select tab only in the last form that has been opened.

Any ideas ?
Jean-Pierre
Title: Same non modal form with a TabControl
Post by: Jean-Pierre LEROY on June 18, 2006, 07:04:05 AM
Hello Paul,

To illustrate this problem, I prepared a test project that I sent to you this morning.

To test this project :

1. click on "To open "Form1" the first time" button
2. click on "To open "Form1" a second time" button

Then try to switch tab on the first opened "Form1"; I can select the tab 1, 2 or 3, but the child form doesn't appear on the screen; this is my problem.

I hope you can help me on this specific issue.

Jean-Pierre
Title: Same non modal form with a TabControl
Post by: TechSupport on June 18, 2006, 07:53:18 PM
Hi Jean-Pierre,

I fixed a code generation problem with TabControls on multiple
modeless Forms. The new FFengine should fix the problem.

http://www.planetsquires.com/files/FFengine.zip
Title: Same non modal form with a TabControl
Post by: Jean-Pierre LEROY on June 19, 2006, 03:30:22 AM
Hi Paul,

Thank you for the update; you fix the problem !

Jean-Pierre