[wxpython-users] ANN: Airs v0.9d released

Jorgen Bodde jorgen.maillist at gmail.com
Mon Apr 14 00:48:50 PDT 2008


Hi Roee,

Thank you for that! I wonder why it works on my Windows XP then. Did
you try it on linux perhaps? I made the change for the next version.

Hi Malcolm,

I will look into the sizing issues (I added it to the todo list). As
for the close button, it is not really a close button but more a
dismiss button to clear the new episodes notification. I can imagine
it is confusing and I will see what I can do about that.

Thanks for the feedback!
- Jorgen



On Mon, Apr 14, 2008 at 8:25 AM, roee shlomo <roee88 at gmail.com> wrote:
> Sorry, should have addressed Jorgen, not Malcolm :-)
>
>
>
>
> On 14/04/2008, roee shlomo <roee88 at gmail.com> wrote:
> >
> > Hi Malcolm,
> >
> > Airs fails to launch due to unicode issues.
> > storm.databases.sqlite does not accept unicode.
> > To fix this problem change airs/data/db.py line 55 to:
> >
> > > database = create_database("sqlite:" + db_filename.encode('utf-8'))
> >
> >
> >
> > Roee.
> >
> >
> > On 14/04/2008, Malcolm Greene <python at bdurham.com> wrote:
> > > Hi Jorgen,
> > >
> > > Tried the latest update and the application works! I haven't configured
> > > the app yet but look forward to doing so.
> > >
> > > Two comments on exploring the user interface:
> > >
> > > 1. Frame resizing behavior:
> > >
> > > a. Its possible to resize the main frame too small and have the controls
> > > overlap one another in an ugly fashion. Can you set min horizontal and
> > > vertical dimensions for the main frame to prevent this behavior?
> > >
> > > b. The Add/Edit Series dialog can be resized horizontally (good!) and
> > > has a min width (good!). This dialog can also be vertically resized
> > > which is just ugly. Can you prevent vertical resizing?
> > >
> > > 2. The close button (X) on the status message panel (directly above
> > > "Show only unprocessed episodes" checkbox) does not appear to work.
> > >
> > > Thanks for sharing your work with the community!
> > >
> > > Regards,
> > > Malcolm
> > >
> > >
> > > ----- Original message -----
> > > From: "Jorgen Bodde" <jorgen.maillist at gmail.com>
> > > To: wxpython-users at lists.wxwidgets.org
> > > Date: Mon, 14 Apr 2008 00:06:53 +0200
> > > Subject: Re: [wxpython-users] ANN: Airs v0.9d released
> > >
> > > Malcolm,
> > >
> > > Did you try the latest download? I found the problem. I forgot to
> > > create the directory in the Documents And Settings\Application Data\.
> > > The code that created the dir got lost by moving the piece of code to
> > > a different location in my app.
> > >
> > > Regards,
> > > - Jorgen
> > >
> > > On Sun, Apr 13, 2008 at 11:05 PM, Malcolm Greene <python at bdurham.com>
> > > wrote:
> > > > Jorgen,
> > > >
> > > >  No error logs on my side.
> > > >
> > > >  Regards,
> > > >  Malcolm
> > > >
> > > >
> > > > _______________________________________________
> > > >  wxpython-users mailing list
> > > >  wxpython-users at lists.wxwidgets.org
> > > >  http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
> > > >
> > > _______________________________________________
> > > wxpython-users mailing list
> > > wxpython-users at lists.wxwidgets.org
> > > http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
> > > _______________________________________________
> > > wxpython-users mailing list
> > > wxpython-users at lists.wxwidgets.org
> > > http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
> > >
> >
> >
>
>
> _______________________________________________
>  wxpython-users mailing list
>  wxpython-users at lists.wxwidgets.org
>  http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
>
>


More information about the wxpython-users mailing list