1. Request: wxGridCellAutoWrapStringEditor
- Posted by Greg Haberek <ghaberek at gma?l.c?m> Jan 11, 2008
- 601 views
- Last edited Jan 12, 2008
Matt, I'd like to see this added to wxEuphoria. I have a rather immediate need for it in a program I am developing. Right now, text in a cell continues off to the right, but I'd like to make the row about 80 pixels tall and have it wrap. Thanks, -Greg
2. Re: Request: wxGridCellAutoWrapStringEditor
- Posted by Matt Lewis <matthewwalkerlewis at gma?l.com> Jan 11, 2008
- 587 views
- Last edited Jan 12, 2008
Greg Haberek wrote: > > > Matt, > > I'd like to see this added to wxEuphoria. I have a rather immediate need for > it in a program I am developing. Right now, text in a cell continues off to > the right, but I'd like to make the row about 80 pixels tall and have it wrap. That's pretty slick. I didn't even know it existed, since it's not in the documentation. It's pretty easy to add, though. I've just committed the changes to svn. I've tested it on linux, but not windows (which is what I think you're developing on). I've made several other changes and bugfixes, so I should probably try to get another beta or whatever out this weekend. If you have OpenWatcom, you should be able to build from source, if you can't wait that long. Matt
3. Re: Request: wxGridCellAutoWrapStringEditor
- Posted by Greg Haberek <ghaberek at gm?il.co?> Jan 11, 2008
- 604 views
- Last edited Jan 12, 2008
> That's pretty slick. I didn't even know it existed, since it's not in the > documentation. It's pretty easy to add, though. I've just committed the > changes to svn. I've tested it on linux, but not windows (which is what > I think you're developing on). I found it on a wxPython forum by Googling "wxGrid" and "wrap text." :) I do develop on Windows, but I'm gradually phasing over to wxEuphoria so everything I write will be cross-platform. My desktop computer runs Windows XP Pro and my laptop runs Ubuntu 7.10. > I've made several other changes and bugfixes, so I should probably try to > get another beta or whatever out this weekend. > > If you have OpenWatcom, you should be able to build from source, if you > can't wait that long. I have OpenWatcom, so I may try it tonight if I have time. I'm anxious to get this word-wrap working, since it's one of the "finishing touches" on the app I'm writing... Thanks for the speedy response! -Greg