Search found 690 matches
- Sat Oct 07, 2017 2:49 pm
- Forum: Multimedia
- Topic: Atkinson Dithering algorithm
- Replies: 9
- Views: 15416
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...
- Sat Oct 07, 2017 2:45 pm
- Forum: Multimedia
- Topic: Atkinson Dithering algorithm
- Replies: 9
- Views: 15416
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 &...
- Tue Aug 01, 2017 5:32 pm
- Forum: CGIs and the Server
- Topic: CURL under Windows with LC Server
- Replies: 3
- Views: 9425
Re: CURL under Windows with LC Server
i tried using cmd and powershell...
- Fri Jul 28, 2017 9:40 pm
- Forum: CGIs and the Server
- Topic: CURL under Windows with LC Server
- Replies: 3
- Views: 9425
Re: CURL under Windows with LC Server
Nobody?
Your message contains 7 characters. The minimum number of characters you need to enter is 10.
Your message contains 7 characters. The minimum number of characters you need to enter is 10.
- Wed Apr 12, 2017 10:27 am
- Forum: CGIs and the Server
- Topic: CURL under Windows with LC Server
- Replies: 3
- Views: 9425
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...
- Mon Jan 02, 2017 11:51 am
- Forum: LiveCode Builder
- Topic: Stupid Questions #1
- Replies: 9
- Views: 14424
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?
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?
- Mon Jan 02, 2017 10:52 am
- Forum: LiveCode Builder
- Topic: Stupid Questions #1
- Replies: 9
- Views: 14424
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...
- Mon Jan 02, 2017 12:47 am
- Forum: LiveCode Builder
- Topic: Stupid Questions #1
- Replies: 9
- Views: 14424
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
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
- Tue Nov 22, 2016 11:29 am
- Forum: HTML5
- Topic: External communication
- Replies: 15
- Views: 27166
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.
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.
- Mon Jun 06, 2016 10:39 am
- Forum: HTML5
- Topic: HTML5 on Microsoft server [solved]
- Replies: 10
- Views: 14162
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...
- Fri Mar 11, 2016 6:23 am
- Forum: CGIs and the Server
- Topic: POLL: LiveCode Server deployment
- Replies: 75
- Views: 292826
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...
- Thu Jan 07, 2016 11:20 am
- Forum: HTML5
- Topic: HTML 5 and XML Parsing externals
- Replies: 6
- Views: 9122
Re: HTML 5 and XML Parsing externals
Ken Ray has a liveCode Script only library to deal with XML. I prefer the external on Desktop, but this could move you forward for your web app...
Cheers,
Malte
http://www.sonsothunder.com/products/xmllib/xmllib.htm
Cheers,
Malte
http://www.sonsothunder.com/products/xmllib/xmllib.htm
- Tue Dec 15, 2015 3:08 pm
- Forum: HTML5
- Topic: Are widgets supposed to work?
- Replies: 3
- Views: 5534
Re: Are widgets supposed to work?
Hi Peter,
I tried to create a simple stack just sporting a tree widget. This does not get loaded but just tells me to check the console (Mac, FF, Chrome, Safari)
No fancy scripts, just the widget with 3 nodes and 2 leafs each.
I tried to create a simple stack just sporting a tree widget. This does not get loaded but just tells me to check the console (Mac, FF, Chrome, Safari)
No fancy scripts, just the widget with 3 nodes and 2 leafs each.
- Tue Dec 15, 2015 1:42 pm
- Forum: HTML5
- Topic: Are widgets supposed to work?
- Replies: 3
- Views: 5534
Are widgets supposed to work?
Hi,
I am trying to build a simple test for the Tree widget to no avail. Is it supposed to work in DP11?
I am trying to build a simple test for the Tree widget to no avail. Is it supposed to work in DP11?
- Wed Dec 02, 2015 4:51 pm
- Forum: HTML5
- Topic: Successful test
- Replies: 78
- Views: 128021
Re: Successful test
Good catch Hermann!