Re: Updated View Bounds After Orientation Change...

2015-10-26 Thread Ken Thomases
Read these lines over and over until you see it: On Oct 26, 2015, at 9:49 PM, Peters, Brandon wrote: > > (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't > understand, refer to the documentation for the UIView property > translatesAutoresizingMaskIntoConstraints) > (

Re: Updated View Bounds After Orientation Change...

2015-10-26 Thread Peters, Brandon
David, In IB, I have a vertical UIStackView with an image view and a text view (stacked in that order). I add the activity indicator programmatically: override func viewDidAppear(animated: Bool) { super.viewDidAppear(animated) // add activity indicator and start animation

Swift charting

2015-10-26 Thread Eric E. Dolecki
[image: chart.gif] Hey all, I am looking for a bar chart system written in Swift with a feature I haven't seen yet. You can add value filters - say three of them. High, medium, low. And the bars go up and would change color at the boundary. Anyone know of anything? I just started here. Thanks, E

Smooth adjustScroll of NSScrollView

2015-10-26 Thread Nick
Hi I am developing an application that looks similar to the OS X's Calendar.app. One of the nice features it has is the "gravity effect" to the grid lines, when the user performs vertical scrolling - if you scroll the calendar so that half-row is clipped by the Clip View, it automatically scrolls

Re: Scripting Bridge Question

2015-10-26 Thread has
Dave wrote: > Ok, I hear what you are saying but I’ve almost got it working as it is and what I’m doing is not that difficult and I should be able to do it in the Scripting Bridge Only if SB lets you do it. There's lots of stuff that works perfectly in AS that you *cannot do* in SB because S

Re: Scripting Bridge Question

2015-10-26 Thread Dave
Ok, I hear what you are saying but I’ve almost got it working as it is and what I’m doing is not that difficult and I should be able to do it in the Scripting Bridge, the thing that is confusing me is that: set myObjectID to the id of (object of myWindow) set myContent to the plain text content

Re: Scripting Bridge Question

2015-10-26 Thread has
Dave wrote: > I’m using the Scripting Bridge to Target MS Outlook. I’m trying to figure out how to do the following AppleScript using the Scripting Bridge. Please see Full Script below, I’ve got most of the code, but I can’t seem to figure out the right Objective-C code for these two statemen

Scripting Bridge Question.....

2015-10-26 Thread Dave
Hi, I’m using the Scripting Bridge to Target MS Outlook. I’m trying to figure out how to do the following AppleScript using the Scripting Bridge. Please see Full Script below, I’ve got most of the code, but I can’t seem to figure out the right Objective-C code for these two statements: