Search found 5 matches
- April 4th, 2014, 3:13 pm
- Forum: Scripts Discussion
- Topic: system.callSystem and clipboard not working
- Replies: 3
- Views: 18724
system.callSystem and clipboard not working
Hi all I know this issue has been previously discussed in this forum, but it had no response. So I ask again. The problem is that the usual Windows "copy to clipboard" command doesn't work via AE. echo string | clipboard does work in command.exe, but if you call the same process via system...
- March 2nd, 2014, 12:43 pm
- Forum: Scripts Discussion
- Topic: system.callSystem problem
- Replies: 1
- Views: 9618
Re: system.callSystem problem
Hi tapsystem
I was trying to execute the same task (copy to clipboard from AE) and I am having exactly the same problem. I've only realized that the problem involves the vertical bar (|). Did you get any satisfying result?
Thanks,
Edu
I was trying to execute the same task (copy to clipboard from AE) and I am having exactly the same problem. I've only realized that the problem involves the vertical bar (|). Did you get any satisfying result?
Thanks,
Edu
- June 6th, 2013, 12:52 am
- Forum: Scripts Discussion
- Topic: group with backgroundColor doesn't show in Script UI
- Replies: 3
- Views: 13549
Re: group with backgroundColor doesn't show in Script UI
Thanks for checking it in CS5.5!
- June 5th, 2013, 12:32 pm
- Forum: Scripts Discussion
- Topic: group with backgroundColor doesn't show in Script UI
- Replies: 3
- Views: 13549
group with backgroundColor doesn't show in Script UI
hi everyone I'm having a strange problem. I'm working on CS5 Windows and I know that this problem doesn't affect CS6. No idea about CS5.5. This is the issue. I create a UI with several Groups with a backgroundColor set. If it runs as a Window, there's no problem. But if it runs as a Panel, the group...
- December 12th, 2012, 3:40 am
- Forum: Script requests
- Topic: Convert all layers to editable text
- Replies: 4
- Views: 16494
Re: Convert all layers to editable text
I've been working on a similar script as a part of a bigger one. I've seen in new CS6 scripting guide that there's a new function: compItem.openInViewer(). Unfortunately, I use CS5, so I cannot try it. My question is if it is possible to use openInViewer() to make Paul Tuersley's script work? Just m...