Re: Trying to understand the inner workings of ResizeStack

2016-03-15 Thread Terence Heaford
Filed a bug with a test stack. Bug 17133 Regards Terry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Input Fields: Android vs iOS?

2016-03-15 Thread Scott Rossi
I'm trying to port an iOS app to Android and am running up against some sizing/positioning issues with native input fields. When testing on a Galaxy S4, it seems I need to double the height used in the iOS input field settings, or the text displays clipped. Am I missing something when it comes

[ANN] SoCal LiveCode Meeting: April 7, Pasadena

2016-03-15 Thread Richard Gaskin
The next meeting of the SoCal LiveCode Group is at 7PM in Pasadena - details in the forums: http://forums.livecode.com/viewtopic.php?f=50=26808 -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: Trying to understand the inner workings of ResizeStack

2016-03-15 Thread Trevor DeVore
On Tuesday, March 15, 2016, Terence Heaford wrote: > > > On 15 Mar 2016, at 11:35, Trevor DeVore > wrote: > > > > This may have nothing to do with your code. El Capitan introduced some > > changes that LiveCode doesn't handle

Re: Trying to understand the inner workings of ResizeStack

2016-03-15 Thread Terence Heaford
> On 15 Mar 2016, at 11:35, Trevor DeVore wrote: > > This may have nothing to do with your code. El Capitan introduced some > changes that LiveCode doesn't handle properly yet. The result is that you > see your objects resizing on El Capitan (10.11) See this bug

Re: all my certificates were revoked

2016-03-15 Thread panagiotis merakos
Hi Alain, You are welcome. Well, some users said they received an email from Apple. However, I did not receive any :) Regards, Panos -- On Tue, Mar 15, 2016 at 2:01 PM, Alain Vezina wrote: > Hi Panagiotis, > > I did it and now everything is OK. > How did I know

Re: all my certificates were revoked

2016-03-15 Thread Alain Vezina
Hi Panagiotis, I did it and now everything is OK. How did I know that the Apple Worldwide Developer Relations Certification Authority has to be renewed? As far as I know, I didn’t receive any message from Apple. Thanks Pannagiotis and Scott, you saved my developer life. Regards, Alain Le

Re: all my certificates were revoked

2016-03-15 Thread panagiotis merakos
Hi Alain, Scott Rossi posted this a month ago: --- If any of you are having difficulty building iOS standalones today, you're not alone. Apple's own Worldwide Developer Relations Certificate expired

Re: Trying to understand the inner workings of Resizestack

2016-03-15 Thread Paul Dupuis
On 3/15/2016 4:51 AM, Mark Waddingham wrote: > Anyway, I couldn't find any report of this in the quality center so I > filed it here: http://quality.livecode.com/show_bug.cgi?id=17123 > > Warmest Regards, > > Mark. Mark, Thank you for adding the bug. I have been aware of this "bug" for some

all my certificates were revoked

2016-03-15 Thread Alain Vezina
Hi all, Yesterday I tried to load a new release of one of my apps (for Mac) to the app store but it failed : my signing was not valid. So, I checked my certificate in xCode and in the keychain and I saw that all my certificates were revoked even if I did nothing for that. I got rid of all my

Re: [ANN] tmControl2 v2.2 Released for LiveCode 7

2016-03-15 Thread Mike Kerner
Did I mention how much I like using tmc for making sweet-looking apps? 2.2 is a gd update. On Mon, Mar 14, 2016 at 5:18 AM, Scott Rossi wrote: > A few people have asked for specifics about the controls included in the > tmControl2 package. I've updated the

Re: Trying to understand the inner workings of ResizeStack

2016-03-15 Thread Trevor DeVore
On Tue, Mar 15, 2016 at 5:15 AM, Terence Heaford wrote: > > I am using an iMac, El Capitan. > This may have nothing to do with your code. El Capitan introduced some changes that LiveCode doesn't handle properly yet. The result is that you see your objects resizing on El

Re: Trying to understand the inner workings of ResizeStack

2016-03-15 Thread Mark Waddingham
On 2016-03-15 10:15, Terence Heaford wrote: On 15 Mar 2016, at 09:03, Mark Waddingham wrote: 5. Is it necessary to call lock screen in myUpdateGeometry and dispatch “refreshChart”? No - the screen is implicitly locked before the resizeStack message is sent, and unlocked

Re: Modularity

2016-03-15 Thread Mark Waddingham
On 2016-03-14 21:36, RM wrote: Recently "elsewhere" a chap working with Livecode was complaining about the 'bloat' in a standalone between the 6 series and the 7 series (he's going to go seriously sour when he sees 8) because he is trying to squeeze standalones onto Android devices with limited

Re: Trying to understand the inner workings of ResizeStack

2016-03-15 Thread Terence Heaford
> On 15 Mar 2016, at 09:03, Mark Waddingham wrote: > >> 5. Is it necessary to call lock screen in myUpdateGeometry and >> dispatch “refreshChart”? > > No - the screen is implicitly locked before the resizeStack message is sent, > and unlocked afterwards. Then the screen is

Re: Trying to understand the inner workings of ResizeStack

2016-03-15 Thread Mark Waddingham
On 2016-03-14 15:58, Terence Heaford wrote: 1. If you drag a window to resize it, the resize message is sent more than once? The OS dispatches a sequence of window resize requests, which the engine acts upon in turn. 2. and resizeStack is called each time? Is the screen locked more than

Re: iOS Simulator Behaves Strangely in LC8DP15

2016-03-15 Thread Neil Roger
Hi Sannyasin Brahmanathaswami, I've been working with 8.0 DP15 for iOS builds and have not come across any major stumbling blocks. In regards to the simultor size, this sounds like a simulator scaling issue on your display. You should be able to resolve this by selecting one of the scale

Re: Trying to understand the inner workings of Resizestack

2016-03-15 Thread Mark Waddingham
On 2016-03-15 00:32, Paul Dupuis wrote: However, as of LiveCode 6.7.6, resizeControl is not sent to a disabled control when it's rectangle is changed. This is in keeping with messages not sent to disabled controls (like mouseDown, mosueUp, etc.) and yet it seems like a bug to me since whether

Re: Trying to understand the inner workings of Resizestack

2016-03-15 Thread Terence Heaford
I thought I would do put the milliseconds into tStart Put the milliseconds - tStart because I was thinking of going through and optimising all the script but had second thoughts when I saw the result. On dragging, to create the chart was only taking 4 to 5 milliseconds but when the group