Re: mergAndroid released!

2013-09-01 Thread Terry Judd
Thanks Monte - being able to view PDFs on Android without having to resort to the Google Docs hack is fabulous! Terry... On 02/09/2013, at 02:02 PM, Monte Goulding wrote: > Hi LiveCoders > > The long awaited day has come. With the release of LiveCode 6.1.1 RC 4 > Android externals are finally

mergAndroid released!

2013-09-01 Thread Monte Goulding
Hi LiveCoders The long awaited day has come. With the release of LiveCode 6.1.1 RC 4 Android externals are finally a reality. Today I'm releasing my first experiments with this new method of extending LiveCode. While the SDK is still being finalised I have decided to release a single external p

Re: Layering problem when using video

2013-09-01 Thread tbodine
Bingo! Your option 1 did the trick, Scott. Setting the buffer to ON for the video player allows the video loop to play smoothly while preserving the title text as top layer. (Yes, it is for a desktop app.) Many thanks! Tom Bodine -- View this message in context: http://runtime-revolution.278

Re: Layering problem when using video

2013-09-01 Thread Scott Rossi
Hi Tom: Is this a desktop application? If yes, then you might have a couple of options. 1) Set the alwaysBuffer of the player to true. This will layer the movie in among the card objects, but depending on your content, performance may suffer -- you'll have to test. And you'll likely have to cr

Re: Uncommenting a script

2013-09-01 Thread Jerry Jensen
On Sep 1, 2013, at 9:59 AM, Mark Wieder wrote: > Jerry- > > Friday, August 30, 2013, 5:48:08 PM, you wrote: > >> This also does NOT work for me. The Edit menu works, but >> command-shift-underscore does not. I'm using an Apple wired keyboard >> (the silver one with no numeric keypad, no longer

Re: Layering problem when using video

2013-09-01 Thread stephen barncard
The current state of video/audio in LC is about at the 2002 level. Not up-to-date. I'd like a timeline object! sqb On Sun, Sep 1, 2013 at 11:31 AM, tbodine wrote: > Thanks, Mark. That's a bummer. My need is to be able to place text > dynamically in front of video clips, so I really can't do t

Re: Layering problem when using video

2013-09-01 Thread tbodine
Thanks, Mark. That's a bummer. My need is to be able to place text dynamically in front of video clips, so I really can't do this by editing the movies. Looks like I'll be waiting for the open source/kickstarter project to deliver on a new multimedia control. (The roadmap sure looks like a long hau

revDatabaseConnectResult

2013-09-01 Thread Peter Haworth
As I understand it, revDatabaseConnectResult is supposed to return the last error message that occurred for a database connection id, or empty if there was no error. In my usage, it always returns empty even if there was an error on the last SQL command. Anyone else tried using it and got it to w

Re: [on-rev] Is on-rev ok? [WAS [on-rev] no more SSH login?]

2013-09-01 Thread J. Landman Gay
On 8/31/13 10:21 AM, Nicolas Cueto wrote: But still getting 500 errors from my RunRev based cgi setup, and that's the much more important problem. If you know the CGI used to work and it suddenly stopped working when the server changed, the most likely reason is that the 32-bit compatibility

Re: Layering problem when using video

2013-09-01 Thread Mark Schonewille
Hi Tom, The video is rendered in a separate (child) window, on top of everything else. This means that you can't put a control in front of a playing movie. If you really want this, you need to create a palette window with that control and display it in front of the movie. I think that the Kic

Re: Uncommenting a script

2013-09-01 Thread Mark Wieder
Jerry- Friday, August 30, 2013, 5:48:08 PM, you wrote: > This also does NOT work for me. The Edit menu works, but > command-shift-underscore does not. I'm using an Apple wired keyboard > (the silver one with no numeric keypad, no longer available) LC > 6.1.0 Community, OSX 10.8.4 . Tried it on a

Layering problem when using video

