Hi,
I tried but unfortunately I failed with implementing this functionality. I didn't invest much time into it, because it's only a nice to have. Maybe it's available in future...
Thanks,
mspoerr
Search found 50 matches
- Tue Sep 01, 2009 1:59 pm
- Forum: C++ Development
- Topic: wxGrid // Drag and Drop Rows
- Replies: 4
- Views: 1157
- Wed Aug 19, 2009 8:13 am
- Forum: C++ Development
- Topic: wxFont problem in Linux
- Replies: 5
- Views: 804
- Tue Aug 18, 2009 9:33 am
- Forum: C++ Development
- Topic: wxGrid // Drag and Drop Rows
- Replies: 4
- Views: 1157
- Tue Aug 18, 2009 9:04 am
- Forum: C++ Development
- Topic: wxFont problem in Linux
- Replies: 5
- Views: 804
- Tue Aug 18, 2009 9:04 am
- Forum: C++ Development
- Topic: wxGrid // Drag and Drop Rows
- Replies: 4
- Views: 1157
- Sun Aug 16, 2009 12:00 pm
- Forum: C++ Development
- Topic: wxGrid // Drag and Drop Rows
- Replies: 4
- Views: 1157
wxGrid // Drag and Drop Rows
Hello,
I am looking for an equivalent to EnableDragColMove() in wxGrid. Is there a hidden built-in solution to drag and drop rows instead of columns? If not, what is an easy way to implement it?
Thanks,
/mspoerr
I am looking for an equivalent to EnableDragColMove() in wxGrid. Is there a hidden built-in solution to drag and drop rows instead of columns? If not, what is an easy way to implement it?
Thanks,
/mspoerr
- Tue Jul 21, 2009 8:31 am
- Forum: C++ Development
- Topic: wxFont problem in Linux
- Replies: 5
- Views: 804
- Mon Jul 20, 2009 6:37 pm
- Forum: C++ Development
- Topic: wxFont problem in Linux
- Replies: 5
- Views: 804
wxFont problem in Linux
Hello, I set the font for a wxTextCtrl with: wxFont txt(10, wxFONTFAMILY_TELETYPE, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL, false); logFenster->SetDefaultStyle(wxTextAttr("#000080", *wxWHITE, txt, wxTEXT_ALIGNMENT_DEFAULT)); It works for the windows version of the application, but not the Linux vers...
- Wed Jul 15, 2009 10:35 am
- Forum: C++ Development
- Topic: Close app after thread finished work
- Replies: 2
- Views: 475
- Tue Jul 14, 2009 10:10 pm
- Forum: C++ Development
- Topic: updating window
- Replies: 2
- Views: 668
- Tue Jul 14, 2009 9:30 pm
- Forum: C++ Development
- Topic: Close app after thread finished work
- Replies: 2
- Views: 475
Close app after thread finished work
Hello, in my application there is a CLI only option (no wxFrame is created; only background activity is done). The application runs a worker thread and should close when the thread finished its work. What is the easiest way to achieve this? => wxApp->basic processing class->worker thread->close wxAp...
- Fri Jul 03, 2009 8:57 pm
- Forum: C++ Development
- Topic: Crash with boost::thread
- Replies: 16
- Views: 3391
After some more help with custom events - http://forums.wxwidgets.org/viewtopic.php?p=105567 - it now works! Thank you all for your great help!
/mspoerr
/mspoerr
- Fri Jul 03, 2009 8:55 pm
- Forum: C++ Development
- Topic: Custom Event
- Replies: 6
- Views: 1222
- Fri Jul 03, 2009 7:45 pm
- Forum: C++ Development
- Topic: Custom Event
- Replies: 6
- Views: 1222
I now added
but it still doesn't work...
Thanks,
mspoerr
EDIT: I just saw the new posts. I will try and come back.
Code: Select all
LogEvent( const LogEvent &event )
: wxEvent(event) { this->SetData( event.GetData() ); }
Thanks,
mspoerr
EDIT: I just saw the new posts. I will try and come back.
- Fri Jul 03, 2009 5:35 pm
- Forum: C++ Development
- Topic: Custom Event
- Replies: 6
- Views: 1222