Search found 30 matches

by matthellstrom
Fri Jul 24, 2015 6:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrolling datagrid problem
Replies: 3
Views: 2593

Re: Scrolling datagrid problem

OK I'll try that. Thanks.
by matthellstrom
Thu Jul 23, 2015 5:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrolling datagrid problem
Replies: 3
Views: 2593

Re: Scrolling datagrid problem

I guess I don't totally understand how the scrolling works. I know it uses on FillInData pDataArray to fill the lines as it scrolls, but if there is nothing in that function to fill the image what happens? The URL's are in the dgData, should I also have a flag for "displayImage" that gets set when t...
by matthellstrom
Thu Jul 23, 2015 5:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Scrolling datagrid problem
Replies: 3
Views: 2593

Scrolling datagrid problem

I have a datagrid (form) that has a place for an image but I don't load the image until they click on the row. This works fine, but then when I scroll up or down, the same image is shown every 5 rows, basically every time a new screen of rows is shown. What am I doing wrong? Here's the code from the...
by matthellstrom
Tue Jun 30, 2015 7:17 pm
Forum: Data Grid Helper
Topic: set dgData stops part way through with checkboxes
Replies: 0
Views: 4867

set dgData stops part way through with checkboxes

I'm having trouble and I don't really know where the problem is. I have a table with a checkbox in a column, and when I check a box I want to do a function to update an external datasource, then wipe out the table and complete reload it. The function works ok, but when I try to set the dgData of gro...
by matthellstrom
Mon Jun 29, 2015 7:10 pm
Forum: Talking LiveCode
Topic: checkbox in a datagrid table autoupdate back to the array
Replies: 4
Views: 3672

Re: checkbox in a datagrid table autoupdate back to the arra

Tagging along with this thread. I'm doing the same thing, but I'm using the dgh auto generated script. I try to put a custom function in the on mouseUp function to update my external data source, but it doesn't appear to ever get to that function. Is there something I'm missing? The contents of the ...
by matthellstrom
Tue Jun 23, 2015 9:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack hangs on open
Replies: 10
Views: 5903

Re: Stack hangs on open

OK thanks for the help. It's hard to know how to do things best.
by matthellstrom
Tue Jun 23, 2015 7:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack hangs on open
Replies: 10
Views: 5903

Re: Stack hangs on open

OK great! Thanks!
by matthellstrom
Tue Jun 23, 2015 5:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack hangs on open
Replies: 10
Views: 5903

Re: Stack hangs on open

I can't say whether this is anything remotely connected, but is the "dodgy" content in a field? Even a hidden field? If so, fields should only ever have "visible" content (content that should/could be viewed) and never be used for holding binary or non-text-formatted data. The engine will try to re...
by matthellstrom
Tue Jun 23, 2015 6:20 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack hangs on open
Replies: 10
Views: 5903

Re: Stack hangs on open

OK, starting to understand how this thing works. It looks like when you open a stack, before it starts the stack script it must inspect all of the controls, or initialize them. I have a control that must have some content in it that livecode doesn't like and it hangs there. I can't debug through it ...
by matthellstrom
Tue Jun 23, 2015 12:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack hangs on open
Replies: 10
Views: 5903

Re: Stack hangs on open

Also, possibly I am shutting things down wrong or something. I'm not exactly sure of the best way to run a stack from the beginning if it's already open.
by matthellstrom
Mon Jun 22, 2015 11:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack hangs on open
Replies: 10
Views: 5903

Re: Stack hangs on open

By the way, I'm using Mac for development and I'm using version 6.0.5. I did download livecode on my Windows PC and transfered the project over there and it does the same thing. When it happened last week, I was able to get it to work eventually by opening it in Windows, but I'm not exactly sure wha...
by matthellstrom
Mon Jun 22, 2015 11:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Stack hangs on open
Replies: 10
Views: 5903

Stack hangs on open

Can you tell me the steps necessary to debug/launch a broken livecode stack? Twice in the last week this has happened to me: I am working on my project, I close it out and try to get back into it and it won't open, I just get a "wait indicator" spinning wheel and I have to force quit livecode. Nothi...
by matthellstrom
Fri Jun 12, 2015 1:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Source Control using stacks instead of cards
Replies: 7
Views: 4171

Re: Source Control using stacks instead of cards

That looks hopeful, Bernd. Thanks for the info!
by matthellstrom
Thu Jun 11, 2015 11:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Source Control using stacks instead of cards
Replies: 7
Views: 4171

Re: Source Control using stacks instead of cards

I don't think I like the idea of doing it this way, I just can't see any other way that 2 people can work on the project at one time. Most of these screens in this application are reasonably standalone, so I don't think we'll have to access another stack very often. If we do, we'll just make sure to...
by matthellstrom
Thu Jun 11, 2015 9:54 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Source Control using stacks instead of cards
Replies: 7
Views: 4171

Source Control using stacks instead of cards

I'm trying to figure out how to allow multiple developers to work on the same project. I don't see any source control solutions out there, so I was thinking that I may be able to use stacks instead of cards for different parts of the same application. Then, one developer could work on one stack whil...

Go to advanced search