{5} Assigned, Active Tickets by Owner (Full Description) (6 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

ed

Ticket Summary Component Milestone Type Created
Description
#1120 report editor crashs if sample data has unicode reporting 0.8.3 defect 11/16/2007

(python:12684): Gtk-CRITICAL **: gtk_widget_add_accelerator: assertion `GTK_IS_WIDGET (widget)' failed Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14095, in <lambda>

lambda event: event.callable(*event.args, **event.kw) )

File "/usr/lib/python2.5/site-packages/dabo/ui/uiwx/dPemMixin.py", line 843, in raiseEvent

else:

File "/usr/lib/python2.5/site-packages/dabo/lib/eventMixin.py", line 92, in raiseEvent

bindingFunction(event)

File "/home/carl/dabodev/dabomodule/ide/ReportDesigner.py", line 2327, in onLeaveXmlEditorPage

report = editor._rw._getFormFromXML(editBox.Value)

File "/usr/lib/python2.5/site-packages/dabo/lib/reportWriter.py", line 1816, in _getFormFromXML

def _getFormFromXML(self, xml):

File "/usr/lib/python2.5/site-packages/dabo/lib/xmltodict.py", line 182, in xmltodict

ret = parser.Parse(xml)

File "/usr/lib/python2.5/site-packages/dabo/lib/xmltodict.py", line 156, in Parse

ParserStatus? = Parser.Parse(xml, 1)

UnicodeEncodeError?: 'ascii' codec can't encode character u'\u0107' in position 4521: ordinal not in range(128)


paul

Ticket Summary Component Milestone Type Created
Description
#1034 Refactor data-related things out of dForm ui 0.8.3 task 04/03/2007

Take all the data-related things like next(), new() out of dForm, and put them in a new dDataMediator class. Add new dDataForm and dDataDialog classes that descend from dDataMediator.

Alternatively (let's discuss which way is best), add new dBaseForm and dBaseDialog classes that don't contain the dDataMediator stuff, while dForm and dDialog do. This alternative will not break existing code, but it feels a bit backwards to me.


#1119 report - clip string regions reporting 0.8.3 defect 11/15/2007

I think you need to increase the height of a couple of

your string objects, as the area below the baseline is getting cut off.

I see the descenders of p and g getting cut off in "Bag Coupon" I bumped it from 25 to 30, and it is still cutting off in both the Editor and the Preview. It looks like the baseline doesn't care what the hight is.

Hmmm... there's probably a problem in the code I use to clip string regions. I predict that it becomes more apparent as the font size increases. Please open a ticket and post your rfxml there so I remember to hack into this.

http://leafe.com/archives/byMID/dabo-users/473C9332.4040503@ulmcnett.com


#1026 Status text getting overwritten too often by record position messages ui 0.8.3 defect 03/28/2007

The status is not displaying any text after a successful Form.saveAll() SUSE 10.2 python 2.5 wxPython 2.6


#1001 Use SQLAlchemy as our db backend layer db 2.0 enhancement 02/24/2007

Move to SQLAlchemy to interact with dbapi. They've done all the hard work, and we can use it to generate the records in our dCursor objects, with fields that can be referred to by index or key.


#1022 implement wrapper for Andrea Gavana's FlatNotebook class in dabo ui 0.8.3 enhancement 03/15/2007

Wrapper for FlatNotebook? called dPageFrameStyled


Note: See TracReports for help on using and creating reports.