Re: Livecode for Digital Signage

2011-05-26 Thread Jim Schaubeck
Thanks Bill! For the first one, that may be a good alternative. I have not tested it but I do appreciate the idea. I'll try it. It complicates the process of updating the text a bit but I may have to figure out a way to automate that part if i can not get the text scrolling smooth. I've had som

Re: Livecode for Digital Signage

2011-05-19 Thread Bob Sneidar
I could be wrong, but I am willing to bet that the real issue is the graphics card in the Windows machine. Some cheaper cards use the computer memory for it's video RAM. I wonder if you had a comparable Windows machine how it would fare? And note that I am an Apple aficionado through and through

Re: Livecode for Digital Signage

2011-05-19 Thread Nonsanity
On Thu, May 19, 2011 at 4:51 PM, Jim Schaubeck wrote: > > Problem solved: Use a Mac > > I've been saying that for years... ;D ~ Chris Innanen ~ Nonsanity ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, u

RE: Livecode for Digital Signage

2011-05-19 Thread Jim Schaubeck
714-321-4499 -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Nonsanity Sent: Wednesday, May 18, 2011 9:35 PM To: How to use LiveCode Subject: Re: Livecode for Digital Signage I tested mine on Windows and a Mac, and it

RE: Livecode for Digital Signage

2011-05-19 Thread Jim Schaubeck
--Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Nonsanity Sent: Wednesday, May 18, 2011 9:35 PM To: How to use LiveCode Subject: Re: Livecode for Digital Signage I tested mine on Windows and a Mac, and it is SO much smoother

Re: Livecode for Digital Signage

2011-05-18 Thread Nonsanity
I tested mine on Windows and a Mac, and it is SO much smoother on my Mac. No tearing/shearing, and I tweeked the script a bit more so even at your required speed there's no stuttering. There was a small miscalculation in my script that only showed up with a stutter at high rates of speed. I put th

Re: Livecode for Digital Signage

2011-05-18 Thread Jim Schaubeck
Thanks Bill! For the first one, that may be a good alternative. I have not tested it but I do appreciate the idea. I'll try it. It complicates the process of updating the text a bit but I may have to figure out a way to automate that part if i can not get the text scrolling smooth. I've had som

Re: Livecode for Digital Signage

2011-05-18 Thread Bill Vlahos
;> put dTime / 300 into pTime-- changed to 300 >> >> This made the test move a similar speed (faster than your speed) to a >> stock ticker tape but I still have the jerkiness. >> >> I will save your project for future reference though, thanks again! >> >>

RE: Livecode for Digital Signage

2011-05-18 Thread Jim Schaubeck
99 -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Nonsanity Sent: Wednesday, May 18, 2011 7:33 AM To: How to use LiveCode Subject: Re: Livecode for Digital Signage I see your problem then. In my sample stack, the

RE: Livecode for Digital Signage

2011-05-18 Thread Jim Schaubeck
ev.com] On Behalf Of BNig Sent: Wednesday, May 18, 2011 5:25 AM To: use-revolut...@lists.runrev.com Subject: RE: Livecode for Digital Signage Hi Jim, you might have a look at Jim Hamlyn's autoCue in RevOnline. http://revonline2.runrev.com/stack/489/AutoCue In my experience setting the sy

Re: Livecode for Digital Signage

