RE: [Win32Lib] scroll a window with text?
- Posted by Larry Mears <LarryMears at hotmail.com> Jun 27, 2002
- 401 views
Kat wrote: > On 25 Jun 2002, at 10:29, Larry Mears wrote: > > > > > Dan Moyer wrote: > > > If I have a window with scroll bars, and have "filled" the window with > > > text, > > > is there a way to make that text *scroll* via the scroll bars??? I mean > > > other than re-writing the text from a new top line as is done in example > > > 12, > > > colored text & re-drawing the window? > > > > > > Dan Moyer > > > > > > > > Go to the archive and type music database. Inside my program you will > > find a function called AutoText. I put a lot of options in it because > > I figured I would use it again sometime. > > I get this error: > > D:\Euphoria\music database\MDB.EXW:213 > getRect has not been declared > winxy = getRect(Win1) -- get the Printers Resolution > > Wassup? > Kat > > I haven't been doing any Euphoria programming in about 10 months so... Anyway getRect() is from win32Lib.eu maybe they renamed it in the newest version. That would be my first guess at the problem since it says not declared. Yep, I use the same routine for printer output. Larry Mears