Cannot select images
Something happened to my Capture One for Sony. Suddenly something happened and I cannot switch between shots. As soon as I move mouse to the image I want to edit, it turns into a weird large arrow that points to left bottom side. That is very annoying. I can still switch between images if I switch to another application and then click on an image, but then I can only change selected image using keyboard arrows. Actually when I was typing this message, I managed to somehow switch to a "normal" mouse arrow, but then it switched back. I cannot find a specific reason why this happens. Can someone help me, please? It is very annoying. I tried to restart Capture One, restart my Mac, but nothing helps.
0
-
Any idea what can be wrong? It's very annoying that I cannot use mouse to move between images. 0 -
Hi,
What about the other applications ? As it looks to be more an OS issue than a misfunctioning of Capture One.
Robert0 -
[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 -
[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 -
[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 -
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 -
[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 -
[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 -
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 -
[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 !!
Robert0 -
Solved mine too. Thanks.
0
Post is closed for comments.
Comments
11 comments