Changes between Version 20 and Version 21 of DevNotes/Obsolete/v3p1PunchList


Ignore:
Timestamp:
Jun 30, 2015 10:30:36 AM (9 years ago)
Author:
pkienzle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/v3p1PunchList

    v20 v21  
    7373  b. Reports can not be generated 
    7474>'''CHECK''' 
     75 
     7614. On mac when loading project, the following is repeated multiple times: 
     77 
     78{{{ 
     79Traceback (most recent call last): 
     80  File "/Users/pkienzle/anaconda/envs/bumps/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_core.py", line 16767, in <lambda> 
     81    lambda event: event.callable(*event.args, **event.kw) ) 
     82  File "/Users/pkienzle/Source/sasview/src/sas/guiframe/data_panel.py", line 689, in load_data_list 
     83    process.__str__()) 
     84  File "/Users/pkienzle/anaconda/envs/bumps/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/agw/customtreectrl.py", line 5138, in AppendItem 
     85    return self.DoInsertItem(parent, len(parent.GetChildren()), text, ct_type, wnd, image, selImage, data) 
     86  File "/Users/pkienzle/anaconda/envs/bumps/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/agw/customtreectrl.py", line 4886, in DoInsertItem 
     87    raise Exception("\nERROR: In Order To Append/Insert A MultiLine Text You Have To Use The Style TR_HAS_VARIABLE_ROW_HEIGHT") 
     88Exception:  
     89ERROR: In Order To Append/Insert A MultiLine Text You Have To Use The Style TR_HAS_VARIABLE_ROW_HEIGHT 
     90}}}