Search found 51 matches

by Peregrine
Tue Oct 09, 2018 3:06 am
Forum: Developer Services Marketplace
Topic: Graphics or Coding Services Offered
Replies: 1
Views: 6652

Graphics or Coding Services Offered

Hi LiveCoders! I am offering coding, graphic design, UX/UI and related services. I've been using LC basically forever, and have developed UX/UI and other animations and graphics for websites, mobile apps, corporate software and all sorts of applications. I'd love to work with you on your project, or...
by Peregrine
Wed Nov 30, 2016 12:00 am
Forum: Off-Topic
Topic: Pricing?
Replies: 2
Views: 3617

Pricing?

Sorry if this has been covered somewhere else, but I can't seem to find it anywhere, despite having spent a half an hour looking.... What are all the license options, currently? I mean, I know there is the Indy License and the Business License an of course the Community edition. (Nice to see that th...
by Peregrine
Fri Mar 11, 2016 8:08 pm
Forum: Business and Kiosks
Topic: Multitouch?
Replies: 19
Views: 23345

Re: Multitouch?

I have yet to try LC on Windows 10. I did recently revisit this: http://gestureworks.com These folks have a number of different bindings to different languages, including C++, Python and Java. Ideum, who created and promote Gestureworks, work in Flash and have a number of examples of that work poste...
by Peregrine
Wed Feb 24, 2016 9:08 pm
Forum: Business and Kiosks
Topic: Multitouch?
Replies: 19
Views: 23345

Re: Multitouch?

Cool.
I'll run some tests in the coming weeks and report back here, and share some code if I can.
I'd like to have pinch/spread to zoom in/out, but if that's not possible and other common gestures are, then it could still work for us.
Thanks for pointing me in that direction!
by Peregrine
Tue Feb 23, 2016 8:08 pm
Forum: Business and Kiosks
Topic: Multitouch?
Replies: 19
Views: 23345

Re: Multitouch?

Thanks for the reply, Richard. I'll keep an eye on these aspects of the next steps.
by Peregrine
Mon Feb 22, 2016 6:55 pm
Forum: Business and Kiosks
Topic: Multitouch?
Replies: 19
Views: 23345

Re: Multitouch?

Just a bump (or poke or whatever they call it) for this subject... It's been a couple of years, and I have lost track of all the latest innovations in LC 8.... Touch interfaces are even more common then they were in 2014, and I'd still like to be able to use LC when we build museum interactives that...
by Peregrine
Fri Apr 24, 2015 6:00 am
Forum: Using Externals
Topic: [ANN] Free lcResTool & lcMover Plugins
Replies: 5
Views: 12700

Re: [ANN] Free lcResTool & lcMover Plugins

Hey, sorry about that. I have a new domain name, hence a new downloads page: http://charlesbuchwald.com/downloads/
by Peregrine
Thu Oct 02, 2014 2:25 am
Forum: Business and Kiosks
Topic: Multitouch?
Replies: 19
Views: 23345

Re: Multitouch?

OK, comments added. Thanks for the reference.
Sure would be nice to have for a couple of upcoming museum projects... In fact, it's showstopper for at least one of those projects. Darn.
by Peregrine
Thu Oct 02, 2014 12:44 am
Forum: Business and Kiosks
Topic: Multitouch?
Replies: 19
Views: 23345

Multitouch?

Does anyone here have experience with multitouch monitors + LC? I mean the kind of touch systems that can accommodate as many as 10 simultaneous touches / fingers / hands, such as might be used in an airport, mall or exhibit. I am wondering about LC's performance when tracking so many touch points.....
by Peregrine
Wed Aug 27, 2014 11:25 pm
Forum: Off-Topic
Topic: Floor
Replies: 8
Views: 8430

Re: Floor

Thanks, FLCo. I have to admit to being confused about how to properly handle the integer. Wikipedia http://en.wikipedia.org/wiki/Floor_and_ceiling_functions says this: In mathematics and computer science, the floor and ceiling functions map a real number to the largest previous or the smallest follo...
by Peregrine
Wed Aug 27, 2014 7:28 pm
Forum: Off-Topic
Topic: Floor
Replies: 8
Views: 8430

Re: Floor

Whoops! Here are both floor and ceiling functions accounting for negative integers: function Floor pValue if pValue is an integer OR pValue < 0 then return trunc(pValue) - 1 else return trunc(pValue) end Floor function Ceiling pValue if pValue is an integer OR pValue > 0 then return trunc(pValue) + ...
by Peregrine
Sat Aug 23, 2014 9:41 pm
Forum: Off-Topic
Topic: Floor
Replies: 8
Views: 8430

Re: Floor

Here's an alternative bit of scripting: function Floor pValue if pValue < 0 then return trunc(pValue) - 1 else return trunc(pValue) end Floor Here's a ceiling function, just to kind of fill out the thread: function Ceiling pValue if pValue < 0 then return trunc(pValue) else return trunc(pValue) + 1 ...
by Peregrine
Wed Jun 18, 2014 4:23 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: file upload to server
Replies: 10
Views: 9741

Re: file upload to server

Thanks, Richard. I'm aware of the vulnerability, and it should be OK for this little project. Really looking forward to having SFTP in LC, though.
by Peregrine
Wed Jun 18, 2014 12:15 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: file upload to server
Replies: 10
Views: 9741

Re: file upload to server

Hey, thanks, bangkok. I was having some of my own issues with libURLftpUploadFile, and your example stack was just what I needed to see it work.
by Peregrine
Tue Jun 17, 2014 4:14 am
Forum: IDE Contributors
Topic: PROJECT: RevOnline triage
Replies: 30
Views: 34128

Re: PROJECT: RevOnline triage

Cool... For the first time in months I can at least browse around in RevOnline, and it doesn't hang. I'm using 6.6.2 on Mac OS X 10.9.3. I couldn't login, retrieve my password, or create a new account with a different email address. I tried the latter two, but never received a reply. But, hey, it's ...

Go to advanced search