Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#3
    • Fix Version/s: 1.6DR#6, 1.6
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      any

      Description

      Opacity effect doesn't seem to be working. Tried both:

      Effect effect = EffectFactory.create("Effect.Opacity");
      Effect effect = new Opacity(0.4f);

        Activity

        Philip Breau created issue -
        Philip Breau made changes -
        Field Original Value New Value
        Support Case References https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4028
        Support Customer Ref. #s 677
        Ken Fyten made changes -
        Assignee Adnan Durrani [ adnan.durrani ]
        Ken Fyten made changes -
        Assignee Priority P2
        Ken Fyten made changes -
        Assignee Priority P2 P3
        Ken Fyten made changes -
        Assignee Priority P3 P2
        Ken Fyten made changes -
        Fix Version/s 1.6 [ 10031 ]
        Assignee Priority P2 P3
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Hide
        Adnan Durrani added a comment -

        Has been fixed. However the constructor has been changed: revision 14220

        Opacity();
        Opacity(float from, float to);
        Opacity(float duration, float from, float to);

        Show
        Adnan Durrani added a comment - Has been fixed. However the constructor has been changed: revision 14220 Opacity(); Opacity(float from, float to); Opacity(float duration, float from, float to);
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Adnan Durrani added a comment -

        The order of param changed for the following constructor: revision 14221
        Opacity(float duration, float from, float to)

        New order:

        Opacity( float from, float to, float duration)

        Show
        Adnan Durrani added a comment - The order of param changed for the following constructor: revision 14221 Opacity(float duration, float from, float to) New order: Opacity( float from, float to, float duration)
        Ken Fyten made changes -
        Fix Version/s 1.6DR#6 [ 10090 ]
        Fix Version/s 1.6 [ 10031 ]
        Ken Fyten made changes -
        Fix Version/s 1.6 [ 10031 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P3
        Assignee Adnan Durrani [ adnan.durrani ]

          People

          • Assignee:
            Unassigned
            Reporter:
            Philip Breau
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: