[nsbasic-ce] Re: file system help

2010-03-02 Thread michiman56
Ok, it looks like you are using the newObjects SFMain to do this. I'm not a fan of using magic numbers, even if they do save space in NSB/CE programs. I always have to look them up, so I prefer to declare constants using the names in the library's typelib where possible. You seem to be opening

[nsbasic-ce] Re: file system help

2010-03-02 Thread michiman56
Sorry about the typo in Option Explicit there. Should be all on one line of course. --- In nsbasic-ce@yahoogroups.com, michiman56 rriemer...@... wrote: Ok, it looks like you are using the newObjects SFMain to do this. I'm not a fan of using magic numbers, even if they do save space in

RE: [nsbasic-ce] Re: file system help

2010-03-02 Thread George Walters
Thanks for the code snippet. I think the extra open you mention is that the CreateFile did not create and open the file if it did not exist (using 4096). I keep trying different things trying to figure out how the functions actually work. Seems to me the doc is not completely clear and explicit.

Re: [nsbasic-ce] autocomplete help

2010-03-02 Thread George Henne
There is no option to turn off autocomplete. While there isn't any typeover mode, you might be able to accomplish the same thing by setting the contents to when the field gets focus. How can I enable and disable autocomplete. It's currently set on and I would like to turn it off. It's getting

RE: [nsbasic-ce] 8.1 IDE bug

2010-03-02 Thread George Walters
I'll try it first thing in the morning. I'm burned out now and drinking some Jack. George Walters -Original Message- From: nsbasic-ce@yahoogroups.com [mailto:nsbasic...@yahoogroups.com] On Behalf Of George Henne Sent: Tuesday, March 02, 2010 2:10 PM To: nsbasic-ce@yahoogroups.com

[nsbasic-ce] Re: 8.1 IDE bug

2010-03-02 Thread joespan123
Hi George, I followed these steps and got the same BLANK screen in the IDE. The program is actually loaded in but the IDE does not display anything. To see the program, you have to bring back the Project Explorer window, do this from the menu View - Project Explorer. Then to see your