Re: [OT] SWIFT

2014-07-17 Thread Terence Heaford
How did you know that. You are on the ball. Terry. On 16 Jul 2014, at 07:47, Richmond wrote: > Your nose looks like a pig's bottom :) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and m

Debugger On Secondary Monitor

2014-07-17 Thread Mike Kerner
Is anyone else running into an issue when the script editor is on a second monitor and the debugger is active? Everything works fine, as long as the script editor/debugger is in the same workspace as the developemnt tools, but it does not seem to like being in a separate workspace, especially on m

Re: What's The Logic Behind The Standalone Builder's Copy Files Pane?

2014-07-17 Thread Klaus major-k
Hi Scott, Am 16.07.2014 um 23:27 schrieb Scott Rossi : > I think I'm missing something with regard to the Copy Files pane of the > standalone builder. What's the simplest way to include a custom folder of > images along with a standalone? > > I have a folder (named "sections") which contains a

Re: What's The Logic Behind The Standalone Builder's Copy Files Pane?

2014-07-17 Thread J. Landman Gay
On 7/16/2014, 4:27 PM, Scott Rossi wrote: I've been using the function below to establish the custom folder as the defaultFolder at startup, but it seems each time I run the simulator I get a different result when checking the defaultFolder. function resourcesPath put fileName of this stac

get/set (short) name

2014-07-17 Thread Klaus major-k
Hi friends, just wanted to hear your opinions about a thing that bothers me for a long time. No idea if one can change this or should change this however. Anyway: 1. put the name of img "image" -> image "image" 2. put the short name of img "image" -> image 3. set the name of img "image" to "ima

Re: Debugger On Secondary Monitor

2014-07-17 Thread Mark Talluto
On Jul 17, 2014, at 6:53 AM, Mike Kerner wrote: > Is anyone else running into an issue when the script editor is on a second > monitor and the debugger is active? > > Everything works fine, as long as the script editor/debugger is in the same > workspace as the developemnt tools, but it does not

Mobile Camera Orientation?

2014-07-17 Thread Scott Rossi
Is there some way to set the orientation of the camera when capturing a photo on an iPad? The app I'm building is in landscape orientation but the camera preview is showing up as portrait, rotated 90 degrees. How does one change the orientation of the preview? Thanks & Regards, Scott Rossi Crea

Re: get/set (short) name

2014-07-17 Thread dunbarx
Klaus. I get "can't set this property" when I: set the short name of btn 1 to "XYZ" The dictionary explicitly says you can set the short name. I assume this is a bug. (v. 6.5.2) Craig -Original Message- From: Klaus major-k To: How to use LiveCode Sent: Thu, Jul 17, 2014 1

Re: Update of old apps

2014-07-17 Thread Mark Talluto
On Jul 16, 2014, at 10:36 AM, j...@souslelogo.com wrote: > Mark, > Thanks for your reply. From the economic side of the client/coder > relationship, that's more or less what I had in mind. > Nevertheless, I would once again like to see the strict technical side > of the problem. And perhaps anothe

Re: get/set (short) name

2014-07-17 Thread Klaus major-k
Hi Craig, Am 17.07.2014 um 19:49 schrieb dunb...@aol.com: > Klaus. > > I get "can't set this property" when I: > set the short name of btn 1 to "XYZ" I used the message box, maybe it behaves a bit different, at least we get both an error :-) > The dictionary explicitly says you can set the sh

Re: get/set (short) name

2014-07-17 Thread Klaus major-k
Am 17.07.2014 um 19:57 schrieb Klaus major-k : > Hi Craig, > Am 17.07.2014 um 19:49 schrieb dunb...@aol.com: >> Klaus. >> I get "can't set this property" when I: >> set the short name of btn 1 to "XYZ" > I used the message box, maybe it behaves a bit different, at least we get > both an error :-)

Re: Debugger On Secondary Monitor

2014-07-17 Thread Mike Kerner
This morning, if I had the script editor open on a second screen, and set a debug checkpoint, then the script started, the debugger would flash and then abort. When I would then click on the window, the checkpoint moved from the line it was on all the way to the top of the script, which was three

Commercial Indy License for HTML5

2014-07-17 Thread Brahmanathswami
Can anyone tell me what this actually get us? "The HTML5 license permits closed source deployment to HTML5 only, other platforms are not included " My naive understanding of HTML5 is "deployed in a web browser" why and where and in what contexts and also "how" would you need close source dep

RE: Commercial Indy License for HTML5

2014-07-17 Thread Ralph DiMola
I would think that when the engine/stacks get folded into some JS/CSS/HTML it will be an incomprehensible jumble of code. This code will be so big that to unravel it would be close to impossible. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Mess

Re: Commercial Indy License for HTML5

2014-07-17 Thread Mark Schonewille
Hi Brahmanathaswami , I don't have the slightest idea. LiveCode's HTML5 website doesn't seem to provide any information about it. I'm a little worried that they will use a CGI engine in the same way as Xojo does. The engine and the stack would be compiled into a CGI engine, which then produces

Re: Commercial Indy License for HTML5

2014-07-17 Thread Kevin Miller
This has been set out on the web page for HTML5 and on the video. It is not a CGI. It renders client side in the browser, without a plug in. Technically yes, you can look at the JavaScript in a browser. However given the complexity of it + obfuscation you won¹t realistically be able to make much

Not All Fonts Available?

2014-07-17 Thread Mike Kerner
Has anybody else run into a situation where a font that is installed on your system is not available in LC? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little divi

Re: What's The Logic Behind The Standalone Builder's Copy Files Pane?

2014-07-17 Thread Kay C Lan
On Fri, Jul 18, 2014 at 1:04 AM, J. Landman Gay wrote: > > You'll need to branch the code for desktop and mobile, because on desktop > the special folder "engine" isn't the one where the stack lives. Use the > resourcesPath logic for desktop. > And what about the iOS Simulator, is that another bra

Re: Commercial Indy License for HTML5

2014-07-17 Thread Brahmanathswami
Kevin Miller wrote: given the complexity of it + obfuscation you won¹t realistically be able to make much sense of it. There is a whole world of difference between obfuscated/unreadable JavaScript protected by copyright and the GPL, which requires you to upload the stacks for your entire applicat

RE: What's The Logic Behind The Standalone Builder's Copy Files Pane?

2014-07-17 Thread Ralph DiMola
The simulator and the device behave identically. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Kay C Lan Sent: Thursday, July 17, 2014 8:48 PM To: How to

Syntax for revZipAddUncompressedItemWithFile?

2014-07-17 Thread Charles E Buchwald
I am having some challenges using revZipAddUncompressedItemWithFile. I'm not having trouble with any other handlers reading or writing to the zip archive, just this one. Here's a sample bit of code: command SaveIssue put field "Archive Path" into tPath ask file "Save as:" wit

Re: Syntax for revZipAddUncompressedItemWithFile?

2014-07-17 Thread Charles E Buchwald
Darn, just answered my own question. The proper syntax for revZipAddUncompressedItemWithFile does not include quotes around the variable name, like revZipAddItemWithData. So in my example below, it would be: revZipAddUncompressedItemWithFile tPath, tFileName, tFilePath (as you mig

Collapsible and expandable list field

2014-07-17 Thread Mark
I'd like to build a tree list style Datagrid or field control. But I'm stuck on finishing this. Yeah I know, buy one from the community, but I'd rather build my own. So far I've built the script that loads the tree list, that will have 3 levels/nodes from a SQLite database. The collapsible and e