Resize Title In a Plugin

  • Hello,


    I am in need of some assistance.


    In my skin code I have.


    Code
    <widget source = "Title" render = "label" position = "90.301" size = "1650,53" font = "Bold; 39" foregroundColor = "white" background color = "bgdarkblue" valign = "center" halign = " center "noWrap =" 1 "transparent =" 0 "zPosition =" 2 "/>


    I need to resize the width of this "Title" value in a plugin at runtime. New width is dynamic and changes on a key press. It has to be resized in the plugin and not as a skin applet.


    I can resize other defined labels. For example.


    Code
    self ['text1']. instance.resize (eSize (width, height))


    But I am struggling to resize this title value.
    Can the "Title" label be resized or do I just have to use another defined label.


    Can anyone advise how I do this.


    Thanks.

    Einmal editiert, zuletzt von kiddac ()