Branch: refs/heads/working
  Home:   https://github.com/dabodev/dabo
  Commit: 864fa32015d74239fa9df6952d5513cf79f26477
      
https://github.com/dabodev/dabo/commit/864fa32015d74239fa9df6952d5513cf79f26477
  Author: Paul McNett <[email protected]>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M dabo/ui/dDataControlMixinBase.py

  Log Message:
  -----------
  Fix activeControlValid() for non-bound controls.

I have a set of controls that aren't bound to a bizobj directly - I
hook into the ValueChanged event. However, the ValueChange was being
delayed inside flushValue(), resulting in the modal dialog being
already closed by the time the event was fired.


  Commit: 0d1569e61d61876a4e88a8473a6c67228c1d26ec
      
https://github.com/dabodev/dabo/commit/0d1569e61d61876a4e88a8473a6c67228c1d26ec
  Author: Paul McNett <[email protected]>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M dabo/lib/reportWriter.py

  Log Message:
  -----------
  Fixed multi-column printing with spanning objects.

An extraneous column change plus reprinting of the column headers
including spanning objects connecting incorrectly with the prior
column was happening in some cases even though we were at the end
of the report and there was nothing more to print.

Fixed by making sure we actually have stuff to print before
deciding to change columns.

Also, when changing columns, don't check ReprintHeaderOnNewPage,
but rather ReprintHeaderOnNewColumn.


Compare: https://github.com/dabodev/dabo/compare/4b9e1d7889e4...0d1569e61d61


--- StripMime Report -- processed MIME parts ---
multipart/mixed
  text/plain (text body -- kept)
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to