Page 1 of 1

name instead of title at window top

Posted: Sat Jan 29, 2011 1:40 am
by kwinkler
I have a substack that correctly shows the substack TITLE at the top of its window in LiveCode. But after I create the application, the substack NAME appears at the top of the window. This is on a Mac. Another substack behaves correctly, where the TITLE appears at the top of the window in both LiveCode and in the application. The problem substack contains a single datagrid.

I've tried setting the title using the inspector, the message window, and with a line in the preOpenStack script, all with the same result. It appears correctly inside LiveCode, but incorrectly in the application.

Is this a problem that anyone else has solved?

Re: name instead of title at window top

Posted: Sat Jan 29, 2011 1:59 am
by kwinkler
The brute force solution is to create a new substack, copy and paste the datagrid into it, and delete the original substack. The new substack correctly places the TITLE at the top of the window in both LiveCode and in the application.