On 25/07/2010, at 10:34 AM, Sumin Kim wrote:
> How do you think? Am I taking the concept right? Or I am heading to wrong
> direction?
I think your question is way too broad. What you've outlined sounds like it
would work OK, but could also describe 1001 other apps.
So, at this stage the answe
On 25/07/2010, at 9:00 AM, mark wrote:
> A problem which is driving me spastic:
> I have an NSBrowser that allowes multiple selection.
> When I double click one of the selected items, all other selected items
> deselect.
> I have set the doubleaction and action methods and correct target. These
On 25/07/2010, at 6:47 AM, Steve Christensen wrote:
>> I am extracting strings from an NSString and I get NSRange exceptions. I
>> could always first check to see if the range is valid, but, figured I would
>> save myself the effort and use the exception handling mechanism.
NO, this is misgui
On Jul 23, 2010, at 5:47 AM, Pierre de La Morinerie wrote:
> I'm trying to scroll horizontally through a set of pages, where pages are
> grouped by two (and can be zoomed both together). So far, my view hierarchy
> is:
>
> • One outter UIScrollView that scrolls horizontally.
> • Se
Hi all
I've read a lot of articles on the subject but still could not figure out how
to solve my issue.
I have a multiview iPhone application. One of those views is a Navigation view
of course controlled by a Navigation controller. The other view is a full
screen image view, which is also the
I am a new to Cocoa and planning to build an app like mind map.
This is my guess on how to build mind map like app on Cocoa. Please check
and let me know if you know any more efficient approach or some missing
pieces I should consider.
First of all, I need consider data model. I think I hav
On Jul 24, 2010, at 3:03 PM, Jochen Moeller wrote:
> Hi,
>
> so it is programmatically still not possible to give the key focus to a view
> with -makeFirstResponder: when a text field cell is selected in a matrix.
> Therefore I submitted a bug report with Bug ID# 8231732.
I notice that in yo
Hello,
I creted an IB Palette for control with CALayer I animate.
This layer is a sublayer of the [control layer].
Control works normally in the IB, the IB Simulator and also in my test
application.
When I use this control as a NSToolbarItem item of NSToolbar, drawLayer: in my
delegate is never
A problem which is driving me spastic:
I have an NSBrowser that allowes multiple selection.
When I double click one of the selected items, all other selected
items deselect.
I have set the doubleaction and action methods and correct target.
These are called AFTER the deselection.
I have tried t
Hi,
so it is programmatically still not possible to give the key focus to a view
with -makeFirstResponder: when a text field cell is selected in a matrix.
Therefore I submitted a bug report with Bug ID# 8231732.
My workaround is to replace the matrix by single text field objects.
Regards,
Joc
I personally wouldn't use exceptions to handle what are basically known coding
bugs, e.g., choosing not to add an extra line or two of code to do range
checking when you know ahead of time that there are strings that you don't
consider valid.
And whether or not you continue using your current e
11 matches
Mail list logo