Search found 616 matches

by capellan
Fri Dec 20, 2019 6:10 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: LC loses I/O ability about once a day
Replies: 21
Views: 10270

Re: LC loses I/O ability about once a day

Which Livecode version is Michael using?
Community or Business?
by capellan
Fri Dec 20, 2019 3:53 am
Forum: Talking LiveCode
Topic: Opening a camera raw file
Replies: 13
Views: 8741

Re: Opening a camera raw file

Hi Simon, Which Brand is your camera? In this website, the author make available to download samples of Raw files from different cameras. https://rawsamples.ch/index.php/en/ The script posted previously (now corrected) works with these raw images formats: Nikon NEF and NRW raw formats: http://www.ra...
by capellan
Thu Dec 19, 2019 4:46 am
Forum: Talking LiveCode
Topic: Opening a camera raw file
Replies: 13
Views: 8741

Re: Opening a camera raw file

If your image have a jpg thumbnail, this could work: on mouseUp local temp answer file "Select image with EXIF thumbnail data" put it into temp open file temp for binary read read from file temp for 500000 put it into temp1 close file temp put numtobyte(255) & numtobyte(216) into tStart -- in Hexade...
by capellan
Wed Dec 11, 2019 1:56 am
Forum: Off-Topic
Topic: Oracle MediaTalk Reference
Replies: 7
Views: 4970

Oracle MediaTalk Reference

Today, looking for another info, I found the Oracle MediaTalk Reference: https://hypercard.org/mediatalkreference/Media%20Talk%20Reference.html and surprisingly, in 1995 Oracle Media Objects already had a command for showing the stack in fullscreen: https://hypercard.org/mediatalkreference/Media%20T...
by capellan
Sat Oct 12, 2019 12:55 am
Forum: Multimedia
Topic: SpectreSmart (a Chatbot based on Eliza)
Replies: 0
Views: 7784

SpectreSmart (a Chatbot based on Eliza)

Hi All, Recently, Ingar asked about an Eliza chatbot made in Livecode. Many years ago, I translated this HC stack to LiveCode: http://umich.edu/~archive/mac/hypercard/fun/spectresmart2.5.sit.hqx Ingar, now you could download this LiveCode stack from this thread. Just for reference, Scott McDonald's ...
by capellan
Sat Aug 17, 2019 3:15 am
Forum: Multimedia
Topic: RevSpeechVoices stack
Replies: 0
Views: 4268

RevSpeechVoices stack

Hi All, Recently I was testing MacOSX Speech voices and created this stack to listen each voice. Download the stack and click on the voices in the botton field. By the way, if you want to listen more LiveCode examples of revSpeech in use then check this Spelling stack, posted by Tim Bobo on revOnlin...
by capellan
Thu May 02, 2019 8:09 pm
Forum: Multimedia
Topic: imageCacheSize property
Replies: 3
Views: 5251

Re: imageCacheSize property

Many Thanks! :D I have looked for this term and do not found it, so after an empty google's search, I asked this forum. Strangely enough, yesterday google's results for "imageCacheSize Livecode" were empty but today, the first result is: https://livecode.fandom.com/wiki/ImageCacheUsage and the third...
by capellan
Thu May 02, 2019 5:43 am
Forum: Multimedia
Topic: imageCacheSize property
Replies: 3
Views: 5251

imageCacheSize property

Hi All, Does anyone knows where is the documentation for the property imageCacheSize? The imageCacheSize property is mentioned by Ian MacPhail in this bug report: https://quality.livecode.com/show_bug.cgi?id=15449 Ian MacPhail wrote: the imagedata for both images exceeding the default maximum size o...
by capellan
Thu May 02, 2019 1:33 am
Forum: Multimedia
Topic: Rotating an image within a graphic
Replies: 9
Views: 8235

Re: Rotating an image within a graphic

I have reported this bug:

https://quality.livecode.com/show_bug.cgi?id=22037

If you could reproduce this bug in your own setup then
post your comments in the bug report.

Al
by capellan
Fri Apr 26, 2019 1:24 am
Forum: Android Deployment
Topic: Could we make a local File Server with LiveCode?
Replies: 5
Views: 4562

Re: Could we make a local File Server with LiveCode?

An old laptop could work as a server too
so I will try this second option as well.

Al
by capellan
Thu Apr 25, 2019 9:10 pm
Forum: Android Deployment
Topic: Could we make a local File Server with LiveCode?
Replies: 5
Views: 4562

Re: Could we make a local File Server with LiveCode?

The classroom do not have internet access
by capellan
Thu Apr 25, 2019 3:32 pm
Forum: Developer Services Marketplace
Topic: Looking for LiveCode coders
Replies: 56
Views: 59960

Re: Looking for LiveCode coders

Klaus, Did you try to ask him through Facebook Messenger?
https://www.facebook.com/karmacomposer2

Al
by capellan
Thu Apr 25, 2019 3:18 pm
Forum: Android Deployment
Topic: Could we make a local File Server with LiveCode?
Replies: 5
Views: 4562

Could we make a local File Server with LiveCode?

Hi All, After reading many forum threads and mail list messages, I could not find a definitive answer: Could we make a local File Server with LiveCode? The setup for this local File server is the following: 1) The Teacher connect a wifi modem in the classroom 2) Then, the Teacher connects his phone ...
by capellan
Tue Apr 23, 2019 9:56 pm
Forum: Multimedia
Topic: Rotating an image within a graphic
Replies: 9
Views: 8235

Re: Rotating an image within a graphic

After all Richmond's idea works!!!! :D Richmond's idea of using another image as graphic's backpattern works in the most unexpected way. LiveCode could rotate the backpattern of a polygon graphic (according to my tests) if the backpattern image is not the first image of the stack. Probably there is ...
by capellan
Tue Apr 23, 2019 8:24 pm
Forum: Multimedia
Topic: Rotating an image within a graphic
Replies: 9
Views: 8235

Re: Rotating an image within a graphic

That's a great idea! Previously, I have been setting
the background pattern to empty (producing a white
flash in the graphic) but now I could try something
different like creating two identical images and
rotating both at the same time. :D

Al

Go to advanced search