Search found 12 matches

by OpenAPC
Tue Jan 22, 2013 7:47 am
Forum: General Development
Topic: Campaign: wxWidgets for Android
Replies: 10
Views: 26782

Re: Campaign: wxWidgets for Android

Hi, just for your information: some time ago we started this campaign to bring together backers and potential developers to start development of wxWidgets for Android. This was partially successful. We now have a nameable amount of users that are willing to pay a really impressive amount of money fo...
by OpenAPC
Fri Jun 15, 2012 12:40 pm
Forum: C++ Development
Topic: Drawing context with several layers?
Replies: 3
Views: 3332

Re: Drawing context with several layers?

The slow part is on top and the often updated on bottom.
by OpenAPC
Fri Jun 15, 2012 5:41 am
Forum: C++ Development
Topic: Drawing context with several layers?
Replies: 3
Views: 3332

Drawing context with several layers?

Hi, I have two different parts of image data to be displayed over each other: one can be generated easily and has to be updated often, the other one can draw really slow (in some cases) and needs to be updated only seldom. With normal dc's I have to draw both whenever the first (fast) one changes. S...
by OpenAPC
Wed May 30, 2012 12:56 pm
Forum: General Development
Topic: Campaign: wxWidgets for Android
Replies: 10
Views: 26782

Re: Campaign: wxWidgets for Android

...or go to <url removed> and make an offer!

Btw: there are currently EUR 2500 available for somebody who does the job.
by OpenAPC
Thu May 10, 2012 5:45 am
Forum: General Development
Topic: Campaign: wxWidgets for Android
Replies: 10
Views: 26782

Re: Campaign: wxWidgets for Android

Just as information about the intermediate results: meanwhile four persons have offered a total of € 1250 (that's equal to more than 1600 US$) at <url removed> . I think thats a really good starting number! On 11 Okt. 2011, 17:15, Julian Smart <jul...@anthemion.co.uk> wrote: > I would quite > happil...
by OpenAPC
Tue Apr 24, 2012 11:02 am
Forum: General Development
Topic: Campaign: wxWidgets for Android
Replies: 10
Views: 26782

Campaign: wxWidgets for Android

Hello everybody, there have been several discussions regarding this problem which all ended up with two conclusions: - wxWidgets on Android defintely would be a good idea and something that is highly welcome - there are not enough resources/people available that would do the job So its a bit like a ...
by OpenAPC
Tue May 11, 2010 8:02 pm
Forum: Announcements and Discoveries
Topic: wxSMTP and wxBZipStream updates
Replies: 1
Views: 1885

wxSMTP and wxBZipStream updates

After there is no maintainer for these projects or the maintainer is not available (the mail address for the wxBZipStream project on the wxCode pages is not valid) we have included updated versions of wxSMTP and wxBZipStream into our SDK. This SDK is available at http://www.openapc.com/download.php ...
by OpenAPC
Mon Feb 22, 2010 4:30 pm
Forum: C++ Development
Topic: wxMessageDialog does not open
Replies: 4
Views: 1311

ShowModal() would work but I want to create a non-modal dialogue here...
by OpenAPC
Mon Feb 22, 2010 3:58 pm
Forum: C++ Development
Topic: wxMessageDialog does not open
Replies: 4
Views: 1311

wxMessageDialog does not open

I have a relatively simple piece of code that doesn't works for me:

Code: Select all

warnDialog=new wxMessageDialog(parent,msgStr,_T("Warning"),wxICON_WARNING|wxOK);
warnDialog->Show(true);
The funny thing is: when I call Show() simply nothing happens. Did I forget any important initialization?
by OpenAPC
Sun Feb 21, 2010 5:08 pm
Forum: C++ Development
Topic: wxMessageBox and Threads
Replies: 5
Views: 1588

wxMessageBox and Threads

Hi, I do some GUI-handling out of an own thread. That works well when I encapsulate all wx-GUI-code with wxMutexGuiEnter(); ... wxMutexGuiLeave(); According to the documentation that is necessary when an separate thread is used. That code works well with one exception: when I call wxMessageBox() fro...
by OpenAPC
Mon Jan 18, 2010 8:49 pm
Forum: Announcements and Discoveries
Topic: Open Advanced Process Control software
Replies: 0
Views: 1917

Open Advanced Process Control software

Hello, our OpenAPC software is fully wxWidgets based: It is an highly-configurable automation software that can be used for many different purposes and therefore doesn't fits into one of the standard categories SCADA/HMI/MMI or PLC. It offers a HMI editor where the user interface can be created easi...