RE: How can I edit a built-in cursors

2013-07-17 Thread Paul D. DeRocco
From: J. Landman Gay If I remember right, the cursors are in a stack named revCursors. Try this: toplevel revCursors and see what's in there. Thanks. Turns out there's also a revMacIcons.rev stack, too, with somewhat different versions. Using toplevel didn't work, but enabling

Re: sqlite ios pragma

2013-07-17 Thread Mark Schonewille
Hi Mike, The external doesn't include PRAGMA. It needs to be rewritten for that. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert

Re: Walter Brown

2013-07-17 Thread Mark Schonewille
Walt, I updated my contact info, but I still haven't got an e-mail from you. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK,

Re: sqlite ios pragma

2013-07-17 Thread Mark Schonewille
Hi again Mike, I've just been told that PRAGMA does exist on the desktop version of LiveCode now (thanks Björnke). It might also work on iOS. Perhaps you need to post some code. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: sqlite ios pragma

2013-07-17 Thread Björnke von Gierke
To be precise, the following code works for me (some parts removed): put the selectedText of me into theName put revopendatabase(sqlite,field path,,,) into theID put revDataFromQuery(comma,,theID, PRAGMA table_info = theName) into myPragma if myPragma begins with revdberr then

Re: Text and html text

2013-07-17 Thread Thomas McGrath III
Maybe too many steps were involved. If you pasted: pBoldpRegularp into the field and see the markers then: set the htmlText of fld MyField to the text of fld MyField should work. -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Jul 17, 2013, at 8:46 AM, Graham Samuel

Re: QT playback of remote files

2013-07-17 Thread Richard Gaskin
Not sure if this will help, but I've had cases in which setting the player's filename to empty in between loading actual remote videos has helped. -- Richard Gaskin Fourth World LiveCode training and consulting: http://www.fourthworld.com Webzine for LiveCode developers:

Re: QT playback of remote files

2013-07-17 Thread J. Landman Gay
Richard Gaskin ambassa...@fourthworld.com wrote: Not sure if this will help, but I've had cases in which setting the player's filename to empty in between loading actual remote videos has helped. Thanks, it's my habit to do that too so it's already in there. I keep thinking the player should

Re: QT playback of remote files

2013-07-17 Thread Klaus major-k
Hi Jaquelin, Am 17.07.2013 um 16:44 schrieb J. Landman Gay jac...@hyperactivesw.com: Richard Gaskin ambassa...@fourthworld.com wrote: Not sure if this will help, but I've had cases in which setting the player's filename to empty in between loading actual remote videos has helped.

Re: Text and html text

2013-07-17 Thread Richmond
On 07/17/2013 03:46 PM, Graham Samuel wrote: I was asked to do some editing of a field with a lot of text in it in someone else's program. The field consists of lines, some of which are in the default color (black) and some in red. I couldn't find a reliable way of doing find and replace on

Re: sqlite ios pragma

2013-07-17 Thread Peter Haworth
Can't speak for iOS but on the desktop, PRAGMA is just another SQLite statement that can be executed fine via revDataFromQuery. Pete lcSQL Software http://www.lcsql.com On Wed, Jul 17, 2013 at 2:37 AM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Hi Mike, The external doesn't

Re: sqlite ios pragma

2013-07-17 Thread Mark Schonewille
Hi Pete, Have you read my next post and Björnke's follow-up? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK, RGB, RAL, XYZ,

RE: sqlite ios pragma

2013-07-17 Thread John Dixon
LOL... I think that Pete like the majority of us, is unable to read posts before they are written...:-))) Subject: Re: sqlite ios pragma From: m.schonewi...@economy-x-talk.com Date: Wed, 17 Jul 2013 18:05:20 +0200 To: use-livecode@lists.runrev.com Hi Pete, Have you read my next post

Re: QT playback of remote files

