On Thu, Oct 30, 2008 at 6:36 AM, Nick Mellor
<[EMAIL PROTECTED]> wrote:
> The issues I found were all with dabodemo. I'm using an Acer laptop at
> 1680x1050 resolution, which could be part of the problem. Also Win XP Pro
> Service Pack 3 and WinPython (Python 2.5)

Nick, The resolution is definitely not the problem.  I have run Dabo
without hiccup on Win XP Pro using Quad monitor each of which was at
1680x1050 for several months.  Now I run the setup using Vista, and
Dabo's UI functions the same.  I haven't had any problems because of
the resolutions.

>
> (1) dDateTextBox demo doesn't display promised tooltip

Confirmed in Vista

> (2) dSpinner-- top spinner not displayed (hidden behind intro text,
> occasionally appears when switching between windows)

Confirmed on Vista.

> (3) dTreeView not responding to changes in state of its buttons

dTreeView is throwing errors in the Demo.  I tried to right click on a
node to get a context menu and got the following error:

Traceback (most recent call last):
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dTreeView.py", line 431, in __onTree
ItemContextMenu
    self.raiseEvent(dEvents.TreeItemContextMenu, evt)
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dPemMixin.py", line 925, in raiseEve
nt
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, **kwargs)
  File "E:\Projects\Dabo\trunk\dabo\lib\eventMixin.py", line 92, in raiseEvent
    bindingFunction(event)
  File "e:\Projects\Dabo\trunk\demo\samples/dTreeView.py", line 12, in onTreeIte
mContextMenu
    pop = dabo.ui.dMenu()
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dMenu.py", line 215, in append
    menutype=menutype, *args, **kwargs)
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dMenu.py", line 199, in _createMenuI
tem
    item = _actualCreation(caption, help, picture, menutype, *args, **kwargs)
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dMenu.py", line 191, in _actualCreat
ion
    _item = self._getItem(help, picture, menutype, *args, **kwargs)
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dMenu.py", line 349, in _getItem
    itm = cls(self, HelpText=help, Icon=icon, kind=itmtyp, *args, **kwargs)
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dMenuItem.py", line 29, in __init__
    pm.dPemMixin.__init__(self, preClass, parent, properties, *args, **kwargs)
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dPemMixin.py", line 181, in __init__

    self._setNameAndProperties(properties, **kwargs)
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dPemMixin.py", line 218, in _setName
AndProperties
    self._setProperties(properties)
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dPemMixin.py", line 231, in _setProp
erties
    self.setProperties(properties)
  File "E:\Projects\Dabo\trunk\dabo\lib\propertyHelperMixin.py", line 210, in se
tProperties
    _setProps(propDict)
  File "E:\Projects\Dabo\trunk\dabo\lib\propertyHelperMixin.py", line 199, in _s
etProps
    setter(self, _propDict[prop])
  File "E:\Projects\Dabo\trunk\dabo\ui\uiwx\dMenuItem.py", line 121, in _setHelp
Text
    self.SetHelp(val)
  File "C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 1151
3, in SetHelp
    return _core_.MenuItem_SetHelp(*args, **kwargs)
TypeError: String or Unicode type required

As far as the buttons go:
  - Show Lines doesn't do anything visual.
  - Show Root Node looks like its hiding the root node on the backend
because collapse all doesn't collapse the root node when it's
unchecked, but nothing visual occurs
  - Show Root Node Lines doesn't do anything visual
  - When "Tree is Editable" is enabled, I can't edit the tree by
double clicking (context menu gives me the above error)
  - Show buttons does nothing.


> Don't know if Dabo Overview should contain some text, but for me there's
> only "Dabo Demonstration" printed at the top underneath an icon that looks
> like it's marking a missing image.

Dabo Overview contained a blown up vesion of the Dabo icon and the
words "Dabo Demonstration".  The image displayed for me.

I might have some time to look at this tomorrow, but that depends on
me sorting out a Class Designer bug tonight.

Nate L.


_______________________________________________
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