Re: Just wondering about Modal Panels

2012-09-12 Thread Graham Cox
On 13/09/2012, at 11:07 AM, koko wrote: > f I run a Panel modal can I get mouse down before the Modal panel gets it? > > I am thinking about getting the mouse down and if it is in the modal panel > let that handle it but if it is down outside the modal panel I want to do > something else like

Re: Just wondering about Modal Panels

2012-09-12 Thread Fritz Anderson
On 12 Sep 2012, at 8:07 PM, koko wrote: > If I run a Panel modal can I get mouse down before the Modal panel gets it? > > I am thinking about getting the mouse down and if it is in the modal panel > let that handle it but if it is down outside the modal panel I want to do > something else like

Just wondering about Modal Panels

2012-09-12 Thread koko
If I run a Panel modal can I get mouse down before the Modal panel gets it? I am thinking about getting the mouse down and if it is in the modal panel let that handle it but if it is down outside the modal panel I want to do something else like call a function unrelated to the modal process ...

Re: nstableview without nsscrollview

2012-09-12 Thread Corbin Dunn
On Sep 10, 2012, at 6:08 PM, Alfian Busyro wrote: > Kyle, thanks for your solution. >> Think very hard about this. Why would you want to do this? What would >> you do if your table view gained enough data that it no longer fit in >> the available space? > So I planning to make two tables in one

Re: Getting local IP of Wi-Fi device

2012-09-12 Thread Tamas Nagy
Thanks, this looks promising! On Sep 12, 2012, at 4:39 PM, Keary Suska wrote: > On Sep 12, 2012, at 12:56 AM, Tamas Nagy wrote: > >> I'm looking for a way to get the IP address of the Wi-Fi device. For some >> reason, [NSHost currentHost]… gives me something like a MAC address, instead >> of

Re: Getting local IP of Wi-Fi device

2012-09-12 Thread Keary Suska
On Sep 12, 2012, at 12:56 AM, Tamas Nagy wrote: > I'm looking for a way to get the IP address of the Wi-Fi device. For some > reason, [NSHost currentHost]… gives me something like a MAC address, instead > of an IP on 10.8. NSHost is not likely what you are looking for. It is basically an Object

Re: autosavesInPlace and Core Data (was: and sandbox)

2012-09-12 Thread Jerry Krinock
On 2012 Sep 12, at 01:34, Mike Abdullah wrote: > What's slowing your saves down though? Core Data in theory is pretty fast > as the SQLite store is incremental. Thanks, Mike. Indeed, saving is fast and not an issue. Your post just reminded me of that incompatibility which I'd discovered t

Re: Getting local IP of Wi-Fi device

2012-09-12 Thread Tamas Nagy
NSHost addresses gives me an array with only one object, which contains the IPv6 address. 2012/9/12 Kyle Sluder > On Sep 11, 2012, at 11:56 PM, Tamas Nagy wrote: > > > Hello List, > > > > I'm looking for a way to get the IP address of the Wi-Fi device. For > some reason, [NSHost currentHost]… g

Re: Getting local IP of Wi-Fi device

2012-09-12 Thread Tamas Nagy
Thanks, it seems to be my first met of an IPv6 address. :) 2012/9/12 Markus Soelter > Hi tamas > [[nshost currenthost] address] should either return an IPv4 or an IPv6 > address (you probably saw an IPv6) > > Von unterwegs gesendet > > > Am 12.09.2012 um 08:58 schrieb Tamas Nagy : > > > Hello Li

Re: autosavesInPlace and Core Data (was: and sandbox)

2012-09-12 Thread Mike Abdullah
On 12 Sep 2012, at 06:30, Jerry Krinock wrote: > > On 2012 Sep 09, at 06:50, Mike Abdullah wrote: > >> Some of the problem is that adopting async saving can be quite hard so many >> apps haven't yet, or do so poorly. > > Also, NSPersistentDocument (Core Data) was found to be incompatible wi

Re: Getting local IP of Wi-Fi device

2012-09-12 Thread Kyle Sluder
On Sep 11, 2012, at 11:56 PM, Tamas Nagy wrote: > Hello List, > > I'm looking for a way to get the IP address of the Wi-Fi device. For some > reason, [NSHost currentHost]… gives me something like a MAC address, instead > of an IP on 10.8. That's an IPv6 address. Congratulations, you have now