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

Posts Tagged ‘wxWidgets’

Переопределение поведения стандартных компонентов. Делаем свой wxGrid

Components, Controls, wxWidgets No Comments » |

Александр (sandy) Илюшенко любезно предоставил статью о том, как настроить класc wxGrid под свои нужды:

Захотелось мне как-то, чтобы в гриде были не номера строк, а маркер.
К тому же очень хотелось, чтобы незаполненное пространство грида было не белым, а, примерно, как на рисунке ниже.
Делаем собственный wxGrid
Навеяно это было в основном аналогичными и другими классами, предоставляемыми MFC. Тут же и вспомнилось, что подобные классы также прдоставляют очень полезные методы для хранения дополнительных не отображаемых данных, такие как SetData() или GetData().
(more…)


December 16th, 2008 |

Tags: Components, Controls, wxGrid, wxWidgets, Статьи




Localization of wxWidgets Application with poEdit

Video, wxWidgets No Comments » |

This tutorial shows how to:

  • Create simple wxWidgets application
  • Extract string constants from source code with poEdit and create .PO file
  • Translate string constants with poEdit
  • Create message catalog (.MO file) with poEdit
  • Apply translation with wxLocale class

You can download this video here.


December 11th, 2008 |

Tags: Localization, Video, wxLocale, wxWidgets




PDF-версия статьи “Пишем скринсейвер на wxWidgets”

wxWidgets 1 Comment » |

Выложил русскую PDF-версию статьи “Пишем скринсейвер на wxWidgets“. В статье рассмотрено:

  • Создание собственных компонентов
  • Отрисовка графики, double-buffering с использованием wxBufferedPaintDC
  • Обработка событий от мыши и клавиатуры
  • Обработка аргументов командной строки с помощью wxCmdLineParser
  • Хостинг wxWidgets-окна на внешнем нативном окне

Скачать статью “Пишем скринсейвер на wxWidgets”.
Скачать исходный код примера и проекты для Win32 и Windows Mobile + исполняемый файл для Win32.


December 1st, 2008 |

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




wxWidgets 2.8.9 Released

News No Comments » |

The wxWidgets team is pleased to announce a new wxWidgets release. The latest stable release in 2.8 series contains several bug fixes as well as a few new functions. Upgrading is recommended for all wxWidgets users.
(more…)


September 22nd, 2008 |

Tags: News, wxWidgets




wxJSON 1.0 Released

News No Comments » |

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition – December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

This is the first stable release of the wxJSON library. The major version had changed because I introduced some compatibility breaks with the old 0.x versions as well as some new features.
To know more about this read this page

Links:

  • wxJSON website
  • wxJSON detailed documentation
  • wxCode project website
  • Download wxJSON
  • JSON official site

August 22nd, 2008 |

Tags: News, wxJSON, wxWidgets




Отправка SMS под wxWinCE с помощью CE MAPI

Components, wxWidgets No Comments » |

Появилась необходимость программно отправлять SMS с телефона под управлением Windows Mobile. Решил не изобретать велосипед и поиспользовать MAPI для этих целей. После недолгих поисков набрел на эту статью на CodeProject. Немного переделал код для использования с wxWidgets. Вот что получилось
(more…)


August 6th, 2008 |

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




How to Draw Gradient Buttons (wxWidgets Way)

Books, Components, Controls, wxWidgets No Comments » |

Several days ago I found How to draw gradient buttons post at Native Mobile blog. Looks nice but I think that using GradienFill() is not very convenient because you need to fill all these TRIVERTEX structures. wxWidgets provides more convenient way of drawing gradients by using wxDC::GradientFillLinear(). Here is how it can be done in wxWidgets:
(more…)


August 3rd, 2008 |

Tags: Articles, Components, Controls, wxButton, wxWidgets, wxWinCE, Статьи




Getting Acquainted with Document/View Framework – Simple Image Viewer

wxWidgets 2 Comments » |

In my previous posts here and here I showed how to create a simple application which uses Document/View framework. Now I’m going to show more complex example – image viewer with scrolling and selection rectangle. As far as I can see from wxForum, implementation of selection-related functionality is some kind of complex but very useful task.

So, let’s start from simple part. The simplest task here is modification of our wxDocument-related class.

(more…)


July 25th, 2008 |

Tags: Articles, Document/View, Tutorilas, wxWidgets, Статьи




wxWidgets 2.8.8 is out !!!

News No Comments » |

June 24th, 2008 — the wxWidgets team is pleased to announce a new wxWidgets release. wxWidgets is a mature, open source, cross-platform application framework for C++ and other languages. To get wxWidgets, please go to the download page at http://www.wxwidgets.org/downloads/ This is mainly a bug fix release; please see the change log below for details.
(more…)


June 24th, 2008 |

Tags: wxWidgets




wxJSON 0.5.0 Released

News No Comments » |

This wxJSON release adds support for 64-bits integers on those platforms that have native support for it such as, for example, Windows and GNU/Linux.

You can disable 64-bits integer support if you do not need (or do not want) it. The new version is compatible wih the past: if you do not need 64-bits integers you can still use this new version of the library without the need to rewrite your application.

To know more about the new feature read the this page:

  • wxJSON website
  • wxJSON detailed documentation:
  • wxCode project website
  • Download wxJSON
  • JSON offical site

May 12th, 2008 |

Tags: News, wxJSON, wxWidgets




Page 3 of 8«12345»...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