gpt4 book ai didi

css - 柔性 : cannot control size of scroll bar thumb when skinned

转载 作者:行者123 更新时间:2023-11-28 07:24:08 24 4
gpt4 key购买 nike

当我以编程方式应用皮肤时,我遇到了滚动条的拇指太小的问题。当我在 CSS 中应用它时没有问题。

主.css:

.myscrolls {
thumbUpSkin: Embed(source="thumb-default.png",
scaleGridLeft="7", scaleGridTop="5", scaleGridRight="8", scaleGridBottom="7");

上面看起来不错,但如果我稍后尝试在 ActionScript 中以编程方式更改缩略图,缩略图太小,这会导致缩略图和滚动条末端之间出现巨大的边距。

滚动条颜色.as:

[Embed(source="thumb-non-default.png",
scaleGridLeft="7", scaleGridTop="5", scaleGridRight="8", scaleGridBottom="7")]const cThumbNonDefault:Class;

问题很可能与我收到的有关上述行的警告有关:

ScrollbarColour_cThumbNonDefault does not extend the 'DefineSprite' asset base class 'flash.display.Sprite'

但是如果我从 ActionScript 中移除那些 scaleGrid* 成员,警告就会消失。

我使用的是 Flex 3.5 SDK。

最佳答案

但是,我将所有这些 Embed 都放在了堆栈上。如果我让它们 (static) 成为 ScrollbarColour 的成员,我就能让这些属性起作用。我真的不懂这种语言。

关于css - 柔性 : cannot control size of scroll bar thumb when skinned,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31924412/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com