On Fri, Jul 27, 2012 at 1:21 AM, Paul K <[email protected]> wrote:
> Does anyone have an example of how I can implement multiple views in
> wxLua? I have read through this description
> (http://www.yellowbrain.com/stc/mult_views.html), but still can't
> figure out what the required calls are.

See wxSTEditor::RefEditor() here:

http://wxcode.svn.sourceforge.net/viewvc/wxcode/trunk/wxCode/components/stedit/src/stedit.cpp?revision=3041&view=markup

> What I want to do is quite simple: I have an editor window that I want
> to display and I also need a second window that will only show *some
> of the lines* shown in the editor window. If the lines are updated in

I don't think it is possible to only show only some of the text.

> the editor window, they should be updated in the other window. I'll
> hide some of the lines in the other window using HideLines/ShowLines
> (http://www.yellowbrain.com/stc/folding.html#hidelines).

I imagine that it will hide it in both of them.

Regards,
    John

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to