I would like to create a Parent and Child Dialog in Tkinter.
Parent Dialog will be having have the Combo Box with Geometry Selection
Parent Dialog :
-------------------
- Point
- Line
- Circle
- Helix
And It will be provided with Next ,Exit,Help Buttons.With Minimize,Maximize and Close option at the Top right corner, and the Parent dialog can be resizeable
On Click of the "Next" button in Parent Dialog,It should invoke the "ChildDialog"
Child Dialog :
-------------------
For Point option selected in the Parent Dialog, the Child Dialog should have the following option.
Radio button
- 2D Point
- 3D Point
- Projected Point
And It will be provided with Back,Execute ,Exit,Help Buttons.With Minimize,Maximize and Close option at the Top right corner.The Child dialog can be resizeable
Sample piece of code for the above requirement will be really apreciated
Thanks in advance
PSB