Search found 32 matches

by niconiko
Thu Apr 18, 2019 4:10 am
Forum: Talking LiveCode
Topic: advice for speeding up parts of my script
Replies: 1
Views: 1881

advice for speeding up parts of my script

Astonished by how many seconds parts of my scripts are taking! ************************************************************************* PART #1... which takes 10 secs, even after trying (a) "offset" instead of "is not among", and (b) replacing t_chars_allowed_for_Roman_reference with the actual set...
by niconiko
Wed Aug 29, 2018 3:38 am
Forum: HTML5
Topic: Browser problems?
Replies: 7
Views: 8089

Re: Browser problems?

To update --hh's advice and the LC doc's (plus for my own future reference) ... 1. To set the Python path on Windows, either: C:\Python[version number] C:\Users\(Your logged in User)\AppData\Local\Programs\Python\Python[version number] (For even more deail, visit [url]https://www.pythoncentral.io/ad...
by niconiko
Fri Jun 24, 2016 3:32 am
Forum: Compass
Topic: compass slooow
Replies: 0
Views: 8570

compass slooow

Setup: Windows 7 / LC Community 7.1.4 & 8.0.1 / Nexus 5 & Nexus 7 Using as-is the ABC stack "Mobile Compass.livecode", I built an apk, emailed it to my device and installed. But when the app opens on either Nexus device, the action is slow enough that a "wait/kill" message appears and North is never...
by niconiko
Fri Feb 24, 2012 10:14 am
Forum: Animation Engine
Topic: AE's "Use me" checkbox
Replies: 2
Views: 6728

Re: AE's "Use me" checkbox

[quote="malte"]Hi Nicolas: Does it come checked or unchecked. I am a little confused. :-) Malte[/quote] Oops. I meant I'd like AE to open up with the checkbox checked. So I don't have to check it in the LC IDE when making stacks. But if you're not keen on automagically :wink: using it when it gets o...
by niconiko
Thu Feb 23, 2012 11:49 pm
Forum: Animation Engine
Topic: AE's "Use me" checkbox
Replies: 2
Views: 6728

AE's "Use me" checkbox

Hello Malte, For a while now I've had my LC plugins set so that AE3.0 automatically opens up everytime. AE is *that* invaluable! A little thing has been bugging me, though. When AE gets opened up as a plugin, the "Use me" checkbox is unchecked. Is there a way that it could open up unchecked? It's tr...
by niconiko
Thu Dec 08, 2011 10:45 pm
Forum: Animation Engine
Topic: constrainRectangular ... and doubleMouseUp?
Replies: 2
Views: 4291

Re: constrainRectangular ... and doubleMouseUp?

Thanks Malte. But, during debugging found mouseDoubleDown was being read (even though there's no handler for it in my script), and figured that it was happening during the time it took my messy constrainRectangularCallback and constrainRectangularExit handlers to finish executing, so reconsidered th...
by niconiko
Wed Dec 07, 2011 2:37 am
Forum: Animation Engine
Topic: constrainRectangular ... and doubleMouseUp?
Replies: 2
Views: 4291

constrainRectangular ... and doubleMouseUp?

Hello Malte, I posted this first on the LC list. Apologies for crossposting to here. I have a script that does not always work as expected. I think the problem is related to constrainRectangular, and is perhaps trigerred by mouseDoubleDown or mouseDoubleUp. But I'm not sure. From the student's point...
by niconiko
Fri Jul 29, 2011 11:36 am
Forum: Animation Engine
Topic: how to close AE
Replies: 10
Views: 8710

Re: how to close AE

[quote="malte"]To permanently remove AE from memory in a standalone delete stack "animationEngine" is your best bet. Offer stands. If you feel compfortable with sending the stack, I will take a look. [/quote] Tried "delete stack "animationEngine"". Resulted in the standalone quitting. And, Malte, I ...
by niconiko
Fri Jul 29, 2011 4:38 am
Forum: Animation Engine
Topic: how to close AE
Replies: 10
Views: 8710

Re: how to close AE

[quote="malte"] can you boil this down to an offending line of script that causes the crash? Which operating system is this on? I by the way have no trouble signing any sort of NDA before looking at other people's stacks. as I do work as a consultant, I do see quite a lot of projects and can say, I ...
by niconiko
Thu Jul 28, 2011 11:37 am
Forum: Animation Engine
Topic: how to close AE
Replies: 10
Views: 8710

Re: how to close AE

[quote="malte"]Hey Nicolas! If you see a crash of the engine, I really would love to help track this down. Even though AE should not do anything that may cause a crash (as it is a nothing more than a stack) I would really like to be able to tell what is causing it. So if you are interested, could yo...
by niconiko
Thu Jul 28, 2011 2:26 am
Forum: Animation Engine
Topic: how to close AE
Replies: 10
Views: 8710

Re: how to close AE

Oops. "Delete stack" does work in a script.

Problem was that the IDE's Application Browser was still listing AE. But closing and reopening the Application Browser confirmed that AE had indeed been closed by my script using "delete stack".

--
Nicolas Cueto
by niconiko
Thu Jul 28, 2011 1:47 am
Forum: Animation Engine
Topic: how to close AE
Replies: 10
Views: 8710

how to close AE

Hi. How do I get my stack to close AE and remove it completely from memory? I've tried but had no luck with: delete stack "animationEngine" stop using stack "animationEngine" close stack "animationEngine" Need this for a crash-related reason. Namely, if I restart one of my stacks (either in the IDE ...
by niconiko
Fri Jul 22, 2011 4:06 am
Forum: Animation Engine
Topic: aeCrossFade problem
Replies: 1
Views: 3237

aeCrossFade problem

Hello. The script below works during development, and it also works when it's part of a standalone stack (.exe). But the very same script, when it is part of a stack that's been opened by another stack, will cause a crash when it gets to aeCrossFade gets. on mouseUp // Check if AE is available if "a...
by niconiko
Sun May 01, 2011 11:00 pm
Forum: Animation Engine
Topic: web build problem
Replies: 1
Views: 3131

web build problem

Using LiveCode 4.6 and AE3 for a revlet running on my onrev account. Before building, in the standalone settings for "Web", I've: -- (under "General") checked "Select inclusions for standalone" -- (under "Stacks") used "Add stack files" to add "animation engine" -- (under "Web") tried both on and of...
by niconiko
Sun May 01, 2011 2:41 am
Forum: Animation Engine
Topic: AE doc's "Info" field effect
Replies: 1
Views: 3009

AE doc's "Info" field effect

Hello Malte, Each of the examples in the AE documentation consists of a drop-down (easein?) effect with a simple arrow-less scrollbar and a button (?) that switches between close/open. Could you post here what objects and scripts are required to recreate all of that? Either that or the AE password :...

Go to advanced search