Search found 7 matches

by Vlad
Tue Jun 23, 2020 2:34 am
Forum: Photoshop Scripting - General Discussion
Topic: mac address
Replies: 5
Views: 6048

Re: mac address

Using a Mac address maybe not the best option though. It's better to use UUID of the user computer.
by Vlad
Mon Jun 22, 2020 10:29 pm
Forum: Help Me
Topic: Timeline and Action Manager
Replies: 0
Views: 2162

Timeline and Action Manager

Hi, I've been playing with Action Manager recently :shock: and got stuck (not really but anyway). I can't figure out where to get the 'timeline' object to inspect it. I inspected the whole application class but haven't found anything related to the timeline. Am I missing something? I found on Adobe ...
by Vlad
Sat Oct 12, 2019 5:14 pm
Forum: Flex, Flash & CS SDK: General Discussion
Topic: How to clear localStorage after deleting an Extension?
Replies: 4
Views: 11292

Re: How to clear localStorage after deleting an Extension?

Thank you, Marek, this is exactly what I was looking for. In macOS this path is /Users/username/Library/Caches/CSXS/cep_cache/ . What's more, I found one more issue regarding this type of storing data. If someone using such a program like CleanMyMac or CleanMyPC. These programs clean the system cach...
by Vlad
Mon Oct 07, 2019 11:05 am
Forum: Flex, Flash & CS SDK: General Discussion
Topic: How to clear localStorage after deleting an Extension?
Replies: 4
Views: 11292

Re: How to clear localStorage after deleting an Extension?

Thank you for the answer, Marek. This will be no problem if I would know where this folder(data) sits in the file system Win/macOS. As you said, for now, I can only delete it with a script within Photoshop. But if, say, I have the ability to uninstall the app through the standard Windows uninstaller...
by Vlad
Sun Oct 06, 2019 1:31 pm
Forum: Flex, Flash & CS SDK: General Discussion
Topic: How to clear localStorage after deleting an Extension?
Replies: 4
Views: 11292

How to clear localStorage after deleting an Extension?

Hello, my question is how do I delete a localStorage content after deleting an Extension for CC2015 and higher? I realized that after I deleted the Extension the local storage is sill present. I know that I can clear it through the CSInterface but that is not what I want because I want to clear it, ...
by Vlad
Wed Jul 25, 2018 3:51 pm
Forum: Help Me
Topic: Prevent to showing up an Action error dialog during execution
Replies: 3
Views: 6859

Re: Prevent to showing up an Action error dialog during execution

Thank you very much for your reply. This is an interesting script, however, it doesn't solve the problem I have. I'll try to explain more accurately what I'm trying to do. The next example is just the example and not a real action that I have, but it will give the point. For example, I have an actio...
by Vlad
Tue Jul 24, 2018 8:25 pm
Forum: Help Me
Topic: Prevent to showing up an Action error dialog during execution
Replies: 3
Views: 6859

Prevent to showing up an Action error dialog during execution

I've spent a decent amount of time trying to handle the next thing. I run some Action using a script and I want to prevent showing any error messages( like "Command Apply is not currently available ..." ) that could happen during the process. When an error throws I don't want to see the me...