Re: [MBS] StdinMBS

2017-06-30 Thread Lee Badham
Hi, Actually, I'm just using the built in stdin.readline now because that doesn't seem to block threads. Xojo 2017r1.1 Regards, Lee Badham Bodoni Systems Ltd > On 29 Jun 2017, at 17:44, Lee Badham wrote: > > Hi, > > I'm trying to use StdinMBS in a console application to read in data withou

[MBS] StdinMBS

2017-06-29 Thread Lee Badham
Hi, I'm trying to use StdinMBS in a console application to read in data without locking the console. if I use term.ReadString(cmd) whenever I use more than one word I only get the first one. For instance, if I type 'hello there' I get 2 triggers, one for 'hello' one for 'there' even though I

Re: [MBS] StdinMBS - Windows Issue

2015-02-02 Thread Christian Schmitz
> > n=r.ReadInteger(v) > I changed it, so ReadInteger and ReadDouble should now work on Windows. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ ___ Mbsplugins_monkeybreadsoftware.info mailing list mbsplu

Re: [MBS] StdinMBS - Windows Issue

2015-02-02 Thread Christian Schmitz
> I get UnsupportedOperationException > > on line > > n=r.ReadInteger(v) Well, it's documented to be unsupported on Windows. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ ___ Mbsplugins_monkeybreadsof

[MBS] StdinMBS - Windows Issue

2015-02-02 Thread shahid
Hi, The example on page https://www.monkeybreadsoftware.net/class-stdinmbs.shtml does not work on Windows. I get UnsupportedOperationException on line n=r.ReadInteger(v) Using - Xojo V 2014 r3.2, Windows 7 64bit Shahid Darbar Bodoni Systems 0044-1923220530 ___