c_jk
My feedback
6 results found
-
1 vote
An error occurred while saving the comment c_jk shared this idea ·
-
37 votes
We have the fix available in the latest release. Please update Illustrator using Adobe Creative Cloud application to the latest build for version Illustrator CC 23.0.2
Please refer to our knowledge base FAQ – https://illustrator.uservoice.com/knowledgebase/articles/1844590 if you face difficulty in update.
Or get in touch with us at any of the other support channels – https://helpx.adobe.com/support.htmlWarm Regards,
Ashutosh Chaturvedi | Sr. Quality Engineering Manager – Illustrator
Adobe. Make It an Experience.An error occurred while saving the comment c_jk commented
Found a resolution to the vbscript problem.
This is nowhere in the documentation( tx adobe!) , but references must be as follows for vbscript success in CC 2019:Set appRef = CreateObject("Illustrator.Application.CC.2019")
Set appRef = CreateObject("Photoshop.Application.130")c_jk supported this idea ·
An error occurred while saving the comment c_jk commented
This is still broken for VBScript Type Library. Illustrator version 23.0.6.
"ActiveX component cant create object" when creating reference.
Set appRef = CreateObject("Illustrator.Application") -
640 votes
Here we go, the first Beta version with the Dimension tool. Still very basic, but more features are to come. Please try the Beta 27.7 (available in the Beta section in your Creative Cloud Desktop application), test the tool and give the team your feedback here in comments. and refer to roadmap to see what will be added later.
An error occurred while saving the comment c_jk commented
This would be a really awesome feature.
This would need to be in illustrator. They would need to be 'live'.
Regarding what dimension types and settings are appropriate, the 3rd party plugin CadTools would be a good baseline.
The problem with cadtools is the buggyness and unexpected results/ crashes that i am sure adobe could get rid of if writing the code native to their system.
An error occurred while saving the comment c_jk commented
this tool would be a huge advantage.
I would like to see the horizontal/ vertical/ diagonal/ radius dimensions as suggested already.
, but also a 'universal scaling tool' for the dimensions, that allows the arrows/ lines/ text to be scaled to the appropriate size. One of the most frustrating parts of the CADTools plugin is that you need to define presets for all different sizes of artwork, and it takes about 5 clicks to get through changing presets.c_jk supported this idea ·
-
694 votes
It is not as straightforward as it may sound :) We have been working to take advantage of threads and other hardware such as GPU/Video RAM in places where it can make a higher impact. We are prioritizing areas that are slow instead of making a generic change and destabilizing the product. Product stability is the top priority for us and we have been consistently trying to improve it. We want to move with caution and make changes without compromising on the quality. Hope this helps.
c_jk supported this idea ·
-
10 votes
c_jk shared this idea ·
-
939 votesCompleted (Comments Open) ·
AdminSanjit Samanta (Senior Product Manager, Adobe Illustrator) responded
Dear Users,
We have launched this feature in the latest release of Illustrator, 24.2. I request you to try out this feature and give us your feedback.
Thanks,
SanjitAn error occurred while saving the comment c_jk commented
Awesome to hear this is on the road map. I've seen a number of production errors due to this limitation in Illustrator.
c_jk supported this idea ·
Found a resolution to this problem.
This is nowhere in the documentation( tx adobe!) , but references must be as follows for vbscript success in CC 2019:
Set appRef = CreateObject("Illustrator.Application.CC.2019")
Set appRef = CreateObject("Photoshop.Application.130")