Search found 64 matches
- Sat Sep 20, 2008 11:39 am
- Forum: Compiler / Linking / IDE Related
- Topic: wxVLogMessage Code Dumps
- Replies: 0
- Views: 291
wxVLogMessage Code Dumps
For logging messages to the file, we created virtual log message which will internally call wxVLogMessage. This function has been implemented in C++. I wrote a wrapper such that It can be called by any C source files. This function I made as extern "C". But while calling the function from a C file, ...
- Mon Jun 23, 2008 10:28 am
- Forum: C++ Development
- Topic: Signals in wxWidgets !!!!!
- Replies: 1
- Views: 659
Signals in wxWidgets !!!!!
Hi All,
Is there any method or function for handling the signals like SIGINT, SIGQUIT,SIGKILL etc ., in wxWidgets.
In unix we have a system function called sigaction for handling the signals
please provide some documentation for the same
Is there any method or function for handling the signals like SIGINT, SIGQUIT,SIGKILL etc ., in wxWidgets.
In unix we have a system function called sigaction for handling the signals
please provide some documentation for the same
- Thu Jun 19, 2008 4:31 am
- Forum: C++ Development
- Topic: Displaying Small Frame Before a Main Frame
- Replies: 4
- Views: 1027
- Wed Jun 18, 2008 6:50 am
- Forum: C++ Development
- Topic: Displaying Small Frame Before a Main Frame
- Replies: 4
- Views: 1027
RE:
Thanks Mac...
1. How do I make the splash Screen apear untill the main frame intializes.
2. Whether I need to call frame->Show() after the wxSplashScreen disapears.
1. How do I make the splash Screen apear untill the main frame intializes.
2. Whether I need to call frame->Show() after the wxSplashScreen disapears.
- Wed Jun 18, 2008 4:20 am
- Forum: C++ Development
- Topic: Displaying Small Frame Before a Main Frame
- Replies: 4
- Views: 1027
Displaying Small Frame Before a Main Frame
I want to display a small frame containing th image before launching the main wxFrame. The code I have written works properly, but the image in the small window is not being displayed. bool Onint() { wxImage::AddHandler(new wxPNGHandler); wxImage::AddHandler(new wxJPEGHandler); FirstFrame *frame1 = ...
- Tue Jun 17, 2008 4:13 am
- Forum: Compiler / Linking / IDE Related
- Topic: wxWidgets 2.8.7 in gcc 3.4.6
- Replies: 3
- Views: 687
I am using Debian4.0 "etch". I took gcc 3.4.6 source from GNU and compiled it using gcc 3.3.6. The configurations for gcc 3.4.6 are : Configured with: ./configure --enable-shared --enable-languages=c,c++ --enable-debug Thread model: posix gcc version 3.4.6 After a while (2 monoths ), I installed gcc...
- Mon Jun 16, 2008 9:23 am
- Forum: Compiler / Linking / IDE Related
- Topic: wxWidgets 2.8.7 in gcc 3.4.6
- Replies: 3
- Views: 687
wxWidgets 2.8.7 in gcc 3.4.6
I tried compiling wxWidgets2.8.7 on gcc 3.4.6 but it gave the following error: /usr/lib/libc_nonshared.a(atexit.oS)(.text.__i686.get_pc_thunk.bx+0x0): In function `__i686.get_pc_thunk.bx': : multiple definition of `__i686.get_pc_thunk.bx' /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.6/crtbeginS.o(.gnu.l...
- Mon Jun 09, 2008 3:42 am
- Forum: Component Writing
- Topic: grouping Check Boxes
- Replies: 5
- Views: 1878
- Thu Jun 05, 2008 3:30 am
- Forum: Component Writing
- Topic: grouping Check Boxes
- Replies: 5
- Views: 1878
- Wed Jun 04, 2008 4:28 am
- Forum: Component Writing
- Topic: grouping Check Boxes
- Replies: 5
- Views: 1878
grouping Check Boxes
I want to group the check boxes like a array of items. Is there any possibility of grouping the checkboxes.
I tried using wxcheckListBox , but the orientation of checkboxes could not be changed.I need the checkboxes in 5*4 matrix .But wxcheckListBox shows only in horiantal way.
I tried using wxcheckListBox , but the orientation of checkboxes could not be changed.I need the checkboxes in 5*4 matrix .But wxcheckListBox shows only in horiantal way.
- Tue May 20, 2008 6:40 am
- Forum: Component Writing
- Topic: NoteBook Page reference
- Replies: 5
- Views: 1880
if(txtCtrl) { txtCtrl->LoadFile(wxT("./hello.tst")); } The text control is placed inside the wxpanel. I am not getting the reference to the textcontrol even after using this code. Is there any other option of creating tabs for Notebook dynamically. I'm currently using using wxWidgets 2.6.4 I have at...
- Mon May 19, 2008 12:14 pm
- Forum: Component Writing
- Topic: NoteBook Page reference
- Replies: 5
- Views: 1880
- Mon May 19, 2008 11:29 am
- Forum: Component Writing
- Topic: NoteBook Page reference
- Replies: 5
- Views: 1880
NoteBook Page reference
Can any one help me in getting the refernce to the contros in the page. I have 3 pages , each has the textcontrol with the same name. Is it possible to get the reference of the text control of a particular page. I did this because I need to add page dynamically during run time.
- Thu May 15, 2008 9:52 am
- Forum: Component Writing
- Topic: How to ceate Textpad like application in wxWidgets
- Replies: 11
- Views: 3719
- Wed May 14, 2008 11:04 am
- Forum: Component Writing
- Topic: How to ceate Textpad like application in wxWidgets
- Replies: 11
- Views: 3719