Search found 59 matches

by kwinkler
Mon Feb 06, 2012 5:56 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: decorations on multiple windows
Replies: 6
Views: 4950

Re: decorations on multiple windows

For whatever it is worth, this problem does not occur on the Windows version of the app. The frontmost window always has a red close box (under Windows 7).
by kwinkler
Sun Feb 05, 2012 9:50 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: decorations on multiple windows
Replies: 6
Views: 4950

decorations on multiple windows

On a Mac, I have a mainstack open along with two substacks, for a total of three open windows. As I click on the INTERIOR of any window, that window becomes "frontmost" or "active", but the decorations remain grayed out unless the mouse hovers over them. I have to click on the titlebar of a window i...
by kwinkler
Sat Jan 29, 2011 1:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: name instead of title at window top
Replies: 1
Views: 1922

Re: name instead of title at window top

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.
by kwinkler
Sat Jan 29, 2011 1:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: name instead of title at window top
Replies: 1
Views: 1922

name instead of title at window top

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 LiveC...
by kwinkler
Thu Jan 27, 2011 2:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: update DataGrid without shifting view to origin
Replies: 4
Views: 3388

Re: update DataGrid without shifting view to origin

and the solution is....... If the code is written like this, the DataGrid will sometimes flicker- lock screen set the dgData of group "myDataGrid" of stack "dataStack" to allDataArray -- load Data Grid set the dgVScroll of group "myDataGrid" of stack "dataStack" to dgVScrollParm -- restore scrollbar...
by kwinkler
Wed Jan 26, 2011 11:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: update DataGrid without shifting view to origin
Replies: 4
Views: 3388

Re: update DataGrid without shifting view to origin

It seems that lock/unlock screen do not work perfectly with a DataGrid. Upon unlocking the screen, the scrollbars appear where I want them to be. But the data values momentarily appear in the cell locations they would be in if the scrollbars had moved to the origin, and then appear in the correct lo...
by kwinkler
Wed Jan 26, 2011 10:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: update DataGrid without shifting view to origin
Replies: 4
Views: 3388

Re: update DataGrid without shifting view to origin

Hi Klaus,

That was a great solution. Just what I needed.

Thanks,

Ken
by kwinkler
Wed Jan 26, 2011 10:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: update DataGrid without shifting view to origin
Replies: 4
Views: 3388

update DataGrid without shifting view to origin

I have a DataGrid that is sized so that only a small part of the data can be seen at one time. There are both vertical and horizontal scrollbars. Whenever I update the data by using 'set the dgData of group "myDataGrid......" ', the view of the DataGrid shifts to the top left, or origin, of the grid...
by kwinkler
Tue Jan 18, 2011 1:58 am
Forum: Mac OS
Topic: Mac App Store - Submission Feedback - One Last Hurdle
Replies: 16
Views: 12493

Re: Mac App Store - Submission Feedback - One Last Hurdle

Thanks Bernd,

I never thought to look there.

Ken
by kwinkler
Tue Jan 18, 2011 1:31 am
Forum: Mac OS
Topic: Mac App Store - Submission Feedback - One Last Hurdle
Replies: 16
Views: 12493

Re: Mac App Store - Submission Feedback - One Last Hurdle

Regarding the "dirty document indicator", apparently LiveCode 4.5.3 has "experimental support" for this feature. Has anyone figured out how to implement this? I can't find any documentation in either the Dictionary or on these forums. Thanks.
by kwinkler
Thu Jan 13, 2011 3:43 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: openStack problem on 4.5.2 substack
Replies: 15
Views: 8141

Re: openStack problem on 4.5.2 substack

That link looks excellent. Thanks.
by kwinkler
Wed Jan 12, 2011 9:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: openStack problem on 4.5.2 substack
Replies: 15
Views: 8141

Re: openStack problem on 4.5.2 substack

Hi Klaus,

I'm sure that sentence is clear to you, but I think I may have to research it a bit :-)

Ken
by kwinkler
Wed Jan 12, 2011 8:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: openStack problem on 4.5.2 substack
Replies: 15
Views: 8141

Re: openStack problem on 4.5.2 substack

Klaus, Ken,

Thanks for the hints. I'm sure they work, but I will have to study them for awhile to figure out why they do. I'm still learning to think in an "object-oriented" way.

Ken
by kwinkler
Wed Jan 12, 2011 2:37 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: openStack problem on 4.5.2 substack
Replies: 15
Views: 8141

Re: openStack problem on 4.5.2 substack

Klaus,

You are correct. I did not separately evaluate the preOpenStack function and the OpenStack function. I had one substack with a preOpenStack function and another with an openStack function, so with different substacks, the problem showed up in different ways.

Ken
by kwinkler
Wed Jan 12, 2011 4:51 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: openStack problem on 4.5.2 substack
Replies: 15
Views: 8141

Re: openStack problem on 4.5.2 substack

The solution to this one is rather interesting. The substack that was working correctly had its own preOpenStack function. The problem substack did NOT have its own preOpenStack function. Apparently, when a substack opens, a preOpenStack message is generated. If the substack itself does not trap the...

Go to advanced search