Search found 146 matches
- Fri Feb 12, 2021 1:16 pm
- Forum: Talking LiveCode
- Topic: Fun With APNG & LC
- Replies: 23
- Views: 1854
Re: Fun With APNG & LC
No worriers, thanks for your time Thierry and don't be shy I'm certainly not putting out commercial code here.(Hence the disclaimer above) I'm more interested in getting my elephant to work. :D I'm out of time also. But if I find a spare couple hours will looking further into it. Stay safe and look ...
- Fri Feb 12, 2021 12:16 pm
- Forum: Talking LiveCode
- Topic: Fun With APNG & LC
- Replies: 23
- Views: 1854
Re: Fun With APNG & LC
In fact, I posted this stack long, long time ago, and back then discovered that hashing some kind of data produces wrong results. Using the crc32b produced by the built-in Livecode function "compress" is more reliable. Hi Al, Thanks a lot for this information! Out of curiosity, I did play for a cou...
- Tue Feb 02, 2021 6:24 pm
- Forum: Talking LiveCode
- Topic: Fun With APNG & LC
- Replies: 23
- Views: 1854
Re: Fun With APNG & LC
To explain the process at little better take a look at this diagram. It may help understand where I'm going with this. I believe now I'm on the final hurdle. The creation of the new hash based on crc32b() is the only hold up. I don't think Livecode have a function for it. I found on the forums a crc...
- Tue Feb 02, 2021 4:06 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: widget Signature to SVG pathdata
- Replies: 5
- Views: 612
Re: widget Signature to SVG pathdata
Thanks for your help all. I though there would be a straight forward way to do it and that maybe I was missing a command. That is not the case I suppose. :( Saying that your stack is a great start to getting this working. It seems just the width and color data is missing for the svg widget. I'll see...
- Sun Jan 31, 2021 3:31 pm
- Forum: CGIs and the Server
- Topic: Options for export snapshot on Livecode Server
- Replies: 9
- Views: 811
Re: Options for export snapshot on Livecode Server
<trim> but I still find v7 more snappy. However, It still needs to be addressed as my rig is an intel i7, 24gb ram and SSD NVMe M.2. If this rig can not run the latest Livecode IDE with all features enabled smoothly on windows. Then L.C need to look at what is going wrong here. Sorry for continuing...
- Sun Jan 31, 2021 1:05 pm
- Forum: Talking LiveCode
- Topic: Fun With APNG & LC
- Replies: 23
- Views: 1854
Re: Fun With APNG & LC
The idea is to extract the frames from an APNG image when imported into a Livecode img control. The APNG files act very similar to a gif and have a .png extension. The frames are imbedded into the image. See the image below. I'm about 90% there. But there is still some issues with the corrupted fram...
- Sat Jan 30, 2021 1:10 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: widget Signature to SVG pathdata
- Replies: 5
- Views: 612
widget Signature to SVG pathdata
Hi All,
I want to copy path data from a signature widget to a SVG widget. Is this possible? The path data appear to be in a different format. Is there a different process to follow?
Thanks
I want to copy path data from a signature widget to a SVG widget. Is this possible? The path data appear to be in a different format. Is there a different process to follow?
Thanks
- Sat Jan 30, 2021 12:48 pm
- Forum: CGIs and the Server
- Topic: Options for export snapshot on Livecode Server
- Replies: 9
- Views: 811
Re: Options for export snapshot on Livecode Server
You should find general field performance the same or better. The Script Editor has some new features which are very CPU intensive (auto-complete, real-time error checking, etc). Turn those off (Edit menu IIRC) as you should see some snappy performance again. Yep that was the consensus of the group...
- Fri Jan 29, 2021 11:03 pm
- Forum: CGIs and the Server
- Topic: Options for export snapshot on Livecode Server
- Replies: 9
- Views: 811
Re: Options for export snapshot on Livecode Server
I definitely agree with you Richard. The new features are excellent and well needed. I suppose my main issue in using the latest and greatest v9 under windows is I get a very sluggish development experience. When I type the text takes a couple seconds to catch me up (and I'm not the fastest typist)....
- Fri Jan 29, 2021 9:14 pm
- Forum: Talking LiveCode
- Topic: Fun With APNG & LC
- Replies: 23
- Views: 1854
Re: Fun With APNG & LC
We could also discuss 8-track cassettes, Betamax video cassettes, Video disks, those wierd CDs containing movies in an odd format from Taiwan I used to buy under the counter in Sharjah in 1989, and so. I like this one and can help make my point. GIF = VHS Tapes APNG = Betamax Betamax was always the...
- Fri Jan 29, 2021 5:05 pm
- Forum: CGIs and the Server
- Topic: Options for export snapshot on Livecode Server
- Replies: 9
- Views: 811
Re: Options for export snapshot on Livecode Server
This is excellent news Richard. Thanks for updating me. I'll give it a go today. Got to love Livecode. I normally use 7 and below and once in a while try 9 on some projects. Thanks again.
- Fri Jan 29, 2021 4:55 pm
- Forum: Talking LiveCode
- Topic: Fun With APNG & LC
- Replies: 23
- Views: 1854
Fun With APNG & LC
Hi All, During lock down I thought I would have some fun in my spare time and see if it was possible to create an LC APNG player. I have found an online APNG decoder and the APNG spec which I was following. However I have had minimal success. I can export the images but they are corrupted. I'm think...
- Fri Jan 29, 2021 3:31 pm
- Forum: CGIs and the Server
- Topic: Options for export snapshot on Livecode Server
- Replies: 9
- Views: 811
Options for export snapshot on Livecode Server
Hi there, I hope you all are safe and well. I have been looking into what I can do with the Livecode server offerings and I have been trying to find a way to export a picture of a stack/card. I understand "export snapshot" is not available on LC server is there any other options available? Many Thanks
- Sat Nov 28, 2020 11:49 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Saving Datagrid Form Field Inputs
- Replies: 2
- Views: 539
Re: Saving Datagrid Form Field Inputs
(As a possible solution for anyone finding this post) I resolved this issue by using the openfield message instead of mouseup etc in the row behaviour script. I followed the message watcher and the openfield message was getting called instead of the expected mouseup/mousedown etc.
- Fri Nov 27, 2020 3:53 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Saving Datagrid Form Field Inputs
- Replies: 2
- Views: 539