Hi Community
i put this in
Bitte melden Sie sich an, um diesen Link zu sehen.
client get this error
write the error to this
Code
- {
- "name" : "RenderTarget_on_off",
- "type" : "text",
- "x" : LINE_LABEL_X,
- "y" : 260+2,
- "text" : "Render Target",
- },
- {
- "name" : "RenderTarget_on_off",
- "type" : "toggle_button",
- "x" : LINE_DATA_X,
- "y" : 265,
- "text" : "ON / OFF",
- "default_image" : ROOT_PATH + "middle_button_01.sub",
- "over_image" : ROOT_PATH + "middle_button_02.sub",
- "down_image" : ROOT_PATH + "middle_button_03.sub",
- },
where can te error be?