[wxPython-users] Semi-ANN: Tobu
AK
andrei.avk at gmail.com
Mon Mar 17 17:07:41 PDT 2008
Chris Mellon wrote:
> On Sun, Mar 16, 2008 at 12:42 AM, Andrei Kulakov <andrei.avk at gmail.com> wrote:
>
>> Hi, I believe I saw a post here not too long ago asking if it was ok to
>> announce WxPython programs on the list and the answer was that it's ok.
>> If I'm mistaken, I apologize. This is a semi-announce, this is my first
>> WxPython program except for a couple of really small and simple ones I
>> did before - this one is the first somewhat complex app. I'm sure I did
>> many ugly things in respect to factoring of the code, as well as
>> stylistic use of WxWindows elements in the app - and I'd greatly
>> appreciate if I got feedback on both accounts. It's far from being ready
>> for a general release.
>>
>> In short, Tobu is a freeform database organizer / tagger / outliner /
>> PIM / knowledge base.
>>
>> I made a tutorial page with a link to download at this location:
>> http://www.lightbird.net/tobu/ .
>>
>> I have a few questions:
>>
>> 1. On windows, when I use autoTextCompleter, there is a flickering
>> window the size of an item in the pulldown box that appears in the
>> middle of screen for a split second and then disappears. On Linux it
>> does not appear or it may be so fast that you can't see it. Is this a
>> known problem?
>>
>> 2. Is there an advanced Tabs extension class similar to Opera tabs where
>> you have a button to make a new tab on the left side, you can double
>> click in the empty area to make a new tab and you can drag tabs to
>> change places? (Actually I just tested and this already works in plain
>> Tabs! Wow!)
>>
>>
>
> You're not using the plain wxNotebook, but wxAUINotebook, which is an
> advanced tab manger. Clicking on the empty area for a new tab isn't
> default behavior but should be easy enough to add.
>
>
[snip]
Thanks! I will try your advice.. -ak
More information about the wxpython-users
mailing list