He probado sin éxito lo siguiente:
Código :
Código:
globalStyleFormat.scrollTrack = 0xFFCC33;
Código :
Código:
MyPane = new FStyleFormat() MyPane.addListener(ScrollPane); MyPane.arrow=0x800080 MyPane.background=0x000000 MyPane.scrollTrack=0xA0522D MyPane.applyChanges()
Lo siguiente sí funciona
Código :
Código:
MyPane.setStyle("borderStyle", "none");
Pero esto no:
Código :
Código:
En otros foros ni me han contestado, pruebo aquí a ver si hay más suerte.MyPane.setStyle("scrollTrack", "0x000000");
Gracias