Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: FYI: Once was lost but now is found (Editor window in view)

From: sanghabum::aol::com at: 21-Nov-2001 6:18

[brett--codeconscious--com] writes:
> Turns out a setting called "OFFSET" in edit-prefs.r got screwed up somehow. > It had a setting of -30000 something for the x and y parts of the pair - > which is off in never never land. Thus the editor was working I just > couldn't see it :)
For what it's worth: if you are using Windows:.... If you minimise a VIEW LAYOUT window (e.g. click the "_" symbol at the topright of the window) its offset gets set to 3000x3000. It looks like RT were one variable short of a control structure, and decided to overload the OFFSET variable. It's a pain if you have a multi-layout design (eg a working window and a floating control panel). You can't just ACTIVATE or (re)-VIEW a layout if your user has minimised it. Colin.