Re: Control Shift Graphic Bug Possible Cause

2015-01-29 Thread Bob Sneidar
Yes I did. For some reason none of my sent or deleted emails from this list are showing up there. I checked my settings for this account and there is nothing I can see there that would do that. At any rate, as I said moving the window seems to refresh it, but having done that, I discovered the

Re: Control Shift Graphic Bug Possible Cause

2015-01-29 Thread Graham Samuel
I see a very untypical 10-hour period of silence on the list from 06:29 to 16:45 to be precise (Central European Time). Looks like a problem with the listserv. Graham On 29 Jan 2015, at 17:31, Bob Sneidar bobsnei...@iotecdigital.com wrote: For some reason none of my sent or deleted emails

Refactoring

2015-01-29 Thread Geoff Canyon
Small thing, but I just turned this twelve-year-old code: put Double-Click: into tProperty if the optionKey is down then if the commandKey is down then put Option-Command-Double-Click: into tProperty else put Option-Double-Click: into

Re: Control Shift Graphic Bug Possible Cause

2015-01-29 Thread Bob Sneidar
Different problem. I was talking about how my mail client has not retained sent mail for quite some time, although I think I now know why. Apple Mail threads ALL mail, received or sent, in a single thread. When I delete the thread, it also deletes the sent mail in the thread. In versions past

Re: Refactoring

2015-01-29 Thread Richard Gaskin
Geoff Canyon wrote: I hope twelve years from now I can look back at those three lines with the same degree of horror I feel now looking at the ten-line implementation. LiveCode 18 will replace Open Language with Psychic Language - just a few characters to indicate that you have any

Re: ISO 8601 date to seconds

