you may try creating a form with a tex tedit widget using wd cmds.
(untested)

wdstatus=: 3 : 0
wd ::0: 'psel status;pclose'
wd 'pc status closeok'
wd 'cc t edit'
wd 'set t *',y
wd 'pshow'
''
)

You may need to add more code to get any special behavior you
wanted.


Ср, 23 апр 2014, [email protected] писал(а):
> 
> 
> Is there any way to create a status message control in jqt equivalent to that 
> created in 6.02 with wdstatus? 
> 
> 
> 
> The closest thing I can find is wdinfo (or wd ‘mb info …’) which, however, 
> includes an OK button requiring user attention and is therefore not quite 
> right. 
> 
> 
> 
> Thanks in advance! 
> 
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to