Ok thanks.. But my splitter get hiccups and is totally crazy.. I should do some tests with two windows.. Now I have a lot of code that refer to TextWindow(window(i)).xxxx, but I should see if i can fix it that way..
Thx, Sven E On 2007-04-23, at 20:36, Dennis Birch wrote: > On 4/23/07, Sven E Olsson <[EMAIL PROTECTED]> wrote: >> Hi again, >> Do you mean something like this: >> >> Existing EditFields: TextfileldScroll and TextFielNoScroll >> >> A Window Property : myEdifield as EditField >> >> And then in the Window Open event >> >> if globals.UseScrool = true then >> dim myEditFiled as TextFieldScroll >> else >> dim myEditField as TextFieldNoScroll >> end if >> >> OR are you mean using classes? >> In the case of classes, I can't set the scrolls in the class, that >> only in the "used" editfield. > > The first approach has worked fine for me in similar situations. > _______________________________________________ > _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
