name instead of title at window top

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
kwinkler
Posts: 61
Joined: Fri Nov 26, 2010 5:59 am

name instead of title at window top

Post by kwinkler » Sat Jan 29, 2011 1:40 am

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?

kwinkler
Posts: 61
Joined: Fri Nov 26, 2010 5:59 am

Re: name instead of title at window top

Post by kwinkler » Sat Jan 29, 2011 1:59 am

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.

Post Reply