Re: Changed CFBundleShortVersionString. Still old version in the downloaded MAS receipt.

2015-01-10 Thread Leonardo
How can I define the build number? Is it a key-value object in the Info.plist file? Which key? Also, the receipt always returns 1.1.2. Why? Within the Info.plist there is no trace of the string 1.1.2. It seems someway associated to the first version number that was defined within the Info.plist fil

licence key validation method

2015-01-10 Thread sqwarqDev
Can anyone point me in the right direction for the (simplest) solution to validate a DSA key in my OS X app? I've looked at both CocoaFob and AquaticPrime; both contain deprecations and look as if they are more or less dead. In neither case have I been able to get my head around the incomplete

Re: Cursor above siblings

2015-01-10 Thread Uli Kusterer
On 09 Jan 2015, at 14:19, ecir hana wrote: > I have a window with a custom view, which contains two children: a textview > with scrollbars and a button. I would like to overlay the button over the > textview so when I click in that area somewhere, the button receives the > event before the textvie

Re: licence key validation method

2015-01-10 Thread Uli Kusterer
On 10 Jan 2015, at 10:33, sqwarqDev <2551p...@gmail.com> wrote: > I'm not looking for anthing fancy. The simplest implementation will do, and > an idiot's guide on how to do it would be ideal, but any pointers from anyone > that's done this recently would be hugely appreciated. Really, all you

Re: Cursor above siblings

2015-01-10 Thread ecir hana
Hi Uli, thanks a lot for the reply! I tried to override "mouseMoved:", "addCursorRect:cursor:", "cursorUpdate:", "resetCursorRects", "mouseEntered:" without calling "super", but the I-beam cursor is still set when it is being moved over NSTextView. I also found this in the "Cocoa Event Handling

Re: Cursor above siblings

2015-01-10 Thread Uli Kusterer
On 10 Jan 2015, at 16:18, ecir hana wrote: > thanks a lot for the reply! > > I tried to override "mouseMoved:", "addCursorRect:cursor:", > "cursorUpdate:", "resetCursorRects", "mouseEntered:" without calling > "super", but the I-beam cursor is still set when it is being moved over > NSTextView.

ogles_gpgpu: GPGPU for iOS and Android using OpenGL ES 2.0

2015-01-10 Thread mkonrad net
I would like to announce a new library for GPU-based processing on mobile systems – ogles_gpgpu. As many of you know, it is often beneficial in terms of performance and energy efficiency to execute certain processing tasks on the GPU instead of the CPU. This is especially the case for image proces

Re: Cursor above siblings

2015-01-10 Thread ecir hana
On Sat, Jan 10, 2015 at 4:54 PM, Uli Kusterer wrote: > > I think you’re reading that into the documentation. In most views, > cursor-setting is pretty much predictable, and I think text views are > mainly meant as an example here, and aren’t that special. > Yeah, you are probably right... I di

Re: A Polite Request of Apple's Bug Triage Committee

2015-01-10 Thread Kyle Sluder
On Fri, Jan 9, 2015, at 11:58 PM, Michael Crawford wrote: > What I ask is that when Apple's Bug Triage Committee closes a bug as a > duplicate, please indicate whether the other bug - that is, of which > my bug is a duplicate - has itself been resolved, if so what is > required to resolve it (insta

Re: Cursor above siblings

2015-01-10 Thread Quincey Morris
On Jan 10, 2015, at 08:46 , ecir hana wrote: > > if I figure out something useful […] Seems to me that this discussion has gone off the rails. Aside from a caveat that, of course, things may have changed slightly in Yosemite in ways that we haven’t noticed yet, NSTrackingArea isn’t that broken

Re: Cursor above siblings

2015-01-10 Thread ecir hana
On Sat, Jan 10, 2015 at 6:18 PM, Quincey Morris < quinceymor...@rivergatesoftware.com> wrote: > — Make sure you *start* by investigating whether the tracking area options > are configured correctly. You’re wasting your time if you go off looking > for interactions between “sibling” tracking areas

Re: Cursor above siblings

2015-01-10 Thread Quincey Morris
On Jan 10, 2015, at 11:42 , ecir hana wrote: > > And that is where it stops working, no need to visit Neptune. The part of > custom view over the textview stops displaying the defined cursor, at shows > I-beam cursor instead. Excellent! (Not that it fails, but that you have something specific

Mouse tracking under a transparent view still working

2015-01-10 Thread Navneet Kumar
Hi, I have a hover button in my window, implemented tracking area and mouseEntered: and mouseExited: to achieve this (the button draws a border around it on mouse entered). Now sometimes I need to put a window size transparent view over the entire window and block mouse events from filtering t

Re: licence key validation method

2015-01-10 Thread 2551
Thanks for the overview Uli, and the pointer towards Security.framework. I'm working my way through the docs, but there's a lot that doesn't seem relevant to my task. Most of the rest in your outline I've got. However, it's these specific parts I'm struggling with and which prompted my initial

Re: Cursor above siblings

2015-01-10 Thread dangerwillrobinsondanger
> On 2015/01/11, at 5:25, Quincey Morris > wrote: > > BTW, if the text field is changing the cursor on mouseMoved: events, which is > possible, then your attempts to control the cursor with cursorUpdate: seem > doomed to failure. Not doomed to failure, but likely requiring a subclass of NSTe

Re: licence key validation method

2015-01-10 Thread Allan Odgaard
On 11 Jan 2015, at 13:34, 2551 wrote: any tutorial on...validating messages will do. Yes, that's precisely what I'm looking for […] I wrote one a decade ago: http://sigpipe.macromates.com/2004/09/05/using-openssl-for-license-keys/ Previous thread here: http://prod.lists.apple.com/archive