[ANN] mergExt: Dropbox Sync External and iOS 7 Updates

2013-09-26 Thread Monte Goulding
Hi LiveCoders Today I have released a new iOS external called mergDropboxSync. The external uses the new Dropbox Sync SDK to take the hassle out of adding Dropbox integration to your app. The SDK handles all the syncing of files, you just read and write files locally and the external lets you k

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Mike Kerner
thank you, sir. On Thu, Sep 26, 2013 at 8:54 PM, Monte Goulding wrote: > I'll get new builds of all my stuff out ASAP. I've had to make some tweaks > to my build process but I'm nearly there. > > On 27/09/2013, at 10:43 AM, Mike Kerner wrote: > > > I'm getting a different error, with mergAES at

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Monte Goulding
I'll get new builds of all my stuff out ASAP. I've had to make some tweaks to my build process but I'm nearly there. On 27/09/2013, at 10:43 AM, Mike Kerner wrote: > I'm getting a different error, with mergAES attached to my project: > linking for armv7 failed with Undefined > symbols for archit

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Mike Kerner
I'm getting a different error, with mergAES attached to my project: linking for armv7 failed with Undefined symbols for architecture armv7: "___libinfoptr_mergAES", referenced from: -u command line option "___libinfoptr_mergZXing", referenced from: -u command line option Id: symbol(s) not found fo

Re: How to use Bonjour in Mac and Windows

2013-09-26 Thread Monte Goulding
On 27/09/2013, at 10:20 AM, Bill Vlahos wrote: > I need this for both Macintosh and Windows. It seems like we should be able > to do this natively in LiveCode rather than an external. Are there any > example stacks or commands? > > I did find this link on Jan's site but it requires jAVA. > htt

Re: Android and POST commands (revisited)…?

