10-02-2009 05:19 PM
Solved! Go to Solution.
10-02-2009 06:24 PM
10-02-2009 07:12 PM
Adnan --
Thanks! I figured something like that would work, but I was trying to avoid using the extra conversion step, in my application (generating stimuli to evoke human eye movements which I then measure and experimentally study the parameters of) I need to redefine the stimuli constantly, and the conversion was going to be a little annoying.
I'm surprised that there's no way to directly create a shared variable with the picture data type, however. Fortunately, Eric Shaffer (an applications engineer) that I was phoned up, pointed out that one can create a Global Variable of the Picture type. I understand that global variables aren't as robust as the shared kind, but I'm comfortable enough with the uses of Globals that this solution is preferable.
Thanks again!
-- jph
10-02-2009
07:37 PM
- last edited on
04-18-2025
03:45 PM
by
Content Cleaner
I wasn't aware that you were using the variable on the same computer. Since you mentioned shared variable, I mistakenly assumed that you were going to use it over the network. There is no implementation difference between a single process shared variable and a global variable with one of the exceptions being what you have just seen with regards to the datatype. Also, a lot of people tend to use a single process shared variable since it's much easier to switch to a network published shared variable (all you have to do is to change the drop down option).
I would recommend getting into the habit of using a functional global variable (type of action engine), instead of using a global variable, since that helps in avoiding race conditions which could become relevant for you in the future, if not now:
10-02-2009 09:52 PM
James,
Your icon shows up as a red X because you have it posted on a 3rd party webserver that is not accessible.
Upload your icon to your image gallery, then go into your profile and have the icon image point to the image gallery file location.