Re: [Jprogramming] Lousy documentation

2015-09-10 Thread Dan Bron
Henry wrote: >> I ended up with the thought that documentation is hard to read whenever the >> topic is unfamiliar. I responded: > I think this is a universal truth, though you’ve packaged it quite pithily > here. Knew I’d seen this sentiment somewhere before. Check out the first sentence of

Re: [Jprogramming] Timer

2015-09-10 Thread Raul Miller
If I go to the menus: Help > Studio > Qt Demos... and select the timer demo, it displays this text for me: There are 2 timers - the system timer, and the form timer. There is only one system timer, while any number of form may have timers. Exa

Re: [Jprogramming] Timer

2015-09-10 Thread chris burke
For example: sys_timer_z_=: smoutput @ (6!:0) wd 'timer 2000' On 10 September 2015 at 06:30, yves.tanguy wrote: > Hello All, > i find this in the J manuals : > timer i ; set interval timer to i milliseconds. Event systimer occurs when > time has elapsed. The timer keeps triggering even

[Jprogramming] Timer

2015-09-10 Thread yves.tanguy
Hello All, i find this in the J manuals : timer i ; set interval timer to i milliseconds. Event systimer occurs when time has elapsed. The timer keeps triggering events until the timer is turned off. An argument of 0 turns the timer off. The systimer event may be delayed if J is busy, and it is