Am 2006-01-17 um 12:57 schrieb Adi J. Sieker:

- use standard wxIDs for the Exit and Help menu items, so wxWidgets will move them to the App menu under MacOS X
- new notes that don't have any content are silently ignored.
- moved the search trigger from key up to key down and changed the comparison for the Return key. I hope it works under MacOS X now. - call self._sendNoteSelectedEvent(node[0].Data) only if a node was selected in the tree.
- add a 2 pixel Border around the controls.
- changed a isinstance from unicode to basestring.
- replaced a few self.activateEditorContent()calls with self.rPanel.setFocus('content'). activateEditorContent is designed to be called as an event callback. - new notes are now created under the, in the tree or list view, selected note and not under the displayed.
- updated the default database, to reflect the changes.

Platform: Mac
Python Version: 2.4.1 on darwin
Dabo Version: Version 0.5; Revision 1797
UI Version: 2.6.1.0 on wxMac

It starts with a popup dialog warning "no image handler for type 25 defined"; I guess that's the .ico file.

I guess the wx.WXK_RETURN -- or rawKeyCode at all -- isn't the right thing on every platform. I remember some discussions about checking key codes on the wx mailing list...
I changed something with the search stuff. Would you please have another go.

Sorry, it still does nothing at pressing Return or Enter.

> - This looks like another dabo issue:
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/ dMenuBar.py", line 35, in __onWxMenuOpen
>     menu.raiseEvent(dEvents.MenuHighlight)
> AttributeError: 'Menu' object has no attribute 'raiseEvent'
>
Yep. Ed. :)
I'll see what I can do about that.
When does that happen?
Every time i rightclick in some note (but the context menu pops up and works).
I can't duplicate this under windows. But I'll keep alook out for it.

Still the same (but I didn't yet update dabo).

Another one:
I activate a sub-note and delete it, but choose "No" in the delete dialog. freeNotes then closes all open sub-note trees. I get the traceback if I open one again:
TypeError: int() argument must be a string or a number
I could duplicate this either.

It's still the same.
Doesn't it happen at yours, if you:
- open a sub-notes tree, e.g. "How to navigate"
- click on a sub-note, e.g. "Doublekeywords 2"
- press Ctrl-D and click on "No" in the dialog
- open the sub-note tree again (and perhaps click on the same sub-note)
?


Grüßlis vom Hraban!
---
http://www.fiee.net/texnique/
http://contextgarden.net
http://www.cacert.org (I'm an assurer)


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to