2015-01-29 Thread Bob Sneidar
Sorry about the extra lines in the last post. Not sure what caused that. Here is the formatDate() function as well. Bob S function formatDate theDate, theFormat /* Accepts any valid date for the first parameter. If not a valid date, it simply returns what was passed. Second parameter

Re: Control Shift Graphic Bug Possible Cause

2015-01-29 Thread Bob Sneidar
I’d love to tell you, unfortunately I cannot find the email they sent me saying they had not heard from me in a while and were closing it. I also discovered there is no way to view just the bugs I have filed. When I search on my name I get No Bugs Found. Bob S On Jan 28, 2015, at 08:33 , Devin

Re: ISO 8601 date to seconds

2015-01-29 Thread Bob Sneidar
Not that this solves your particular problem but some might be interested in this function. I will see if I can include this scenario in my function at some point. Bob S function formatTime theTime, theFormat /* accepts any valid time and returns the form of the time specified in the

Re: Control Shift Graphic Bug Possible Cause

2015-01-29 Thread Devin Asay
On Jan 29, 2015, at 8:44 AM, Bob Sneidar bobsnei...@iotecdigital.com wrote: I’d love to tell you, unfortunately I cannot find the email they sent me saying they had not heard from me in a while and were closing it. I also discovered there is no way to view just the bugs I have filed. When I

Re: extracting the thumbnail from digital photos?

2015-01-29 Thread Mike Doub
It works fine if you add the statement before the offset statements: set the casesensitive to true Regards, Mike On Thursday, January 29, 2015, Alejandro Tejada capellan2...@gmail.com wrote: Hi Paul, Paul Hibbert-4 wrote Thank you Alejandro for posting this. I've tried it on

Line Attributes of Char Chunks

2015-01-29 Thread Curry Kenworthy
Howdy Folks, Field containing blah blah. Message box: put effective textalign of char 1 of field 1 LC 6.7: left LC 7.01: No such proper-tay, homie (object does not have this property) So, now it's necessary to refer to the corresponding line chunk, using lineIndex for example, if you want

Re: Control Shift Graphic Bug Possible Cause

2015-01-29 Thread Bob Sneidar
Okay I believe I have isolated the cause of my graphical display bug. When I go to another card in the stack, for some reason the card resizes. I know this because when I go back, the original card is smaller than it was when I left it and not all the objects fit. I believe that this resizing

Re: extracting the thumbnail from digital photos?

2015-01-29 Thread Alejandro Tejada
Hi Paul, Paul Hibbert-4 wrote Thank you Alejandro for posting this. I've tried it on OS X and found it works well. I've also tried it with the JPEGS straight from a Nikon camera and it works with them too, and it works on PSD files that are saved with a thumbnail image. I am glad that

[ANN] ControlManager build 70 released

2015-01-29 Thread FlexibleLearning.com
I am delighted to announce that an updated version of ControlManager is now available. You can find out more at www.FlexibleLearning.com/controlmanager (includes video) and at livecode.com/store/marketplace/controlManager-1-0-0 (now with lots of 5-star ratings... Thanks!) All registered users

Re: Refactoring

2015-01-29 Thread Bob Sneidar
The code 10 years from now: scanMind(currentThought, currentObject, applyNow) All the code you will ever need. Bob S On Jan 29, 2015, at 09:29 , Geoff Canyon gcan...@gmail.commailto:gcan...@gmail.com wrote: Small thing, but I just turned this twelve-year-old code: put Double-Click:

Re: extracting the thumbnail from digital photos?

2015-01-29 Thread Alejandro Tejada
Hi Mike, In UBUNTU, I confirmed my initial findings: Offset works fine with casesensitive set to false. Tested in LC 7.0.1, 7.0.2(RC) and 6.7.2(RC2). Al -- View this message in context:

Re: Line Attributes of Char Chunks

2015-01-29 Thread Peter Haworth
I'd say if it used to work in 6.7 and it doesn't work in 7.0 and the change is not mentioned in the Release Notes, you should file a bug report. RunRev will decide if it's a documentation bug or a software bug. Since the whole area of text processing changed so much in 7.0, I could certainly see

Re: extracting the thumbnail from digital photos?

2015-01-29 Thread Michael Doub
Al, I ended up submitting a bug thinking that there was an issue with the offset command. The offset command was fine, the bug was redirected against the livecode documentation as there is no mention of the relationship between the offset command and the casesensitive global property.

Re: extracting the thumbnail from digital photos?

2015-01-29 Thread Alejandro Tejada
Hi Mike, Michael Doub wrote It works fine if you add the statement before the offset statements: set the casesensitive to true As posted in previous messages when I test first this jpeg thumbnail script in UBUNTU Linux, I do not needed to add: set the casesensitive to true to make it work.

Re: Line Attributes of Char Chunks

2015-01-29 Thread Curry Kenworthy
Peter Haworth: I'd say if it used to work in 6.7 and it doesn't work in 7.0 and the change is not mentioned in the Release Notes, you should file a bug report. I agree, it does look like it was overlooked. Report filed here: http://quality.runrev.com/show_bug.cgi?id=14467 Best wishes,

Re: extracting the thumbnail from digital photos?

2015-01-29 Thread Mike Doub
Al, Are you seeing offset working as you expected you really want casesensitive off? Or is this a special case? I would have thought this wold be an obvious problem. -= Mike On Thursday, January 29, 2015, Alejandro Tejada capellan2...@gmail.com wrote: Hi Mike, In UBUNTU, I confirmed my

Re: Refactoring

2015-01-29 Thread William Prothero
Nice, but personally, I value clarity much more than I do brevity. Re-factoring is much, much more than brevity of code. When I work, I generally code, it’s spaghetti, then I re-write it. The more i re-write for simple, predictable functionality for each method, the easier it is to debug and

Re: extracting the thumbnail from digital photos?

2015-01-29 Thread Alejandro Tejada
Hi Mike, RunRev will have the last word about this unexpected difference while using offset in Linux, OSX and Windows. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/extracting-the-thumbnail-from-digital-photos-tp4688207p4688287.html Sent from the

Re: Set Script Limits in Standalones

2015-01-29 Thread Alejandro Tejada
Hi Richard, Richard Gaskin wrote [snip] For a few years following the acquisition of MetaCard by RunRev he was sailing the Caribbean. Last I heard he's stateside again, and beginning to get back into programming after enjoying his long break. That is nice to know but sailing the