Search found 30 matches

by matthellstrom
Mon Jun 08, 2015 10:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode crashes with wait command
Replies: 8
Views: 4163

Re: LiveCode crashes with wait command

I tried it on Windows standalone and it works perfectly. Does this happen often where something works on one platform but not on another? I submitted a bug report.
by matthellstrom
Mon Jun 08, 2015 9:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode crashes with wait command
Replies: 8
Views: 4163

Re: LiveCode crashes with wait command

Maybe I'll try it standalone on Windows, that's what I'm going to be deploying it on.
by matthellstrom
Mon Jun 08, 2015 8:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode crashes with wait command
Replies: 8
Views: 4163

Re: LiveCode crashes with wait command

Here's a super simple stack that I created. If you type in 1 character, it works. If you type in more than one, after you click on ok in the dialog box it crashes.
by matthellstrom
Mon Jun 08, 2015 7:47 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode crashes with wait command
Replies: 8
Views: 4163

Re: LiveCode crashes with wait command

I'd split the code this way: on textChanged searchdb end textChanged on searchdb wait 1 second with messages set the uCurrentSearchTerm of me to the text of me call loadItemTable end searchdb This way does the same thing. If I key in one letter and wait for it to read, it works fine. More than one ...
by matthellstrom
Thu Jun 04, 2015 6:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode crashes with wait command
Replies: 8
Views: 4163

Re: LiveCode crashes with wait command

More experimenting, I don't think it has to do with the wait. I think it has to do with keying in multiple characters and doing a db access that takes a little while. If I put in one character, wait for it to finish, put in another, wait for it to finish, etc. It works fine. It's just if I put in mo...
by matthellstrom
Thu Jun 04, 2015 4:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode crashes with wait command
Replies: 8
Views: 4163

LiveCode crashes with wait command

I'm trying to do something, not sure I've got the right way to do it. I have a search box, I automatically want to run an external db command when they enter something in the search box, but I want it to wait a little so it doesn't try to do it after every character. So I used a wait command, but no...
by matthellstrom
Mon May 11, 2015 8:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Development mode
Replies: 2
Views: 2096

Re: Development mode

OK, that seems to work great. Thanks!
by matthellstrom
Fri May 08, 2015 11:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Development mode
Replies: 2
Views: 2096

Development mode

I thought I saw this somewhere, but I can't find it for the life of me. Is there a way to just do something in development mode, for instance open a results window, which when you build the standalone version it doesn't open? I thought I saw something like if development then ... end if but I can't ...
by matthellstrom
Thu Apr 30, 2015 2:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Items with ( in first character grayed out
Replies: 10
Views: 4474

Re: Items with ( in first character grayed out

I didn't see that documentation anywhere. I will try that.

The reason I have a ( in the first character is because that's in the data. It's a list of vendors, and one of them has that in its name. I have to allow for anything, within reason.
by matthellstrom
Tue Apr 28, 2015 1:32 am
Forum: Data Grid Helper
Topic: Header question
Replies: 0
Views: 5090

Header question

Is there a way to print 2 lines in the header in one column?
by matthellstrom
Mon Apr 27, 2015 8:13 pm
Forum: Talking LiveCode
Topic: How to change look of data grid column header?
Replies: 2
Views: 3909

Re: How to change look of data grid column header?

I've downloaded DGH and it's awesome! So much help!

One question: is there a way to have 2 lines in the header on some columns?
by matthellstrom
Mon Apr 27, 2015 4:32 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Items with ( in first character grayed out
Replies: 10
Views: 4474

Re: Items with ( in first character grayed out

OK well I figured out how to do it with a function, but I'm wondering if there is an easier way. Here's what i did:

function corCheckEscape textToCheck
if char 1 to 2 in textToCheck = "\(" then
delete char 1 in textToCheck
end if
return textToCheck
end corCheckEscape
by matthellstrom
Mon Apr 27, 2015 4:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Items with ( in first character grayed out
Replies: 10
Views: 4474

Re: Items with ( in first character grayed out

Next problem is the label for the control has the \ in it. Is there a simple way to avoid that?
by matthellstrom
Mon Apr 27, 2015 3:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Items with ( in first character grayed out
Replies: 10
Views: 4474

Items with ( in first character grayed out

In both the pulldown menu and option menu, if the first character in one of my choices is a left paren ( the choice is grayed out and unselectable. To test, just set up a new control and change the choices to: (Choice 1) Choice 2 (Choice 3) You'll see that only Choice 2 is able to be selected. This ...

Go to advanced search