Search found 38 matches
- Fri Feb 18, 2011 9:15 pm
- Forum: Announcements and Discoveries
- Topic: GLUEscript 0.1.08 released
- Replies: 0
- Views: 1089
GLUEscript 0.1.08 released
Today GLUEscript 0.1.08 is released. GLUEscript makes it possible to use wxWidgets in a JavaScript environment. Major change in this version is the addition of wxGrid-related classes. Read more about the project on http://gluescript.sourceforge.net
- Tue Jun 22, 2010 1:03 pm
- Forum: C++ Development
- Topic: GUI thread --> Main Thread?
- Replies: 5
- Views: 978
Re: GUI thread --> Main Thread?
So before diving into the nuts and bolts to achieve that one should be sure that this is the most sensible option. What is still unclear to me: if you plan to have 2 threads what is the advantage of one over the other or in other words which advantage to you gain from having the GUI in a parallel t...
- Tue Jun 22, 2010 10:35 am
- Forum: C++ Development
- Topic: GUI thread --> Main Thread?
- Replies: 5
- Views: 978
GUI thread --> Main Thread?
Is it necessary that the GUI thread is the same as the main thread? Is it allowed to create a new thread, and do all the GUI stuff in this new thread?
- Wed Jun 02, 2010 5:53 am
- Forum: Platform Related Issues
- Topic: EventObject in menu handler different on Linux/Windows?
- Replies: 1
- Views: 504
EventObject in menu handler different on Linux/Windows?
I've got a menu handler and it behaves differently on Windows/Linux: void FrameEventHandler::onMenu(wxCommandEvent &event) { std::cout << typeid(event.GetEventObject()).name() << std::endl; wxObject* evtObj = dynamic_cast<wxObject *>(event.GetEventObject()); wxString className(evtObj->GetClassInfo()...
- Fri Mar 19, 2010 3:32 pm
- Forum: Announcements and Discoveries
- Topic: [ANN] GLUEscript 0.1.00 released
- Replies: 0
- Views: 681
[ANN] GLUEscript 0.1.00 released
GLUEscript is the successor of wxJavaScript. With GLUEscript you can use wxWidgets with JavaScript. You can find more information on the GLUEscript website: http://gluescript.sf.net
Franky
Franky
- Thu Jun 19, 2008 8:38 pm
- Forum: Announcements and Discoveries
- Topic: LinkedIn
- Replies: 2
- Views: 1019
- Thu Jun 19, 2008 6:37 pm
- Forum: Announcements and Discoveries
- Topic: LinkedIn
- Replies: 2
- Views: 1019
For those of us that are registerd at LinkedIn, I've just created a group for developers and users of wxWidgets. You can join the group when you click on the wxWidgets logo on my profile: http://www.linkedin.com/pub/6/67/70
Franky.
Franky.
- Tue Mar 04, 2008 9:54 pm
- Forum: Announcements and Discoveries
- Topic: ANN: wxJavaScript 0.9.73
- Replies: 0
- Views: 584
ANN: wxJavaScript 0.9.73
wxJavaScript ports wxWidgets to JavaScript using SpiderMonkey, the JavaScript engine used in FireFox. wxJavaScript also provides an Apache module, A FCGI server, and ports to MySQL, SQLite, ... Today version 0.9.73 is released, which contains the following changes: - mod_wxjs works now with vhosts (...
- Tue Oct 23, 2007 9:25 pm
- Forum: Announcements and Discoveries
- Topic: [ANN] wxJavaScript 0.9.72 released
- Replies: 0
- Views: 500
[ANN] wxJavaScript 0.9.72 released
wxJavaScript makes it possible to use JavaScript for writing system scripts, rich client applications and server side scripts together with wxWidgets, sqlite, MySQL, GD, ... Today I've released wxJavaScript 0.9.72. Read more on http://www.wxjavascript.net The change log: - memcached module introduce...
- Thu Sep 13, 2007 6:29 am
- Forum: C++ Development
- Topic: wxHTTP in console application
- Replies: 0
- Views: 267
wxHTTP in console application
I have ported wxHTTP to wxJavaScript and found that when no frames/dialogs are created the wxHTTP hangs when it gets the inputstream (see http://groups.google.be/group/wxjavascript/browse_thread/thread/e3b6992269f56b0b/f1e15c11c4ebb85c?hl=nl#f1e15c11c4ebb85c). How can I solve this? Is it possible to...
- Thu Jun 28, 2007 8:00 pm
- Forum: Announcements and Discoveries
- Topic: ANN: wxJavaScript 0.9.7
- Replies: 0
- Views: 554
ANN: wxJavaScript 0.9.7
wxJavaScript 0.9.7 is released. Changes: 0.9.7 ----- - Switched to wxWidgets 2.8.4 - Using wxWidgets in DLL's now instead of static libraries (remove your obj-directories when you re-build wxJavaScript on your own) - wxApp is moved to the console application - wxTheApp.mainLoop is removed. The wxJav...
- Wed Jun 20, 2007 7:02 am
- Forum: Platform Related Issues
- Topic: Application doesn't end on Linux
- Replies: 4
- Views: 704
The code can be viewed here:
http://wxjs.svn.sourceforge.net/viewvc/ ... iew=markup
Even when OnInit returns false, I have to press Ctrl-C
http://wxjs.svn.sourceforge.net/viewvc/ ... iew=markup
Even when OnInit returns false, I have to press Ctrl-C
- Tue Jun 19, 2007 7:41 pm
- Forum: Platform Related Issues
- Topic: Application doesn't end on Linux
- Replies: 4
- Views: 704
And when I debug the application I see this in the call stack: gdb Debugger (19/06/07 21:39) (Suspended) Thread [1] (Suspended: Signal 'SIGINT' received. Description: Interrupt.) 4 __kernel_vsyscall() 0xffffe410 3 __lll_mutex_lock_wait() 0xb754901e 2 _L_mutex_lock_49() 0xb7545673 1 <symbol is not av...
- Tue Jun 19, 2007 7:24 pm
- Forum: Platform Related Issues
- Topic: Application doesn't end on Linux
- Replies: 4
- Views: 704
Application doesn't end on Linux
When I run my wxWidgets (version 2.8.3) console program on Linux I always have to press Ctrl-C to exit. Even when my OnInit method of the application returns false.
On Windows I don't have this problem.
Any idea what's different on these platforms?
On Windows I don't have this problem.
Any idea what's different on these platforms?
- Mon Mar 26, 2007 8:50 pm
- Forum: Announcements and Discoveries
- Topic: wxJavaScript 0.9.6 released
- Replies: 0
- Views: 461
wxJavaScript 0.9.6 released
The main goal of wxJavaScript is to port the wxWidgets library to JavaScript. It can be extended with other modules (sqlite, expat, ...), it contains an Apache module for using JavaScript/wxWidgets on the server. With wxJavaScript you can write system scripts, gui applications or dynamic webpages us...