On Wed, Dec 3, 2008 at 5:27 PM, Ryan Mann <[EMAIL PROTECTED]> wrote: > Hello. I'm blind and the Lazarus IDE does not work that well with my screen > reader. Instead of using the IDE to design graphical interfaces, is it > possible to write a graphical interface using Pascal code?
Yes, by all means. fpGUI Toolkit does this. There are no .lfm files, only a single .pas file that represents a Form. All UI code exists in a AfterCreate() method. fpGUI Toolkit does include a Visual Forms Designer, but that designer is simply to speed up the creation of the pascal code - still no .lfm files are used. I'm also working on a layout designer (I'm porting the Java MIG Layout) to Object Pascal and fpGUI. This will make it even easier to create a user interface without visual tools, plus it will be dpi and resolution independent. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal