leo.r
Community Expert
leo.r
Community Expert
Activity
‎Aug 09, 2020
05:13 PM
Thanks Michael, I just checked - and they have the same color profile: Display
... View more
‎Aug 08, 2020
07:50 PM
This issue happens when taking a window screenshot and copying it (instead of saving to file): Shift-Ctrl-Cmd-4 > press space key > click to copy screenshot. If you then paste the screenshot into Photoshop, the window shadow almost disappears. No such issue when pasting to Preview - shadow remains intact. If I save screenshot to file (instead of copying), then open the file in Photoshop, the shadow is correct. This behavior started a few years ago. Prior to this I could paste screenshots with no issues. It's not the end of the world as I still can just open the file - but it would be nice to skip this step as back in the day. I wonder if anyone knows why it happens and if there's a solution? Thanks, Leo
... View more
‎Sep 27, 2019
09:06 PM
1 Upvote
P.S. oops obviously uncomment 'do javascript js' in the end
... View more
‎Sep 27, 2019
08:39 PM
1 Upvote
you need to escape all quotes in the script. as to path to external file then i couldn't make it work either. tell application "Adobe Photoshop CC 2019" set js to "var idImgS = charIDToTypeID( \"ImgS\" ); var desc764 = new ActionDescriptor(); var idWdth = charIDToTypeID( \"Wdth\" ); var idPrc = charIDToTypeID( \"#Prc\" ); desc764.putUnitDouble( idWdth, idPrc, 50.000000 ); var idscaleStyles = stringIDToTypeID( \"scaleStyles\" ); desc764.putBoolean( idscaleStyles, true );//scale styles here var idCnsP = charIDToTypeID( \"CnsP\" ); desc764.putBoolean( idCnsP, true ); var idIntr = charIDToTypeID( \"Intr\" ); var idIntp = charIDToTypeID( \"Intp\" ); var idbicubicSharper = stringIDToTypeID( \"bicubicSharper\" ); desc764.putEnumerated( idIntr, idIntp, idbicubicSharper ); executeAction( idImgS, desc764, DialogModes.NO );" --do javascript js end tell
... View more
‎Sep 27, 2019
08:38 PM
1 Upvote
umm i don't know what's up with the Reply function on this forum... I'll try to repost.
... View more
‎Sep 27, 2019
08:37 PM
you need to escape all quotes in the script. as to path to external file then i couldn't make it work either. tell application "Adobe Photoshop CC 2019" set js to "var idImgS = charIDToTypeID( \"ImgS\" ); var desc764 = new ActionDescriptor(); var idWdth = charIDToTypeID( \"Wdth\" ); var idPrc = charIDToTypeID( \"#Prc\" ); desc764.putUnitDouble( idWdth, idPrc, 50.000000 ); var idscaleStyles = stringIDToTypeID( \"scaleStyles\" ); desc764.putBoolean( idscaleStyles, true );//scale styles here var idCnsP = charIDToTypeID( \"CnsP\" ); desc764.putBoolean( idCnsP, true ); var idIntr = charIDToTypeID( \"Intr\" ); var idIntp = charIDToTypeID( \"Intp\" ); var idbicubicSharper = stringIDToTypeID( \"bicubicSharper\" ); desc764.putEnumerated( idIntr, idIntp, idbicubicSharper ); executeAction( idImgS, desc764, DialogModes.NO );" --do javascript js end tell
... View more
‎Sep 27, 2019
07:56 PM
Thanks - yes I tried it and I can run it from AppleScript
... View more
‎Sep 27, 2019
07:51 PM
Thanks Chuck, I can run it from AppleScript and it works! Better than nothing - but I hope that Adobe will listen and give us the Scale Styles option as a regular AppleScript parameter.
... View more
‎Sep 27, 2019
01:18 PM
The "resize image" command in AppleScript performs the Image Size command in Photoshop. However, with the AppleScript's command, the Scale Styles option is not enabled. Which, obviously, leads to undesired results in many cases. Unless I'm missing something, there's no way to enable the Scale Styles option in AppleScript. So I hope Adobe can add this parameter to the "resize image" command in AppleScript. Thanks, Leo
... View more
‎Oct 15, 2018
03:30 PM
Thanks Jon, Resetting preferences (by holding down Cmd + Option + Shift while launching Dreamweaver) solved the issue. All files now open with their current split settings. Thanks again for your help!
... View more
‎Oct 15, 2018
02:12 PM
Thanks for the suggestion, Jon. However, I just tried it and it didn't make any difference - the split view state is not saved.
... View more
‎Oct 15, 2018
01:47 PM
Yes I did
... View more
‎Oct 15, 2018
01:25 PM
All my files are set to Split Vertically, Design view on the right. DW 2019 opens all files as Split Horizontally. After changing the Split settings, they are not saved when closing the files. The files are still open as Split Horizontally. I'm back to CC 2018 (which initially had the same issue when released). macOS 10.14
... View more
‎Aug 05, 2018
11:30 PM
3 Upvotes
Hi all, As the developer of Output Factory I'd like to follow up on this: Dan contacted me and we sorted out the issue. There's no bug. Output Factory has an option to save page range within individual workflows (whether it's All pages or a specific range). Once Dan checked this option, each workflow was executed with its specific page range as required. If this option is unchecked, each workflow will be executed with the page range set in the first workflow. If you have any questions, please feel free to contact me via our contact page Solutions for Adobe InDesign, Graphics, Print & File Delivery | Zevrix Solutions Thanks, Leo
... View more
‎Mar 11, 2018
09:41 PM
First, I'd like to congratulate Adobe, as well as all of us, on the release of the new Adobe Exchange! I hope it will be a success for all parties involved. Now may I submit a suggestion: I believe that the screenshots in product listing are now next to useless because they're just too small (unless I'm missing something). (It's possible to enlarge the entire browser page to see bigger images, but most users won't do this). I think that users should be able to click those small previews to see the enlarged version of the picture. Thanks, Leo
... View more
‎Dec 01, 2017
05:43 PM
Nancy, I attached a screenshot that illustrates the issue. Regarding, your advice to edit the LESS file, there are several issues: -First, even the notion that users now have to learn how to edit some cryptic text files is absolutely disturbing. We already had perfect GUI for code coloring in DW 2015. Thanks to implementation of Brackets in DW 2017, users lost some essential functionality and lost the ability to edit code coloring in human oriented way - while gaining absolutely nothing. -There's indeed a method, suggested by another user, how to change tag highlighting color for some acceptable results - but only for the light color schemes. There's no known way to change it for the dark color scheme like in my screenshot - and which I (and many other users) were using for years. If you know of such method, please let us know - it will be greatly appreciated. -There's still no way to disable this tag highlighting - which, even when it preserves code coloring, is an annoying and unnecessary feature for many users. -And as a cherry on top: editing LESS files doesn't even work in DW 2018 - I filed a bug for this. I have to use DW 2017 to change code appearance to at least something acceptable. Like I mentioned, the loss of time and productivity thanks to downgrading Dreamweaver's code coloring has been significant. For self-employed people like me it translates directly in loss of money. And all this is funded by our subscription payments. I'd like to emphasize again that I'm referring strictly to Dreamweaver development team, not Adobe in general. Dreamweaver team let their users down. This frustration accumulated during more than a year of us, users, asking the team to restore basic essential functionality we had in earlier versions.
... View more
‎Nov 30, 2017
11:51 AM
thanks Nancy, but this is only partially correct, unfortunately. there's no way to disable the disastrous tag highlighting. and we had this option in Preferences in DW 2015. isn't it astonishing that: -in the year 2017 we have to edit a text file instead of using the GUI - like we could in previous versions -important features are being REMOVED from DW, resulting in significant loss of time and productivity (which my experience confirms, as well as of other users on this and other forums). I'm referring to tag highlighting and the ability to easily edit the code coloring schemes via GUI - like we could in DW 2015 all of this is supported by our subscription payments. while other Adobe teams, such as InDesign, Illustrator and Photoshop, are working hard to make their products better with each new release, the situation with Dreamweaver appears to be exactly the opposite, sadly.
... View more
‎Oct 08, 2017
11:55 AM
Thanks Davide, ZXPSignCmd worked! I wasn't aware of this tool until I visited your website.
... View more
‎Oct 07, 2017
08:39 PM
Thanks Davide! My version of ucf.jar is dated December 12, 2012. I wonder if yours is more recent? Before posting here, I wanted to check if I have the latest version of ucf.jar which I successfully used on earlier systems to package products that support CS6-CC 2015 (the last time I cared to update on Add-ons was over a year ago). All links to ucf.jar on Adobe pages seems to be gone. The only links I found were on your helpful website - but they didn't work either, redirecting instead to the current Adobe homepage. Which means to me that this version of ucf.jar is officially abandoned by Adobe. On the other hand, in their recent email regarding the new Exchange, Adobe tells us to "continue to submit updates" to Add-ons. I wonder how do they expect us to submit updates if they officially abandoned the current packaging tools. In any case, I guess we'll get more info from Adobe once the new Exchange goes live. Or is there some updated info regarding packaging tools that I'm missing? Thanks, Leo
... View more
‎Oct 06, 2017
11:09 PM
Trevor, thanks for the info. Do you know if the old command line tool, ucf.jar, is now obsolete and we should wait for a new one? I used it in the past but didn't touch for over a year by now. I tried it again today on macOS High Sierra - and it's either produces a bunch of errors or does nothing.
... View more
‎Jul 25, 2017
01:24 PM
Thanks JointyJr, I submitted this issue as a bug. Leo
... View more
‎Jul 24, 2017
10:37 PM
Update: I quit InDesign and reinstated the original "InDesign Defaults" file - the one I had before running the "cleanup" routines. Now the palettes that came up do respond to mouse clicks in their iconized state. These are the palettes I need - and I don't push my luck any further lol. At this point I'm not going to check if other workspaces work as expected out of fear that whatever I have now will stop working again. Thanks, Leo
... View more
‎Jul 24, 2017
06:18 PM
Thanks Aman, But unfortunately I don't have much positive to report back. I tried both methods - manually remove data files, as well as with the keystroke combo on launch. As a result I experience total mess which I'm not even sure how to describe. If I create my own empty workspace, some palettes just don't show up when I select them from the Window menu: for example, Info and Links (the ones that I need most, of course). Some other do show up. If I try to select a pre-defined workspace, the result is unpredictable: some workspaces do show up, and with others InDesign just blinks and doesn't show any palettes. When I do manage to show a workspace, some iconized palette groups respond to mouse clicks - but some don't. The rightmost palette group never respond to mouse clicks. For many years of working with InDesign never saw anything like this. Cheers, Leo
... View more
‎Jul 23, 2017
10:14 PM
Palettes in iconized state stopped responding to mouse clicks (see screenshot). I have to either expand them all, or detach a panel from the group to be able to use them. I did a brief search and it looks like other users also have this issue - but I didn't find any solution. I didn't have this problem in previous InDesign versions. Any ideas? Thanks for any help, Leo
... View more
‎Jul 10, 2017
08:44 AM
thanks Aman - will do.
... View more
‎Jul 08, 2017
07:57 PM
Dear Adobe, The popup menus in the new InDesign UI do NOT look like popup menus. They look like EDITABLE TEXT FIELDS. I've been using InDesign for over 15 years. And yet I recently opened the PDF export dialog - and was staring at the preset name thinking - why I can't change the preset anymore? Should I type something? Where the hell I am? Until I noticed that tiny arrow in the distance. That arrow, btw, still doesn't clearly indicate that it's a popup menu. The control still looks like a combo box - that is, a text field with a popup menu where user can either edit the text or select a value from the menu. All because the control background is white - which is a feature of EDITABLE TEXT FIELDS. Like really how much brainstorming was involved in this UI change? Cheers, Leo
... View more
‎Jul 08, 2017
07:39 PM
If you're interested in a commercial product, then our Output Factory can do what you need - and much, much more: http://zevrix.com/OutputFactory.php Please don't hesitate to contact me with any questions. Sincerely, Leo Revzin -- Zevrix Solutions Solutions for Graphics, Print & File Delivery www.zevrix.com
... View more
‎Dec 20, 2016
01:53 PM
3 Upvotes
I agree completely, Dean. Nothing short of fully restoring the human-oriented, UI based code coloring functionality we already had in DW 2015 is acceptable. I attached two screenshots from DW 2015. Instead of this, Adobe now offers us to spend enormous time and effort to "understand selectors", download another utility that helps learning it, and then edit by hand some bizarre code - complete with the joy of typing color values rather than selecting them from a picker. I hope that it was just a first step to restore the original functionality - and it's totally understandable that Adobe couldn't come up with anything better during this short time. And it's also obvious that Adobe does listen to us. Until then I'm happily back to DW 2015 - which already has a great color scheme I don't even need to edit anyway.
... View more
‎Nov 15, 2016
11:35 PM
2 Upvotes
With some delay: thanks Preran! I'm the original poster - and yes this "feature" is sure causing me distress and sorrow. Like another poster mentioned, it's extremely distracting when editing the code. I'm sure there are some uses for this feature, but it's beyond comprehension why Adobe would suddenly introduce it without an option to disable it. Just looking - fruitlessly - for such essential option caused me some serious waste of time. For example, Text Wrangler (a free text editor) has a similar feature - naturally with an option to disable it in the Preferences (see screenshot). This issue alone will cause me to switch back to DW 2015. In any case, thanks again for your attention to this post. I'll submit the feature request as you suggested. Leo
... View more
‎Nov 07, 2016
09:56 AM
Thanks for the explanation, Jon. That makes sense.
... View more