Search found 79 matches
- Mon Dec 12, 2005 2:26 pm
- Forum: C++ Development
- Topic: how to handle multiple threads?
- Replies: 4
- Views: 1063
This is my init function, Pls check it out and inform if any problem with the code BasicFrame *MainFrame; char UserFromUri[50]; IMPLEMENT_APP(cxApplication) /* * Initialization function */ bool cxApplication::OnInit() { wxMemoryDC ShapeWindow; // For providing shape to window wxBitmap BitmapWindow(3...
- Mon Dec 12, 2005 9:00 am
- Forum: C++ Development
- Topic: how to handle multiple threads?
- Replies: 4
- Views: 1063
- Mon Dec 12, 2005 7:18 am
- Forum: C++ Development
- Topic: how to handle multiple threads?
- Replies: 4
- Views: 1063
how to handle multiple threads?
I have a GUI for some library(.a) which consists of multiple threads. Within my GUI I have only one thread. I'm getting some error like "attempt to install idle handler twice failed". By deleting some part of my code(related to wxTextCtrl) I'm able to run my GUI. I think the problem is bcoz of using...
- Mon Dec 12, 2005 7:12 am
- Forum: C++ Development
- Topic: getting SIGTRAP
- Replies: 3
- Views: 872
- Sat Dec 10, 2005 5:55 am
- Forum: C++ Development
- Topic: idle handler
- Replies: 8
- Views: 1408
- Sat Dec 10, 2005 5:53 am
- Forum: C++ Development
- Topic: idle handler
- Replies: 8
- Views: 1408
- Fri Dec 09, 2005 3:02 pm
- Forum: C++ Development
- Topic: idle handler
- Replies: 8
- Views: 1408
I had not used any idle handler directly. Can u tell me what it is at all. Which part of the code is expected to be using idle handler. Is the string manipulation in the code which I had given is proper? Bcoz if I comment it ,I don't get into this trouble. I had used this type of statements in my co...
- Fri Dec 09, 2005 12:55 pm
- Forum: C++ Development
- Topic: Max number of characters in TextCtrl
- Replies: 2
- Views: 575
Max number of characters in TextCtrl
What is the max number of characters u can display in TextCtrl? Will it overflow at some part of time or is it infinity.
- Fri Dec 09, 2005 12:51 pm
- Forum: C++ Development
- Topic: idle handler
- Replies: 8
- Views: 1408
I'm developing a GUI for some network stack using wxWidgets on LINUX using Chinook IDE, where I'm linking my application with stack static library with .a extension. I was able to run my application correctly until I discovered that sometimes my application is exiting on just clicking on it. When I ...
- Fri Dec 09, 2005 9:56 am
- Forum: C++ Development
- Topic: idle handler
- Replies: 8
- Views: 1408
idle handler
Can someone explain me what this error is, I had posted a elongated mail in the component writing section, but I didn't gor any response for 2 days, Can somebody help me, what this error is [Debug] 11:24:33 AM: ../../../src/lin/src/gtk/app.cpp(365): assert "wxTheApp->m_idleTag == 0" failed:attempt t...
- Fri Dec 09, 2005 8:34 am
- Forum: C++ Development
- Topic: getting SIGTRAP
- Replies: 3
- Views: 872
getting SIGTRAP
I'm developing a GUI for some network stack using wxWidgets on LINUX using Chinook IDE, where I'm linking my application with stack static library with .a extension. I was able to run my application correctly until I discovered that sometimes my application is exiting on just clicking on it. When I ...
- Thu Dec 08, 2005 11:01 am
- Forum: Component Writing
- Topic: wxTheApp->m_idleTag == 0 and Idle handler
- Replies: 0
- Views: 707
wxTheApp->m_idleTag == 0 and Idle handler
I'm developing a GUI for some network stack using wxWidgets on LINUX using Chinook IDE, where I'm linking my application with stack static library with .a extension. I was able to run my application correctly until I discovered that sometimes my application is exiting on just clicking on it. When I ...
- Sat Dec 03, 2005 5:59 am
- Forum: C++ Development
- Topic: Application disappears??
- Replies: 2
- Views: 623
- Sat Dec 03, 2005 5:53 am
- Forum: C++ Development
- Topic: Application disappears??
- Replies: 2
- Views: 623
Application disappears??
I have a application integrated with a huge static library. It is working fine but sometimes the application just disappears when something is clicked on gui. Is it due to some segmentation fault inside the library or something else? I don't have any exit in my application.
- Sat Dec 03, 2005 5:08 am
- Forum: C++ Development
- Topic: Trouble using MULTI_LINE flag in linux
- Replies: 3
- Views: 664
Trouble using MULTI_LINE flag in linux
I have created a multi line text box with word wrap and readonly option. When I try to set value to it, the application takes lot of time setting the value.