(no subject)
- Posted by Mannequin <mannslists at invigorated.org> Aug 06, 2005
- 1090 views
Along with my last question (repost below), I am in need of some examples of how to use the Windows clipboard with wxEuphoria. (I'll deal with how to do it in Linux later.) I've done some searching through the EUforum, and have come across some posts, but I'm not too sure that they are still relevant considering the changes that have been made since wxEuphoria 0.5.0: http://www.listfilter.com/cgi-bin/esearch.exu?fromMonth=1&fromYear=A&toMonth=8&toYear=A&postedBy=&keywords=wxeuphoria+copy+clipboard Maybe once I get a handle on all of these different things, I'll do some demos, and maybe a short tutorial or something... ==> START REPOST <== > As a learning experience, I'm working on a text editor that's loosely based on > Windows' > Notepad using wxEuphoria. I was wondering what would be the best method of > implementing > a word-wrap toggle option. > > Here's what I have used to create the text area: > > text_area = create (wxTextCtrl, {panel, -1, "", -1, -1, -1, -1, wxTE_MULTILINE > + wxTE_DONTWRAP}), > > Using that, word wrap is automatically turned OFF when the program is started. > Is there > an easy way to turn it on via wxEuphoria when the user wants it on, or am I > going to > have to find a way to do it myself? ==> END REPOST <== Thanks for any help you guys can give. I really want to get a grasp on this stuff so I can get in to projects that might actually benefit the community. :) -Mannequin. My Euphoria works: wxPetals - http://www.rapideuphoria.com/wxpetals.zip