Search found 29 matches

by CodeTRUCKER
Wed Oct 23, 2013 4:50 am
Forum: Off-Topic
Topic: Practical Guidelines "When" To Post
Replies: 4
Views: 6052

Practical Guidelines "When" To Post

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 usefu...
by CodeTRUCKER
Tue Oct 22, 2013 11:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode IDE for IPad?
Replies: 13
Views: 10793

Re: LiveCode IDE for IPad?

Ok, thanks for the heads-up. I'll give it a whirl and report back if I get stumped (which I don't expect.)
by CodeTRUCKER
Tue Oct 22, 2013 9:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode IDE for IPad?
Replies: 13
Views: 10793

Re: LiveCode IDE for IPad?

Richard,

I'm not up on Ubuntu One and Dropbox. You make it sound like I can setup UO/DB data folders as if they were on my local machine. Is this true?
by CodeTRUCKER
Tue Oct 22, 2013 8:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode IDE for IPad?
Replies: 13
Views: 10793

Re: LiveCode IDE for IPad?

Hi Richard,

I guess it's "manual," eh?

Anyway, I signed up for the extra 500MBs. Thanks.
by CodeTRUCKER
Tue Oct 22, 2013 6:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode IDE for IPad?
Replies: 13
Views: 10793

Re: LiveCode IDE for IPad?

Is there a way to synch *.livecode files (programming projects) between a desktop and laptop or do I have to do this manually?

Thanks.
by CodeTRUCKER
Tue Oct 22, 2013 5:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode Readability and Comments
Replies: 5
Views: 4514

Re: LiveCode Readability and Comments

Thank you all for commenting. I appreciate the help!
by CodeTRUCKER
Thu Oct 17, 2013 9:22 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode IDE for IPad?
Replies: 13
Views: 10793

Re: LiveCode IDE for IPad?

Oh, and to answer your licensing question - as far as I know the commercial license allows you to have multiple copies around, on whatever platforms you want, so long as only 1 instance is in use simultaneously per license. And of course, as long as you aren't working with protected stacks the comm...
by CodeTRUCKER
Wed Oct 16, 2013 3:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode Readability and Comments
Replies: 5
Views: 4514

LiveCode Readability and Comments

Many moons ago (Assembler, PL1, COBOL, CICS, C, C++, etc.) it was common practice and sheer survival to make verbose and frequent use of comments in the code. Given the way LiveCode writes/reads in the Scripts, is commenting still necessary? I realize this is somewhat subjective, but I am only invol...
by CodeTRUCKER
Wed Oct 16, 2013 3:03 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Font Size in Error Tab
Replies: 2
Views: 2351

Re: Font Size in Error Tab

Thanks, but you just lost me. How would I use that thingamajig? :D
by CodeTRUCKER
Wed Oct 16, 2013 3:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LiveCode IDE for IPad?
Replies: 13
Views: 10793

LiveCode IDE for IPad?

My PC keeps me cloistered away from the outside world. In an effort to reducing my hours as a hermit, I was wondering if there was an IDE for the iPad that would allow me to take my LiveCode apps-in-progress when I get time off for good behavior? If there is none for the iPad, is there another mobil...
by CodeTRUCKER
Tue Oct 15, 2013 12:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Font Size in Error Tab
Replies: 2
Views: 2351

Font Size in Error Tab

How can I change the font size in the "Errors" tab window at the bottom of the Script Editor?

The present size is too small to read comfortably. Thank you.
by CodeTRUCKER
Tue Oct 15, 2013 12:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copying Text Entry Field (textbox) Value Into a Variable
Replies: 17
Views: 9595

Re: Copying Text Entry Field (textbox) Value Into a Variable

dunbarx wrote:Stand aside, Simon.

No, codeTrucker, you did. See the recent posts by both of us. How is that "=" sign working for you?

Craig
AFAICT it's history. Sounds weird.
by CodeTRUCKER
Tue Oct 15, 2013 12:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Initializing Number Fields on Startup
Replies: 15
Views: 8244

Re: Initializing Number Fields on Startup

It appears I had deleted the "on opencard" and "end opencard."

Now this works...

Code: Select all

on opencard
   put "0" into field "GroundSpeedBox"
end opencard
Thanks for the help. :)
by CodeTRUCKER
Mon Oct 14, 2013 11:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copying Text Entry Field (textbox) Value Into a Variable
Replies: 17
Views: 9595

Re: Copying Text Entry Field (textbox) Value Into a Variable

Hey Guys!

This just popped up on my screen...

compiling at 5:50:17 PM
Type Expression: double binary operator
Object btnProcess
Line FeetPer100thSecond = (GroundSpeed * 6076.12) / 360000
Hint =

Did you do that? :o
by CodeTRUCKER
Mon Oct 14, 2013 11:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copying Text Entry Field (textbox) Value Into a Variable
Replies: 17
Views: 9595

Re: Copying Text Entry Field (textbox) Value Into a Variable

I can see I am going to have to unwrap all the BASIC, COBOL, CICS, Visual Basic and some C++ from around my brain, especially when it comes to formulas. LiveCode is definitely new territory! The good news is what I have learned I like. It's just gonna take a while to get it all down. It will come. :...