Re: Current Card

2013-04-17 Thread Richmond
On 04/17/2013 08:54 AM, Kay C Lan wrote: On Wed, Apr 17, 2013 at 5:29 AM, Mark Wieder mwie...@ahsoftware.net wrote: Richmond richmondmathewson@... writes: The Dictionary is a bit like The Hitchhiker's Guide to the Galaxy . . . ...except for the Don't Panic part... g ---and the number of

Plugins with Community Edition

2013-04-17 Thread Terence Heaford
Hi, One of the methods suggested for the use of the Community Edition was for producing in-house applications. Unless I am mistaken it does not seem possible to fulfil this promise when using commercial plugins that have password protection. Is that correct or am I missing something? All

Re: Plugins with Community Edition

2013-04-17 Thread Gerry Orkin
That's correct. Gerry On 17/04/2013, at 4:48 PM, Terence Heaford t.heaf...@btinternet.com wrote: Is that correct or am I missing something? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: What's the best way to store data that one iOS app sends to another?

2013-04-17 Thread Mark Wilcox
Monte, not sure if you're aware but Apple's not at all keen on non-game apps using GameKit. Shame because there's loads of really useful generic stuff in GameKit. Non games that show up in Game Center get rejected, or occasionally approved and then removed later. Monte Goulding

Re: What's the best way to store data that one iOS app sends to another?

2013-04-17 Thread Monte Goulding
On 17/04/2013, at 5:22 PM, Mark Wilcox m_p_wil...@yahoo.co.uk wrote: Monte, not sure if you're aware but Apple's not at all keen on non-game apps using GameKit. Shame because there's loads of really useful generic stuff in GameKit. Non games that show up in Game Center get rejected, or

Re: What's the best way to store data that one iOS app sends to another?

2013-04-17 Thread Mark Wilcox
Ah yes! Sorry. Local peer-to-peer without Game Center was the only bit of GameKit you're allowed to use in non-game apps and the Apple SDK docs explicitly say you can.  I get the impression they're also hinting you can use in-game voice chat on non-game apps now as long as you don't use Game

Mucking around with Excel documents

2013-04-17 Thread Richmond
I made an Excel document by setting up a LibreOffice Calc document with 9 cells containing data [ one of these cells contained the word silly ] and saved it in the Excel 2003 XML format. I imported the XML file as a text file into a field, then ran this script from a button: on mouseUp

AW: put URL destroys my file

2013-04-17 Thread Tiemo Hollmann TB
Hi Warren, thank you, you were completly right. The put URL just sets the filetype to standard text Setting the filetype to empty before put URL lets the OSX recognize the file by its dmg extension. I have read that there might be some older systems, which can't recognize the filetype safely by

Re: Reading directly from Excel (Current SpreadLib Version)

2013-04-17 Thread Curry Kenworthy
Howdy friends, I was away from the list in honor of Uncle Sam Week; thanks for posting the SpreadLib download info! For more features, here is the latest version of SpreadLib, 0.2.001: http://curryk.com/Spreadlib02001.zip SpreadLib can import a sheet as tabbed text or array, and the array

Re: Reading directly from Excel

2013-04-17 Thread Thomas Fischer
Hi Skip, reading my digests I came across your question (up to the suggestion to use SpreadlibBeta01). If that doesn't work as hoped, did you consider using AppleScript to read the data from the Excel files? You would need a version of Excel, though, but then it works pretty smoothly (I just

Re: Current Card

2013-04-17 Thread Björnke von Gierke
On 17.04.2013, at 08:47, Richmond wrote: On 04/17/2013 08:54 AM, Kay C Lan wrote: On Wed, Apr 17, 2013 at 5:29 AM, Mark Wieder mwie...@ahsoftware.net wrote: Richmond richmondmathewson@... writes: The Dictionary is a bit like The Hitchhiker's Guide to the Galaxy . . . ...except for the

Re: Mucking around with Excel documents

2013-04-17 Thread Colin Holgate
You're testing with an xml file, the requirement is to work with xls files. How do you get on with those? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Mucking around with Excel documents

2013-04-17 Thread Magicgate Software - Skip Kimpel
Yes, that is where I am was running into issues. I can deal with an XML file with no issues. I need to work with native XLS files. On Wed, Apr 17, 2013 at 7:54 AM, Colin Holgate co...@verizon.net wrote: You're testing with an xml file, the requirement is to work with xls files. How do you

Re: how to change standalone builder settings by script

2013-04-17 Thread Klaus on-rev
Hi Matthias, Am 17.04.2013 um 14:05 schrieb Matthias Rebbe matthias_livecode_150...@m-r-d.de: Hi, is there a way to change some standalone builder settings (e.g. the standalone name) of a stack by script? yes, all standalone infos are stored in the stack in a CustomPropertySet named

Re: how to change standalone builder settings by script

