comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » text widget
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
text widget [message #25902] Wed, 25 July 2001 00:16
Dominik[1] is currently offline  Dominik[1]
Messages: 46
Registered: April 2001
Member
Hi there,

we want to supply the user with information about a calculation process.
Therefore we opened a widget_text with following code:

information = widget_base(title = $
'information window (please do not quit!)', $
/column, xoffset=520, yoffset=100)
jnl_def = widget_base(information, /row)
journal = widget_text(jnl_def, xsize=75, ysize=30, /scroll, /frame)
widget_control, information, /realize

the widget looks good, vereything we can print inside, thats no problem.
We place text inside with:

info = 'select PISAC configuration file (PISAC_SETUP.sav).'
widget_control, journal, set_value = info


The Problem is, that whenn all visible lines ar full, we get some scrollbars
(still ok). But while calculating, the user cant use the scrollbars to see
the actuall information.


So, does somebody know a method, to always scroll to the end, after printing
something into the widget?

thanks for your help

Dom

--
====================================
Dominik Paul
Uniklinik Freiburg
Abt. Nuklearmedizin/PET
====================================
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Multiple widget_draw's and bad convert_coord
Next Topic: Re: IDL and Beowolf ?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:46:17 PDT 2025

Total time taken to generate the page: 0.00445 seconds