I tried it and it works great. I have some very simple first
impression suggestions though.

1) It's not immediately obvious that you first click on "Create a new
record" since you can edit what's there and can press "Save changes"
but nothing happens. Then when you press "Create a new record" it
clears all the fields. Maybe, just have it state in create a new
record if there aren't any records at all.

2) You must have a book title to get the "Save changes" button
enabled. Maybe you can use the same logic that enables that button to
set the background color of the required fields to red or something to
make them stand out.

3) To undo a search you search for "", maybe you could cram in a
little "Show all" button? I have to admit, I dunno where it'd go, it's
a pretty nice interface as is.

Anyway, these are all tiny little things that once you use your
program for a minute you'd learn them pretty quickly.

Regards,
    John Labenski


On 1/9/07, Hakki Dogusan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm terrible sorry, there was an error in zip.
> (I shouldn't upload it late night!)
>
> Corrected file is here:
>
> http://www.dynaset.org/dogusanh/download/dsbw-1.2.zip
>
>
> --
> Regards,
> Hakki Dogusan
>
>
> Hakki Dogusan wrote:
> > Hi,
> >
> > My first wxLua program!
> >
> > You may get it from:
> >    http://www.dynaset.org/dogusanh/download/dsbw.zip (2775Kb)
> >
> >
> >
> > readme.txt is as follows:
> >
> >
> > DynaSet Book Worm (dsbw)
> >
> > - About:
> >    A simple program for managing your books.
> >
> > - OS: Windows
> >
> > - Installation:
> >    Unzip somewhere, run dsbw.exe.
> >
> > - ToDo:
> >    It would be good to get book details from Amazon,etc.
> >
> > - Implementation:
> >    Most of the code taken from wxLua samples.
> >
> >    dsbw.exe             Loader. You can use lua5.1.exe instead of it.
> >    ds280u.dll           wxlua module, slightly modified and renamed to
> >   prevent conflicts.
> >                         compiled with static wx, and with my
> > lua-wxsqlite3 module.
> >    dsbw.lua             Bootstrap file (language is set here!)
> >    db/*                 Sqlite3 database created here.
> >    src/*                dsbw.exe sources and Code::Blocks project file
> > for wxlua module.
> >    app/*                Application sources.
> >    app/application.lua  Application code.
> >    app/translations.lua Translations. Technique taken from WebBook.
> >                         You can translate the program modifying this
> > file. Ex:
> >                         tt["WebBook - Version 1.0"] = {
> >                           tr = "WebBook - Sürüm 1.0",
> >                           pt = "WebBook - Versão 1.0",
> >                         }
> >    app/images.lua       Some xpm images.
> >    app/help             Files for about box.
> >
> > - Used software:
> >    lua-5.1.1
> >    wx-2.8.0-unicode
> >    wxlua-2.8.0-cvs20061226
> >    sqlite-3.3.7
> >    wxsqlite3-1.6
> >
> > - License:
> >    wxWidgets (http://www.opensource.org/licenses/wxwindows.php)
> >
> > - Thanks to:
> >    Lua           http://www.lua.org
> >    wxWidgets     http://www.wxwidgets.org
> >    wxLua         http://wxlua.sourceforge.net
> >    SQLite        http://www.sqlite.org
> >    wxSQLite3     http://wxcode.sourceforge.net/components/wxsqlite3
> >    Upx           http://upx.sourceforge.net
> >
> > - Comments and suggestions are welcome.
> >
> >
> > --
> > Regards,
> > Hakki Dogusan
> > [EMAIL PROTECTED]
> > http://www.dynaset.org/dogusanh
> >
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> wxlua-users mailing list
> wxlua-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to