In Chrome it's best to "Paste as plain text" (Ctrl+Shift+V) Thanks,
-- Raul On Thu, Apr 24, 2014 at 9:16 PM, Linda Alvord <[email protected]>wrote: > Chris. I found that if I copy code from running a script in jhs and paste > it in an e-mail, it will not double space the script in the message. I use > chrome and don't know if that has anything to do with it. It works better > when you cut and paste into a new temp. > > Linda > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of chris burke > Sent: Thursday, April 24, 2014 7:50 PM > To: Programming forum > Subject: Re: [Jprogramming] Creating a status message box in jqt > > This is similar to J6 wdstatus: > > > wdstatus=: 3 : 0 > > if. -. (<'status') e. {."1 wdforms'' do. > > wd 'pc status' > > wd 'cc t static' > > wd 'set t minwh 180 25' > > wd 'pcenter;ptop;pshow' > > end. > > wd 'set t text *',y > > wd 'msgs' > > ) > > > NB. test > > 3 : 0'' > > count=. 5 > > whilst. count=. count-1 do. > > wdstatus 'countdown ',":count > > 6!:3[1 > > end. > > wd 'psel status;pclose' > > ) > > > On Wed, Apr 23, 2014 at 11:36 PM, bill lam <[email protected]> wrote: > > > 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 > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
