Search found 66 matches

by aishwarya
Tue Dec 06, 2011 8:21 am
Forum: Platform Related Issues
Topic: wxEVT_CHAR in MAC
Replies: 4
Views: 1578

wxEVT_CHAR in MAC

Hi, I am using wxEVT_CHAR with textctrl in MAC but i couldn't capture the event. sample = new wxTextCtrl( MainPanel, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize( 250,-1 ), wxTE_PASSWORD ); sample->Connect(wxID_ANY, wxEVT_CHAR, (wxObjectEventFunction)(wxEventFunction)(wxCharEventFunction)&...
by aishwarya
Fri Dec 02, 2011 8:36 am
Forum: C++ Development
Topic: error using widgets 2.9.2
Replies: 5
Views: 1268

Re: error using widgets 2.9.2

Hey ,
I used OnExceptionInMainLoop() and OnUnhandledException() to catch my exceptions but I don find that they are invoked too.
My application stands in the same state as before.
by aishwarya
Fri Dec 02, 2011 4:56 am
Forum: C++ Development
Topic: error using widgets 2.9.2
Replies: 5
Views: 1268

Re: error using widgets 2.9.2

Great!!!!Lemme try that out
by aishwarya
Thu Dec 01, 2011 9:23 am
Forum: C++ Development
Topic: Localisation on windows
Replies: 4
Views: 1212

Re: Localisation on windows

Ok thank you
by aishwarya
Thu Dec 01, 2011 3:29 am
Forum: C++ Development
Topic: error using widgets 2.9.2
Replies: 5
Views: 1268

error using widgets 2.9.2

The following is the backtraced report on debugging my application when it crashed. I'm using wxwidgets 2.9.2 on Ubuntu 11.04. 0x0012e416 in __kernel_vsyscall () 0x016dfe71 in raise () from /lib/i386-linux-gnu/libc.so.6 0x016e334e in abort () from /lib/i386-linux-gnu/libc.so.6 0x016a8d1d in unwind_c...
by aishwarya
Wed Nov 30, 2011 6:22 am
Forum: C++ Development
Topic: Localisation on windows
Replies: 4
Views: 1212

Re: Localisation on windows

Widgets 2.8.12 is used.
unicode support is not enabled.
by aishwarya
Tue Nov 29, 2011 9:21 am
Forum: C++ Development
Topic: Localisation on windows
Replies: 4
Views: 1212

Localisation on windows

We are trying to achieve localization in windows using wxwidgets.We had set the windows system language as required.(For ex : we had selected french as our system language and we had used UTF8 enconding).But some the characters are returned as the junk values.We had installed required languages in o...
by aishwarya
Tue Nov 29, 2011 6:11 am
Forum: C++ Development
Topic: SetIcon leads to segmentation Fault wxwidgets 2.9.2
Replies: 9
Views: 2443

Re: SetIcon leads to segmentation Fault wxwidgets 2.9.2

The problem still persists
by aishwarya
Mon Nov 28, 2011 6:38 am
Forum: Platform Related Issues
Topic: Localisation on the MAC
Replies: 4
Views: 1570

Re: Localisation on the MAC

this seems fine but shouldn the MAC by default should pick the locale of the system.?that is not happening
by aishwarya
Fri Nov 25, 2011 6:38 am
Forum: C++ Development
Topic: SetIcon leads to segmentation Fault wxwidgets 2.9.2
Replies: 9
Views: 2443

Re: SetIcon leads to segmentation Fault wxwidgets 2.9.2

Thank you lemme try and get back.
by aishwarya
Fri Nov 25, 2011 4:54 am
Forum: C++ Development
Topic: SetIcon leads to segmentation Fault wxwidgets 2.9.2
Replies: 9
Views: 2443

Re: SetIcon leads to segmentation Fault wxwidgets 2.9.2

The exact line crashes.
Splitting into three parts in the sense?
by aishwarya
Wed Nov 23, 2011 12:48 pm
Forum: Platform Related Issues
Topic: Taskbar icon not appearing with other tray items
Replies: 5
Views: 2565

Re: Taskbar icon not appearing with other tray items

Thanks. Would there be any work-around for wxWidgets 2.8 - Unity Tray Icon?

If not, can somebody check and give the roadmap of wx 2.9 for this issue? ( I haven't found anything specific on 2.9 release notes for this issue ).
by aishwarya
Wed Nov 23, 2011 10:45 am
Forum: Platform Related Issues
Topic: Tray icon transperancy on Ubuntu
Replies: 1
Views: 1319

Re: Tray icon transperancy on Ubuntu

The problem is solved on using wxwidgets 2.9.2
by aishwarya
Wed Nov 23, 2011 10:38 am
Forum: C++ Development
Topic: SetIcon leads to segmentation Fault wxwidgets 2.9.2
Replies: 9
Views: 2443

SetIcon leads to segmentation Fault wxwidgets 2.9.2

Hi, wxMessageDialog with Seticon throws a segmentation fault . I use wxwidgets 2.9.2 PFB, the code snippet wxMessageDialog * MyDlg=new wxMessageDialog(mMainFrame,wxString(wxGetTranslation(TestTxt1)), wxString(wxGetTranslation(TestTxt2)),wxOK); mPopUsnPwdErrOnVal->SetIcon(wxIcon(wxString(lImgPath,wxC...