-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Maui -- ? #170
Comments
@marcusts Thankyou! I actually think most of what this does will be built into MAUI. I've seen new border work being done, and things like gradients and the shapes API have already been around in the last versions of Xamarin.Forms so I'm sure they'll be ported as well. PancakeView could definitely return for MAUI, but it'd probably be as a convenient wrapper around the existing bits. I'd want to wait and see what the built-in bits end up being though. |
Thanks!
<https://www.marcusts.com>
Stephen Marcus
* Marcus Technical Services, Inc. *
"Where Innovation Meets Excellence"
*949-940-5738* <949-940-5738>
***@***.***
* https://www.marcusts.com <https://www.marcusts.com/> *
<https://www.linkedin.com/in/marcusts>
…On Fri, Aug 20, 2021 at 12:53 AM Steven Thewissen ***@***.***> wrote:
@marcusts <https://github.com/marcusts> Thankyou! I actually think most
of what this does will be built into MAUI. I've seen new border work being
done, and things like gradients and the shapes API have already been around
in the last versions of Xamarin.Forms so I'm sure they'll be ported as well.
PancakeView could definitely return for MAUI, but it'd probably be as a
convenient wrapper around the existing bits. I'd want to wait and see what
the built-in bits end up being though.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#170 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABW5SC2W5X7Y7ZGMETHVNSTT5YCWZANCNFSM5CO4FAUA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Hi Steven,
I have been working with Maui, but they are still missing a decent Frame
control/view. So we need yours brought into Maui. I am hoping this will
be possible.
Thank you for your hard work!
<https://www.marcusts.com>
Stephen Marcus
* Marcus Technical Services, Inc. *
"Where Innovation Meets Excellence"
*949-940-5738* <949-940-5738>
***@***.***
* https://www.marcusts.com <https://www.marcusts.com/> *
<https://www.linkedin.com/in/marcusts>
…On Fri, Aug 20, 2021 at 12:59 AM Stephen Marcus ***@***.***> wrote:
Thanks!
<https://www.marcusts.com>
Stephen Marcus
* Marcus Technical Services, Inc. *
"Where Innovation Meets Excellence"
*949-940-5738* <949-940-5738>
***@***.***
* https://www.marcusts.com <https://www.marcusts.com/> *
<https://www.linkedin.com/in/marcusts>
On Fri, Aug 20, 2021 at 12:53 AM Steven Thewissen <
***@***.***> wrote:
> @marcusts <https://github.com/marcusts> Thankyou! I actually think most
> of what this does will be built into MAUI. I've seen new border work being
> done, and things like gradients and the shapes API have already been around
> in the last versions of Xamarin.Forms so I'm sure they'll be ported as well.
>
> PancakeView could definitely return for MAUI, but it'd probably be as a
> convenient wrapper around the existing bits. I'd want to wait and see what
> the built-in bits end up being though.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#170 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABW5SC2W5X7Y7ZGMETHVNSTT5YCWZANCNFSM5CO4FAUA>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
> .
>
|
I second this, I have found the Border control to be pretty sub-standard compared to the pancake view, would be happy to see a Maui version of this too! |
Hello, with the new Release Candidate of NET MAUI, do you have any date of migrate? |
I have also just started to Migrate all my projects to MAUI. |
Thanks for all your work on Pancake view -- enjoyed it immensely in Xamarin.
It has no stupid shadow you have to set false every time, doesn't have the new need to specify every border, and doesn't eat up touch gestures. |
Hi @sthewissen, how's it going? Looking forward to hearing from you. Thank you. |
I doubt this will be moved to Maui, Everything I loved and used PancakeView for in XF, Is Built into Maui... |
Alright Steven has a life and literally no one sponsors it, so he isn't going to be migrating it. Let's support each other and try it! |
Hi, and thanks for your work! I don't have much technical knwledge about this topic, sorry. I did find a significant bug thta causes run-time errors. I fixed it in my derivation of the RoundedContentView's native renderers, which had the same error. You should be able to apply it to your new work. I do recommmend throwing run-time errors on projects like this so you can more clearly see why the library behaves the way it does. I look forward to seeing the end result! |
Hello @saamerm @sthewissen - just curious to see if the MAUI version will be available. |
Some work is here : https://github.com/felipebaltazar/Maui.PancakeView |
Tried that, the control do not render at all on .NET 8.0 .... |
Why aren't you guys using borders... |
@FreakyAli what's the repo's address? |
Add borders using: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/border?view=net-maui-8.0 Anything else you will need? |
Simply because we're migrating the old projects that are likely to use Pancake all over 1000 places. For now, I have to make my own PancakeView using what you have addressed above and replace about 300~400 XAML/cs files namespaces. |
Welcome to software development sir! |
Hello, and thank you for years of great open source work.
Do you plan to port this to Maui? There's a lot of heat being applied to move to the new platform.
Stephen
The text was updated successfully, but these errors were encountered: