IDE get's stuck

2005-06-01 Thread Jon
If I enter the following handler with ccw or cw, it works perfectly. When I enter with flip or mirror, the requested operation is performed perfectly, but afterwards the cursor turns into a plus sign, and I have to switch from run mode to design mode and back to run mode before I can run the

Re: IDE get's stuck

2005-06-01 Thread Klaus Major
Hi Jon, If I enter the following handler with ccw or cw, it works perfectly. When I enter with flip or mirror, the requested operation is performed perfectly, but afterwards the cursor turns into a plus sign, and I have to switch from run mode to design mode and back to run mode before

Re: IDE get's stuck

2005-06-01 Thread Eric Chatonet
Hi Jon again, As usual Klaus is right :-) But another thing might interest you... When you place many if/end if statements, the engine has to explore all of them even though it's not necessary. So you might prefer something like: on menuPick s if s = ccw then get angle of image image add

Re: IDE get's stuck

2005-06-01 Thread Jon
Thanks, Klaus, but can you explain what is going on (in addition to fixing it!) :) Jon Klaus Major wrote: Hi Jon, If I enter the following handler with ccw or cw, it works perfectly. When I enter with flip or mirror, the requested operation is performed perfectly, but afterwards the

Re: IDE get's stuck

2005-06-01 Thread Klaus Major
Hi Jon, Thanks, Klaus, but can you explain what is going on (in addition to fixing it!) sure :-) The IDE is switching to the pointer tool (but i don't know why...? Maybe because it needs the right tool for the job ;-) and the line will reset the tool to the browse tool. :) Jon Regards