Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Cannot select images

Comments

11 comments

  • NNN636507601734752239
    Any idea what can be wrong? It's very annoying that I cannot use mouse to move between images.
    0
  • Permanently deleted user
    Hi,

    What about the other applications ? As it looks to be more an OS issue than a misfunctioning of Capture One.
    Robert
    0
  • NNN636507601734752239
    [quote="tenmangu81" wrote:
    What about the other applications ? As it looks to be more an OS issue than a misfunctioning of Capture One.
    Robert

    Why does it look like an OS issue? Cursor shape and image selection is handled by the application.
    0
  • Permanently deleted user
    [quote="NNN636507601734752239" wrote:
    [quote="tenmangu81" wrote:
    What about the other applications ? As it looks to be more an OS issue than a misfunctioning of Capture One.
    Robert

    Why does it look like an OS issue? Cursor shape and image selection is handled by the application.


    It seems to me that cursor shape and location is managed by the OS, and image selection by C1.
    But maybe I misunderstand what you mean by "cursor" ?
    0
  • NNN636507601734752239
    [quote="tenmangu81" wrote:
    [quote="NNN636507601734752239" wrote:
    Why does it look like an OS issue? Cursor shape and image selection is handled by the application.


    It seems to me that cursor shape and location is managed by the OS, and image selection by C1.
    But maybe I misunderstand what you mean by "cursor" ?


    Nope. An application manages cursor shape. Unfortunately I cannot attach an image here, but here is how cursor is set:

    - (void)mouseEntered:(NSEvent *)event
    {
    [super mouseEntered:event];
    [[NSCursor pointingHandCursor] set];
    }

    - (void)mouseExited:(NSEvent *)event
    {
    [super mouseExited:event];
    [[NSCursor arrowCursor] set];
    }

    However I cannot even find the shape that I see in the standard cursor enumerator https://developer.apple.com/documentati ... t/nscursor It's probably a custom one created by PhaseOne.
    0
  • Permanently deleted user
    My cursor in Capture One (for selection) is exactly the same, generic, as the one I have in any other application or when I move the mouse in this forum page, for instance ❓
    0
  • NNN636507601734752239
    [quote="tenmangu81" wrote:
    My cursor in Capture One (for selection) is exactly the same, generic, as the one I have in any other application or when I move the mouse in this forum page, for instance ❓

    Thats means you have no problem and you do not know how to fix this. I wish I had a response from Capture One support.
    0
  • SFA
    [quote="NNN636507601734752239" wrote:
    [quote="tenmangu81" wrote:
    My cursor in Capture One (for selection) is exactly the same, generic, as the one I have in any other application or when I move the mouse in this forum page, for instance ❓

    Thats means you have no problem and you do not know how to fix this. I wish I had a response from Capture One support.


    Did you create a Support Case?

    This is intended to be a User to User forum - no official support from the C1 team here but personalised Support if you create a case.
    0
  • NNN636507601734752239
    Damn! I found what happened. There is a selection of tool on top. Somehow I accidentally clicked on a tool, next to White Picker. It's called "Apply Adjustments". That's why I could not select.
    0
  • Permanently deleted user
    [quote="NNN636507601734752239" wrote:
    Damn! I found what happened. There is a selection of tool on top. Somehow I accidentally clicked on a tool, next to White Picker. It's called "Apply Adjustments". That's why I could not select.


    😄
    Happy you solved your problem !!
    Robert
    0
  • Permanently deleted user

    Solved mine too. Thanks.

     

    0

Post is closed for comments.