On Wed, Jun 18, 2008 at 4:15 PM, George Wright <[EMAIL PROTECTED]> wrote:
> I watched this thread to see if my problem got a mention - I'll just
> butt in.
> In my trial ClassDesigner layout I made the text edit box too small -
> but since there is no undo - I forged on.
> Later I select the too small box and, in the Object Info panel, alter
> the height property. This moves the lower box border into otherwise
> unused space.
> A test run works a treat with the new size box.
> But after a save, quit and restart I find that the change has not
> been saved at all.
> Are we talking about the same issue?

George,

I don't think it's the same problem.  Do you get any errors?

Ed,

I opened up my design file, changed an import declaration, deleted a
method, and created a new method.  Went to save and I got this
traceback:

Traceback (most recent call last):
  File "c:\Python25\lib\site-packages\dabo-full\trunk\dabo\ui\uiwx\dMenuItem.py"
, line 55, in __onWxHit
    self.raiseEvent(dEvents.Hit, evt)
  File "c:\Python25\lib\site-packages\dabo-full\trunk\dabo\ui\uiwx\dPemMixin.py"
, line 919, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
  File "c:\Python25\lib\site-packages\dabo-full\trunk\dabo\lib\eventMixin.py", l
ine 92, in raiseEvent
    bindingFunction(event)
  File "ClassDesigner.py", line 1670, in onSaveDesign
    self.wrapSave(self.CurrentForm.onSaveDesign, evt)
  File "ClassDesigner.py", line 1798, in wrapSave
    func(*args, **kwargs)
  File "c:\Python25\Lib\site-packages\dabo-full\trunk\ide\ClassDesignerFormMixin
.py", line 474, in onSaveDesign
    if not useTmp and not newFile and (propDictCompare == self._savedState):
UnboundLocalError: local variable 'newFile' referenced before assignment


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

Reply via email to