Re: [Jprogramming] Changing the text of a menu item

2015-09-14 Thread Ian Clark
> this would mean that Term would get two top level menu items, Script and > Window, that would be completely disabled. @Chris - yes, that's exactly what the Apple UI guidelines recommend. But do *I* recommend it? See my reply to Raul. To suit myself, I guess I would. But JQt is cross-platform,

Re: [Jprogramming] Changing the text of a menu item

2015-09-14 Thread Ian Clark
No, @Raul, I was answering Bill's question re OS X features. The "proper" design for OS X isn't fit for Windows -- and vice-versa. You don't need to be a conspiracy theorist to know this is (-was) intentional on the part of M$. Remember the "look and feel" lawsuit? On Mon, Sep 14, 2015 at 3:55 AM

Re: [Jprogramming] Removing not 7 bit ASCII code for a huge file

2015-09-14 Thread Strale
Hi Tested but not enough RAM anyway, true that I could just drop witout overwrite with spaces thanks Paolo On Fri, Sep 11, 2015 at 4:44 PM, bill lam wrote: > If you have enough RAM, try > > b=. 127 < a. i. data > data=. b } data,:' ' > > Пт, 11 сен 2015, Strale написал(а): > > Hello > > > > I h