|
Hi,
I am developing an installer using druid and libglade . I have n check boxes on druidpagestandar1 , depending on the check box value respective packages should be installed . I have a progressbar on druidpagestandar2 . i have written a logic such that depending on the size of the packages and number of packages , progressbar behaves . My Q ? is where should i place this logic so that i can see the progress in the progressbar , I have tried using on_druidpagestandar1_clicked() and on_druidpagestandard2_prepare() signals but failed .
Thanks.
|