Search found 7 matches

by James VM
October 25th, 2022, 2:37 pm
Forum: Scripts Discussion
Topic: How to lock/freeze the column widths of a listbox?
Replies: 0
Views: 9440

How to lock/freeze the column widths of a listbox?

Hi, I'm able to create a listbox with sub items, and set the columnWidths to eg [100,400,150] However if any sub item text is too wide, the column width automatically changes to fit. Is there any way to stop this? I've tried setting the columnWidths again after each sub item is updated, but it doesn...
by James VM
November 19th, 2021, 4:51 pm
Forum: Scripts Discussion
Topic: Renaming a Slider or Dropdown
Replies: 1
Views: 12245

Re: Renaming a Slider or Dropdown

Change to var temp = boxLayerSlider.name = "This Is My New Slider Name"; You don't need either of them because property(1) is selecting the first property of the slider (moving down in the hierarchy) and propertyGroup(1) is moving up the hierarchy, back to where you were before. The strang...
by James VM
December 15th, 2019, 2:40 pm
Forum: Script requests
Topic: SDK - access path points and bezier handles
Replies: 0
Views: 17775

SDK - access path points and bezier handles

Hi, i'm writing a plugin and need to access the points data from a mask path. Appreciate this isn't a script challenge, but wondered if anyone knows how :D
by James VM
November 5th, 2019, 8:36 pm
Forum: Script requests
Topic: Color Picker with swatches on dockable UI
Replies: 0
Views: 18251

Color Picker with swatches on dockable UI

Hi, I've made a dockable UI panel and need to add adjustable color swatches to it. These swatches act like buttons, so when clicked they open the color picker and after a new color is selected, the swatch updates to the new color. I've managed to get the majority of it working thanks to these links ...
by James VM
June 28th, 2019, 9:48 am
Forum: General Scripts Library
Topic: Multi-Copy-Paste script - keyframes from multiple layers
Replies: 13
Views: 58175

Re: Multi-Copy-Paste script - keyframes from multiple layers

Hi, hope you're all well :D

Been a while since this post, just wondered if you can still supply a jsx version? Really keen to understand how it works!

I've created something similar but can only get the keys to transfer to another layer not the same layer and property.

Cheers,
by James VM
November 1st, 2018, 9:48 am
Forum: Scripts Discussion
Topic: Move a shape layer property group
Replies: 1
Views: 9679

Re: Move a shape layer property group

:D solved it! ... just use the moveTo() method :D
by James VM
October 30th, 2018, 12:13 am
Forum: Scripts Discussion
Topic: Move a shape layer property group
Replies: 1
Views: 9679

Move a shape layer property group

Hi guys, hopefully this is a simple one to answer. I have a shaper layer with multiple groups each containing different shapes, strokes, fills etc. Is it possible to move one group to a different position in the list/stack? When i add a new group, it's always at the bottom and i desperately need to ...