Eric (especially, but others too), 0) I have perused with great interest and reward Studio>app building . Not yet have I looked at the new Studio>watch.
1) Below I show a diff for what I believe are 2 simple changes to correct what I believe are typos in comments in app6.ijs server:app brian$ diff app6.ijs app6a.ijs 10,11c10,11 < jev_get_data_NEW_app6_ - jev_get or F5 refresh window ith id NEW < jev_get_data_abc_app6 - arg for window with id abc --- > jev_get_data_NEW_app6_ - jev_get or F5 refresh window with id NEW > jev_get_data_abc_app6_ - arg for window with id abc 2) I have noticed that the demos differ slightly from the app building scripts in that they used to use jhr_jhs_ and apps now use the simpler jhrx_jhs_ . Would anyone care to comment on that change, please? jhrx_jhs_ 4 : 'htmlresponse (hrxtemplate hrplc ''TITLE'';(TIPX,x)),y' jhr_jhs_ 4 : 0 if. _1=nc<'JS' do. JS=:'' end. if. _1=nc<'CSS' do. CSS=:'' end. tmpl=. hrtemplate if. SETCOOKIE do. SETCOOKIE_jhs_=: 0 tmpl=. tmpl rplc (CRLF,CRLF);CRLF,'Set-Cookie: ',cookie,CRLF,CRLF end. htmlresponse tmpl hrplc 'TITLE CSS HEXTRA JS BODY';(TIPX,x);(css CSS);HEXTRA;(js JS);(jhbs HBS)hrplc y ) On Sat, Oct 22, 2016 at 4:26 PM, Eric Iverson <[email protected]> wrote: > JHS update available. > > Fixes bugs in previous version. > > Studio menu has a new entry: watch. > > Studio>app building includes new app6 that shows how to use window ids and > how to get args to the initial jev_get so the page can be customized. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- (B=) <-----my sig Brian Schott ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
