[ANN] mergAV 4, mergBanner 2 & iOS 8.3 builds

2015-05-06 Thread Monte Goulding
Hi LiveCoders Today I have released builds of all my externals for iOS 8.3 so they are now compatible with LiveCode 7.0.5 and Xcode 6.3.1 In addition I have also released major updates to mergAV and mergBanner. mergAV 4 now includes barcode reading in the camera control. mergBanner 2 now inclu

Re: Unicode in file paths...

2015-05-06 Thread Richard Gaskin
If I read that correctly the LC 7.0.4 results for Unicode media paths could be summarized as: Works: - Windows QuickTime - OS X 10.10 AV Foundation - OS X 10.9 AV Foundation - OS X 10.8 AV Foundation Fails: - OS X 10.7 QuickTime - OS X 10.6 QuickTime Not described: - OS X 10.7 A

Re: Status of on-rev restore?

2015-05-06 Thread Bruce Pokras
I did not need a new ID or password to upload a large file to Sage yesterday. That was with the FTP app called “Transmit.” I just changed the server name that Transmit would upload to from pancake.on-rev.com to sage.on-rev.com and it worked

Re: Unicode in file paths...

2015-05-06 Thread Peter Haworth
I think you should be able to use uniDecode to convert the filename string to its Unicode equivalent. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin On Wed, May 6, 2015 at 4:08 PM

Re: PNG Metadata

2015-05-06 Thread Monte Goulding
> On 7 May 2015, at 2:41 am, David Bovill wrote: > > I'm looking for a native way to extract and write to PNG metadata - in > particular textual information chunks: > > - http://dev.exiv2.org/projects/exiv2/wiki/The_Metadata_in_PNG_files >

Unicode in file paths...

2015-05-06 Thread Paul Dupuis
I am trying to simply prompt for a movie file and set the filename of a player to that filespec. Essentially: answer file "Pick a movie:" set the fileName of player 1 to shortFilePath(it) If I have a movie file, say video.mov in a folder with Unicode characters, say "Κάποια έρευνα" (Greek), the a

Re: [OT] False timeout error after URL retrieval

2015-05-06 Thread J. Landman Gay
On 5/6/2015 5:06 AM, Dave Cragg wrote: I notice there is mention of a fix for a "transfer-encoding chunked" bug in version 5.0.0 of Phusion Passenger https://github.com/phusion/passenger/blob/master/CHANGELOG Just a follow-up on this. We updated to Passenger 5.x and it works. So Dave, you an

Re: Strategy with Network and File I/O moving forwards

2015-05-06 Thread David Bovill
Oh - I missed that. Cant find a reference to it on Google? On Wed, 6 May 2015 at 20:54, J. Landman Gay wrote: > On 5/6/2015 3:42 AM, David Bovill wrote: > > > So is it a good idea to implement a curl based Livecode library in the > > present state of Livecode builder? > > I thought a networking o

[ANN] SoCal LUG tomorrow, Pasadena

2015-05-06 Thread Richard Gaskin
The next meeting of the SoCal LiveCode User Group is coming up on Thursday, May 7 in Pasadena at 7PM. IMPORTANT: The meeting is being held at our new location, Du-par's Restaurant, on S. Lake Avenue near Cordova Street: Du-par's Pasadena, back room 214 S. Lake Ave. Pasadena, CA 91101

Re: Naive question number 3374

2015-05-06 Thread Mark Waddingham
The brush tool requires you to specify a brush image to use ('the brush' property I think...) - it's an 'alternative' approach to drawing a thick line which isn't the same as the pencil or line tool ;) Mark. Sent from my iPhone > On 6 May 2015, at 20:25, Richmond wrote: > >> On 06/05/15 22:1

Re: Naive question number 3374

2015-05-06 Thread Richmond
On 06/05/15 22:11, Mark Waddingham wrote: From memory I think the pencil tool is only ever one pixel wide. I believe there's a line tool which might work in this case, alternatively there's the brush tool. Thanks. line works exactly "as promised" brush, as in: on mouseUp choose brush

Re: Naive question number 3374

2015-05-06 Thread Eric Corbett
yep, saw the first time and missed it after reading the docs and double checking. doh. On May 6, 2015, at 12:02 PM, Richmond wrote: > On 06/05/15 21:56, Eric Corbett wrote: >> Try lineSize > > If you had taken the trouble to read my e-mail right through you wouldn't > have written that. > >

Re: Naive question number 3374

