From glasspusher at outofoptions.net Mon Sep 5 14:09:04 2016 From: glasspusher at outofoptions.net (Dave) Date: Mon, 5 Sep 2016 12:09:04 -0700 Subject: [proFit-list] python select frontmost data window Message-ID: <8D202A9C-F561-4D98-BADD-7B0670905901@outofoptions.net> Hi everybody, Happy Labor Day from the USA- we can?t celebrate it on May 1 like everybody else because?communism. ;) Anyway, I?m recording a Python script with pro Fit and for the life of me I can?t figure out how to edit the recorded actions so that it?ll take ?frontmost data window? as its argument. What am I missing? So, in the code snippet below, I?d like to change the reference to ?front data window? Thanks for any and all, Dave pf.SelectWindow("stationary") pf.SetWindowProperties(window = pf.GetWindowObject(window = "stationary"), nrRows = 1801, nrCols = 5)