[PythonReports-users] A first go at splitting application up
Brought to you by:
a1s
From: Werner F. B. <wer...@fr...> - 2012-12-20 16:25:45
|
Hi Den, I made the changes as per your suggestion and so far it works out very nicely for me. It needs more testing, so don't apply this yet, especially as I just noticed it has some stuff (I forgot to do a commit locally) in there with which Alex was not happy and/or had no time to look at it yet. Things to ignore: - editor.propertiesgrid - display name changes for Font and Style Comments to the patch: - I named the property a bit differently as you suggested to reduce the potential of a conflict - Would also like to be able to pass the "data" in without having to set it in the shell, currently I just created a variable and set it and then check for that in "get_report_data". Not very clean, should probably be done with a method, no? Have started implementing things on my side to be able to call the designer, looks good so far but needs more testing. Will keep working on this over the next few days and will create an updated/cleaned patch sometimes next week. Let me know if you have any issues with how I did things so far. Best regards Werner |