-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GridSplitter
not working
#18215
Comments
@MartinZikmund I will take a quick look as I am testing WCT samples at the moment while adjusting the documentation |
Note that in version (8.0.240109) the splitter works as expected under the Windows platform but not under the WebAssembly platform! Still, all other rendered components (not the splitters) work as expected and look identical to each other... very nice. On another subject: Hope to see the splitters issues resolved soon... |
@datovy-edam thank you for the information, we will investigate this and let you know ASAP. |
@morning4coffe-dev can you please validate |
@MartinZikmund, @datovy-edam @datovy-edam |
Thanks, let's close then! |
Titl and others,
Greatly appreciate the prompt attention, I know that you guys are very
busy... I ran the Titl provided sample project and it works as expected in
WebAssembly, I also tried desktop but it does not work there, and when I
try to select "WinAppSDK Unpackaged" it always reverts to "... Packaged"
and I couldn't test it.
I will try updating my project and see how it goes... Again great to hear
from your team! Uno Platform is great!!
…On Tue, Oct 29, 2024 at 4:30 AM Dominik Titl ***@***.***> wrote:
@MartinZikmund <https://github.com/MartinZikmund>, @datovy-edam
<https://github.com/datovy-edam>
I have tested this with both 8.0.240109, where the controls don't render
at all on any Uno targets, and with the latest stable version, 8.1.240916,
where everything works as expected across all platforms.
image.png (view on web)
<https://github.com/user-attachments/assets/7d13d9eb-1e26-4e9f-8d1e-1269284679a8>
@datovy-edam <https://github.com/datovy-edam>
Are you able to use the latest stable version? There are some requirements
to make this work with Windows as well. If you need help, feel free to
check out my sample (WCTControlsSample.zip
<https://github.com/user-attachments/files/17553868/WCTControlsSample.zip>)
and compare the .csproj file with your project.
—
Reply to this email directly, view it on GitHub
<#18215 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BG2F5NYREPPTDW5RTTFUJEDZ55BTRAVCNFSM6AAAAABOI6SYBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBTGU2TSMRYGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
For the unpackaged not being selectable: https://aka.platform.uno/wasdk-maui-debug-profile-issue and this workaround in your project. |
I finally got it working for both WebAssembly and WinAppSDK!
I commented out the DockPanel sample code that it was not finding under
WinAppSDK and all is now working.
Thank you guys for the support... I hope to see more of the Uno Platform
coming-up...
Eduardo
…On Mon, Nov 11, 2024 at 5:15 AM edam ***@***.***> wrote:
Titl and others,
Greatly appreciate the prompt attention, I know that you guys are very
busy... I ran the Titl provided sample project and it works as expected in
WebAssembly, I also tried desktop but it does not work there, and when I
try to select "WinAppSDK Unpackaged" it always reverts to "... Packaged"
and I couldn't test it.
I will try updating my project and see how it goes... Again great to hear
from your team! Uno Platform is great!!
On Tue, Oct 29, 2024 at 4:30 AM Dominik Titl ***@***.***>
wrote:
> @MartinZikmund <https://github.com/MartinZikmund>, @datovy-edam
> <https://github.com/datovy-edam>
> I have tested this with both 8.0.240109, where the controls don't render
> at all on any Uno targets, and with the latest stable version, 8.1.240916,
> where everything works as expected across all platforms.
>
> image.png (view on web)
> <https://github.com/user-attachments/assets/7d13d9eb-1e26-4e9f-8d1e-1269284679a8>
>
> @datovy-edam <https://github.com/datovy-edam>
> Are you able to use the latest stable version? There are some
> requirements to make this work with Windows as well. If you need help, feel
> free to check out my sample (WCTControlsSample.zip
> <https://github.com/user-attachments/files/17553868/WCTControlsSample.zip>)
> and compare the .csproj file with your project.
>
> —
> Reply to this email directly, view it on GitHub
> <#18215 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BG2F5NYREPPTDW5RTTFUJEDZ55BTRAVCNFSM6AAAAABOI6SYBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBTGU2TSMRYGY>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Greatly appreciated the quick response! I did just that and conclude that is too simple, once you create a new project just replace the MainPage with a grid (3 columns) and try to put the GridSplitter in the middle column. I did found that the current version (8.1.240821) you will not be able to find the expected splitters in the namespace, but as soon as you change to the previous version (8.0.240109) you will be able to see the expected splitters... Can you please take a look on why the "current version" is not surfacing the Sizer controls?
Originally posted by @datovy-edam in #18151 (comment)
The text was updated successfully, but these errors were encountered: