Search found 291 matches

by paul_gr
Fri Nov 02, 2018 8:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Bluetooth
Replies: 11
Views: 6126

Re: Bluetooth

I moved to other android programming tools back in 2015 because some of my clients needed bluetooth functionality on Android devices.
Livecode is a great product, but not for bluetooth on Android.

Paul
by paul_gr
Sat Sep 22, 2018 8:25 pm
Forum: Talking LiveCode
Topic: Speedy LiveCode
Replies: 14
Views: 6984

Re: Speedy LiveCode

I'm still using LC 5.5.5 for general use in Windows 10.
System is Intel i7-8700k, 16Gb ram running Windows 10 64bit.

Dunbarx's code snippet in LC 5.5.5 takes 15 ticks.

Using bogs MC stack.
Speedy LIveCode.png
Paul
by paul_gr
Tue Oct 04, 2016 2:57 am
Forum: Making IDE Plugins
Topic: ANN: New dictionary
Replies: 10
Views: 13528

Re: ANN: New dictionary

Richard,
I never mentioned anything about how Livecode works on Linux.
I was responding in general terms to the previous off-topic post.
In retrospect I should have not have taken the thread further off topic.
For that I apologize; sometimes I blunder in without thinking.

Paul
by paul_gr
Mon Oct 03, 2016 8:49 pm
Forum: Making IDE Plugins
Topic: ANN: New dictionary
Replies: 10
Views: 13528

Re: ANN: New dictionary

Max, I don't want to hijack your thread here But you are doing it anyway. Max has put in considerable effort to help others, and you take exception to one line in his post. Many intelligent people that have tried various distros of Linux for the first time invariably run into the "It doesn't work o...
by paul_gr
Mon Aug 15, 2016 10:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: no 'type' expression
Replies: 6
Views: 4419

Re: no 'type' expression

tested using LC 5.5.5, LC 7.1.4 on Yosemite and Windows 10.
No errors.
by paul_gr
Thu Jul 14, 2016 10:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Limit user input in a field...
Replies: 12
Views: 6613

Re: Limit user input in a field...

Hi TJ,
Complexity depends on the amount of control you want the user to have.
See attached example.

it allows only two chars past the "-" and you can edit only after the "-".
backspace and delete work only past the "-"

Paul
by paul_gr
Fri Jul 01, 2016 12:40 am
Forum: Android Deployment
Topic: Definitive Android Setup?
Replies: 10
Views: 8621

Re: Definitive Android Setup?

Just installed the same version LC as you, Community 8.0.1 and that works ok here as well. I'm afraid I am as mystified as you are.... The only other thing I can think of is the path to your Android SDK contains a period in your username, and maybe that might be the problem. A username containing a ...
by paul_gr
Thu Jun 30, 2016 10:48 am
Forum: Android Deployment
Topic: Definitive Android Setup?
Replies: 10
Views: 8621

Re: Definitive Android Setup?

Hi Arc,
You got any SDK build tools installed; can you see them in the Android SDK Manager?
Build Tools.png
Otherwise your setup looks fairly close to the one I am using...

Paul
by paul_gr
Tue Jun 28, 2016 9:02 pm
Forum: Android Deployment
Topic: Definitive Android Setup?
Replies: 10
Views: 8621

Re: Definitive Android Setup?

In preferences >> Mobile Support does LC show you the JDK path at the bottom of the window after it has the Android SDK path?? Path.png I find the usual reason for the message "Could not compile application class" is that LC cannot find the JDK. Before this post I built Android APK's successfully on...
by paul_gr
Wed Jun 22, 2016 10:49 pm
Forum: Off-Topic
Topic: My point of view
Replies: 68
Views: 46334

Re: My point of view

Im discussing this within the community Hi Javea71 There are two communities. Many of the more experienced LC users don't use the forums, they use the list at http://www.mail-archive.com/use-livecode@lists.runrev.com/index.html Livecode employees are more likely to be seen on the list than here on ...
by paul_gr
Sun May 22, 2016 9:10 pm
Forum: HTML5
Topic: Trying out Livecode 8.0.1
Replies: 10
Views: 9591

Re: Trying out Livecode 8.0.1

Hi Richard, running Windows 10 Professional here. Animation loaded and running ok on Firefox 38.8 ESR and Firefox 45 Internet Explorer 11 -- no animation, just "Exception thrown, see Javascript console" error message. Console contents were: "still waiting on run dependencies" "dependency: memory ini...
by paul_gr
Thu May 12, 2016 9:38 pm
Forum: Windows
Topic: LC 7.1.4 Stable not installing on W7 or W10 64bit
Replies: 1
Views: 2487

LC 7.1.4 Stable not installing on W7 or W10 64bit

Livecode Community 7.1.4 stalling during attempted install; not crashing just stuck. Cancel not working, had to kill the (two) processes separately. In Windows task manager, two processes are running -- maybe a conflict somewhere? lc714install.png The previous build of LiveCode Community 7.1.4 RC2 i...
by paul_gr
Sat May 07, 2016 7:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to limit data entry to only lowercase letters?
Replies: 13
Views: 7707

Re: How to limit data entry to only lowercase letters?

use something like this in the field script

-------------------------------------------------------
on keyDown theKey
if matchText(theKey,"[A-Z]") is false then
pass keyDown
end if
end keyDown
-------------------------------------------------------

Will block capital letters.

Paul
by paul_gr
Fri May 06, 2016 11:50 pm
Forum: Talking LiveCode
Topic: LC8. Ugh, on the surface
Replies: 32
Views: 18112

Re: LC8. Ugh, on the surface

FourthWorld wrote:Personally, I like the new look
Makes me wonder why the human race bothered to evolve with color vision, looking at the bland, lifeless interfaces being developed.
I blame the design guru who thought that skeuomorphic elements were bad.

Paul

Go to advanced search