WindowsAppSDK-Samples icon indicating copy to clipboard operation
WindowsAppSDK-Samples copied to clipboard

CustomEditControl Sample: WinAppSDK Edition

Open tyduckMSFT opened this issue 3 years ago • 7 comments

Description

This is a port of the CustomEditControl sample previously implemented in the UWP samples. Includes a C++/WinRT and C# version of the sample. Addresses request captured in #85.

Target Release

1.2

Checklist

  • [x] Samples build and run using the Visual Studio versions listed in the Windows development docs.
  • [x] Samples build and run on all supported platforms (x64, x86, ARM64) and configurations (Debug, Release).
  • [X] Samples set the minimum supported OS version to Windows 10 version 1809.
  • [X] Samples build clean with no warnings or errors.
  • [x] [For new samples]: Samples have completed the sample guidelines checklist and follow standardization/naming guidelines.
  • [x] If I am onboarding a new feature, then I must have correctly setup a new CI pipeline for my feature with the correct triggers and path filters laid out in the "Onboarding Samples CI Pipeline for new feature" section in samples-guidelines.md.
  • [x] I have commented on my PR /azp run SamplesCI-<FeatureName> to have the CI build run on my branch for each of my FeatureName my PR is modifying. This must be done on the latest commit on the PR before merging to ensure the build is up to date and accurate. Warning: the PR will not block automatically if this is not run due to '/azp run' limitation on triggering more than 10 pipelines.

tyduckMSFT avatar Apr 23 '22 00:04 tyduckMSFT

/azp run SamplesCI-CustomEditControl

tyduckMSFT avatar Apr 25 '22 21:04 tyduckMSFT

No pipelines are associated with this pull request.

azure-pipelines[bot] avatar Apr 25 '22 21:04 azure-pipelines[bot]

/azp run

tyduckMSFT avatar Apr 25 '22 21:04 tyduckMSFT

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

azure-pipelines[bot] avatar Apr 25 '22 21:04 azure-pipelines[bot]

/azp run SamplesCI-CustomEditControl

tyduckMSFT avatar Apr 26 '22 21:04 tyduckMSFT

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Apr 26 '22 21:04 azure-pipelines[bot]

I run this sample. I found funny behaivor. Sugget window hide caret and text.

Windows App SDK 1.1 Windows 11 Pro 21H2 IME:MS-IME

wrong caret position

rirufa avatar Jul 10 '22 05:07 rirufa