2015-05-06 Thread Mark Waddingham
>From memory I think the pencil tool is only ever one pixel wide. I believe there's a line tool which might work in this case, alternatively there's the brush tool. Mark. Sent from my iPhone > On 6 May 2015, at 20:02, Richmond wrote: > >> On 06/05/15 21:56, Eric Corbett wrote: >> Try lineSiz

Re: Naive question number 3374

2015-05-06 Thread Richmond
On 06/05/15 21:56, Eric Corbett wrote: Try lineSize If you had taken the trouble to read my e-mail right through you wouldn't have written that. set the lineSize to 3 On May 6, 2015, at 11:25 AM, Richmond wrote: On 06/05/15 15:42, BNig wrote: on mouseUp choose pencil tool drag

Re: Unicode

2015-05-06 Thread Mark Waddingham
Normalisation, folding and collation all require a fair bit of data to do (proportional to the size of the current iteration of the unicode character tables in fact) which will be why SQLite externalises such functions as hooks. It might be we can hook this up to the routines in the engine thoug

Re: Naive question number 3374

2015-05-06 Thread Eric Corbett
Try lineSize set the lineSize to 3 On May 6, 2015, at 11:25 AM, Richmond wrote: > On 06/05/15 15:42, BNig wrote: >> on mouseUp >>choose pencil tool >>drag from 10,10 to 100,100 >>choose browse tool >> end mouseUp > > Um; nothing special I'm afraid to say: drew the line. > > Curren

Re: Strategy with Network and File I/O moving forwards

2015-05-06 Thread J. Landman Gay
On 5/6/2015 3:42 AM, David Bovill wrote: So is it a good idea to implement a curl based Livecode library in the present state of Livecode builder? I thought a networking overhaul was coming up in the stretch goals. Though if someone wants to work on it now, I'm sure the team wouldn't mind. T

Re: Unicode

2015-05-06 Thread Peter Haworth
Interesting, thanks Mark. In case any database developers are interested, it seems that the SQLite upper() and lower() functions only work with ASCII characters as does COLLATE NOCASE so at least Livecode is ahead of SQLite. It is possible to write your own collation handlers for SQLite but would

"Coming Soon"

2015-05-06 Thread Richmond
Well, apart from the fact that that could be confused for some of the pornographic spam mail I seem to keep getting in my Yahoo account: This: http://livecode.com/guides-documentation/ "*Coming Soon* Documentation will be available online soon." Has been frothing all over my browser since New

Re: Naive question number 3374

