Constantin Maier
My feedback
-
2 votes
Constantin Maier supported this idea ·
An error occurred while saving the comment -
177 votesUnder Review · 44 comments · Premiere Pro » User experience/interface · Flag idea as inappropriate… · Admin →
Constantin Maier supported this idea ·
-
291 votesUnder Review ·
AdminPatrick Palmer (Director of Product Management, Pro Video and Motion Design, Adobe DVA) responded
All,
first of all I wanted to thank everyone for making this a productive conversation over the last couple of days.
As several people responded to my comment about keeping the tone civilised, I need to dwell on that for a minute. Please hear me out, this is important to everyone on my crew and I hope it will be to you.
Saying that we shouldn't be surprised when things get heated is very problematic in my opinion. How do you expect a junior person on my team to respond to a technical question when it is combined with something that can easily be described as hate speech? How do you think we can actually come together on actual issues when there's already the assumption that we're a big faceless corporation, not even listening to our customers?
People on my team have received threats. I've been there over the years,…
An error occurred while saving the comment Constantin Maier commented
I agree. The new interface seems to be unnecessarily difficult to use and less intuitive than the old one. I'd prefer for the old interface to come back.
Constantin Maier supported this idea ·
-
677 votesIn Progress ·
AdminFergus Hammond (Product Manager, Video & Audio Cloud Workflows, Adobe DVA) responded
We are actively working on this feature. I don't have a date to share yet but I'll update this message when I do.
Constantin Maier supported this idea ·
-
693 votes
This is something we are looking into. Thanks for the feedback.
Constantin Maier supported this idea ·
-
101 votes
Constantin Maier supported this idea ·
-
187 votes
Constantin Maier supported this idea ·
-
3 votes
Constantin Maier supported this idea ·
-
17 votes
Constantin Maier supported this idea ·
-
19 votes
Constantin Maier supported this idea ·
-
19 votes
Constantin Maier supported this idea ·
-
19 votes
Constantin Maier supported this idea ·
-
27 votes
Constantin Maier supported this idea ·
-
28 votes
Constantin Maier supported this idea ·
-
33 votes
Constantin Maier supported this idea ·
-
110 votes
Constantin Maier supported this idea ·
-
74 votes
Constantin Maier supported this idea ·
-
11 votes
Constantin Maier supported this idea ·
-
18 votes
Constantin Maier supported this idea ·
-
34 votes
An error occurred while saving the comment Constantin Maier commented
Yes, this should be done! And it also seems like something that should be easy to implement.
Constantin Maier supported this idea ·
Maybe there is a workaround by using "app.project.showWindow()"?
Now, showing the project window does not necessarily make it active if it's already shown. However, when you hide it first and then show it again, it will be active:
app.project.showWindow(false);
app.project.showWindow(true);
Nevertheless, I agree, a dedicated way to do it would be nice!
Also, I'm not aware of a way to set the timeline panel active which would be very helpful as well.