Search found 7 matches
- Wed Sep 29, 2010 1:04 pm
- Forum: Component Writing
- Topic: Issues with Enhanced wxTreeListCtrl
- Replies: 12
- Views: 5177
It seemed to me that there was no wxEVT_COMMAND_CHECKBOX_CLICKED event sent, so I add it. I don't know if it was the right place to do or the right thing, but it did the trick to me. Hope it help. treelistctrl: line 4952 if (item->GetItemType(m_curColumn) == wxCheckboxItemType) { item->SetItemChecke...
- Fri Jul 30, 2010 7:28 am
- Forum: C++ Development
- Topic: No alpha with wxStaticBitmap
- Replies: 2
- Views: 691
- Thu Jul 08, 2010 8:37 am
- Forum: C++ Development
- Topic: No alpha with wxStaticBitmap
- Replies: 2
- Views: 691
No alpha with wxStaticBitmap
Hi,
I'm using the wxStaticBitmap class to display images who do have alpha.
When I display them, it seems the alpha is not taken (see the pic).
Is this the bad way to display an image ?
I'm using the wxStaticBitmap class to display images who do have alpha.
When I display them, it seems the alpha is not taken (see the pic).
Is this the bad way to display an image ?
- Thu Jun 24, 2010 1:22 pm
- Forum: C++ Development
- Topic: Hide Scroll Bar
- Replies: 0
- Views: 639
Hide Scroll Bar
Hi,
Is there a way to hide a simple scrollbar from wxScrollBar or one from a wxScrolledWindow, without using the SetScrollBars(x,y,0,0) ?
Is there a way to hide a simple scrollbar from wxScrollBar or one from a wxScrolledWindow, without using the SetScrollBars(x,y,0,0) ?
- Tue Jun 22, 2010 9:06 am
- Forum: C++ Development
- Topic: Move window inside a Sizer
- Replies: 4
- Views: 1023
- Tue Jun 22, 2010 8:32 am
- Forum: C++ Development
- Topic: Move window inside a Sizer
- Replies: 4
- Views: 1023
- Tue Jun 22, 2010 8:08 am
- Forum: C++ Development
- Topic: Move window inside a Sizer
- Replies: 4
- Views: 1023
Move window inside a Sizer
Hi,
I'm searching for a way to place my windows inside a wxBoxSizer.
Right now, I have a BoxSizer and I'm trying to put a ComboBox and a ScrolledWindow side by side. But it seems that the sizer does not allow it, instead he put the ScrolledWindow under the ComboBox.
Cheers.
I'm searching for a way to place my windows inside a wxBoxSizer.
Right now, I have a BoxSizer and I'm trying to put a ComboBox and a ScrolledWindow side by side. But it seems that the sizer does not allow it, instead he put the ScrolledWindow under the ComboBox.
Cheers.