#How to solve this problem

1 messages · Page 1 of 1 (latest)

frozen sedge
#

I learned how to change the background after learning Json UI for the first time today, but the background does not change and changes to a regular form UI. What is the way to solve this problem? Please fix it.

        {
            "cutsom_long_form": {
           "type": "panel",
                "size": [315, 165],
                "layer": 2,
           "controls": [
                   {
                       "indent_panel": {
                           "type": "panel",
                           "size": ["100% - 16px", "100%"],
                           "controls": [
                                   {
                                          "my_form_background@server_form.my_form_background": {}
                                   },
                                   {
                                          "button_panel@server_form.my_super_custom_panel_main": {}
                                   }
                           ],
                "bindings": [
                    {
                        "binding_name": "#title_text"
                    },
                        "binding_type": "view",
                        "source_property_name": "(#title_text = 'Custom form')",
                        "target_property_name": "#visible"
                    }
                ]
            }
        }
    ]
},

"my_form_background": {
"type": "image",
"size": ["100% + 5px", "100% + 5px"],
"texture": "textures/custom/back"
}

#

Help me

#

I want to customize the background.

uneven acorn
#

"cutsom" ??? or "custom"?

opal vault
#

제 생각엔 폼에 기본적으로 설정되어있는 배경이 있기에 저 패널 말고 다른 패널을 바꾸셔야 할 거 같습니다.