Code Monkey home page Code Monkey logo

Comments (8)

SpikeHimself avatar SpikeHimself commented on May 26, 2024

That's very odd. XPortal doesn't create the dropdown, it comes from the Jotunn library, which just uses the normal Unity dropdown element and then applies the Valheim styling to it. But I'll look into it and see if I can find anything.

Does this happen immediately after opening the UI? Or does it work first but then stops working when you change the destination for example?

from xportal.

SpikeHimself avatar SpikeHimself commented on May 26, 2024

XPortal-v1.2.1-issue-11.zip

Could you try with this test version?

from xportal.

Aceship avatar Aceship commented on May 26, 2024

XPortal-v1.2.1-issue-11.zip

Could you try with this test version?

hmm apparently still doesnt work

That's very odd. XPortal doesn't create the dropdown, it comes from the Jotunn library, which just uses the normal Unity dropdown element and then applies the Valheim styling to it. But I'll look into it and see if I can find anything.

Does this happen immediately after opening the UI? Or does it work first but then stops working when you change the destination for example?

it happens when i tried to open the dropdown, its just its not visible

from what i checked, i tried changing the layer of this dropdown to UI and it works
image

image

from xportal.

SpikeHimself avatar SpikeHimself commented on May 26, 2024

Thanks for testing!

i tried changing the layer of this dropdown to UI and it works

That is precisely what I did in the test release:

dropdown.GetComponent<Dropdown>().gameObject.layer = 5;

Strange that it doesn't work! I'll have to spend more time on this.

from xportal.

Aceship avatar Aceship commented on May 26, 2024
dropdown.GetComponent<Dropdown>().gameObject.layer = 5;

Strange that it doesn't work! I'll have to spend more time on this.

i think its supposedly the child of the Dropdown which is Dropdown List, instead of the dropdown itself, i tried changing layer of the Dropdown earlier and it doesnt work, it somehow needs to be the Dropdown List

from xportal.

SpikeHimself avatar SpikeHimself commented on May 26, 2024

XPortal-v1.2.1-issue-11-a.zip

Good findings! Can you try this version and let me know if it's any better?

from xportal.

Aceship avatar Aceship commented on May 26, 2024

XPortal-v1.2.1-issue-11-a.zip

Good findings! Can you try this version and let me know if it's any better?

This works nicely !
Thanks for the fix ๐Ÿ‘

from xportal.

SpikeHimself avatar SpikeHimself commented on May 26, 2024

Thanks for the help and feedback @Aceship. You'll be happy to discover that I secretly included this in the latest release, v1.2.2 ;)

from xportal.

Related Issues (20)

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.