I am developing small application where f1.py file has one class which contain frame1.When i clicked on search button frame should replaced with frame2 and progressbar should be diplayed.but this progressbar's argumets are coming from f2.py which have one class.f2.pyis imported to f1.py for use of class methods.Now how can i replace this frame where there is a dependency of file f2.py on progressbar.How can i do?
f1.py
...
User Profile
Collapse
-
how to pass frame object to other python file which have class?
-
Rashmi002 started a topic How to generate dictionary from selected checkbutton text as key and status as valuein PythonHow to generate dictionary from selected checkbutton text as key and status as value
I have generated checkbutton from inputstatus dictionary to set as default values.After tht once it get display on GUI when i select it respected text and status will be added to new dictionary
...Code:'''inputstatus = { 'maggi': 1, \ 'pizza': 1, \ 'cold drinks': 1, \ 'fries': 1, \ 'chapati': 0, \ 'dip': 0 -
-
-
Not able hide frame while selecting default radio button
Hii,
There is one application where two radio buttons are available.i.e default and custom. If custom is selected then one panel will be visible which contain available drives list of not selected checkbox which are generated based on list but while i am doing such things it generate checkbox many time while i am selecting custom again and again.It must be generated only once.if i select default radio then panel should be not visible....
No activity results to display
Show More
Leave a comment: