[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

Re: [nsbasic-ce] Re: debugging help

2009-12-14 Thread George Henne
You'll need to call FlashcardPlayerForm_Load before you can do anything with the objects on the form. They are not created until the form is loaded for the first time. >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

[nsbasic-ce] Problem with program instalation

2009-12-14 Thread hidroair
I have do a program with NS Basic. When I install in the device, a GK-7000. If I install in the device, It appears in the Programs Menu and when I try to run it I get a message as: Could not create non-visual control ('serialce.port.1') because IClassFactory could not be obtained, (err 8007007e

Re: [nsbasic-ce] Problem with program instalation

2009-12-14 Thread George Henne
There are a few things to look at: 1. How are you deploying SerialCE.dll to the device? Is it properly registered? 2. This device stores program files in volatile memory, which loses its contents when power is lost. The registry is stored in flash memory, which does not lose its contents. The ins