Search found 32 matches
- Sun Sep 21, 2014 4:25 pm
- Forum: Android Deployment
- Topic: Running Hello World on Android 2.2
- Replies: 2
- Views: 3019
Re: Running Hello World on Android 2.2
Thank you. JDK wasn't recognized. Installed again and showed up. After restarting device everything worked fine. This might be the problem with my Linux testing too.
- Sun Sep 21, 2014 4:41 am
- Forum: Android Deployment
- Topic: Running Hello World on Android 2.2
- Replies: 2
- Views: 3019
Running Hello World on Android 2.2
Greetings. I have the Android SDK running and am using LC 6.7 dp 7. I had a simple I wrote that I could not get to run on the emulator. I back tracked and used the Hello World tutorial for Android. I keep getting a "Could Not Compile Application Class" error. Any idea what this means? Someone else h...
- Sat Sep 20, 2014 4:55 pm
- Forum: Linux
- Topic: Externals causing app not to launch
- Replies: 4
- Views: 6164
Re: Externals causing app not to launch
Any update on this? I cannot see the ticket for some reason.
- Thu Sep 04, 2014 6:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Design best practises - libraries, sub-stacks
- Replies: 18
- Views: 12621
Re: Design best practises - libraries, sub-stacks
Yeah, I had the same questions. To me, it is kind of funky since I have been a programmer in other, more structured, languages. In any case, check out this thread:
http://forums.livecode.com/viewtopic.php?f=7&t=21289
You may find it helpful. Jack
http://forums.livecode.com/viewtopic.php?f=7&t=21289
You may find it helpful. Jack
- Mon Sep 01, 2014 5:45 am
- Forum: Linux
- Topic: Externals causing app not to launch
- Replies: 4
- Views: 6164
Re: Externals causing app not to launch
I am having this problem too. Using Pupply Linux. LC 6.7, dp7
- Sun Aug 10, 2014 4:40 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Code organization
- Replies: 10
- Views: 7877
Re: Code organization
Thank you all again. So I think I understand how this is accomplished in LiveCode. For example, if I wanted to create a code library, I would create a separate stack. Within this stack I would have scripts (and not necessarily an interface) that I could reference in whatever project I was coding by ...
- Fri Aug 08, 2014 5:18 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Code organization
- Replies: 10
- Views: 7877
Re: Code organization
Thank you. I understand the hierarchy concept, this is basically the same thing as scope. .Net (and C) have the same thing. Your function/object can exist at different levels and the compiler (or interpreter) will go up the hierarchy until it finds what you are looking for. This is very clear in .NE...
- Fri Aug 08, 2014 1:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Code organization
- Replies: 10
- Views: 7877
Re: Code organization
I reviewed that. I'll take a look at the example stack but the documentation doesn't seem to address what I am talking about. I'd like to have a module with a bunch of functions that I can reuse across projects. For example, I have a VB code file that I wrote that I use on almost all my vb projects ...
- Fri Aug 08, 2014 4:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Code organization
- Replies: 10
- Views: 7877
Code organization
Hi. Where do you put common functions that you may want to use across cards? I am thinking something like modules but I didn't see any equivalent in live code everything references a card or object on a card. Thanks.
- Fri Aug 08, 2014 3:59 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCode Bug or my error
- Replies: 10
- Views: 6445
Re: LiveCode Bug or my error
Nope. Same thing on this syntax. For now, I'm going to remove the offending code and just write some data check routines in the calculation piece rather than when the entry is completed. Very weird. Hmmm... the value might be trying to resolve something the engine doesn't like? Try if field "txtSell...
- Fri Aug 08, 2014 3:54 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Formatting numeric values
- Replies: 6
- Views: 4693
Re: Formatting numeric values
I felt the same way you do about formatting numbers, I had to look a bit. Did you look at the Format function? Here is what I did to print a dollar amount: put "$" & format("%.2f",rightPrice) into field lblRightPRice Luckily I was familiar with this (sort of) due to coding in C a long time ago. C us...
- Thu Aug 07, 2014 3:17 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using a windows dll
- Replies: 4
- Views: 3530
Re: Using a windows dll
Klaus and others,
Is it possible to write a C wrapper for Windows DLL? I assume you do something similar when executing LiveCode Windows
Is it possible to write a C wrapper for Windows DLL? I assume you do something similar when executing LiveCode Windows
- Wed Aug 06, 2014 3:18 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Syntax problem, how is then missing in this statement
- Replies: 47
- Views: 25059
Re: Syntax problem, how is then missing in this statement
What about Switch Case? Any time you have a multiple (well, more than 2) cases I use a Switch Case (Select Case in other languages).
- Tue Aug 05, 2014 11:01 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCode Bug or my error
- Replies: 10
- Views: 6445
Re: LiveCode Bug or my error
Same thing happens when using on closefield.
- Tue Aug 05, 2014 7:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: LiveCode Bug or my error
- Replies: 10
- Views: 6445
Re: LiveCode Bug or my error
Ok. How does one determine if it is user error? Someone else check it?