modal dialog problem
-
I have created modal dialog and I passed pointer to my View class to it. Now I need to get input from the dialog and update my List control in View class in real time. Is there any way to overwrite modal stage of the view only for input a then reset it back.
-
I have created modal dialog and I passed pointer to my View class to it. Now I need to get input from the dialog and update my List control in View class in real time. Is there any way to overwrite modal stage of the view only for input a then reset it back.
pepevejlupek wrote: Is there any way to overwrite modal stage of the view only for input a then reset it back. :confused: What do you mean by that? If you just need to get the data from the dialog and update the view class; just get the data in the part that you call the modal dialog. Then pass this data to your View class using either messaging or calling the functions of the view directly. Mustafa Demirhan http://www.macroangel.com Sonork ID 100.9935:zoltrix
They say I'm lazy but it takes all my time
-
pepevejlupek wrote: Is there any way to overwrite modal stage of the view only for input a then reset it back. :confused: What do you mean by that? If you just need to get the data from the dialog and update the view class; just get the data in the part that you call the modal dialog. Then pass this data to your View class using either messaging or calling the functions of the view directly. Mustafa Demirhan http://www.macroangel.com Sonork ID 100.9935:zoltrix
They say I'm lazy but it takes all my time