Yes, you can stop all functionality of parent and wants user to interact with child only then use grab_set(), to restore use grab_release(). If you want the Parent to hide then use withdraw(), to make it visible again use deiconify() Full code is available here . www.plus2net.com/python/tkinter-Toplevel.php
Not sure what you mean by url change but data of child window can be tracked from parent window. See this demo. Data entered in child will be available in parent. www.plus2net.com/javascript_tutorial/window-child3-demo.php Reading the value of child window ( in parent window ) opener.document.f1.p_name.value = document.frm.c_name.value;
God will truly bless you. Awesome video...
Glad to know you like it, thanks
Hello sir... Here I'm reminding u... Pls make a video on passing data from parent window to child window and vice versa...
th-cam.com/video/kcaa8BLjAI8/w-d-xo.html
Hi sir , I had a question that whether we can diactivate parent window when the child is open.
Yes, you can stop all functionality of parent and wants user to interact with child only then use grab_set(), to restore use grab_release().
If you want the Parent to hide then use withdraw(), to make it visible again use deiconify()
Full code is available here . www.plus2net.com/python/tkinter-Toplevel.php
Sir pls make a video on.... Passing data from parent window to child window and vice versa
Working on Python now, next week I will add that ,feel free to remind if I am not adding that.
th-cam.com/video/kcaa8BLjAI8/w-d-xo.html
wow very nice video i love it 3>
ye ye
this video is good
I'm glad you like it
thanks
How to detect url change in child window from parent window ?
Not sure what you mean by url change but data of child window can be tracked from parent window. See this demo. Data entered in child will be available in parent.
www.plus2net.com/javascript_tutorial/window-child3-demo.php
Reading the value of child window ( in parent window )
opener.document.f1.p_name.value = document.frm.c_name.value;