components containing filmstrips are at 50% opacity is there a quick fix? LAF?
-
already tried... setting properties from Json next
-
@Felix10870 Is setAlpha a LAF function?
-
@d-healey 'setOpacity' is the only reference to alpha in the API... so I have been plugging in the usual suspects... that is why I posted...
-
@Felix10870 setAlpha is in the Script image API section... sorry... I got it from somewhere...
-
@Felix10870 I recommend watching my LAF video. The available functions that can be registered show up in the autocomplete popup.
-
@d-healey I have been through them... alot... no reference to opacity... but shouldn't you be able to load any image into any component and get 100% opacity? I'm going to climb this mounatain... let you know how I solve it...
-
Have you set the enabled property to false? This might cause a opacity of 50%
-
@Christoph-Hart Yes... just figured that out... is there away to disable the component while keeping the opacity at 100%... because the slider component could be used as a container for all kinds of animation... can we remove the event listener?
-
@Felix10870 place an invisible panel over the control
-
@d-healey I was doing that... lol