2013-07-17 Thread J. Landman Gay
On 7/17/13 10:08 AM, Klaus major-k wrote: maybe you can use Trevors Wonderfull Enhanced QuickTime External, which will let YOU manage all this stuf? Thanks Klaus, that sounds good. Unfortunately this is the project where I'm not supposed to use externals. I might be able to change their mind

Re: QT playback of remote files

2013-07-17 Thread Klaus major-k
Hi Jaqueline, Am 17.07.2013 um 18:49 schrieb J. Landman Gay jac...@hyperactivesw.com: On 7/17/13 10:08 AM, Klaus major-k wrote: maybe you can use Trevors Wonderfull Enhanced QuickTime External, which will let YOU manage all this stuf? Thanks Klaus, that sounds good. Unfortunately this is

Re: QT playback of remote files

2013-07-17 Thread J. Landman Gay
On 7/17/13 11:54 AM, Klaus major-k wrote: Maybe you can just use a browser object to display the movie? Remote movie playback in a browser seems to be a tad more reliable ;-) They're actually audio files, and the player is invisible. But I can try it. And creating a HTML5 snippet to play a

Re: QT playback of remote files

2013-07-17 Thread Klaus major-k
Hi Jaqueline, Am 17.07.2013 um 18:58 schrieb J. Landman Gay jac...@hyperactivesw.com: On 7/17/13 11:54 AM, Klaus major-k wrote: Maybe you can just use a browser object to display the movie? Remote movie playback in a browser seems to be a tad more reliable ;-) They're actually audio

Re: QT playback of remote files

2013-07-17 Thread Klaus major-k
Hi Jaqueline, good old W3 schools: http://www.w3schools.com/html/html5_audio.asp Even includes a browser compatibility chart :-) Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-livecode mailing list

Re: sqlite ios pragma

2013-07-17 Thread Peter Haworth
Yes, saw them after I made my post, sorry. Pete lcSQL Software http://www.lcsql.com On Wed, Jul 17, 2013 at 9:05 AM, Mark Schonewille m.schonewi...@economy-x-talk.com wrote: Hi Pete, Have you read my next post and Björnke's follow-up? -- Best regards, Mark Schonewille Economy-x-Talk

Re: QT playback of remote files

2013-07-17 Thread J. Landman Gay
On 7/17/13 12:03 PM, Klaus major-k wrote: Hi Jaqueline, Am 17.07.2013 um 18:58 schrieb J. Landman Gay jac...@hyperactivesw.com: On 7/17/13 11:54 AM, Klaus major-k wrote: Maybe you can just use a browser object to display the movie? Remote movie playback in a browser seems to be a tad more

Re: sqlite ios pragma

2013-07-17 Thread Mike Kerner
I found out about this because I couldn't get PRAGMA to work in the simulator when it works fine on the desktop. So, BvG, are you saying it works for you on iOS? On Wed, Jul 17, 2013 at 1:08 PM, Peter Haworth p...@lcsql.com wrote: Yes, saw them after I made my post, sorry. Pete lcSQL

Re: QT playback of remote files

2013-07-17 Thread Trevor DeVore
On Tue, Jul 16, 2013 at 10:55 PM, J. Landman Gay jac...@hyperactivesw.comwrote: My project loads a player with a URL to a remote audio file on a fast server like this: set the filename of player 1 to https://xxx.xxx..m4a start player 1 Jacque, Instead of 'start player 1' try 'set the

Reliable script to handle selection/drag-and-drop in a list field?

