Giter Site home page Giter Site logo

Question about chest-ui HOT 4 CLOSED

McMelonTV avatar McMelonTV commented on August 19, 2024
Question

from chest-ui.

Comments (4)

LeGend077 avatar LeGend077 commented on August 19, 2024

Will definitely look into that!
Can you provide more information about the renderer?

from chest-ui.

McMelonTV avatar McMelonTV commented on August 19, 2024

I can send over a snippet from my form I suppose

"container_grid_entry": {
		"type": "panel",
		"size": [
			"100%c",
			"100%c"
		],
		"controls": [
			{
				"slot_content@common_buttons.light_text_button": {
					"$pressed_button_name": "button.form_button_click",
					"anchor_from": "center",
					"anchor_to": "center",
					"size": [
						18,
						18
					],
					"$button_text": "",
					"$button_text_binding_type": "collection",
					"$button_text_grid_collection_name": "form_buttons",
					"$button_text_max_size": [
						"100%",
						20
					],
					"controls": [
						{
							"item": {
								"type": "image",
								"size": [
									16,
									16
								],
								"layer": 10,
								"anchor_from": "center",
								"anchor_to": "center",
								"bindings": [
									{
										"binding_type": "collection_details",
										"binding_collection_name": "form_buttons"
									},
									{
										"binding_type": "view",
										"source_property_name": "#form_button_texture",
										"target_property_name": "#texture"
									},
									{
										"binding_type": "collection",
										"binding_collection_name": "form_buttons",
										"binding_condition": "none",
										"binding_name": "#form_button_texture"
									}
								]
							}
						},
						{
							"normal": {
								"type": "image",
								"texture": "textures/ui/cell_image"
							}
						},
						{
							"hover": {
								"type": "image",
								"texture": "textures/ui/cell_image",
								"controls": [
									{
										"[email protected]_text": {}
									},
									{
										"[email protected]_slot_panel": {
											"$text_binding": "#form_button_text",
											"$collection": "form_buttons"
										}
									}
								]
							}
						}
					],
					"bindings": [
						{
							"binding_type": "collection_details",
							"binding_collection_name": "form_buttons"
						},
						{
							"binding_type": "collection",
							"binding_collection_name": "form_buttons",
							"binding_name": "#collection_index"
						}
					]
				}
			}
		]
	},
	"highlight_slot_panel": {
		"type": "panel",
		"controls": [
			{
				"[email protected]_slot": {
					"controls": [
						{
							"tooltip": {
								"type": "custom",
								"renderer": "hover_text_renderer",
								"allow_clipping": false,
								"layer": 29,
								"bindings": [
									{
										"binding_name": "#form_button_text",
										"binding_type": "collection",
										"binding_collection_name": "form_buttons"
									},
									{
										"binding_type": "view",
										"source_property_name": "(#form_button_text)",
										"target_property_name": "#hover_text"
									},
									{
										"binding_type": "collection_details",
										"binding_collection_name": "form_buttons"
									}
								]
							}
						}
					]
				}
			},
			{
				"[email protected]_border_slot": {
					"bindings": [
						{
							"binding_name": "#show_persistent_bundle_hover_text",
							"binding_name_override": "#visible"
						}
					]
				}
			}
		]
	}

from chest-ui.

LeGend077 avatar LeGend077 commented on August 19, 2024

Thanks! This issue will be fixed soon as possible.

from chest-ui.

LeGend077 avatar LeGend077 commented on August 19, 2024

fixed

from chest-ui.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.