Is there a way to write to Alert box but the Alert window does NOT get focus?? I have a nift routine that maximizes and minimizes a chart window, but if I use this coimmand in my minimize/maxmize comand,, the chart loses focus and the alert boxes is what gets manipulated.
Alert.addToList(vChartTitle, " " + vChartTitle + sInterval + "-RUN", Color.RGB(0,0,0), Color.RGB(0,219,0)); // bright green
Alert.addToList(vChartTitle, " " + vChartTitle + sInterval + "-RUN", Color.RGB(0,0,0), Color.RGB(0,219,0)); // bright green
Comment