2011-05-18 Thread Nonsanity
boun...@lists.runrev.com > [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Nonsanity > Sent: Tuesday, May 17, 2011 10:05 PM > To: How to use LiveCode > Subject: Re: Livecode for Digital Signage > > Using hscroll of a field and the send in time command, I got ver

RE: Livecode for Digital Signage

2011-05-18 Thread BNig
Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Livecode-for-Digital-Signage-tp3531402p3532473.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing lis

RE: Livecode for Digital Signage

2011-05-17 Thread Jim Schaubeck
Of Scott Rossi Sent: Tuesday, May 17, 2011 10:18 PM To: LiveCode Mail List Subject: Re: Livecode for Digital Signage Recently, Derek Bump - Dreamscape Software wrote: > The movement I see with this solution is the exact movement I see when > I tried your hScroll solution. It's stil

RE: Livecode for Digital Signage

2011-05-17 Thread Jim Schaubeck
gh to mess with the syncRate parameter. Much appreciated! jim schaubeck 714-321-4499 -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Scott Rossi Sent: Tuesday, May 17, 2011 10:18 PM To: LiveCode Mail List Subject: R

RE: Livecode for Digital Signage

2011-05-17 Thread Jim Schaubeck
-321-4499 -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Derek Bump - Dreamscape Software Sent: Tuesday, May 17, 2011 10:10 PM To: How to use LiveCode Subject: Re: Livecode for Digital Signage Jim, Here is an ex

Re: Livecode for Digital Signage

2011-05-17 Thread Scott Rossi
Recently, Derek Bump - Dreamscape Software wrote: > The movement I see with this solution is the exact movement I see when I > tried your hScroll solution. It's still too jerky for prime time. Both are > getting close but I'm hoping for a much smoother solution. In terms of built-in movement, I

RE: Livecode for Digital Signage

2011-05-17 Thread Jim Schaubeck
future reference though, thanks again! jim schaubeck 714-321-4499 -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Nonsanity Sent: Tuesday, May 17, 2011 10:05 PM To: How to use LiveCode Subject: Re: Livecode for Digital

Re: Livecode for Digital Signage

2011-05-17 Thread Derek Bump - Dreamscape Software
ev.com] On Behalf Of Derek Bump - Dreamscape Software Sent: Tuesday, May 17, 2011 8:40 PM To: How to use LiveCode Subject: Re: Livecode for Digital Signage Hello Jim, What you could do is place the field inside of a group and change the group's Horizontal Scroll incrementally. Then once it reach

RE: Livecode for Digital Signage

2011-05-17 Thread Jim Schaubeck
4-321-4499 -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Derek Bump - Dreamscape Software Sent: Tuesday, May 17, 2011 9:52 PM To: How to use LiveCode Subject: Re: Livecode for Digital Signage Jim, Now this

Re: Livecode for Digital Signage

2011-05-17 Thread Nonsanity
Using hscroll of a field and the send in time command, I got very smooth text scroll on my Macbook Pro. Here's the stack I tested with: https://dl.dropbox.com/s/l4gc4mp0401j6se/Smooth%20Scrolling%20Text.livecode?dl=1 Let me know how it works for you. ~ Chris Innanen ~ Nonsanity On Tue, May

Re: Livecode for Digital Signage

2011-05-17 Thread Derek Bump - Dreamscape Software
se-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Derek Bump - Dreamscape Software Sent: Tuesday, May 17, 2011 8:40 PM To: How to use LiveCode Subject: Re: Livecode for Digital Signage Hello Jim, What you could do is place the field inside of a group

RE: Livecode for Digital Signage

2011-05-17 Thread Jim Schaubeck
boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Derek Bump - Dreamscape Software Sent: Tuesday, May 17, 2011 8:40 PM To: How to use LiveCode Subject: Re: Livecode for Digital Signage Hello Jim, What you could do is place the field inside of a group and cha

Re: Livecode for Digital Signage

2011-05-17 Thread Derek Bump - Dreamscape Software
Hello Jim, What you could do is place the field inside of a group and change the group's Horizontal Scroll incrementally. Then once it reaches the end, lock the screen, reset the scroll, and start again. Derek Bump Dreamscape Software http://www.dreamscapesoftware.com On 5/17/11 9:28 PM, J

RE: Livecode for Digital Signage

2011-05-17 Thread Jim Schaubeck
al TV station for example. jim schaubeck 714-321-4499 -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Terry Judd Sent: Tuesday, May 17, 2011 7:56 PM To: How to use LiveCode Subject: Re: Livecode for Digital Signage

Re: Livecode for Digital Signage

2011-05-17 Thread Terry Judd
How about using a fixed width font in a right aligned field with its dontWrap property set to false and then inserting a string one character at a time from the end of the field. If you use an appropriate delay between the insertion of each character then you might get the effect you're looking for

Livecode for Digital Signage

2011-05-17 Thread Jim Schaubeck
I would like to develop an in-house digital signage app that uses video, animation and smooth scrolling words (like a stock ticker). I can figure out the video and the animation but I'm having trouble with smooth scrolling text. Is this better suited for Animation Engine (have not tried it) or is