On Saturday 04 October 2008 04:09:25 am Nate Lowrie wrote: > For now, I think the best solution is to pass > the bizobj references through the __init__ function on the dialog. > Remember to call super. Data changes are passed back out through the > bizobjs.
Maybe instead of abstracting the data-aware stuff from the dForm we can create a new class of dialog that can accept the passing of the bizobj/dForm. It is not that often apps require data aware dialogs. And the only reason the poster needs it is to get a modal form. Which if memory serves was the same reason we had the discussion a few months ago. I believe we just need a new class of dialog that is aware of the calling form. After all it is not very difficult to subclass the current Dabo dialog and pass "self" to the dialog. And changing the a fundamental of the current working framework seems a little over board to me. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
