xna-cncnet-client icon indicating copy to clipboard operation
xna-cncnet-client copied to clipboard

Composite controls support, scrollable panel support, submodules

Open Metadorius opened this issue 5 months ago • 5 comments

Metadorius avatar Jul 03 '25 22:07 Metadorius

WithoutInitialize -> WithoutInitialization ?

SadPencil avatar Jul 04 '25 18:07 SadPencil

WithoutInitialize -> WithoutInitialization ?

Not a client method, won't change the name in XNAUI as it's a public API function

Metadorius avatar Jul 05 '25 09:07 Metadorius

Composite controls and scrollable panels are also needed for #761.

Metadorius avatar Jul 05 '25 12:07 Metadorius

Nightly build for this pull request:

  • artifacts.zip This comment is automatic and is meant to allow guests to get latest automatic builds without registering. It is updated on every successful build.

github-actions[bot] avatar Aug 04 '25 16:08 github-actions[bot]

A weird bug (solved in f550ba6): Visual Studio 2022, Windows 11:

  1. Modify the source codes of XNAUI
  2. Hit the Debug button to start the client
  3. The nuget version of XNAUI seems to be loaded
  4. Hit the Debug button for the second time (or more -- as long as it's not the first debug run after modifying the source code of XNAUI)
  5. This time, the submodule XNAUI is loaded.

SadPencil avatar Oct 22 '25 09:10 SadPencil