2013-09-01 Thread tbodine
Hi all. I have a card with video player set to loop on the bottom layer and a text field above it. The problem is when I go to that card, the video is always on top. When I click in the Project Browser on the video player, the title comes to the front and is properly displayed. (This is happening

Re: spitting nails at the IDE

2013-09-01 Thread Richmond
On 09/01/2013 05:49 PM, Dr. Hawkins wrote: On Thu, Aug 29, 2013 at 3:00 PM, J. Landman Gay wrote: have never seen the message box wander. Since you didn't get a reply when you posted it, I suspect no one else has either. To me, it sounds like a scripting issue. Maybe you have a script that sets

Re: Sharing Values Between Onrev Scripts?

2013-09-01 Thread Alex Tweedly
You can't do it simply with a variable. Each http request is a separate run of the server script, so no variable values can be carried over. Even if they could be, you can have multiple, separate users doing this simultaneously, so there would be no way to know which 'original setting' should be

Re: spitting nails at the IDE

2013-09-01 Thread Dr. Hawkins
On Thu, Aug 29, 2013 at 3:00 PM, J. Landman Gay wrote: > have never seen the message box wander. Since you didn't get a reply when > you posted it, I suspect no one else has either. To me, it sounds like a > scripting issue. Maybe you have a script that sets the location of a stack > or some other

Re: spitting nails at the IDE

2013-09-01 Thread Dr. Hawkins
On Sun, Sep 1, 2013 at 7:11 AM, Richmond wrote: > No, I'm not teasing you; I'm talking about FORTRAN IV. OK, that would hurt. I haven't had to use that in a *long* time. Then again, Prime pretty much wrote Pr1mos in it . . . The code for my dissertation was in Fortran 90 [hmm, firefox's spell

Re: spitting nails at the IDE

2013-09-01 Thread Richmond
On 08/31/2013 11:31 PM, Dr. Hawkins wrote: On Sat, Aug 31, 2013 at 1:08 AM, Richmond wrote: Certainly, I would not "spit nails"; possibly the odd "blast" and "d*mn" once in a while. I got caught with something, err, a bit stronger that day . . . But as I know NOTHING about the underpinnings

Re: Korean font is not shown

2013-09-01 Thread Takashi Yoshino
HI, Mark Thank you for your information. I just input Korean text into the field on my Mac. I think I set the unicodeText of the field to UTF-16 encoded text. I visit a Korean web site, I can see Korean text correctly. I check my android (Galaxy S III). There is a korean font in my android. B

Re: Korean font is not shown

2013-09-01 Thread Mark Schonewille
Hi Takashi, The syntax set the textFont to "fontName,Language" no longer works in 6.x. I think it was already abolished in 5.5. Instead, you just set the unicodeText of the field to UTF-16 encoded text. If it contains korean glyphs, the glyphs should be recognised and displayed correctly. Ar

Korean font is not shown

2013-09-01 Thread Takashi Yoshino
Hi, I am developed a translation software for Android devices. I tried to show Korean text. But it did not appeared. I tried it on Galaxy Tab. Korean font appeared. I tried it on Galaxy S III. But it did not appeared. Japanese font and Chinese font can be shown on both android devices. Only Kore

Re: Sharing Values Between Onrev Scripts?

2013-09-01 Thread Scott Rossi
Right, I noticed the inclusion of the answer, but it's obscured which helps. Is a cookie really the only way to do this without adding the answer to the page? My thought was the answer value would get stored in an onrev variable when the question is generated, and the evaluation would be able to

Re: Sharing Values Between Onrev Scripts?

2013-09-01 Thread Alex Tweedly
Yes, Sarah's example works nicely. (Her form puts the correct answer into the form as a hidden value, so it too is returned when the user submits the form; that's easier than the alternative of storing in a file/database, and using a cookie/session data to identify the user and retrieve the sto

Re: Sharing Values Between Onrev Scripts?

2013-09-01 Thread Scott Rossi
Actually, I found some example scripts on Sarah Reichelt's site that look like they may work. http://www.troz.net/onrev/ Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design Recently I wrote: >Anyone know if it's possible for an onrev script on a page to share its >value with