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

[REBOL] Re: AnaMonitor object/block monitor released

From: rotenca:telvia:it at: 8-Nov-2001 15:38

Hi, Anton
> I try it again now and it seems to work. > Weird.
Can you describe it?
> I modified the resize-ly function, near the > bottom, to get (in my opinion) better behaviour > when resizing the window. > The affected line: > > view/new/options/offset/title ly [resize] lyold/offset header/title > Using the old offset instead of grabbing from the prefs. > I don't know if you intend to save to the prefs when > resizing, though. :)
I had made the same correction in my last version... Soon on my site, with others bells and whistles.
> I want to figure out how to save prefs into the > same source file.
I do not like it, because at every new version arise some little problems. But without doubt can be made.
> Maybe it can go into the header?
I no more use the header to store info. Because of the nature of anamonitor (a debuggung tool) i think is better to leave the header to the main program (i cloned my own header at the start, but is not always get a valid result: for example if you directly include anamonitor code in your working program).
> Anyone have any ideas on this?
Parse could help to store prefs in a given object in the source file.
> Anton.
--- Ciao Romano