On Wed, Jan 14, 2009 at 12:51 PM, Ken Minogue <mino...@mts.net> wrote:
> Thanks for the quick response.  I wanted to be able to use a Rich Edit
> control within wxLua, creating a wxTextCtrl with the wxTE_RICH2 style.  My
> understanding at the time (this was 2005) was that the the Rich Edit control
> was not fully implemented in wxLua, so I wrote a simple dll to allow me to
> forward messages from the Lua script to the control.   I need to know the
> Windows handle of the control in order send messages to it.

Ok, I added it back in CVS. I hope to do a binary release soon, I just
need to find the time.

> If there's an easier way to do this, I'd be glad to know about it.

You may want to try out the wxRichTextCtrl, but I can't say much about
as I haven't use it yet.

http://docs.wxwidgets.org/stable/wx_wxrichtextctrl.html#wxrichtextctrl

Regards,
    John


>
> ----- Original Message -----
> From: "John Labenski" <jlaben...@gmail.com>
> To: <wxlua-users@lists.sourceforge.net>
> Sent: Wednesday, January 14, 2009 10:52 AM
> Subject: Re: [wxlua-users] GetHandle
>
>
>> On Wed, Jan 14, 2009 at 11:24 AM, Ken Minogue <mino...@mts.net> wrote:
>>> I've recently come back to wxLua after a few years and have discovered
>>> that
>>> my old scripts don't work anymore.  I've managed to deal with most of the
>>> necessary changes, but it looks like the GetHandle() method (wxWindow) is
>>> no
>>> longer available and I don't know what to use instead.  How can I get the
>>> Windows handle of a wxLua control?
>>
>> I removed it since I didn't imagine that anyone could or would do
>> anything with it. What do you use it for? I can add it back, but maybe
>> there's something simpler.
>>
>> Regards,
>>    John
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
>> _______________________________________________
>> wxlua-users mailing list
>> wxlua-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> wxlua-users mailing list
> wxlua-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to