Cross-Platform Programming with wxWidgets
Just Make It Cross-Platform
Subscribe to Feed
  • Home
  • Projects
  • Links

Posts Tagged ‘wxWidgets’

Прозрачное журналирование с wxLog

wxWidgets No Comments » |

В wxWidgets есть отличный механизм журналирования wxLog.
С его помощью можно решить проблему ведения лога одновременно в файл и, например, в текстовый контрол.

Если необходимо выводить сообщения в файл не только в ANSI, а и в Unicode,
то очень удобно использовать логгер wxLogStream.
Для его использования, потребуется собрать (если еще не собрано) wxWidgets с выставленной поддержкой std потоков:
(more…)


January 23rd, 2008 |

Tags: wxLog, wxWidgets, Статьи




wxJSON Tutorial – Part IV – Using Comment Lines in wxJSON

wxWidgets No Comments » |

Preface

Here is a fourth part of wxJSON tutorial provided by Luciano Cattani, author and maintainer of wxJSON library.

  • Visit wxJSON homepage
  • Read Part I of this tutorial
  • Read Part II of this tutorial
  • Read Part III of this tutorial
  • Read Part IV of this tutorial

Using Comment Lines in wxJSON

Comments are not supported by the JSON syntax specifications but many JSON implementations do recognize and store comment lines in the JSON value objects. Starting by version 0.2, the wxJSON library do recognize and store C/C++ comment lines in the JSON input text and can also write comments to the JSON output text.
(more…)


January 19th, 2008 |

Tags: Articles, wxJSON, wxWidgets, Статьи




wxJSON Tutorial – Part III – Describing a Table

wxWidgets No Comments » |

Preface

Here is a third part of wxJSON tutorial provided by Luciano Cattani, author and maintainer of wxJSON library.

  • Visit wxJSON homepage
  • Read Part I of this tutorial
  • Read Part II of this tutorial
  • Read Part III of this tutorial
  • Read Part IV of this tutorial

Describing a Table with wxJSON

How many times did you use a table in your application? I know the answer: many times. So the best thing would be to write a general-purpose panel window that is capable to show every possible table and table’s format.
(more…)


January 19th, 2008 |

Tags: Articles, wxJSON, wxWidgets, Статьи




wxJSON Tutorial – Part II – Сonfiguration File

wxWidgets No Comments » |

Preface

Here is a second part of wxJSON tutorial provided by Luciano Cattani, author and maintainer of wxJSON library.

  • Visit wxJSON homepage
  • Read Part I of this tutorial
  • Read Part II of this tutorial
  • Read Part III of this tutorial
  • Read Part IV of this tutorial

Creating a Configuration File with wxJSON

We start by using JSON for an application’s configuration file. There are many formats for storing application’s configuration data. I remember when there was MS-DOS: each application used its own, unreadable and proprietary format (it was a nightmare). Next came Windows 3: it had a better way for storing application’s configuration data; they were kept in an .INI file which contains simple ASCII text. This was a good thing because it was easier for humans to fine-tuning application’s behaviour.

In this example we use JSON to store the configuration data of a simple web server application. If you take a look at the Apache config file you will notice that our example looks very similar (but much more human readable).
(more…)


January 19th, 2008 |

Tags: Articles, wxJSON, wxWidgets, Статьи




wxJSON Tutorial – Part I – Introduction

wxWidgets No Comments » |

Preface

Today I start publishing a cycle of articles related to wxJSON library. These articles are provided by Luciano Cattani, author and maintainer of wxJSON.

Below is a first article which will give you a brief description of what wxJSON is, how it can help you in your work and how it can make development of wxWidgets applications easier.
(more…)


January 19th, 2008 |

Tags: Articles, Tutorilas, wxJSON, wxWidgets, Статьи




wxWidgets and Visual Studio 2005 (Windows)

Video, wxWidgets 4 Comments » |

This tutorial shows how to:

  • Build wxWidgets with Visual Studio 2005
  • Configure the IDE
  • Create, configure and build small wxWidgets project

You can download this video here (1.77 MB).


January 11th, 2008 |

Tags: Video, Visual Studio, wxWidgets




wxWidgets and Eclipse (installation+configuration under Windows)

Video, wxWidgets 3 Comments » |

Tutorial shows how to:

  • Install Eclipse (with dependencies)
  • Install Eclipse CDT
  • Install MinGW
  • Install wxWidgets (2.7.0)
  • Build wxWidgets with MinGW
  • Create small C++ project with Eclipse
  • Perform project configuration to make it work with wxWidgets

You can download this video here (2 MB).


January 11th, 2008 |

Tags: Eclipse, Video, wxWidgets




wxWidgets-2.8 and Code::Blocks (Windows)

Video, wxWidgets 3 Comments » |

This tutorial shows how to:

  • Install MinGW
  • Build wxWidgets-2.8 with MinGW
  • Install Code::Blocks IDE (which has nice new wizard for wxWidgets projects from now)
  • Create, configure and build small wxWidgets project

You can download this video here (1.47 MB).


January 11th, 2008 |

Tags: Code::Blocks, Video, wxWidgets




wxWidgets and Code::Blocks (Windows)

Video, wxWidgets No Comments » |

This tutorial shows how to:

  • Install MinGW
  • Build wxWidgets with MinGW
  • Install Code::Blocks IDE
  • Create, configure and build small wxWidgets project

You can download this video here (1.74 MB).


January 11th, 2008 |

Tags: Code::Blocks, Video, wxWidgets




wxWidgets and NetBeans (installation+configuration)

Video, wxWidgets No Comments » |

This tutorial shows how to:

  • Install MinGW
  • Install and build wxWidgets with MinGW
  • Install NetBeans
  • Create, configure and build small wxWidgets project

You can download this viedo here (2.51 MB).


January 11th, 2008 |

Tags: NetBeans, Video, wxWidgets




Page 5 of 8« First...«34567»...Last »
  • This blog is about…

    Articles Code::Blocks Components Controls Database DatabaseLayer Document/View Eclipse Localization NetBeans Networking News Printing Reports SQLite Tutorilas Video Visual Studio wxAUI wxButton wxDev-CPP wxGrid wxHelpController wxJavaScript wxJSON wxLocale wxLog wxPaintDC wxPropertyGrid wxRuby wxSQLite3 wxThread wxValidator wxWidgets wxWinCE wxZipInputStream wxZipOutputStream XML Библиотека Книги Статьи
  • Showcase

    Visit wxToolBox Homepage

    Buy wxToolBox (with source code)

  • Archives

    • November 2009
    • September 2009
    • August 2009
    • May 2009
    • April 2009
    • March 2009
    • February 2009
    • January 2009
    • December 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • June 2007
    • May 2007
    • January 2007
  • Recent Comments

    • T-Rex on Getting Acquainted with Document/View Framework – Simple Image Viewer
    • T-Rex on Сделайте мне красиво – Часть II – wxAUI в Multi-View приложений
    • Mardiko on Getting Acquainted with Document/View Framework – Simple Image Viewer
    • marty on Сделайте мне красиво – Часть II – wxAUI в Multi-View приложений
    • T-Rex on Перевод книги Julian’а Smart’а – Глава VI – Обработка данных с устройств ввода
  • Buttons

    Locations of visitors to this page

    Rambler's Top100
    Рейтинг@Mail.ru

Copyright © 2010 Cross-Platform Programming with wxWidgets All Rights Reserved
RSS Log in