Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
graphman
Posted - Aug 14 2016 : 06:13:29 Hi, One of my users see an error message "Unknown transition" in the program. I can't replicate this issue. What might be the cause of the error and how to fix it?
6 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Aug 22 2016 : 23:52:13 Yes, it could, because if you specify the transition type as iettNone, it will fall through to the "Unknown transition" error.
Posted - Aug 21 2016 : 06:27:33 I use transition = TIETransitionType(random(MAX_TRANSITIONS)); ImageEnView1->RunTransition(transition, duration);
xequte
Posted - Aug 14 2016 : 15:22:34 Using pyschic debugging I would guess that you are running transition effects and setting the TIETransitionType numerically, e.g. Transition := TIETransitionType( Random( n ) + 1 ), where n is not in the range of TIETransitionType