Practical Guidelines "When" To Post

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
CodeTRUCKER
Posts: 29
Joined: Fri Jul 22, 2011 4:36 pm

Practical Guidelines "When" To Post

Post by CodeTRUCKER » Wed Oct 23, 2013 4:50 am

How long should a person wait before asking for help?

There is a lot of available helps out there, but they remind me of the cryptic IBM manuals, i.e., they are great for operators who already know how to run the IBM machines, but anyone who is unfamiliar with the device will not gain anything useful at the outset. To date, every new thing I have faced in learning LC has required a visit to this forum, but only after several hours to two days (no kidding) of trying to find something which made sense. Given how many new things I will have to learn adds up to a lot of calendar.

So, how long do *you* wait before asking a question? How many minutes, hours, days, etc. should one wait before seeking assistance on the LiveCode forum?

FWIW - One of my pet peeves is seeing questions on forums that clearly indicate the poster didn't even read "Chapter 1" of the tutorial for [Fill-in-the-Blank]. In case you are wondering, I have been reading the "Getting Started" articles, but I keep coming up with oddball things like trying to have the text in a box automatically selected when I click in it. So, how do I search for something like that? Well, I started by examining every item in the dictionary which had "select" in the term. Nope, no joy. It took me over an hour to examine each one. Am I just dense or is it not reasonable to assume "select"-ing text *should* be listed in the search results for the string "select?!?"

[Calvin hides under the credenza.]
~ Calvin
<> Please help me find the answer myself, if I can. I have searched diligently before asking.
<> Please allow my wording the benefit of the doubt and I'm not ignoring you, I forgot what we were doing. :)

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am
Location: Palo Alto

Re: Practical Guidelines "When" To Post

Post by Simon » Wed Oct 23, 2013 7:35 am

Hi Calvin,
I did write a paragraph on the first part of your ? but decided that it was too questionable.

For the second part;
...but I keep coming up with oddball things like trying to have the text in a box automatically selected when I click in it.

Code: Select all

on mouseUp
   select text of me
end mouseUp
Yes, you have to have "lock text" selected for the field and that is not clearly explained. But trust me, before your post I didn't know how to do it, not saying I'm smart, I just fudged around a bit.
The key to figuring that out was that the "selection bar cursor" shows up if you don't have "lock text" selected for the field (also mouseUp does not get passed to the field without it).

I wonder if HyperCards attraction was it was a playground for discovery.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9356
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: Practical Guidelines "When" To Post

Post by richmond62 » Wed Oct 23, 2013 7:47 am

If you want a more rapid response to questions the Use-List is a better bet.

After about 12 years I am still asking "goofy" questions there, and the other members of the Use-List are usually kind enough to respond with helpful suggestions really rapidly.
LC_gadfly.png

edgore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 197
Joined: Wed Jun 14, 2006 8:40 pm

Re: Practical Guidelines "When" To Post

Post by edgore » Tue Nov 05, 2013 11:00 pm

I tend to post when I have exhausted all my ideas and need an answer immediately. I do this because immediately after posting I usually manage to realize that I was doing something dumb, thereby solving the problem.

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9356
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: Practical Guidelines "When" To Post

Post by richmond62 » Wed Nov 06, 2013 7:43 am

Well done, 'edgore', that is SO true.
LC_gadfly.png

Post Reply

Return to “Off-Topic”