On Sunday, January 22, 2012 10:54:59 PM Pankaj Yande wrote: > I am very new to python and dabo world. > I want to convert my vb6 database application to dabo frame work. using > OS: Windows XP > Python 2.6 > dabo framework > the problem is : > the dabo framework uses (app wiz or class designer ) the default font is > "MS Shell" .I want to change this to 'Arial Unicode' or 'Mangal' how can > I do this ? > I go though settigs.py / settings_overrides.py but no success. > Thanks
You can set the font at many different levels. Maybe the easiest is in the "initProperties" of your main form. Please review dFont.py for Font, FontBold, FontFace, and FontSize. That said note that all forms have the ability to change the size of the fonts by using "control-++" or (if you are using the standard menu) using View -> Increase Font size. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/2984850.BI4uc4PvuF@linux-12
