1. wxEuphoria 0.16

What changes are needed to this line from the demo richedit2.exw for use in 0.16 to create a wxTextCtrl ? wxRichEditCtrl ?

 
    RE = create( RichEdit, "", Main, 0,0,1,1,0), 
 

Unable to find RichEdit anywhere in the 0.16 documentation

new topic     » topic index » view message » categorize

2. Re: wxEuphoria 0.16

buzzo said...

What changes are needed to this line from the demo richedit2.exw for use in 0.16 to create a wxTextCtrl ? wxRichEditCtrl ?

 
    RE = create( RichEdit, "", Main, 0,0,1,1,0), 
 

Unable to find RichEdit anywhere in the 0.16 documentation

RichEdit is a Win32Lib control. You want wxRichTextCtrl.

Matt

new topic     » goto parent     » topic index » view message » categorize

3. Re: wxEuphoria 0.16

Then I take it that wxEuphoria is not compatable with win32lib.ew code.. would need a complete rewrite..

new topic     » goto parent     » topic index » view message » categorize

4. Re: wxEuphoria 0.16

buzzo said...

Then I take it that wxEuphoria is not compatable with win32lib.ew code.. would need a complete rewrite..

100% correct. They are similar in concept and functionality but comprise an entirely different API.

-Greg

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu