copying files in Windows 8

2014-09-11 Thread larry
I have a little program where I copy some files from one folder to another with revCopyFile myFile,myFolder and also delete myFile The compiled program works fine on XP and Windows 7, but I get strange behavior on Windows 8. Is that perhaps because Windows 8 uses some different type of folder an

AW: copying files in Windows 8

2014-09-11 Thread Tiemo Hollmann TB
Hi Larry, Up to now, I didn't experienced a difference between W7 and W8 related to the file system. Could you specify, what strange behavior you experience? Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von la...@signifi

dBLib

2014-09-11 Thread Terence Heaford
Thought I’d give this plugin a try: convert tStartDate from short system date to seconds convert tEndDate from short system date to seconds dbResetQuery dbWhere "category", pItemName dbWhere "date >=", tStartDate dbWhere "date <=", tEndDate dbOrderBy “date" put dbGet(sq(tTa

Re: dBLib

2014-09-11 Thread Terence Heaford
May have found the answer in the following handler in dbLib. I have commented out an “if” test that seems to overwrite the contents of the column dbWhere when you try and add another condition. Why the author did this, I am not sure, would anyone care to hazard a guess? Thanks Terry command

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-11 Thread Ralf Bitter
Peter, code colorization (as well as code completion) is implemented solely for server related parts of the language because the bundle is meant to be used for working with LiveCode server files. So, if you add " wrote: > I created a simple text file with a .rev extension, then cut and pasted a

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Fraser Gordon
On 11/09/2014 11:04 am, "Alex Shaw" wrote: > Hi > > Works but I still had to apply the manual patch below to sign the app > before submission. > > http://forums.livecode.com/viewtopic.php?f=7&t=21333&p=109203&hilit=profil > e#p109200 I've uploaded new installers for OSX Community and Commerci

AW: OS X codesigning best practise?

2014-09-11 Thread Tiemo Hollmann TB
FYI to answer my own questions: 1. the --deep option in codesign seems to be not valid anymore since Mavericks, so if you are using apples codesign tool, you really have to codesign each single component from inside to outside step by step. 2. Yes App Wrapper does it in one step, I will go on with

Re: OS X codesigning best practise?

2014-09-11 Thread Matthias Rebbe | M-R-D
Tiemo, if you have some time, would you describe step by step how this is done with AppWrapper? That would be very helpful. Regards, Matthias Am 11.09.2014 um 13:29 schrieb Tiemo Hollmann TB : > FYI to answer my own questions: > 1. the --deep option in codesign seems to be not valid anymore

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Richmond
The documentation for 6.6.3 states that it will work on Mac OS 10.5.8 PPC: but when I open the DMG file I am presented with an INTEL-only installer. Please, either: Rectify this, or Correct your documentation. Richmond. ___ use-livecode mailing lis

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Fraser Gordon
On 11 Sep 2014, at 14:21, Richmond wrote: > The documentation for 6.6.3 states that it will work > on Mac OS 10.5.8 PPC: but when I open the DMG file > I am presented with an INTEL-only installer. > > Please, either: > > Rectify this, Re-built the installers again and re-uploaded. There's no

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Thierry Douez
Hi, MacOSX, LC 6.6.2 Menu Help -> Check for Updates << There is no update >> Is this just me? Thierry PS: I know I can go to runrev site and download it. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subsc

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Dave Kilroy
Thierry Douez wrote > Is this just me? Nope same here - 6.6.3 is maybe too similar to 6.6.2 to trigger whatever-it-needs-to-be-triggered-in-the-update-engine - "Some are born coders, some achieve coding, and some have coding thrust upon them." - William Shakespeare & Hugh Senior -- View

RE: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Ralph DiMola
Fraser, Windows version of 6.6.3 shows 6.6.2 in the title and the About shows as 6.6.2 Build 4012(same as 6.6.2). I know that the update did not affect the Windows build. Just an FYI. Thanks again for the prompt fix for iOS builds!! Ralph DiMola IT Director Evergreen Information Services rdim...

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Fraser Gordon
On 11 Sep 2014, at 16:05, "Ralph DiMola" wrote: > Fraser, > > Windows version of 6.6.3 shows 6.6.2 in the title and the About shows as > 6.6.2 Build 4012(same as 6.6.2). I know that the update did not affect the > Windows build. Just an FYI. > > Thanks again for the prompt fix for iOS builds!!

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Rick Harrison
Hi Thierry, I had the same problem, so I downloaded it from the email link that was provided. Cheers, Rick On Sep 11, 2014, at 10:30 AM, Thierry Douez wrote: > Hi, > > MacOSX, LC 6.6.2 > > Menu Help -> Check for Updates > > << There is no update >> > > Is this just me? > > Thierry > >

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Thierry Douez
> I had the same problem, so I downloaded it from the email link that > was provided. Thanks Rick, Just wanted to point out the confusing " Check for Updates" menu. Regards, Thierry >> MacOSX, LC 6.6.2 >> >> Menu Help -> Check for Updates >> >> << There is no update >> ---

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Richmond
On 11/09/14 16:21, Richmond wrote: The documentation for 6.6.3 states that it will work on Mac OS 10.5.8 PPC: but when I open the DMG file I am presented with an INTEL-only installer. Please, either: Rectify this, or Correct your documentation. Richmond. -- So, trying the s

Re: RELEASE: LiveCode 6.6.3

2014-09-11 Thread Richmond
On 11/09/14 17:13, Fraser Gordon wrote: On 11 Sep 2014, at 14:21, Richmond wrote: The documentation for 6.6.3 states that it will work on Mac OS 10.5.8 PPC: but when I open the DMG file I am presented with an INTEL-only installer. Please, either: Rectify this, Re-built the installers again

