<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: Best GUI for small-scale accounting app?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>> I went w/wxPython for a second app because of its printing capabilities</FONT>
<BR><FONT SIZE=2>> and the large number of controls that come with it.  Otherwise I would</FONT>
<BR><FONT SIZE=2>> use pyFltk for small apps.</FONT>
</P>

<P><FONT SIZE=2>does FLK has any good positioning model now? Last time i checked i could only put something in pixel(sic) x=10, y=10, width=100, height=100.</FONT></P>

<P><FONT SIZE=2>It's awfull because you have to write window resize code (argh) and the widgets doesn't repect the font size if said user is using a resolution like 1900x1600 with DPI of almost 300 (my case hehe). Since your testing enviroment probably was 800x600 with a DPI of no more then 100 you'r big screen user will have fonts 1/3 of the desired size.</FONT></P>
<BR>
<BR>

</BODY>
</HTML>