Code Monkey home page Code Monkey logo

Comments (11)

andydotxyz avatar andydotxyz commented on September 27, 2024

It is not clear what a "select menu" is, there is no widget with that name. Do you mean a Select widget or a Menu ?

Please provide the code you are using, as you might guess plenty of apps are running successfully using both of those widgets.

from fyne.

lorypelli avatar lorypelli commented on September 27, 2024

It is not clear what a "select menu" is, there is no widget with that name. Do you mean a Select widget or a Menu ?

Please provide the code you are using, as you might guess plenty of apps are running successfully using both of those widgets.

the problem is that I can't run the app because Windows AntiVirus flags it

from fyne.

andydotxyz avatar andydotxyz commented on September 27, 2024

In addition even if you could not determine what code to attach a crash report should have the stack trace that is printed to the console.
Otherwise we are just guessing.

from fyne.

andydotxyz avatar andydotxyz commented on September 27, 2024

It is not clear what a "select menu" is, there is no widget with that name. Do you mean a Select widget or a Menu ?

Please provide the code you are using, as you might guess plenty of apps are running successfully using both of those widgets.

the problem is that I can't run the app because Windows AntiVirus flags it

On, so it's not crashing at all?

It is a known issue that some antivirus is "default positive" for compiled applications. Either tell it to ignore your app or you'll need to set up signing for the windows binaries with a Microsoft developer account.

from fyne.

lorypelli avatar lorypelli commented on September 27, 2024

How can I make it to ignore my app since the build path it's always different (that's how both go run and go build works)

from fyne.

lorypelli avatar lorypelli commented on September 27, 2024

But that's not related to the select menu issue, before 2.5.0 was working, I downgraded to 2.4.5

from fyne.

andydotxyz avatar andydotxyz commented on September 27, 2024

But that's not related to the select menu issue, before 2.5.0 was working, I downgraded to 2.4.5

To progress the original isseu please do reply to my questions, namely:

Please provide the code you are using, as you might guess plenty of apps are running successfully using both of those widgets.

For the crash please attach a crash report should have the stack trace that is printed to the console.

from fyne.

lorypelli avatar lorypelli commented on September 27, 2024

@andydotxyz

actions := widget.NewSelect([]string{"Write a message", "Edit a message", "Pin a message", "Create a channel", "Edit a channel", "Create a thread", "Delete a channel", "Delete a message", "Unpin a message", "Kick a user", "Ban a user", "Unban a user", "Create a role", "Edit a role", "Delete a role", "Add a role to a member", "Remove a role from a member"}, nil)
actions.OnChanged = func(s string) { /* code here... */ }

from fyne.

andydotxyz avatar andydotxyz commented on September 27, 2024

I'm going to say that it's 99% likely that the crash is inside the "/* code here... */" that you have missed out.
That is why a crash log is so helpful.

from fyne.

lorypelli avatar lorypelli commented on September 27, 2024

I'm going to say that it's 99% likely that the crash is inside the "/* code here... */" that you have missed out. That is why a crash log is so helpful.

it works before 2.5.0

from fyne.

andydotxyz avatar andydotxyz commented on September 27, 2024

I did not suggest that it didn't. But without your code OR the crash log there is literally nothing we can do as it cannot be replicated or investigated.

from fyne.

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.