Page 1 of 1

Bip WF Editor problem

Posted: 11 Jul 2019, 22:42
by Alorian20
So I upload all the images I need in the WF Editor and then I upload the .json file too, and I obtain two error messages. Any help? One of them is:
TypeError: wfe.coords.actsteps is undefined

And the other error message is:
Image for prorety not found

So this is the code of .json archive I'm trying to upload:

{
"Background": {
"Image": {
"X": 0,
"Y": 0,
"ImageIndex": 0
}
},
"Time": {
"Hours": {
"Tens": {
"X": 8,
"Y": 20,
"ImageIndex": 1,
"ImagesCount": 10
},
"Ones": {
"X": 31,
"Y": 20,
"ImageIndex": 1,
"ImagesCount": 10
}
},
"Minutes": {
"Tens": {
"X": 65,
"Y": 20,
"ImageIndex": 1,
"ImagesCount": 10
},
"Ones": {
"X": 91,
"Y": 20,
"ImageIndex": 1,
"ImagesCount": 10
}
}
},
"Activity": {
"Steps": {
"Step": {
"TopLeftX": 44,
"TopLeftY": 220,
"BottomRightX": 80,
"BottomRightY": 225,
"Alignment": "Center",
"Spacing": 2,
"ImageIndex": 11,
"ImagesCount": 10
}
}
},
"Date": {
"MonthAndDay": {
"Separate": {
"Month": {
"TopLeftX": 86,
"TopLeftY": 82,
"BottomRightX": 64,
"BottomRightY": 70,
"Alignment": "TopRight",
"Spacing": 1,
"ImageIndex": 21,
"ImagesCount": 10
},
"Day": {
"TopLeftX": 52,
"TopLeftY": 82,
"BottomRightX": 96,
"BottomRightY": 70,
"Alignment": "TopLeft",
"Spacing": 1,
"ImageIndex": 21,
"ImagesCount": 10
}
},
"TwoDigitsMonth": true,
"TwoDigitsDay": true
},
"WeekDay": {
"X": 17,
"Y": 83,
"ImageIndex": 31,
"ImagesCount": 21
},
"DayAmPm": {
"TopLeftX": 120,
"TopLeftY": 250,
"ImageIndexAMCN": 52,
"ImageIndexPMCN": 53,
"ImageIndexAMEN": 54,
"ImageIndexPMEN": 55
}
},
"Status": {
"Alarm": {
"Coordinates": {
"X": 4,
"Y": 5,
"X2": 17,
"Y2": 2,
"X3": 1
},
"ImageIndexOn": 56
},
"Lock": {
"Coordinates": {
"X": 21,
"Y": 5,
"X2": 17,
"Y2": 2,
"X3": 1
},
"ImageIndexOn": 57
},
"Bluetooth": {
"Coordinates": {
"X": 38,
"Y": 5,
"X2": 12,
"Y2": 2,
"X3": 1
},
"ImageIndexOff": 58
},
"Battery": {
"Text": {
"TopLeftX": 0,
"TopLeftY": 0,
"BottomRightX": 0,
"BottomRightY": 0,
"Alignment": 0,
"Spacing": 0,
"ImageIndex": 0,
"ImagesCount": 0
},
"Text2": {
"TopLeftX": 64,
"TopLeftY": 6,
"BottomRightX": 84,
"BottomRightY": 16,
"Alignment": "TopRight",
"Spacing": 1,
"ImageIndex": 59,
"ImagesCount": 10
},
"Icon": {
"X": 98,
"Y": 5,
"ImageIndex": 69,
"ImagesCount": 9
}
}
},
"Other": {
"Animation": {
"AnimationImage": {
"X": 0,

Code: Select all

        "Y": 103,
        "ImageIndex": 78,
        "ImageCount": 133,
        "X3": 100
      },
      "x1": 0,
      "y1": 1000,
      "Interval": 200
    }
  }
}

Re: Bip WF Editor problem

Posted: 13 Jul 2019, 07:40
by ansary
you should upload all your source, so we can help