Hello,

Hmmm... enabling the inline stack-display feature is doable with the existing 
listener-hook after all. Just add a flush. (blush) Sometimes I think Slava 
sees things like this, but waits for me to figure them out by myself. ;-) Oh 
well. It's a good way to learn. Tough-love and all that. :-D

If you're using the tty listener just enter this:

        [ .s "----------" print flush ] listener-hook set

If you do that in the ui listener, the data stack pane will stop updating. 
This is how to enable it in the ui:

        listener-hook [ [ .s "----------" print flush ] append ] change

The inline stack-display makes the pane a bit redundant. It might be cool to 
toggle it off when you enable the inline display.

Ed

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to