Search found 1387 matches

by phlox81
Wed Mar 13, 2013 10:05 am
Forum: Announcements and Discoveries
Topic: Meeting C++ 2013 - Call for Papers
Replies: 0
Views: 4653

Meeting C++ 2013 - Call for Papers

Hello wxWidgets Community! Meeting C++ 2013 was announced yesterday! We will meet again at the 2nd Weekend of November in Düsseldorf! This year there will be 25 Talks in 3 parallel Tracks and 2 keynotes! The 3rd Track is a Themetrack about C++ & UI, so wxWidgets Talks are wanted! And the first i...
by phlox81
Tue Jul 31, 2012 6:50 pm
Forum: Announcements and Discoveries
Topic: Meeting C++ - Call for Papers
Replies: 2
Views: 8480

Re: Meeting C++ - Call for Papers

So, about a month later, I can announce that the full program is now standing. Last thing was the keynote, which is now held by Michael Wong, Canadian Member of the Standard C++ Committee: http://meetingcpp.com/index.php/newsreader/items/keynote-good-c11-coding-style.html You find the full schedule ...
by phlox81
Sat Jun 30, 2012 11:15 am
Forum: Announcements and Discoveries
Topic: Meeting C++ - Call for Papers
Replies: 2
Views: 8480

Re: Meeting C++ - Call for Papers

As some people haved asked:
The session length will be 45 minutes, some talks might extend to 90 min.
There is now a form to submit your talk:
http://meetingcpp.de/index.php/submit-your-talk.html

Call for Papers should end at 15. July 2012
by phlox81
Thu Jun 28, 2012 2:24 pm
Forum: Announcements and Discoveries
Topic: Meeting C++ - Call for Papers
Replies: 2
Views: 8480

Meeting C++ - Call for Papers

Hello C++ & wxWidgets Community! There will be a new european C++ Conference this fall in Germany! We are looking for speakers and possible talks at our conference! Possible topics could include: (modern) C++ C++11 boost C++ Frameworks like Qt, wxWidgets, Ogre, ... other C++ related topics More ...
by phlox81
Fri Dec 10, 2010 1:02 pm
Forum: C++ Development
Topic: Problems with deselecting an Item in wxListCtrl
Replies: 2
Views: 3752

Its only happening if I have the code for deselecting in, without it does not happen.

I'm using wx2.8.6/11. (have to).

I already tried static bool guard = true/false; but thats a hack and it really didn't work that well.
by phlox81
Fri Dec 10, 2010 10:50 am
Forum: C++ Development
Topic: Problems with deselecting an Item in wxListCtrl
Replies: 2
Views: 3752

Problems with deselecting an Item in wxListCtrl

Hi, I have wxListCtrl in Iconmode, and need to deselect the item after its been selected. The Programm is meant for a touchscreen device, so when you hit an item, it displays a dialog, and after the dialog returns, it should deselect the item. My Code in the selection handler: void Frame::Onm_itemli...
by phlox81
Mon Nov 08, 2010 2:27 pm
Forum: C++ Development
Topic: TextCtrl, Touchscreen and Inputdialog
Replies: 3
Views: 7678

I solved it now.
I call on the event disconnect in the eventhandler, do my stuff, and then I connect it again.
It seems that the dialog brings wxWidgets to send the event again, so while its executing it, I need to disable the onSetFocus Event.

And yes, the Dialog is Modal.
by phlox81
Mon Nov 08, 2010 1:40 pm
Forum: C++ Development
Topic: TextCtrl, Touchscreen and Inputdialog
Replies: 3
Views: 7678

TextCtrl, Touchscreen and Inputdialog

Hi, having trouble with a combination of things. currently it kind of creates an endless loop. So, what I do is, I have a Panel, which shows a form with some TextCtrls. There is no keyboard on the device I write for (touchscreen only), so I did an inputdialog, as you only need to enter numbers anywa...
by phlox81
Thu Jan 28, 2010 9:45 pm
Forum: General Development
Topic: Multitouch Support in wxWidgets?
Replies: 1
Views: 3337

Multitouch Support in wxWidgets?

I'd like to know if there are any efforts to support Multitouch in wxWidgets, as f.e. Qt offers it since 4.6.

phlox
by phlox81
Tue Jan 26, 2010 11:06 am
Forum: Announcements and Discoveries
Topic: SQL2C++
Replies: 2
Views: 8459

Nice tool, but why it doesn't generate C++ Sourcecode from SQL (CREATE TABLE Statements) for wxWidgets? The Support (Model/View) is in Qt much better. There is much Code, that I would need to write first, to have an competing solution in wxWidgets. Also wxGrid isn't the best, I used it quite often,...
by phlox81
Thu Jan 21, 2010 10:42 pm
Forum: Announcements and Discoveries
Topic: SQL2C++
Replies: 2
Views: 8459

SQL2C++

Hi, something new from me :) This tool is able to generate C++ Sourcecode from SQL (CREATE TABLE Statements). Currently it does so for SOCI,DTL, and Qt. For Qt its also able to generate Frontends. So it creates for each Table currently one Dialog for the Input and one Panel for the Dataview. Also it...
by phlox81
Tue Jan 05, 2010 8:43 pm
Forum: General Development
Topic: wxWidgets on a Server App
Replies: 2
Views: 4198

Its possible. I did this once, as I needed a test server for RS232 Protocol Data.(The Client later had a IP2RS232 Interface, so the Client was in wxWidgets with sockets implemented).

Last year I implemented a server and a client in boost::asio, and that still would be my tool of choice.

phlox
by phlox81
Sat Nov 21, 2009 9:30 pm
Forum: General Development
Topic: Which database library should I use?
Replies: 2
Views: 3503

Re: Which database library should I use?

My company uses an MSSQL database and I need a way to communicate with it through wxWidgets 2.9.0. Its currently only a console application where all classes make use of wxString/wxDateTime and wxWidgets RTTI, with no use of STL (there'll be a GUI later). You should think about using STL and Standa...
by phlox81
Sat Sep 19, 2009 6:59 pm
Forum: General Development
Topic: Is using QT libraries possible?
Replies: 1
Views: 5785

I'd rather then use QT for the whole App, then to split that.
I also think, that wxWidgets will loose ground to QT, as the Licence is now almost as liberal as the wx version.
by phlox81
Thu Jul 30, 2009 8:18 pm
Forum: General Development
Topic: fast canvas with many graphic objects
Replies: 6
Views: 4569

Take a look at wxShapeFramework:
http://sourceforge.net/projects/wxsf/