Opened 7 years ago

Closed 8 weeks ago

#13174 closed enhancement (fixed)

[CodyCam] fix incorrect use of Layout API (easy)

Reported by: diver Owned by: humdinger
Priority: normal Milestone:
Component: Applications/CodyCam Version: R1/Development
Keywords: hidpi Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by diver)

Attachments (1)

codycam.png (55.3 KB ) - added by diver 7 years ago.

Download all attachments as: .zip

Change History (21)

comment:1 by CodeforEvolution, 7 years ago

I looked in CodyCam'ams code and it seems to already be using the layout API, or did I accidentally miss a section of code?

Version 0, edited 7 years ago by CodeforEvolution (next)

comment:2 by diver, 7 years ago

Hmm, this is odd. I can't reproduce GUI problems (overlapping) in vmware with 24pt. font but it looks messed up on real hw with HiDPI. The same with #13164 and #13166. The only difference is resolution.

comment:3 by CodeforEvolution, 7 years ago

In that case, I'd assume it must be a general problem with sizing when using HiDPI displays. In that case, support for HiDPI is going to have to be implemented in some form eventually...

comment:4 by diver, 7 years ago

Description: modified (diff)

by diver, 7 years ago

Attachment: codycam.png added

comment:5 by diver, 7 years ago

Owner: changed from mmu_man to humdinger
Status: newassigned

comment:6 by diver, 7 years ago

Description: modified (diff)

comment:7 by axeld, 7 years ago

CodyCam is using the layout API, but it is using it incorrectly; the BBox comes with its own layout that makes sure the label is taken into account. However, the code sets a new layout on the BBox, causing the issue -- it uses a hard coded top offset that hides this bug in the 'normal' font size case.

comment:8 by pulkomandy, 7 years ago

And the fix, if anyone wants to tackle it, is to add an extra BView as the BBox only children, add the grid layout to that, and add the children there.

comment:9 by pulkomandy, 7 years ago

Summary: [CodyCam] rewrite to use Layout API[CodyCam] fix incorrect use of Layout API (easy)

comment:10 by diver, 7 years ago

Does hrev50853 also fix Video source view alignment?

comment:11 by humdinger, 7 years ago

Not sure what exactly you mean. The top box that's supposed to show the video source is centered horizontally in the window. It keeps centered when resizing the window.

comment:12 by diver, 7 years ago

Shouldn't it spread horizontally across the window or its geometry supposed to be like that?

comment:13 by humdinger, 7 years ago

I guess we'll only know if we get support for a real video source... if it can stretch, we can re-enable vertical resizing and scale the video box. Until then it's fixed size and aspect.

comment:14 by pulkomandy, 7 years ago

The video view should rescale when it manages to find a video source. You need one of the working "sonix" webcams, or I can send you a patched UVC driver, which somewhat works (shows only a black area for me, but at least it detects the webcam) for testing.

comment:15 by humdinger, 7 years ago

Sure PulkoMandy, I can give it a try. Maybe upload it somewhere.

comment:16 by Naba7, 5 years ago

I am taking up this issue.I am participating in OUTREACHY. Cc: Naba7

comment:17 by amanbora, 4 years ago

Hi, I would like to work on this issue, I'm new to Haiku so i might need some guidance.

comment:18 by pulkomandy, 4 years ago

Let us know what you need help with. It may be a good idea to join the IRC channel (#haiku on freenode) for realtime chat, see https://www.haiku-os.org/community/irc

comment:19 by diver, 4 years ago

Keywords: hidpi added

comment:20 by nephele, 8 weeks ago

Milestone: Unscheduled
Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.