Good morning group,
I've been working on a program for use in a psychological research project. The program displays 15 to 25 circles, one at a time, in various sizes and requires a response to indicate the relative size. You input a digit from 1 to 5 to indicate if you think the specific circle is the smallest (1), largest (5), or somewhere in between (2-4). When the answer is right the program displays "That was right" under the circle; when wrong, "That was wrong."
I finally achieved reliable presentation of circles and reliable taking and scoring of responses, etc. The problem is, the graphic displays fail in odd and, so far, unpredictable ways. Here are some of the specifics:
1) Instead of the Times New Roman font, it sometimes drops back to the default font, but only for one display, the next circle or instruction will be Times New Roman again.
2) Sometimes it totally omits some, but not all printed lines of instructions.
3) Sometimes it omits a circle, but displays subsequent circles normally.
4) Sometimes it omits the "right" or "wrong" text, but works right on subsequent trials.
Some runs of the program (15 to 25 circle presentations) are flawless; but other runs may have multiple failures of display. The display failures happen with multiple runs of the same compiled code, differently on different runs. They also happen with new compiles with no code changes.
I have begun to think there may be issues with Vista and PBCC, but I've found no mention of it on the forums.
I'm using PBCC, ver 4.04 and the latest Vista upgrades (Home Premium).
TIA,
Bruce
I've been working on a program for use in a psychological research project. The program displays 15 to 25 circles, one at a time, in various sizes and requires a response to indicate the relative size. You input a digit from 1 to 5 to indicate if you think the specific circle is the smallest (1), largest (5), or somewhere in between (2-4). When the answer is right the program displays "That was right" under the circle; when wrong, "That was wrong."
I finally achieved reliable presentation of circles and reliable taking and scoring of responses, etc. The problem is, the graphic displays fail in odd and, so far, unpredictable ways. Here are some of the specifics:
1) Instead of the Times New Roman font, it sometimes drops back to the default font, but only for one display, the next circle or instruction will be Times New Roman again.
2) Sometimes it totally omits some, but not all printed lines of instructions.
3) Sometimes it omits a circle, but displays subsequent circles normally.
4) Sometimes it omits the "right" or "wrong" text, but works right on subsequent trials.
Some runs of the program (15 to 25 circle presentations) are flawless; but other runs may have multiple failures of display. The display failures happen with multiple runs of the same compiled code, differently on different runs. They also happen with new compiles with no code changes.
I have begun to think there may be issues with Vista and PBCC, but I've found no mention of it on the forums.
I'm using PBCC, ver 4.04 and the latest Vista upgrades (Home Premium).
TIA,
Bruce
Comment