Hi,
I should just add regarding Wx::PlComboPopup usage, the C++ class
wxComboPopup has the protected member m_combo that allows you to access
the wxComboCtrl. In wxPerl that is available via:
$cmbpopup->GetComboCtrl;
I should add a line using that to the demo.
Cheers
Mark
Hi,
On 15/02/2013 19:59, Dave Hayes wrote:
1) Apparently Wx::ComboCtrl does not respect or use wxTE_PROCESS_TAB. Why?
That's a decision of wxWidgets designers / maintainers. It seems
sensible to me as a combo box that captures tab key presses would be
quite an odd thing. Best roll your own
Hi James,
There's quite a lot of code around. When the Wiki comes back up, I'll point
you there.
Mark's code is particularly clean and easy to read.
The problem with production code is that it runs to many modules and
dependencies, which often require specific hardware and software
configura
"Steve Cookson" writes:
> I see the Wiki is still down.
Yes, unfortunately. I've contacted the site owner but he hasn't replied
yet. I have full access to the wxperl server, but that doesn't help much
if the server itself is unreachable.
> I have to ask, why do we not just have a section on the
Hi Guys,
I see the Wiki is still down.
I have to ask, why do we not just have a section on the wxWidgets site? I
feel we have more common learning needs regarding wxWidgets than Perl. For
most people here, we know Perl, but wxWidgets is the learning curve.
Like here?
http://wiki.wxwidgets.o
On 02/14/13 13:28, steveco.1...@gmail.com wrote:
There is Wx::ComboCtrl
(http://docs.wxwidgets.org/2.8.12/wx_wxcomboctrl.html#wxcomboctrl)
with
Wx::ComboPopup
(http://docs.wxwidgets.org/2.8.12/wx_wxcombopopup.html#wxcombopopup)
Which gives you a custom pop-up window for what is essentially a C
Fri Feb 15 12:04:18 2013: Request 83110 was acted upon.
Transaction: Correspondence added by TAUNGER
Queue: Wx
Subject: Wx 2.9 manipulates locale
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: taun...@cpan.org
Status: open
Ticket https://rt.c
Hi James,
> Here's what I have working for a custom dialog with a text validator.
Probably a cleaner way to do some of it, but one step at a time. :)
It's cool, sadly, I don't think you can do any more with validator.
You should be able to do most of your layout with sizers. I'm afraid they