Re: Dynamically alter a list based on selections on other widgets

2015-09-10 Thread Derek
Try using Django smart selects: https://pypi.python.org/pypi/django-smart-selects/1.1.1 On Tuesday, 8 September 2015 18:45:07 UTC+2, Baktha Muralidharan wrote: > > Hello > > I am looking to develop a GUI (Form?) in which I can display a list the > contents of which change on the fly as the user

Dynamically alter a list based on selections on other widgets

2015-09-08 Thread Baktha Muralidharan
Hello I am looking to develop a GUI (Form?) in which I can display a list the contents of which change on the fly as the user makes other selections. For example, there could be a radio button (a simple yes/no button) - based on the selection, the displayed list needs to change dynamically. the