Re: Shared Doc

2014-11-05 Thread Peter Brigham
It surely is malware -- a number of people in my address book have gotten this message. I am very sorry for the annoyance. This is the very first time in 20 years on the Mac I've had a problem with my machine getting hijacked. It looks as if this originates from google Docs, which I have never

Re: scrollbars for a stack?

2014-11-05 Thread Peter Brigham
Here's one solution, no scrollbars but allows scrolling using the scrollwheel or two-finger touchpad scrolling if available. Put the following into the card script of your stack (or the stack script if more than one card): on rawkeydown what put the top of stack myStack into t if what = 65308

Can revMail include formatting (bold, italics, etc.) in message body?

2014-11-05 Thread Roger Eller
I have tried html tags. No luck. ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Image fill question

2014-11-05 Thread FlexibleLearning.com
Thierry, Scott... Thank you both. Clear and concise. Since I need the black border, I will use Thiery's custom routine (added bonus points for arbitrary border color!), but for a generic solution for any arbitrary sized image where fill-only is required, Scott's is faster as it has no internal

Problems with externals when building for iOS8

2014-11-05 Thread Andrew Henshaw
Is anyone having problems with externals when building for iOS8 or 8.1? I seem to be hitting my head against a brick all. I have the latest xCode 6.1 installed, and ive tried building with Livecode 6.5, 6.7 and 7.0 with the same result everytime. Taking a very basic app with just one button

Fwd: Shared Doc

2014-11-05 Thread Peter Brigham
Ah, found out something about this: From McAfee: - The Google Docs phishing scam is a textbook example: it aims to trick you into handing over sensitive login details, and it does exceptionally well http://gizmodo.com/beware-of-this-dangerously-convincing-google-docs-phish-1546278702. The

7.0.1-RC1 selectively not obeying open card in script?

2014-11-05 Thread Dr. Hawkins
I am suddenly seeing (with disastrous results) 7.0.1-RC1 ignore an open invisible card foo of stack bar command. This in turn causes the formattedHeight to quietly return 0. I've stepped through the code, then set the vis to true, and seen it fail. I've even added a line to open without the

Re: 7.0.1-RC1 selectively not obeying open card in script?

2014-11-05 Thread Peter Haworth
Not likely as this has been working but check the result after the open statement to see if some sort of error occurred. Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin http://www.lcsql.com/sqliteadmin.html On Wed, Nov 5,

Re: Major Bug in 6.7?

2014-11-05 Thread Richmond
On 05/11/14 01:44, Chipp Walters wrote: I should mention I'm on Mac Yosemite. Chipp Walters On Tue, Nov 4, 2014 at 3:01 PM, Chipp Walters ch...@chipp.com wrote: When building a standalone, command-Q *or* selecting *Quit* from the menubar won’t quit the app. Try it in a simple stack: 1.

Re: Image fill question

2014-11-05 Thread Jim Lambert
Hugh wrote: The Challenge: Fill a 10x10 image with an arbitrary solid color and a 1px black border. The Solution: Don’t use an image use a graphic. ;) Jim Lambert ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Major Bug in 6.7?

2014-11-05 Thread Geoff Canyon
On Tue, Nov 4, 2014 at 5:44 PM, Chipp Walters ch...@chipp.com wrote: I should mention I'm on Mac Yosemite. Also on Yosemite/6.7. Same here. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: 7.0.1-RC1 selectively not obeying open card in script?

2014-11-05 Thread Dr. Hawkins
On Wed, Nov 5, 2014 at 9:43 AM, Peter Haworth p...@lcsql.com wrote: Not likely as this has been working but check the result after the open statement to see if some sort of error occurred. (ck is a simple routine to log/put messages. Here it is effectively a 1 argument put) ck srcCd cr

Re: 7.0.1-RC1 selectively not obeying open card in script?

