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") -
675 votes
We have done further updates to Dimension tool with recently released version - 28.3
You can create and use your custom scale for dimension, hide or show units on dimensions and dimensions are now sticky to the object - they transform as well when you transform the object.
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 ·
-
761 votesStarted (Available in Beta) ·
AdminAvinash Singh Kotwal (Principal Product Manager, Adobe Illustrator) responded
Adobe Illustrator's Multithreading Journey Begins!
Dear Illustrator Community,
I'm thrilled to announce that we've embarked on an exciting journey to bring multithreading capabilities to Adobe Illustrator. This significant undertaking will enhance performance and responsiveness across various aspects of the application.
While this is a complex process that will take some time to fully implement, I wanted to share our progress so far.
Our Approach
We've strategically begun by focusing on the most computationally intensive operations—those that typically take more time and block the main thread, resulting in slower response times while you work. By moving these operations to separate threads, we aim to significantly improve your overall experience with Illustrator.
It's important to note that you may see more noticeable impact in some areas than others initially. However, we want to assure you that this is just the beginning, and we will continue this journey to bring improvements across…
c_jk supported this idea ·
-
10 votes
c_jk shared this idea ·
-
998 votes
Thank you for sharing your thoughts—we truly value your feedback! We're excited to invite you to help shape the future of this feature. Would you like to be among the first to experience our early alpha test? Fill out this quick survey to secure your spot and play a crucial role in building something amazing with us. Your input makes all the difference!
https://survey.adobe.com/jfe/form/SV_6fGjEf09Sj4FJSC
An 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")