Search found 209 matches

by chipsm
Tue Jun 27, 2017 1:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Stack Based Database
Replies: 7
Views: 5408

Re: Datagrid Stack Based Database

I just found your sample and it gives me ideas.
I new that there were ways of creating a datagrid type of interface and this is great.
Thanks for your contribution. I am studying this sample with great expectations.
by chipsm
Mon May 29, 2017 5:02 pm
Forum: Talking LiveCode
Topic: On MouseUp with a parameter question
Replies: 5
Views: 3933

Re: On MouseUp with a parameter question

Thanks Craig.
by chipsm
Mon May 29, 2017 3:14 pm
Forum: Talking LiveCode
Topic: On MouseUp with a parameter question
Replies: 5
Views: 3933

Re: On MouseUp with a parameter question

Thanks Klaus.
When I add a parameter to an object, does this initiate a change in the message path that allows the detection of the parameter?
by chipsm
Mon May 29, 2017 2:56 pm
Forum: Talking LiveCode
Topic: On MouseUp with a parameter question
Replies: 5
Views: 3933

On MouseUp with a parameter question

When I use the following code, what actually happens? This is the code for a button object: on MouseUp pBtnNum --answer pBtnNum if pBtnNum = 3 then answer "ok" end MouseUp I am assuming that by adding the parameter pBtn to the “on MouseUp” command that this allows me to access the pBtn in the script...
by chipsm
Tue Mar 28, 2017 7:24 pm
Forum: Talking LiveCode
Topic: Group objects "Lessons Learned" & question
Replies: 15
Views: 8614

Re: Group objects "Lessons Learned" & question

Klaus, I don't know. when I initially did this script, it worked. Now,it does not recognise my group and stars with other objects on my card. I am completely baffled. I am just going to use ""the ChildControlName" command for now. It has been working flawlessly for now. I even tried the LiveCode ver...
by chipsm
Tue Mar 28, 2017 6:13 pm
Forum: Talking LiveCode
Topic: Group objects "Lessons Learned" & question
Replies: 15
Views: 8614

Re: Group objects "Lessons Learned" & question

OK, my report back. Klaus, using "OF" group in the code above does not work, nothing changed. I went back to the code and tried. Craig, I have not tried the "if the owner of fld xField = theGroupOfInterest then..." yet. But I may use that elsewhere. But apparently Of and The are not the same and nei...
by chipsm
Tue Mar 28, 2017 5:12 pm
Forum: Talking LiveCode
Topic: Group objects "Lessons Learned" & question
Replies: 15
Views: 8614

Re: Group objects "Lessons Learned" & question

Craig,
That may work, I'll explore that.
It does seem to be a little more code, depending on how many objects are on your card.
Thanks, all suggestions are valuable even for later use.
by chipsm
Tue Mar 28, 2017 5:07 pm
Forum: Talking LiveCode
Topic: Group objects "Lessons Learned" & question
Replies: 15
Views: 8614

Re: Group objects "Lessons Learned" & question

Klaus,
after some thought, using "of" makes sense to me. I didn't think about that.
Thanks again you are always most helpful with my questions.
by chipsm
Tue Mar 28, 2017 5:04 pm
Forum: Talking LiveCode
Topic: Group objects "Lessons Learned" & question
Replies: 15
Views: 8614

Re: Group objects "Lessons Learned" & question

Hi Klaus,
are you saying the key word for this script is "of" Group, not "in" Group that I was using?
by chipsm
Tue Mar 28, 2017 4:38 pm
Forum: Talking LiveCode
Topic: Group objects "Lessons Learned" & question
Replies: 15
Views: 8614

Group objects "Lessons Learned" & question

I bring items to the forum for 2 reasons: 1. to get answers/advice from more experienced users and 2 . to expose other users to problems that I am having with LiveCode. Call this "Lessons Learned" I have been working with Group Objects as of late. I thought I was having good experiences using code t...
by chipsm
Wed Mar 22, 2017 3:24 pm
Forum: Talking LiveCode
Topic: sharing fields on multiple cards
Replies: 4
Views: 3726

Re: sharing fields on multiple cards

Klaus,
That works. I don't know why I didn't see that before.
Again, Thanks
by chipsm
Wed Mar 22, 2017 3:20 pm
Forum: Talking LiveCode
Topic: sharing fields on multiple cards
Replies: 4
Views: 3726

Re: sharing fields on multiple cards

Thanks Klaus I will try that.
by chipsm
Wed Mar 22, 2017 2:50 pm
Forum: Talking LiveCode
Topic: sharing fields on multiple cards
Replies: 4
Views: 3726

sharing fields on multiple cards

I know that I can have groups on multiple cards. But, how do I share a table or a field on 2 cards that reflect the same data? for example: if I have a table on one card and I want to see and edit that same table on another card. I have made groups with fields that are shared on 2 cards but they don...
by chipsm
Thu Mar 16, 2017 10:09 pm
Forum: Talking LiveCode
Topic: a new problem
Replies: 8
Views: 5064

Re: a new problem

That's something to keep in mind.
Thanks.
by chipsm
Thu Mar 16, 2017 8:45 pm
Forum: Talking LiveCode
Topic: a new problem
Replies: 8
Views: 5064

Re: a new problem

Yes, I tried that too.
I tried everything.
I have taken the time to rewrite my code and I seem to have gotten rid of the hidden culprit, wherever it is.

Go to advanced search