Re: Can LC application receive a shell command with parameters?

2014-09-11 Thread Michael Doub
Bill, I think that you are going to have to use sockets to communicate between processes. I would suggest the following: 1) Allow your main app to accept an incoming socket requests. 2) write a small command line app that accepts the input from the command line, then sends that data to your

AW: OS X codesigning best practise?

2014-09-11 Thread Tiemo Hollmann TB
Hi Matthias, with App Wrapper it's really easy: 1. Buy a developer codesigning certificate at Apple 2. Start App Wrapper 3. Drag an unsigned app onto App Wrapper 4. Go to TAB "Package" 5. Check the "Codesign" checkbox 6. Choose your developer certificate 7. Don't choose any of the options below 8.

Re: Slowdown when putting symbols into image data

2014-09-11 Thread Bob Sneidar
So… I guess I should stop waiting for a phone call about my job application… Bob S On Sep 10, 2014, at 16:20 , Scott Rossi mailto:sc...@tactilemedia.com>> wrote: Kevin mentioned that in all this time they've only had one person leave, which is a huge departure from the norm of this industry.

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-11 Thread Peter Haworth
Thanks Ralph, that got it working. It also recognizes "?http://www.lcsql.com> Home of lcStackBrowser and SQLiteAdmin On Thu, Sep 11, 2014 at 2:34 AM, Ralf Bitter wrote: > > Peter, > > code colorization (as well

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-11 Thread stephen barncard
On Thu, Sep 11, 2014 at 9:37 AM, Peter Haworth wrote: > Finding a mechanism to get the Textmate file back into the script editor > seems more challenging. Maybe OSX folder actions and an Apple Script might > be able to signal a plugin somehow. > that's a lot of work to avoid using the built-in

Reassigning stack names in behavior references

2014-09-11 Thread Jim Lambert
Behaviors are very useful. Scott Rossi gave an excellent presentation on them at the recent conference. One thing that sometimes trips me up - I’ll assign a behavior to a bunch of controls then I’ll re-name the stack that contains the original behavior button. Dumb :( because the controls can’

Apple TestFlight beta testing

2014-09-11 Thread Chris Sheffield
So with the fix in LC 6.6.3, I was able to upload an app build to iTunes Connect. I wanted to play around with the new TestFlight functionality. But now when I go into iTunes Connect and try to enable the beta testing, it’s telling me my build “does not contain the correct beta entitlement”. I f

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-11 Thread Peter Haworth
Yes, I've pretty much come to that conclusion. I haven't used GLX for a while either, I'll give it another try, I know Mark has put a LOT of work into it. Pete lcSQL Software Home of lcStackBrowser and SQLiteAdmin

Re: ios8

2014-09-11 Thread Mike Kerner
Well, one of my apps, that works find in ios7, crashes at startup on 8. Anybody else run into anything with 8? On Thu, Sep 11, 2014 at 2:03 AM, Gerry wrote: > I should also mention that I'm running OS X 10.9.4. > > g > > > On 11 Sep 2014, at 1:13 pm, Gerry wrote: > > > I just installed the GM

Re: ios8

2014-09-11 Thread Mike Kerner
I also can't link to the sdk in xc6 On Thu, Sep 11, 2014 at 3:16 PM, Mike Kerner wrote: > Well, one of my apps, that works find in ios7, crashes at startup on 8. > Anybody else run into anything with 8? > > On Thu, Sep 11, 2014 at 2:03 AM, Gerry wrote: > >> I should also mention that I'm runni

Re: ios8

2014-09-11 Thread Chris Sheffield
Linking to Xcode 6 will require a LiveCode update I’m afraid. I’m sure the team are working on it and we’ll have something shortly. As for app crashes under iOS 8, I haven’t seen any problems. However, the latest app I’ve been working on is built with LC 6.6.2 (now 6.6.3). We do have one in the

Re: Reassigning stack names in behavior references

2014-09-11 Thread dunbarx
Jim. Just the sort of cool sort of tools that make LC so much fun. But you need to be careful in the case where controls may have behavior pathNames that call out to more than one stack. You need to make sure that the behavior does indeed reference the deleted ("oldStackName") before it replac

Re: Apple TestFlight beta testing

2014-09-11 Thread Kay C Lan
Silly question (I haven't done it myself) but is your app only for iOS 8? I note that Testflight Beta Testing is only for iOS 8 so if your app is built to be iOS 7 compatible maybe that then makes it's 'not entitled' to be Testflight Beta Tested. On Fri, Sep 12, 2014 at 1:57 AM, Chris Sheffield

Re: Apple TestFlight beta testing

2014-09-11 Thread Mike Kerner
TestFlight is not new. I've been using it for years (man, it's hard to believe we've had the ability to write mobile apps for several years, isn't it?). Anyway, I just used it to distribute an ios7 beta to a bunch of users last week. One of my users just emailed me tonight saying that he was abl

Externals in Objective-C

2014-09-11 Thread JB
n theory any language that can build shared libraries and allows you to link with the provided glue code could be used. However, in practice, some languages will require extra glue-code in order to provide an environment in which their code can run. For example, to access Objective-C you will ne

Re: Reassigning stack names in behavior references

2014-09-11 Thread Jim Lambert
Craig wrote: > You need to make sure that the behavior does indeed reference the deleted > ("oldStackName") before it replaces with the new one. Absolutely. JimL ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subs