Search found 38 matches

by Jaroslav Bereza
Sun Jan 01, 2017 2:13 am
Forum: Help Me
Topic: Viewless document - examples?
Replies: 6
Views: 8331

Re: Viewless document - examples?

I did some research and I am pretty sure that there is not any next stringID which contains word "viewless" List of files which contains this word: http://sklad.bereza.cz/00-jarda/00_screenshot/2017-01-01_022805.jpg Last three results means that this word exists in English dictionary where...
by Jaroslav Bereza
Sun Jan 01, 2017 1:23 am
Forum: Help Me
Topic: Viewless document - examples?
Replies: 6
Views: 8331

Re: Viewless document - examples?

The biggest mystery for me is, how to target viewless document and perform there any action.
I have no idea how to use documenId to rarget actions into this document.

I suppose that I can have open multiple viewless at once and with rawType Id I can target viewless document which I want.
by Jaroslav Bereza
Sat Dec 31, 2016 11:48 am
Forum: Help Me
Topic: Viewless document - examples?
Replies: 6
Views: 8331

Re: Viewless document - examples?

If I open document, I get descriptor as return value, but it seems, that descriptor contains only limited informations about document. Or maybe your script can't see everything? Most weird thing is that document ID is Raw-type. Result: [object Object] { "height": { "stringID": &q...
by Jaroslav Bereza
Thu Dec 29, 2016 2:59 pm
Forum: Help Me
Topic: batch-name photoshop files from an Exce
Replies: 1
Views: 3634

Re: batch-name photoshop files from an Exce

How looks rules for renaming? How excel file looks like?
by Jaroslav Bereza
Tue Dec 27, 2016 8:12 pm
Forum: Photoshop Scripting - General Discussion
Topic: Twitter Bootstrap in Adobe extension?
Replies: 1
Views: 4279

Re: Twitter Bootstrap in Adobe extension?

Yes but only in Photoshop panels. Photoshop panel is almost same as <Iframe> in Chrome. Anything you can do in Chrome <Iframe> you can do in PS panels. You can do modal dialogs but these dialog always will be inside this frame.
by Jaroslav Bereza
Tue Dec 27, 2016 7:49 pm
Forum: Help Me
Topic: Change antialiasing on all text-layers
Replies: 1
Views: 3443

Re: Change antialiasing on all text-layers

Try this: // ======================================================= var idselectAllLayers = stringIDToTypeID( "selectAllLayers" ); var desc37 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref9 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr ...
by Jaroslav Bereza
Tue Dec 27, 2016 7:42 pm
Forum: Help Me
Topic: Viewless document - examples?
Replies: 6
Views: 8331

Viewless document - examples?

I am looking for more examples how to work with viewless document . Viewless document is document which is like open document, but can't be seen in Photoshop and can't be seen in DOM. But you should be able work with it via action manager code. Because it is invisible, it has great performance. And ...
by Jaroslav Bereza
Tue Dec 27, 2016 7:28 pm
Forum: Help Me
Topic: Collapse all "FX-Layer Style" downdowns in layers palette?
Replies: 3
Views: 3868

Re: Collapse all "FX-Layer Style" downdowns in layers palette?

You can record menu item which collapse everything including FX.
https://feedback.photoshop.com/photosho ... in_actions

Or maybe you could change settings, so newly created styles won't have expanded styles. Then you could revert settings.