On 26.05.2013, at 13:48, Gerriet M. Denkmann wrote:
> I want (on OS X 10.8.3) to show a font panel, which only has nice fonts (e.g.
> only fonts which are able to show "门").
Have you tried whether you can just create a classic font menu for this
purpose? Leave the font panel alone, and just ha
On 27 May 2013, at 17:26, Uli Kusterer wrote:
> On 26.05.2013, at 13:48, Gerriet M. Denkmann wrote:
>> I want (on OS X 10.8.3) to show a font panel, which only has nice fonts
>> (e.g. only fonts which are able to show "门").
>
> Have you tried whether you can just create a classic font menu fo
Hi all,
I've got application (Mac Application Store, deployment target >= 10.8), which
has LSUIElement set to YES in Info.plist. It's status bar application. I do
open windows without menu in menu bar and app icon is not visible in dock,
cycling, … Just what I need.
But now, I've got one win
On May 27, 2013, at 6:30 AM, Robert Vojta wrote:
> Tried to change activation policy and it does work partially. LSUIElement = 1
> equals to NSApplicationActivationPolicyAccessory. According to the
> documentation, I can change it to NSApplicationActivationPolicyRegular to
> show menu and show
I'm looking for a way to get a simple left/right pointing arrow to use with a
UIBarButtonItem in my toolbar under a UIWebView. The closest that iOS provides
are the UIBarButtonSystemItemRewind and UIBarButtonSystemItemFastForward
button, but there are no left/right pointing triangles available
I'm running
OS X 10.8.3 (Mountain Lion)
XCODE 4.6.1
on MacBook
When I create a NEW project
Selecting
Mac OS X => Application => Cocoa Application
The end results does not automatically generate Controller.(m,h) files
WHY NOT?
You automatically get Controller files when creating an iOS base
I am hoping someone has run into this problem and has a suggestion or two: I am
building an Xcode-like inspector. Each collapsible "pane" is in its own xib and
is loaded in the window controller's windowDidLoad. If I load just a single
pane, it works beautifully out-of-the-box. If I add a second
On May 27, 2013, at 7:04 PM, YT wrote:
> I'm running
> OS X 10.8.3 (Mountain Lion)
> XCODE 4.6.1
> on MacBook
>
>
> When I create a NEW project
> Selecting
> Mac OS X => Application => Cocoa Application
>
> The end results does not automatically generate Controller.(m,h) files
It does, kin
On May 27, 2013, at 6:46 PM, Keary Suska wrote:
> Mac OS X development os much more complicated than iOS development. It is not
> likely somehting you can just dive into without a learning curve.
Well, it’s different. Coming from OS X, I’ve found iOS UI development the more
difficult of the t
On May 27, 2013, at 7:56 PM, Jens Alfke wrote:
>
> On May 27, 2013, at 6:46 PM, Keary Suska wrote:
>
>> Mac OS X development os much more complicated than iOS development. It is
>> not likely somehting you can just dive into without a learning curve.
>
> Well, it’s different. Coming from OS
On May 27, 2013, at 8:34 PM, YT wrote:
> SO what I am after is a ViewController. I have a View placed in a Window
> where I use Quartz 2D to draw graphics into and need a Controller. The
> Interface Builder was trying to force me to place ACTIONS AND OUTLETS in the
> Delegate files.
> I fou
On May 27, 2013, at 20:34 , YT wrote:
> Here is an extracted section
I found the section of documentation you're referring to (it wasn't easy, you
didn't give us much to go on).
The short answer to your concern is that this piece of documentation is just
plain wrong. If you need to add a view
I'd like to have a dictionary using C strings as keys (because I
already have const char* strings and would like to spare on creating
NSString wrappers) and C structures as values.
I thought using NSMapTable would be a good idea for this.
Here is my code:
// function for comparing string keys
st
On May 27, 2013, at 10:46 PM, Oleg Krupnov wrote:
> Now, the problem is that sometimes when I try to get a value from the
> table, the MapTableKeyComparator function is not called at all, and
> NSMapGet returns NULL, thought immediate dump of the table shows that
> all previous records are perfe
Hi Jens,
I guess you may be right. But… two questions in this regard:
1. I thought that "isEqual" method is alternative to "hash" method,
because searching by key and searching by hash are two mutually
exclusive methods of looking up values, aren't they?
2. What hash function you'd suggest in my
Cryptographic hashes such as md5 are intensive to calculate because
they are meant to make it difficult for an attacker to come up with
different inputs that output identical hashes.
For purposes of looking up strings in a hash table, a 32 bit CRC
(Cyclic Redundancy Check) would be quick to calcul
16 matches
Mail list logo