[nsbasic-ce] Re: NSBasic Runtime Error

2010-02-15 Thread lasersword2001
m, "George Henne" wrote: > > >> > > >> What device are you using? > > >> > > >> Also, could you register your copy? I do not see you in the registered > > >> user database. > > >> > > >> >I got that

[nsbasic-ce] Re: NSBasic Runtime Error

2010-02-14 Thread lasersword2001
make sure that the runtime is installed first. i got that error before too :) --- In nsbasic...@yahoogroups.com, "Nathan" wrote: > > Hello, > I was trying to run the sample HelloWorld application of NSBasic, but > when it starts, I got this error: > http://f.imagehost.org/0723/NSBasic_runtime_err

[nsbasic-ce] Still can not get this Programm to work...*confused*

2010-02-14 Thread lasersword2001
For some strange reason i am still getting the same errors, and can not display load, hide, and show forms in my Project. Can someone help me with this? I uploaded the source code to this to the ChineseFlashcards folder in the files section. http://f1.grp.yahoofs.com/v1/oMl3S4cfEtk84jxC0MmSg

[nsbasic-ce] Re: debugging help

2009-12-14 Thread lasersword2001
Ok, well i fixed that error, but it's giving me another error. when ever the event is triggered that should Show or Hide forms, i get this error: Microsoft VBScript runtime error - line 30, char 0 Object required: 'FlashcardPlayerForm' am i required to actually load th

[nsbasic-ce] Re: debugging help

2009-12-13 Thread lasersword2001
basic...@yahoogroups.com, "Timothy" wrote: > > Which Version of NSBasic are you using? I recall an older version being off > by 1 > > You have a number of Dim statements that assign a value to the variable - I > believe that is not allowed in NSBasic > > > --- In n

[nsbasic-ce] debugging help

2009-12-13 Thread lasersword2001
I'm having a problem finding a bug in my code. it says "error on line 14 character 9 - expected end of statement" but line 14 is where? i looked in all of the code, on line 14, and there isn't any code in there that could be the end of a statement. i uploaded my project to the folder here name

[nsbasic-ce] Unicode

2009-12-07 Thread lasersword2001
How exactly do we get a Unicode value from a line of text being read in from a file? I read the Tech Article about file access, but it wasn't really clear. Any code examples? :) -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group,

[nsbasic-ce] Re: Size of NSB CE files

2009-12-04 Thread lasersword2001
I just wrote a flashcard program, which hasa lot of other functions among the standard flashcard app, and it's still less than 400kb. It has 5 forms. ARe you writing a game? :P hehe --- In nsbasic...@yahoogroups.com, "George Henne" wrote: > > What version of NS Basic/CE are you using?

[nsbasic-ce] Skins

2009-12-04 Thread lasersword2001
Is there any way to make NSbasic apps skinable? The standard windows widgets are really boring looking. Skins would be cool a great thing to add. :) -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to nsb...@googlegr

[nsbasic-ce] Tutorials?

2009-11-23 Thread lasersword2001
Hi, i'm very new to NSbasic, and i was wondering where is a full tutorial on the usage of the language? For example, where can i find some code examples to do some very common functions ? e.g. - Read/Write to a file Get Mouse Coordinates Draw Pixels to a Drawing Canvas I'm trying to write