Not silly questions at all.

1. How are you adding the htmlview to your project? The best way is from
an AddObject statement, usually in the Form_Load routine.

2. No changes here. The safest thing to do is restart the device IDE
before starting to edit a different program.

3. Here's the problem with accelerometers: since Microsoft never built
any calls into the OS for this, each manufacturer had to add their own
functions. Needless to say, no two devices do this the same way. You can
probably create a DECLARE statement to call these functions if you can
get the documentation from the manufacturer. I believe the same
situation exists with cameras.

George Henne                                     
NS BASIC Corporation
http://www.nsbasic.com 

>Hi,
>
>Sorry, haven't posted for a while, so hope you don't mind three all at
once :)
>
>1) I've been trying to use htmlview through the device ide, but it says
>it can't resolve its id. However, it works using an exe compiled on the
>desktop, as well as when chained from a desktop compiled stub exe. Can I
>ask if anyone knows why I can't do this using the device ide alone, as
>the control is supposed to be in the device rom?
>
>2) George, is the device ide bug that sometimes causes it to get
>confused with filenames, and overwrite the wrong files code, fixed yet?
>
>3) Can I ask if anyone knows if it's possible to use a control (or
>simple program I can call) in nsbce that can grab a camera image to put
>in a picturebox, and one to get accelerometer data? I know basic4ppc has
>libraries for those things, but I'd much rather use nsb.
>
>Many thanks :)
>
>Andrew.
>
>
>
>
>------------------------------------
>
>Yahoo! Groups Links
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.

Reply via email to