2014-11-05 Thread J. Landman Gay
On 11/5/2014, 12:35 PM, Dr. Hawkins wrote: On Wed, Nov 5, 2014 at 9:43 AM, Peter Haworth p...@lcsql.com wrote: Not likely as this has been working but check the result after the open statement to see if some sort of error occurred. (ck is a simple routine to log/put messages. Here it is

Re: 7.0.1-RC1 selectively not obeying open card in script?

2014-11-05 Thread Peter Haworth
Maybe some sort of de-referencing problem? What happens if you: go card scD_1207 of stack rawForms Pete lcSQL Software http://www.lcsql.com Home of lcStackBrowser http://www.lcsql.com/lcstackbrowser.html and SQLiteAdmin http://www.lcsql.com/sqliteadmin.html On Wed, Nov 5, 2014 at 10:35 AM, Dr.

Re: Major Bug in 6.7?

2014-11-05 Thread Mark Talluto
On Nov 5, 2014, at 10:06 AM, Geoff Canyon gcan...@gmail.com wrote: On Tue, Nov 4, 2014 at 5:44 PM, Chipp Walters ch...@chipp.com wrote: I should mention I'm on Mac Yosemite. Also on Yosemite/6.7. Same here. It is all related to: http://quality.runrev.com/show_bug.cgi?id=13836 Best

Re: Problems with externals when building for iOS8

2014-11-05 Thread Monte Goulding
On 6 Nov 2014, at 3:11 am, Andrew Henshaw hens...@me.com wrote: Is anyone having problems with externals when building for iOS8 or 8.1? I seem to be hitting my head against a brick all. I have the latest xCode 6.1 installed, and ive tried building with Livecode 6.5, 6.7 and 7.0 with

Re: Problems with externals when building for iOS8

2014-11-05 Thread Vaughn Clement
Hi Monte On the Apple forum there is a discussion on the app bombing at startup. I have apps that have been online for years doing this in IOS 8.1. I know Apple is aware of this because there are so many people complaining about the App Store and their apps crashing. Thank you Vaughn Clement

Re: Problems with externals when building for iOS8

2014-11-05 Thread Monte Goulding
On 6 Nov 2014, at 10:06 am, Vaughn Clement vclem...@gmail.com wrote: On the Apple forum there is a discussion on the app bombing at startup. I have apps that have been online for years doing this in IOS 8.1. I know Apple is aware of this because there are so many people complaining about the

Re: Opening a stack stored in dropbox's public fold

2014-11-05 Thread Jim Hurley
This is all very strange. Pity. So nice to have this community resource as a ready means of exchanging stacks directly, without the intermediary of revOnline Browser. Do we have any idea where the source of the problems lies? Is it with Dropbox or LiveCode or Apple? Why would it work for some

Re: 7.0.1-RC1 selectively not obeying open card in script?

2014-11-05 Thread Dr. Hawkins
On Wed, Nov 5, 2014 at 11:09 AM, Peter Haworth p...@lcsql.com wrote: go card scD_1207 of stack rawForms Apparently, it's the quotes. 5.5.4 could handle this without quotes; 7.0 cannot. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 ___

Re: 7.0.1-RC1 selectively not obeying open card in script?

2014-11-05 Thread Peter Haworth
I'd say that's a bug. It's good practice to use quotes around card and stack names but unless there are any characters in those names like spaces, etc, it shouldn't cause a problem without them. Maybe another side effect of Unicode in 7.0 Have you tried it in 6.6 or 6.7? If it works on those

Re: Major Bug in 6.7

2014-11-05 Thread Rolf Kocherhans
Hello Chipp I made a bug report already ! Cheers Rolf Am 05.11.2014 um 12:00 schrieb use-livecode-requ...@lists.runrev.com: When building a standalone, command-Q *or* selecting *Quit* from the menubar won?t quit the app. Try it in a simple stack: 1. Create Stack 2. Save as

Re: scrollbars for a stack?

2014-11-05 Thread Scott Morrow
Is the user viewing a pdf or is it LiveCode controls (fields and such)? If it isn’t a pdf then they should be able to view things in any form since it hasn’t been rendered for the court yet. Couldn’t it all be placed into a group, set the group to the rect of the stack, put scroll bars on the