2013-09-26 Thread Pierre Sahores
Hi John, Here is a practical example of code witch works as expected under both iOS and Android : set httpHeaders to "Content-type: application/x-www-form-urlencoded" & return get url MIAS post URLEncode(appID & "&isDistibutor=" & trim(vemail) & "&isNotDistibutor=" &

Re: How to use Bonjour in Mac and Windows

2013-09-26 Thread Bill Vlahos
Monte, I need this for both Macintosh and Windows. It seems like we should be able to do this natively in LiveCode rather than an external. Are there any example stacks or commands? I did find this link on Jan's site but it requires jAVA. http://quartam.blogspot.com/2011/01/zeroconfbonjour-in-l

Re: data grid on Android

2013-09-26 Thread Monte Goulding
On 27/09/2013, at 9:35 AM, Nicolas Cueto wrote: > On Fri, Sep 27, 2013 at 8:01 AM, Terry Judd wrote: > >> Actually your best bet is probably just to grab Monte's >> mergDataGridScroller control from the mergExt website > > > Thanks, Terry. > > I just did, but don't understand this instruction

Re: data grid on Android

2013-09-26 Thread Nicolas Cueto
On Fri, Sep 27, 2013 at 8:01 AM, Terry Judd wrote: > Actually your best bet is probably just to grab Monte's > mergDataGridScroller control from the mergExt website Thanks, Terry. I just did, but don't understand this instruction: "This control is a wrapper around a datagrid. When you drop it o

Re: data grid on Android

2013-09-26 Thread Charles E Buchwald
Whoops... Sorry, Nicolas, don't know where I got "Igor"! On 26 Sep 2013, at 6:14 PM, Nicolas Cueto wrote: > Thanks, Charles. Who's Igor? Stravinsky? ^_^ > > > About scrolling. I'd sure welcome a sample stack for Android with a > scrolling **datagrid**, specially when the content length is not

Re: data grid on Android

2013-09-26 Thread Nicolas Cueto
Thanks, Charles. Who's Igor? Stravinsky? ^_^ About scrolling. I'd sure welcome a sample stack for Android with a scrolling **datagrid**, specially when the content length is not fixed. BTW, in the LiveCode Lesson "Creating a native scroller to scroll a field" there happens to be a discussion on

Re: deleting an object as a consequence of its handler

2013-09-26 Thread Phil Davis
On 9/26/13 9:36 AM, Dr. Hawkins wrote: I have a section where, as a consequence of a closefield, it makes sense to just wipe the screen and generate it again. While the closeField handler is in the stack (actually, a button for behavior), this results in an error as the field, part of one of th

Re: data grid on Android

2013-09-26 Thread Terry Judd
On 27/09/2013, at 08:39 AM, Charles E Buchwald wrote: > Hi Igor, > > I'm not that good with datagrids myself, but... > > I think to find the total height of the content of the datagrid, you have to > use the formattedHeight property. The datagrid has its own version of formattedHeight - dgForm

Re: data grid on Android

2013-09-26 Thread Tim Selander
{{Nod}} Saw your post, but can offer no help. Sorry :-/ Tim Selander Tokyo, Japan On 9/27/13 7:25 AM, Nicolas Cueto wrote: Hmm... Hello? Is there anybody in there? Just nod if you can hear me... With the number of messages mistakenly labelled as spam, thought I'd try. On Thu, Sep 26, 2013 a

Android and POST commands (revisited)…?

2013-09-26 Thread JOHN PATTEN
Hi All.. I've been testing a project in an Android device and can't seem to get the POST command to work on Android. It works fine on the desktop (Mac). I have checked the list and bug reports and have seen past issue Header adjustments, etc. and it appears that any real bugs had been resolved.

Re: data grid on Android

2013-09-26 Thread Charles E Buchwald
Hi Igor, I'm not that good with datagrids myself, but... I think to find the total height of the content of the datagrid, you have to use the formattedHeight property. To implement scrolling on Android, you use mobileControlCreate to create a mobile scroller control, which you then use to send

Re: data grid on Android

2013-09-26 Thread Nicolas Cueto
Hmm... Hello? Is there anybody in there? Just nod if you can hear me... With the number of messages mistakenly labelled as spam, thought I'd try. On Thu, Sep 26, 2013 at 3:35 PM, Nicolas Cueto wrote: > Not knowing much about data grids in general, let alone on mobile, I'm > studying the sample

SoCal LC User Group meeting Thurs., Oct 3, Pasadena

2013-09-26 Thread Richard Gaskin
The next SoCal LiveCode User Group meeting is happening Thursday, October 3, at 7PM in Pasadena - details in the LUG section of the LiveCode forums: http://forums.runrev.com/viewtopic.php?f=50&t=17281 -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobi

RE: deleting an object as a consequence of its handler...... missing line break

2013-09-26 Thread Ralph DiMola
Dr, I do this when deleting some stuff including the button this script is in and it works just fine and dandy for me. Sorry for the missing line break. (why does this always happen when copying from the IDE and the pasting it into an email?) Also the "with 1" is just a parameter I need to send to

Re: deleting an object as a consequence of its handler

2013-09-26 Thread Scott Rossi
As you propose, "send in" x time should do it (might be safer to allow a few millisecs unless this command appears at the end of your handler). Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 9/26/13 9:36 AM, "Dr. Hawkins" wrote: >I have a section where, as a consequen

RE: deleting an object as a consequence of its handler

2013-09-26 Thread Ralph DiMola
Dr, I do this when deleting some stuff including the button this script is in and it works just fine and dandy for me. Dispatch "DeleteMyButtonAndOtherstuff" to me with 1 exit to top Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message-

deleting an object as a consequence of its handler

2013-09-26 Thread Dr. Hawkins
I have a section where, as a consequence of a closefield, it makes sense to just wipe the screen and generate it again. While the closeField handler is in the stack (actually, a button for behavior), this results in an error as the field, part of one of the groups getting deleted, is associated wi

Re: quickly wiping a card

2013-09-26 Thread Dr. Hawkins
On Thu, Sep 26, 2013 at 9:00 AM, Dr. Hawkins wrote: > 84 ms. > > and > repeat for each > Scratch that; something really funky happened to my ide. At the moment, I'm getting 0ms for deleting a card, and for repeating for each line in the groupnames and deleting that group. And I was getting 50m

Re: quickly wiping a card

2013-09-26 Thread Dr. Hawkins
On Sun, Sep 15, 2013 at 3:48 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > I wonder how long this takes: > > on deleteAllControls >beep >answer warning "Delete all visible objects from stack" && \ > the short name of the topstack & "?" with "Cancel" or "Delete" >

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Benjamin Beaumont
Hey Ralph, That's a good spot. It looks like xCode 5 has tweaked it's code-signing tools. LiveCode 6.1.2 will allow you to build and sign apps for armv6 or armv7 but not when you select universal. We'll investigate. Warm regards, Ben On 26 September 2013 15:59, Ralph DiMola wrote: > I am get

Re: XML Newbie Woes

2013-09-26 Thread Mark Wieder
Graham- Tuesday, September 24, 2013, 8:58:34 AM, you wrote: > I'm interested in your ability to parse xml files in order to > determine the structure - my guess is that you must have a foolproof > method of dealing with dead ends. In my small experiments I was > surprised to see that some of the

RE: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Ralph DiMola
I am getting this error when saving iOS standalone app. Codesinging failed with codesign_allocate:fat file /users/dimola/Desktop/Ralphs Stuff/JBT-Builds/JBT Red Book120/JBT Red Book.app/JBT Red Book offset: 4096 for cputype (12) cpusubtype (6)) not aligned on it's alignment (2^14) /Users/dimola/De

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Benjamin Beaumont
Hi Vaughn, Thanks for the post. Based on feedback like this we've added warnings to ensure that new users are not caught out. Warm regards, Ben On 26 September 2013 15:38, Vaughn Clement wrote: > Hi > > I also added the update that immediately killed the app I was working on. I > was told th

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Vaughn Clement
Hi I also added the update that immediately killed the app I was working on. I was told the same thing that you were here, but I went back and checked the 6.5 notes and no mention of the danger was expressed. As someone new to LC I was not pleased when my app was corrupted as soon as I re-launched

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread René Micout
II did not ask, I just open LiveCode and a window appeared asking if I wanted to do an update. Thinking that this update was obvious I clicked "OK" and … Le 26 sept. 2013 à 14:53, Gerry Orkin a écrit : > René wrote: > >> I don't understand ! Ihave LiveCode 6.5 (dp 1)… ??? > > 6.5 is an experi

