Hi everyone,
I have a tab_control_x which is descended from tab_control_y. I also have tab_control_x.uf_save() and tab_control_y.uf_save(). When I first created tab_control_x
the uf_save() function did not return anything even though it is supposed to return an int. The ancestor uf_save() was called. Then I added some code to this and it broke.
Now I have to do a Super::uf_save() followed by a return 1
in order to do the same thing I was doing before.
Does anyone have any clue about this?
Thanks very much,
Mark
I have a tab_control_x which is descended from tab_control_y. I also have tab_control_x.uf_save() and tab_control_y.uf_save(). When I first created tab_control_x
the uf_save() function did not return anything even though it is supposed to return an int. The ancestor uf_save() was called. Then I added some code to this and it broke.
Now I have to do a Super::uf_save() followed by a return 1
in order to do the same thing I was doing before.
Does anyone have any clue about this?
Thanks very much,
Mark