facebook

How do I create a transparent image? CLOSED

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #345615 Reply

    daveka
    Member

    Every time I add a control to the stage and change the style to Image, the Color Property disappears so I can’t change the transparency. Is this possible?

    Thanks!

    Dave

    #345617

    Paul_paul
    Participant

    Not absolutely sure what you are asking but if you change the background property of a widget to an image obviously you will lose the option of colour transparency, try changing the transparency of the image before loading into the app if that’s what you need.

    #345631

    daveka
    Member

    I want to change the opacity of an image within MobiOne, just like I can change the opacity of a control.

    Thanks,

    Dave

    #345674

    Paul_paul
    Participant

    As far as I know this is not possible. If I am wrong I’m sure someone will say.

    #345681

    paulD
    Member

    Stickleback is right, there is now way out of the box to adjust an image opacity. You have 2 options, do it in photoshop and use a transparent png or you can code it using something like this

    $(‘#m1-imageFade-image1’).css({ opacity: 0.5 });

    hope that helps

    Paul

    #345931

    daveka
    Member

    Thanks everybody for you replies! This helps a lot!

    Dave

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: How do I create a transparent image? CLOSED

You must be logged in to post in the forum log in