November 3, 201015 yr In my solution I use the script master function to check if a file exist on a layout as conditional formatting to change the color of text based on the condition of the files system. This was working fine on my win xp systems but on my new windows 7 system it causes a serious loading loop in the layout.
November 4, 201015 yr What do you mean by it is causing a loading loop? What is happening on your system which you do not expect to happen, or what is not happening which you expect to happen? Remember that some paths, such as documents and desktop folders paths have changed from xp to vista/7, so if you have a script running in a loop which requires a file to be found on the system which is not being detected because these paths have changed you may be stuck in a loop due to your script exiting conditions not being met.
November 12, 201015 yr Make sure you're not running it as a GUI function. See http://fmforums.com/forum/showtopic.php?tid/217635
Create an account or sign in to comment