2013-07-17 Thread Geoff Canyon
Does anyone have code to share that allows discontiguous selection and drag and drop within a list field? i.e. if I have a list field with: 1 2 3 4 5 I can click 3 to select it, shift-click 5 to select 3 to 5, command-click 4 so that 3 and 5 are selected, and then click and drag 3 (with 5 along

Re: QT playback of remote files

2013-07-17 Thread J. Landman Gay
On 7/17/13 1:25 PM, Trevor DeVore wrote: On Tue, Jul 16, 2013 at 10:55 PM, J. Landman Gay jac...@hyperactivesw.comwrote: My project loads a player with a URL to a remote audio file on a fast server like this: set the filename of player 1 to https://xxx.xxx..m4a start player 1 Jacque,

Re: QT playback of remote files

2013-07-17 Thread Peter Bogdanoff
I've had this same exact issue trying to play QT audi from a server. The audio does not start reliably. It seems to have started to become a problem with later versions of QT. I've worked around it by testing a few seconds later to see if it's playing; if not tell it to play again. I submitted

ATT: Jerry Jenson

2013-07-17 Thread Monte Goulding
Hi Jerry Sorry I have no other way to contact you. I'm getting a 554 blacklisted error from your mail server. -- Monte Goulding M E R Goulding - software development services mergExt - There's an external for that! ___ use-livecode mailing list

Re: QT playback of remote files

2013-07-17 Thread Trevor DeVore
On Wed, Jul 17, 2013 at 2:59 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 7/17/13 1:25 PM, Trevor DeVore wrote: Instead of 'start player 1' try 'set the playrate of player 1 to 1'. Does that have any affect? Ohhh... I think it does! I haven't tested thoroughly but I haven't had

Convert date to seconds

2013-07-17 Thread Thomas McGrath III
I am converting the short date (08/16/13) to seconds and I get 1376625600 My question is Is the converted seconds always that many digits when converted from that type of date? The reason I ask is I am making filenames by merging a name like Thomas or Tom with the date converted to seconds as

Re: Convert date to seconds

2013-07-17 Thread Mike Bonner
Since its the number of seconds since.. I think 1970, there will always be that many digits at least until the odometer rolls up to 99 + 1. Plenty of breathing space there. On Wed, Jul 17, 2013 at 7:03 PM, Thomas McGrath III mcgra...@mac.comwrote: I am converting the short date

Re: Convert date to seconds

2013-07-17 Thread Dar Scott
Will the create of file names be in the same time zone as the reader of file names? On Jul 17, 2013, at 7:03 PM, Thomas McGrath III wrote: I am converting the short date (08/16/13) to seconds and I get 1376625600 My question is Is the converted seconds always that many digits when

Re: Convert date to seconds

2013-07-17 Thread dunbarx
Tom. You have nearly 20 years until another digit is added. Of course, you can always prepare for this right now. Just test the length of the seconds, and if it is eleven then modify your chunk stuff. Craig Newman -Original Message- From: Dar Scott d...@swcp.com To: How to use

Re: Convert date to seconds

2013-07-17 Thread Mike Bonner
Could work up a simple regex and use matchtext instead to remove the issue entirely also. On Wed, Jul 17, 2013 at 7:34 PM, dunb...@aol.com wrote: Tom. You have nearly 20 years until another digit is added. Of course, you can always prepare for this right now. Just test the length of the

Re: Convert date to seconds

2013-07-17 Thread Mark Wieder
Tom- Wednesday, July 17, 2013, 6:03:26 PM, you wrote: The reason I ask is I am making filenames by merging a name like Thomas or Tom with the date converted to seconds as in Thomas1376625600.txt or Tom1376625600.txt Regex to the rescue: get matchtext(tFileName, ([A-Za-z]+)([0-9]+), tName,

Re: Convert date to seconds

2013-07-17 Thread Mark Wieder
Mike- Wednesday, July 17, 2013, 6:53:41 PM, you wrote: Could work up a simple regex and use matchtext instead to remove the issue entirely also. Ha! GMTA -- -Mark Wieder mwie...@ahsoftware.net ___ use-livecode mailing list

Re: Convert date to seconds

2013-07-17 Thread Mike Bonner
GMTA? Did that mean I won?!?!?! *cough* On Wed, Jul 17, 2013 at 8:25 PM, Mark Wieder mwie...@ahsoftware.net wrote: Mike- Wednesday, July 17, 2013, 6:53:41 PM, you wrote: Could work up a simple regex and use matchtext instead to remove the issue entirely also. Ha! GMTA -- -Mark