| Author |
Message |
Keith
Joined: Jun 1, 2008 Posts: 24
|
Posted: Jun 23, 2008 7:27 PM Post subject: Displaying an image in the Runtime window |
|
Ok, this is probably an easy one. How can I get a design to display an image (gif or jpeg) in the runtime window? I am pretty much finished with my EEG 2 channel recorder, and have some real estate left, so I want to display an image of the 10-20 electrodes map.
I tried messing around with Image Source, and pretty much everything else that begins with \"image\", but I can't figure out which element pulls the image into the design (i.e., allows me to enter the path where the image is stored).
I am sure it is something simple I am overlooking, but I am vexed!
Thanks in advance,
-Keith
|
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1075
|
Posted: Jun 23, 2008 7:53 PM Post subject: |
|
Keith,
you may want to use ImageDisplay but almost any chart can display an image. If you want just a single static picture which never changes, then open Chart Properties and set background image in there. You can also set some options how the image should be displayed (alignment, resize etc).
If you want to change the image dynamically, then you will need to add ImageSource together with ImageDisplay.
Jarek |
|
 |
Keith
Joined: Jun 1, 2008 Posts: 24
|
Posted: Jun 23, 2008 10:49 PM Post subject: |
|
Jarek,
I knew it would be something simple which I was overlooking! The solution worked perfectly.
Thanks!
-Keith |
|