Search found 1021 matches

by malte
Sat Oct 07, 2017 2:49 pm
Forum: Multimedia
Topic: Atkinson Dithering algorithm
Replies: 9
Views: 10170

Re: Atkinson Dithering algorithm

A sidenode: I always use strict compile mode, therefore I added the needed variable declarations and noticed you use startTime as a variablename, which is a reserved keyword. That is not a good idea. :-) (I noticed, because I managed to freeze liveCode where I fixed only half of the use of startTime...
by malte
Sat Oct 07, 2017 2:45 pm
Forum: Multimedia
Topic: Atkinson Dithering algorithm
Replies: 9
Views: 10170

Re: Atkinson Dithering algorithm

Hi Al, a lot can be done by replacing repeat with with repeat for each where you can. -- repeat with i = 1 to the number of words of fldhexa3 -- put 00 & word i of fldhexa3 & word i of fldhexa3 & word i of fldhexa3 after tVar2 -- end repeat repeat for each word theWord in fldhexa3 put 00 & theword &...
by malte
Tue Aug 01, 2017 5:32 pm
Forum: CGIs and the Server
Topic: CURL under Windows with LC Server
Replies: 3
Views: 6113

Re: CURL under Windows with LC Server

i tried using cmd and powershell...
by malte
Fri Jul 28, 2017 9:40 pm
Forum: CGIs and the Server
Topic: CURL under Windows with LC Server
Replies: 3
Views: 6113

Re: CURL under Windows with LC Server

Nobody?

Your message contains 7 characters. The minimum number of characters you need to enter is 10.
by malte
Wed Apr 12, 2017 10:27 am
Forum: CGIs and the Server
Topic: CURL under Windows with LC Server
Replies: 3
Views: 6113

CURL under Windows with LC Server

Has anybody been able to successfully use shell to call cUrl on LC Server under Windows? If so, are you willing to share how? I always get error 27 (out of memory). Same call works in CMD and on Mac / Linux...
by malte
Sun Feb 12, 2017 10:47 am
Forum: Animation Engine
Topic: Animation Engine with 8.1.2 Release on Windows 10
Replies: 7
Views: 11027

Re: Animation Engine with 8.1.2 Release on Windows 10

Hi Greg,

I never got around to wrap it into a single command. Please look at the example for movePolygonal

Hope that helps,

Malte
by malte
Thu Feb 09, 2017 9:05 pm
Forum: Animation Engine
Topic: Animation Engine with 8.1.2 Release on Windows 10
Replies: 7
Views: 11027

Re: Animation Engine with 8.1.2 Release on Windows 10

Hi Greg,

you will have to use an actual image object for this, not a button. If you are changing the rect of the button, the image won't scale, just its bounding box will.

Hope that helps,

Malte
by malte
Thu Feb 09, 2017 1:52 pm
Forum: Animation Engine
Topic: Animation Engine with 8.1.2 Release on Windows 10
Replies: 7
Views: 11027

Re: Animation Engine with 8.1.2 Release on Windows 10

Hey Greg,

I would be interested in what you see not working. Did you put the library into the messagepath by

start using stack "animationEngine" ?

If it is in use everything should still work as described in the docs. :-)
For a Ken Burns effect, aeChangeRect is your friend.

All the best,

Malte
by malte
Mon Jan 02, 2017 11:51 am
Forum: LiveCode Builder
Topic: Stupid Questions #1
Replies: 9
Views: 9033

Re: Stupid Questions #1

Thanks Bernd!

How stable is 9? I am currently in Beta phase with one of my apps and plan to release in a month. Do you think it would be too risky to switch to 9?
by malte
Mon Jan 02, 2017 10:52 am
Forum: LiveCode Builder
Topic: Stupid Questions #1
Replies: 9
Views: 9033

Re: Stupid Questions #1

Thanks HH! I assume tGRamp needs to be a gradient ramp like it is in LCS? But I bet it must be a typed variable, correct? What does it need to be and how would I fill it? My first try is to style Eleanors / Bernds calendar. I would like to change the header section first and then add a red backgroun...
by malte
Mon Jan 02, 2017 12:47 am
Forum: LiveCode Builder
Topic: Stupid Questions #1
Replies: 9
Views: 9033

Stupid Questions #1

Hi all,

I really want to understand widgets. But I can not find the simple examples I need. I would like to start to draw a gradient in a widget. How would I do that?

Cheers,

malte
by malte
Tue Nov 22, 2016 11:29 am
Forum: HTML5
Topic: External communication
Replies: 15
Views: 18105

External communication

Hi,

just curious if the latest additions with do as javaScript will let us communicate from the stack to a Server API now. If so I would be very keen to see an example.
by malte
Fri Sep 02, 2016 4:01 pm
Forum: Animation Engine
Topic: 6.0
Replies: 7
Views: 41626

Re: 6.0

Hi Phil,

yes, AE still works in 8. Just the LC page got a major update, so that links are not working. You can always find the latest stuff on GITHUB:

https://github.com/derbrill/animationEngine

Cheers,

malte
by malte
Mon Jun 06, 2016 10:39 am
Forum: HTML5
Topic: HTML5 on Microsoft server [solved]
Replies: 10
Views: 9588

Re: HTML5 on Microsoft server

Did you serve it via a Webserver, or did you use a file URL to check? If I am not mistaken you will have to have a Webserver (most likely IIS on Win, maybe apache) running on the server and put your HTML5 ab in the folder that is configured to serve the sites. Then you will need to point the browser...
by malte
Fri Mar 11, 2016 6:23 am
Forum: CGIs and the Server
Topic: POLL: LiveCode Server deployment
Replies: 75
Views: 187675

Re: POLL: LiveCode Server deployment

I am currently evaluating a lot of stuff I can do with a NUC machine (Gigabyte Brix) running LC Server and really am surprised hjow powerful it really is. Makes me wonder why the information on liveCodes website is so sparse. Tough to find information on server (and its licensing) there...

Go to advanced search