That works fine and defined in z-locale it works in any locale. Thanks. At 14:37 17.5.2007, you wrote:
Anssi Seppälä wrote: > There is an interesting way to use J application from J when I have > already an complete interactive application with gui (for example a form > including edit field "Name" and button "Run")). Now I want to run the > application automatically. > > And that seems to be easy: just call the mainform (including wd 'set > Name *','Anssi') and then run function mainform_run_button ''. The > problem is that the value of the edit filed "Name" is not assigned to > the corresponding variable Name. If the Name is called in the Run there > is value error. > > Is there a method or convention to make the gui fields assigned to J > variables after wd'set ...' without user interaction?Call verb define_controls: define_controls=: 3 : 0 qd=. wd 'qd' ({."1 qd)=: {:"1 qd )
---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
