Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » bug in DbfView example
bug in DbfView example [message #10778] Sat, 28 July 2007 15:06 Go to previous message
mr_ped is currently offline  mr_ped
Messages: 826
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
GUI_APP_MAIN
{
    SetDefaultCharset(CHARSET_WIN1250);
    SetLanguage(LNG_CZECH);
    Ctrl::NoLayoutZoom();
...


The SetLanguage does call (if the language is really changed):
SetDefaultCharset(GetLNGCharset(lang));
so the SetDefaultCharset after GUI_APP_MAIN is useless and misleading anyone who wants to learn UPP from examples. Smile
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: bug? : operator "!" for "bool"
Next Topic: howto access SVN please?
Goto Forum:
  


Current Time: Mon Apr 28 10:19:47 CEST 2025

Total time taken to generate the page: 0.00731 seconds