Jump to content

rdelphi

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by rdelphi

  1. Hi,

     

     

    Which edition and build are you using?

     

    uniGUI Complete Trial Edition 1.0.2 Build 1450

     

     

     

    This may help you:

    $(MainForm.UniImage1.el.dom).css({
            "-webkit-transform": "rotate(90deg)",
            "-moz-transform": "rotate(90deg)",
            "transform": "rotate(90deg)" 
        });
    

     

    Where do I use this code?

     

    I want to click on the button to rotate the UniImage

     

     

    Please see this code : https://gist.github.com/seungjin/131025

    Is it possible to use?

    How to use?

×
×
  • Create New...