LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

init-file

hallo,

is it possible to include something like an init-file to a LabWindows/CVI-program?

My program should display a moving person.
I want to write some default trips the person do on a map, which the user can select.

I want to diplay the person like a point on a map.
Has somebody an idea, how I can program this????


thx
Florian

Message Edited by Greber on 06-08-2005 02:32 AM

Message Edited by Greber on 06-08-2005 02:32 AM

0 Kudos
Message 1 of 3
(3,471 Views)
For the ini-files, CVI has an useful instrument for reading and writing those files: you can find it in
\toolslib\toolbox\inifile.fp

Regarding your man-on-a-map problem, I would suggest you take a look at the canvas control that permits you to draw objects in an arbitrary location. You can find an example in
\samples\userint\canvas.prj


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(3,461 Views)
thanks Roberto

kind regards
Florian
0 Kudos
Message 3 of 3
(3,458 Views)