Search found 22 matches

by ExtZGholson
08 Feb 2022, 23:34
Forum: General Discussion
Replies: 2
Views: 497

Re: Context Menu Visual is null

I did some digging and found my answer! We need to make a visual template for the context menu.
by ExtZGholson
08 Feb 2022, 22:53
Forum: General Discussion
Replies: 2
Views: 497

Context Menu Visual is null

Hello, I am currently looking to add a context menu to assist in debugging. When I follow the context menu example provided the MenuItems do not seem to format correctly and a Noesis Error is throw; `Visual is null`. Am I missing something? contextmenu.png contextmenuerror.png <Grid xmlns="http...
by ExtZGholson
29 Jan 2022, 00:24
Forum: General Discussion
Replies: 4
Views: 531

Re: Initialize DependencyProperty when declaring component?

It appears that everything is working as intended. Thanks again!
by ExtZGholson
28 Jan 2022, 19:30
Forum: General Discussion
Replies: 4
Views: 531

Re: Initialize DependencyProperty when declaring component?

Thank you, it does seem to work in some cases and in another case it just seems inconsistent. Allow me to see if I can isolate when and why it doesn't respect the properties.
by ExtZGholson
28 Jan 2022, 01:54
Forum: General Discussion
Replies: 4
Views: 531

Initialize DependencyProperty when declaring component?

Hello, I am currently have a component that we declare by doing the following: <components:BasicUI x:Name="BasicUIBackground" BackVisible="False" CenterText="Insert Text Here" PrivacyVisible="False" /> BackVisible is an NsProp bool and the CenterText is a Noes...
by ExtZGholson
04 Nov 2021, 16:49
Forum: General Discussion
Replies: 3
Views: 1436

Re: How to get ComboBox to wrap to top when scrolling down on bottom item

Thank you, the bug has been posted. ID #0002177
by ExtZGholson
03 Nov 2021, 22:16
Forum: General Discussion
Replies: 3
Views: 1436

How to get ComboBox to wrap to top when scrolling down on bottom item

Hello, I was searching in the SDK and forums today to find a simple way to have a combo box scroll back to the first item in a list if the player tried to scroll down again when on the last element in the list. I couldn't seem to find a simple property for this. Is there one? Additionally, I wanted ...
by ExtZGholson
25 Oct 2021, 23:56
Forum: General Discussion
Replies: 4
Views: 3228

Re: Open virtual keyboard on Switch when tapping a textbox

Thank you, we have created a ticket with our situation. ID - 0002159
by ExtZGholson
21 Oct 2021, 17:25
Forum: General Discussion
Replies: 4
Views: 3228

Re: Open virtual keyboard on Switch when tapping a textbox

Which version was this implemented in? As of 3.1.1-10745 we are not seeing the textbox opening the software keyboard. However, we are able to open it if we press the 'A' (Accept) button.
by ExtZGholson
20 Oct 2021, 23:54
Forum: General Discussion
Replies: 4
Views: 3228

Open virtual keyboard on Switch when tapping a textbox

Hello, We are looking at opening the software keyboard when the player taps on the textbox on the Nintendo Switch. As of right now, it just sets focus to the textbox. We were thinking about faking an Accept button pressed on the element but maybe we have a better idea before we do that? Thank you, Z...