Re: change in 640/644 ?

Home Forums General Programming change in 640/644 ? Re: change in 640/644 ?

#3038
netchose
Participant
    • Topics: 15
    • Replies: 70
    • Total: 85

    this produce no error but doesn"t work , same with setWidth, setHeight

    [code:2e1gwmbl]function resize ()

    c = panel:getModulatorByName("m3"):getComponent()

    if c~=nil then
    rect = c:getRect()

    rect:setSize (0,0)

    end
    end[/code:2e1gwmbl]

    Ctrlr