Pop up device does not work via verse

Summary

Pop up device does not work via verse(with button it works). And the problem, that in last snapshot I made, it is working via verse

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

UI/Tools

Steps to Reproduce

Call Show method in verse

Expected Result

Show Pop up

Observed Result

Does not showed

Platform(s)

Windows

Upload an image



Additional Notes

There are also hud message active at the same time, but there is no sense to think about this, because it activates pop up with button even with active hud message. And last shapshot is working, tho i cant understand what changes there that can affect like this

No hide method there are, no sleep delay helps as in my past topic, I can share whole code

I am sorry, first code works, this not. It is posibility it is because of async, because i was working on this. I will check out

You are showing then hiding straight away ?

If you do not require the button events then use a hud device instead this is a strange way to be trying to show a message if i understand it correct

I also dont understand why your adding the device ref to the if() ?

Well if u notice, first i show pop up for every one and than hide for one and show him another. Ref on devices in if statement i guess null check. But this is test code, i was editing last version trying to find solution. When i will get back to my Project i will check out in which branch pop up is has to show

Its just seems a strange way of doing it thats all im saying.

Depending on if you need button input tho deffo check the hud device out its so good with the widgets now and i believe also you can show widgets direct through verse without the device now too.

You could also add a extra bit like so

for(PlayerN:Players, PlayerN <> Player):

I also advise to keep all subscribables in the OnBegin… Keeps it clean this way all in one area but again thats just me

How I said that is just a test, my code much more cleaner than I guess you think

1 Like