Search found 12 matches

by THOLIEN
Fri Nov 30, 2018 5:46 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: go cd opens revStartCenter
Replies: 2
Views: 3307

Re: go cd opens revStartCenter

Been a few weeks. Any ideas?
by THOLIEN
Thu Nov 08, 2018 9:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: go cd opens revStartCenter
Replies: 2
Views: 3307

go cd opens revStartCenter

This issue is related to a post in the liveforum called "go to stack exits handler" - link here: http://forums.livecode.com/viewtopic.php?f=104&t=30298&hilit=go+to+stack+exits+handler#p161392 This issue is also related to bug # 20770. Maybe this will add a little more information to the known proble...
by THOLIEN
Wed Aug 22, 2018 9:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: drag datagrid control does not create datagrid
Replies: 5
Views: 4667

Re: drag datagrid control does not create datagrid

That definitely made a few things work. Thanks. Do I want to know what I just did? Or accept the fact that it works for the moment and I have absolutely no explanation why? :D
by THOLIEN
Wed Aug 22, 2018 8:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: drag datagrid control does not create datagrid
Replies: 5
Views: 4667

drag datagrid control does not create datagrid

I am editing a stack that was originally created in hypercard but has been updated to Livecode Community 9.0. I have several other stacks that behave similar to this one. I have added a datagrid to a card in many other stacks. Now I am adding the same kind of thing to this stack. I thought that mayb...
by THOLIEN
Thu Aug 02, 2018 10:02 pm
Forum: Version Control
Topic: Version Control
Replies: 25
Views: 258449

Re: Version Control

It looks like it has been another few years since this topic has been addressed. I am looking for a simple script comparison between two versions of the same stack. I am coming into a bit of a mess. There are several different versions of a stack. I want to know what scripts are different. That's al...
by THOLIEN
Thu Jul 12, 2018 8:52 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how to get to the top of a table field
Replies: 12
Views: 8403

Re: how to get to the top of a table field

I'm totally fine with the way it works, but I would like to be able to start searching from the top of the list if I want to. I was deceived and glad I found this before I released the product to users.
by THOLIEN
Wed Jul 11, 2018 7:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how to get to the top of a table field
Replies: 12
Views: 8403

Re: how to get to the top of a table field

It's too bad the find command gets no love.

FIND was there before I started on this script.
After a few trials and errors lineOffset looks like it is going to work.

Thanks.
by THOLIEN
Wed Jul 11, 2018 7:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: how to get to the top of a table field
Replies: 12
Views: 8403

how to get to the top of a table field

This should be a very simple thing to do but ... I have a small table field on a card that contains 10 rows and 11 columns. My script finds a line in the table and uses the information from the line to calculate a bunch of stuff. The next time I run the script the find does not find the thing that I...
by THOLIEN
Thu Jul 05, 2018 9:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: button characteristic different for similar stacks
Replies: 5
Views: 4677

Re: button characteristic different for similar stacks

I never would have found that. Thank you. At first look this appears to have resolved the issues I've been dealing with.
by THOLIEN
Thu Jul 05, 2018 9:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: button characteristic different for similar stacks
Replies: 5
Views: 4677

Re: button characteristic different for similar stacks

Good to be in the forum. Thanks for the quick reply.
Yes, this was a hypercard stack in a previous life. I am not familiar with hcaddressing. Can this be set in custom properties of stack inspector?
by THOLIEN
Thu Jul 05, 2018 8:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: button characteristic different for similar stacks
Replies: 5
Views: 4677

button characteristic different for similar stacks

I am inheriting the maintenance of a few stacks. I have two stack files called “AI Frames 5.0” and “Flex Frames 5.0”. I thought the two stacks were nearly identical. Not the case. Option menu buttons are behaving differently between the two. STACK properties between the two stacks are the same. BUTT...