How to create Wx::KeyEvent objects and set KeyCode?

2016-08-22 Thread Ian Macdonald
to be a way of either constructing a KeyEvent with a given code or setting it after construction; there's no SetKeyCode. I've tried "evt->m_keyCode(WXK_INSERT)" and "evt->{m_keyCode} = WXK_INSERT" to no avail; any help out there? Ian Macdonald Melbourne, Australia W

Re: richtextdialogs.pjd Translations

2014-10-18 Thread Ian Macdonald
. Don't know anything about translation of these files. Ian Macdonald Melbourne, Australia On Sun, Oct 19, 2014 at 6:03 AM, Steve Cookson steve.cook...@sca-uk.com wrote: Hi Guys, I see that richtextdialogs.pjd does not have the _T() function. What is a .pjd file? It looks like some kind

Re: Re: wxWidgets apps have no window decorations when run via NX

2014-05-01 Thread Ian Macdonald
for the spirit of inquiry to push us any further down the NX path. Thanks again, Ian Macdonald Armaguard, Australia On Sat, Apr 12, 2014 at 6:16 PM, Steve Cookson steveco.1...@gmail.comwrote: Whoops. Missed out group. -- Forwarded message -- From: Steve Cookson - gmail steveco.1

wxWidgets apps have no window decorations when run via NX

2014-04-10 Thread Ian Macdonald
written using wxPerl which has been successfully put into production on a local LAN. We wish to use the NX remote desktop technology to improve display performance across longer distances (New Zealand clients, Australian servers). Thanks for any suggestions, Ian Macdonald Armaguard Australia WARNING

Any way of extracting the XML data from a RichText control?

2013-11-27 Thread Ian Macdonald
Running wx 2.8.10 on linux. Wx::MemoryOutputStream doesn't seem to be supported; is there any way of doing this simply? Thanks, Ian Macdonald WARNING: This email and any attachments may be confidential and subject to copyright. If you are not the intended recipient, you must not disclose

Finding the selected text in a ComboBox

2013-06-27 Thread Ian Macdonald
that right now. Thanks, -- Ian Macdonald

Re: Finding the selected text in a ComboBox

2013-06-27 Thread Ian Macdonald
.) Regards Mark On 28/06/2013 03:17, Ian Macdonald wrote: Hi, In 2.8.10, the GetSelection method in ComboBox seems to be returning the selected index of the current row, rather than the range of text indices selected in the text control. Is there some way of finding this out without

Is Wx::RegionIterator available?

2013-04-09 Thread Ian Macdonald
FYI, I'm trying to refresh just a portion of my panel via EVT_PAINT, and this is what the docs recommend. I'm using Wx 2.9.4 on Ubuntu 12.04. Thanks, -- Ian Macdonald

Lag before paint events in a TreeCtrl.

2013-04-04 Thread Ian Macdonald
wxWidgets 2.8.10 Thanks, -- Ian Macdonald

Re: Does wxTextCtrl have a limit of 233639 chars under GTK?

2013-02-18 Thread Ian Macdonald
...@googlegroups.com Regards Steve. -Original Message- From: Ian Macdonald [mailto:ickp...@gmail.com] Sent: 17 February 2013 22:39 To: wxperl-users@perl.org Subject: Does wxTextCtrl have a limit of 233639 chars under GTK? I'm running Ubuntu 12.04/perl 5.14.2/wxPerl 0.9903/wxWidgets 2.8.11, which

Re: WxChoice behaviour

2013-02-08 Thread Ian Macdonald
machines? If you switch to a Readonly Wx::ComboBox does it do the same thing or does the behaviour disappear? Maybe this could be a temporary workaround while you fix the problem? Regards Steve -- Ian Macdonald

WxChoice behaviour

2013-02-07 Thread Ian Macdonald
success, which I find somewhat surprising. (We've changed several things at once, hence the problem.) Can anyone offer a clue as to where this might be coming from? -- Ian Macdonald

File IO events that trigger Wx callbacks?

2010-11-22 Thread Ian Macdonald
this and handles multiple file handles as well, IO::Multiplex, but it starts its own event loop. Thanks, Ian Macdonald WARNING: This email and any attachments may be confidential and subject to copyright. If you are not the intended recipient, you must not disclose or use the information contained

Flicker in EVT_PAINT handler using Wx::AutoBufferedPaintDC

2010-04-23 Thread Ian Macdonald
weird; this is due to it being cut down from a much bigger script. Well, mostly.) Thanks, Ian Macdonald ickp...@gmail.com Melbourne, Australia WARNING: This email and any attachments may be confidential and subject to copyright. If you are not the intended recipient, you must not disclose or use

Is there an example (or docs) for DataViewCtrl?

2009-07-28 Thread Ian Macdonald
Hi, I can see it in the tree for Wx 0.91 (which we're on) but I can't get anything to run. Thanks, Ian Macdonald WARNING: This email and any attachments may be confidential and subject to copyright. If you are not the intended recipient, you must not disclose or use the information contained

Wx::RichTextCtrl not compiling against 2.9.0?

2009-04-19 Thread Ian Macdonald
). Does this sound familiar to anybody, or do I need more (ie some) exact details? Thanks, Ian Macdonald WARNING: This email and any attachments may be confidential and subject to copyright. If you are not the intended recipient, you must not disclose or use the information contained

Wx::SystemSettings::GetMetric(metric,window) not supported?

2008-11-10 Thread Ian Macdonald
? Alternatively, does anyone know why $top_level-Maximize(1) (or 0, doesn't make a difference) doesn't work on GTK? There was mention of this on the wxusers list but no answer I could see. Thanks, Ian Macdonald WARNING: This email and any attachments may be confidential and subject to copyright. If you

Dynamic events the mouse events

2008-09-17 Thread Ian Macdonald
a hole. Thanks, -- Ian Macdonald