Re: 6.1.2 rc1

2013-09-26 Thread Benjamin Beaumont
Hi Ralph, No problem, we were the ones who made it publicly available. Warm regards, Ben On 26 September 2013 14:57, Ralph DiMola wrote: > Ben, > > Sorry for stirring to pot about an internal version. I will wait for the > official announcement from now on. > > > Ralph DiMola > IT Director >

RE: 6.1.2 rc1

2013-09-26 Thread Ralph DiMola
Ben, Sorry for stirring to pot about an internal version. I will wait for the official announcement from now on. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Beh

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Gerry Orkin
René wrote: > I don't understand ! Ihave LiveCode 6.5 (dp 1)… ??? 6.5 is an experimental pre-release of a version with significant changes to many areas of the engine. You'd be mad to be running it as your day-to-day development environment :) Gerry __

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Colin Holgate
It’s because you’re special. Either that, or it’s because 6.5 is a developer preview for us all to try out, whereas 6.1.2 is a release candidate, which will become the official version if it doesn’t show any problems. On Sep 26, 2013, at 7:04 AM, René Micout wrote: > >I don't understand ! Iha

Re: RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread René Micout
I don't understand ! Ihave LiveCode 6.5 (dp 1)… ??? Le 26 sept. 2013 à 12:30, Benjamin Beaumont a écrit : > Dear List Members, > > We are pleased to announce the first test release of LiveCode 6.1.2. This > is a maintenance release featuring a number of bug fixes as well as xCode 5 > support. >

Re: 6.1.2 rc1

2013-09-26 Thread Benjamin Beaumont
Hi All, The final stage of our internal test process sees us upload builds run the auto-updater across our internal system. Once we are satisfied that the updater has delivered the build correctly to all platforms and that basic development and deployment is successful, we flip a switch in the aut

RELEASE: LiveCode 6.1.2 RC1

2013-09-26 Thread Benjamin Beaumont
Dear List Members, We are pleased to announce the first test release of LiveCode 6.1.2. This is a maintenance release featuring a number of bug fixes as well as xCode 5 support. *Warning*: this is not a stable release. Please ensure you back up your stacks before testing them. *Release Features*

RE: 6.1.2 rc1

2013-09-26 Thread John Dixon
I guess from here... http://downloads.livecode.com/livecode/6_1_2/ Dixie > From: mo...@sweattechnologies.com > Subject: Re: 6.1.2 rc1 > Date: Thu, 26 Sep 2013 19:40:54 +1000 > To: use-livecode@lists.runrev.com > > Where did you get 6.1.2 rc 1 from? There's nothing under check for updates > an

Re: 6.1.2 rc1

2013-09-26 Thread Monte Goulding
Where did you get 6.1.2 rc 1 from? There's nothing under check for updates and no tag on GitHub which there should be if there was a release... On 26/09/2013, at 11:22 AM, Gerry Orkin wrote: > Same here. Also my app fails in numerous ways in the 7.0 simulator :( > > Gerry > > > On 26/09/2013,

AW: OT: The Win UAC puts a shield on my program icon

2013-09-26 Thread Tiemo Hollmann TB
Hi Tom, thanks for the link. I think I'll go with a certificate for my next release, though they tell on this web site: "A digital signature alone won't guarantee your software isn't flagged by SmartScreen, but signing helps ensure that your software's reputation can be recognized for everything yo