2015-05-06 Thread Richmond
On 06/05/15 15:42, BNig wrote: on mouseUp choose pencil tool drag from 10,10 to 100,100 choose browse tool end mouseUp Um; nothing special I'm afraid to say: drew the line. Currently I'm wondering why I seem unable to produce a thick line (maybe I'm being a bit thick?): neither:

Re: Forcing 'paste' to paste plain text

2015-05-06 Thread Roger Eller
Even better, you can paste into any field, whether inside or outside of LiveCode: on mouseUp set the clipboardData["text"] to the clipboardData["text"] end mouseUp On Wed, May 6, 2015 at 12:38 PM, Peter Brigham wrote: > Try this: >put the clipboarddata["text"] into the selection > >

PNG Metadata

2015-05-06 Thread David Bovill
I'm looking for a native way to extract and write to PNG metadata - in particular textual information chunks: - http://dev.exiv2.org/projects/exiv2/wiki/The_Metadata_in_PNG_files - http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html I was wandering if anyone has done this - and may Alex

Re: Forcing 'paste' to paste plain text

2015-05-06 Thread Peter Brigham
Try this: put the clipboarddata["text"] into the selection -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig On Wed, May 6, 2015 at 12:00 PM, Graham Samuel wrote: > I want to make sure that any text pasted by my ‘paste’ menu gets pasted as > plain (unstyled) text

Re: Forcing 'paste' to paste plain text

2015-05-06 Thread Roger Eller
This works. Put it in a button. Copy some styled text. Click the button. Go anywhere and paste. *on* mouseUp *get* the clipboardData["text"] *set* the clipboardData["text"] to it *end* mouseUp See, it even worked on my script (*StyledText above, *PlainText below) on mouseUp get t

Re: Forcing 'paste' to paste plain text

2015-05-06 Thread Richmond
On 06/05/15 19:00, Graham Samuel wrote: I want to make sure that any text pasted by my ‘paste’ menu gets pasted as plain (unstyled) text whether or not it is styled to start with. Probably a dumb question but I can’t quite see how to do this with ‘the clipboardData’. Can anyone suggest how thi

Forcing 'paste' to paste plain text

2015-05-06 Thread Graham Samuel
I want to make sure that any text pasted by my ‘paste’ menu gets pasted as plain (unstyled) text whether or not it is styled to start with. Probably a dumb question but I can’t quite see how to do this with ‘the clipboardData’. Can anyone suggest how this should be done? TIA Graham ___

Re: SQLite Table Exists

2015-05-06 Thread Terence Heaford
> On 6 May 2015, at 16:00, Mike Kerner wrote: > > Neither the PRAGMA nor the SELECT name FROM sqlite_master WHERE > type='table' AND name='table_name' rely on that function. I have used your suggestion to modify my original function to: function doesTableExist tTableName put replaceText(tTa

Re: SQLite Table Exists

2015-05-06 Thread Mike Kerner
Neither the PRAGMA nor the SELECT name FROM sqlite_master WHERE type='table' AND name='table_name' rely on that function. On Wed, May 6, 2015 at 2:35 AM, Terence Heaford wrote: > Thanks to everyone who has responded. > > If the built in LC routine revDatabaseTableNames is not reliable I need to

Re: Strategy with Network and File I/O moving forwards

2015-05-06 Thread William Prothero
David: Thanks for addressing this. It looks like those trying to implement these protocols go through enough agony, and the need is strong enough so that a better support system is needed. Thanks again, Bill William A. Prothero http://es.earthednet.org/ > On May 6, 2015, at 1:42 AM, David Bovi

Re: 3 strategic questions I have re iOS development

2015-05-06 Thread William Prothero
Folks: I guess everybody has been busy recovering from the lc server fiasco. BUT, I’d really appreciate some input from the wisdom of those who have gone boldly before me, before I get into expensive, frustrating and time-consuming blind alleys. So, if you’ve ever tried to record sounds on iOS,

Re: Naive question number 3374

2015-05-06 Thread BNig
Richmond, try on mouseUp choose pencil tool drag from 10,10 to 100,100 choose browse tool end mouseUp Kind regards Bernd -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Naive-question-number-3374-tp4691889p4691895.html Sent from the Revolution - User

Re: [OT] False timeout error after URL retrieval

2015-05-06 Thread Dave Cragg
> On 6 May 2015, at 02:43, J. Landman Gay wrote: > I agree. I compared the headers that work with the ones that don't, and the > working transmissions do include a content length header. There must be a > difference in how the data is being sent. We'll probably do some testing > tomorrow. But

Strategy with Network and File I/O moving forwards

2015-05-06 Thread David Bovill
The blocking aspects of some of then http calls - the documentation and issues around the lack of some REST capbabilities, and then quirks with working with http and related protocols in the wild make me think that the strategy of relying simply on socket primitives and getting the mothership or Li

RE: Naive question number 3374

2015-05-06 Thread Paul Kocsis
because "cursor" is a property and move wants to move an "object" seems to me that possibly the compiler should catch this, or not.but in any circumstance, "cursor" is defined as a property and move expects to move an "object" ___ use-livecode m

Re: Status of on-rev restore?

2015-05-06 Thread Dave Kilroy
Hi all Keith I also got an email saying I was being moved to sage, along with a link to login (but I was never able to login) - a few minutes ago I got a reply from Heather saying that the email about sage was in error and that I am in fact to stay on jasmine... - "The difference between ge

Re: Unicode

2015-05-06 Thread Richmond
On 06/05/15 10:42, Mark Waddingham wrote: On 2015-05-06 01:53, Peter Haworth wrote: Right, this is where I get confused on the issue of whether there are uppercase equivalents of all lowercase glyphs in all languages. The link you provided sheds light on this The Greek alphabet does have upper

Naive question number 3374

2015-05-06 Thread Richmond
What is wrong with line 4 of this script? on mouseUp choose pencil tool set the showPen of card id 1002 to true move cursor from 100,100 to 250,250 end mouseUp Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Unicode

2015-05-06 Thread Mark Waddingham
On 2015-05-06 01:53, Peter Haworth wrote: Right, this is where I get confused on the issue of whether there are uppercase equivalents of all lowercase glyphs in all languages. The link you provided sheds light on this The Greek alphabet does have upper and lower case variants. However, in t

Re: Status of on-rev restore?

2015-05-06 Thread Keith Clarke
The process seems to be ongoing. I was provided with C-Panel access to sage last night. However, my account currently seems to be in an interim state - a shell with some DNS records and (broken) C-Panel metadata but no underlying folders, files, add-on domains, FTP accounts, databases, etc. I'm