2013-04-17 Thread Matthias Rebbe
Ah, thanks Klaus. Regards, Matthias Am 17.04.2013 um 14:22 schrieb Klaus on-rev kl...@major.on-rev.com: Hi Matthias, Am 17.04.2013 um 14:05 schrieb Matthias Rebbe matthias_livecode_150...@m-r-d.de: Hi, is there a way to change some standalone builder settings (e.g. the standalone

Re: Trouble with Android

2013-04-17 Thread Thomas McGrath III
Turns out there is a bug with the Simulator for 2.2 with Livecode. So using 2.3.3 the sample app works in that simulator. Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Apr 16, 2013, at 9:38 PM, Thomas McGrath III mcgra...@mac.com wrote: Just downloaded the Android

Re: How does works Sandboxing code in LiveCode Community?

2013-04-17 Thread Alejandro Tejada
Hi Monte, Monte Goulding wrote Why only for LiveCode Community? It might be nice to sandbox the running of any stack on any version. [snip] That is because new LiveCode Community users will be opening (and running) any stacks they found, just very much like happened in HyperCard's heyday.

Re: Active Directory info

2013-04-17 Thread Roger Eller
The current user is $USERNAME. Here is some good info on looking at groups via command line. LC can get at it with shell. http://stackoverflow.com/questions/1458016/get-users-ad-groups-from-command-line-non-truncated ~Roger On Wed, Apr 17, 2013 at 8:24 AM, Magicgate Software - Skip Kimpel

Re: Active Directory info

2013-04-17 Thread Trevor DeVore
On Wed, Apr 17, 2013 at 8:24 AM, Magicgate Software - Skip Kimpel s...@magicgate.com wrote: Anybody ever hook LC into Active Directory? I am in need of determining the current logged in user in conjunction with checking to see what they are a member of. Here is some VBScript I use to query

Re: put URL destroys my file

2013-04-17 Thread Devin Asay
On Apr 17, 2013, at 3:13 AM, Tiemo Hollmann TB wrote: Hi Warren, thank you, you were completly right. The put URL just sets the filetype to standard text Setting the filetype to empty before put URL lets the OSX recognize the file by its dmg extension. I have read that there might be

Re: Mucking around with Excel documents

2013-04-17 Thread Andrew Kluthe
With the new microsoft office XML format, you can tag .zip on the end of a filename and access it's xml files with an archive tool. Idk, if you could open one and browse the xml with the built in zip commands in rev. I am not sure if this is how Curry is importing/exporting them or not. I'd like

[OT] Clarify on Macheist

2013-04-17 Thread Trevor DeVore
Clarify (created with LiveCode) is part of the new MacHeist deal that is running for $10. Among other apps, the bundle also includes xScope and potentially Path Finder. I use xScope all of the time when moving UI design from the PSD files the UI designer provides into LiveCode.

Re: [OT] Clarify on Macheist

2013-04-17 Thread Pascal Lehner
Very nice deal, thanks for the hint. CleanMyMac is worth the bucks alone.. best, Pascal 2013/4/17 Trevor DeVore li...@mangomultimedia.com Clarify (created with LiveCode) is part of the new MacHeist deal that is running for $10. Among other apps, the bundle also includes xScope and

Re: [OT] Clarify on Macheist

2013-04-17 Thread Trevor DeVore
On Wed, Apr 17, 2013 at 2:20 PM, Pascal Lehner tat...@gmail.com wrote: Very nice deal, thanks for the hint. CleanMyMac is worth the bucks alone.. I just cleaned 35 GB off one of my computers :-) -- Trevor DeVore Blue Mango Learning Systems www.clarify-it.com-www.screensteps.com

Re: [OT] Clarify on Macheist

2013-04-17 Thread Peter Haworth
25GB here! Pete lcSQL Software http://www.lcsql.com On Wed, Apr 17, 2013 at 11:37 AM, Trevor DeVore li...@mangomultimedia.comwrote: On Wed, Apr 17, 2013 at 2:20 PM, Pascal Lehner tat...@gmail.com wrote: Very nice deal, thanks for the hint. CleanMyMac is worth the bucks alone.. I just

Re: [OT] Clarify on Macheist

2013-04-17 Thread Thomas McGrath III
21 GB here -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On Apr 17, 2013, at 5:31 PM, Peter Haworth p...@lcsql.com wrote: 25GB here! Pete lcSQL Software http://www.lcsql.com On Wed, Apr 17, 2013 at 11:37 AM, Trevor DeVore li...@mangomultimedia.comwrote: On Wed,

Re: Active Directory info

2013-04-17 Thread Magicgate Software - Skip Kimpel
Thanks Roger. Question for you Trevor: the link you sent looks like it is exactly what I am trying to do. I am a little confused by the comment: # Put the VBScript into a variable and then execute as follows: Am I not calling that VB script from a shell command? Sorry for being so naive on