-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Initialization #1
Comments
Hi, Isn't this like the documentation describes it? 🤔 You can get rid of the first |
No, it's not. One " SimpleImageButton." is missing.
On Monday, February 10, 2020, 11:50:44 AM EST, Marius M. <notifications@github.com> wrote:
Hi,
Isn't this like the documentation describes it?
I mean if you expand any of the Init sections. You can get rid of the first SimpleImageButton in your code by adding a using statement in your file.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Weird. You can create a PR to fix the documentation and help everyone else. I'll merge it from the phone 😁 |
Hi,
Another issue: the button should not do anything when it's disabled. Now it does the visual "pressed" effect and loses it's "disabled" appearance.
File: SimpleImageButton.xaml.cs
Method: public void ConsumeEvent(EventType gestureType)
Should not do anything if not IsEnabled
Regards,
Serge
On Monday, February 10, 2020, 12:02:56 PM EST, Marius M. <notifications@github.com> wrote:
Weird.
You can create a PR to fix the documentation and help everyone else.
I'll merge it from the phone 😁
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The correct initialization code:
SimpleImageButton.SimpleImageButton.Initializator.Initializator.Init();
Took me some time to figure this out.
The text was updated successfully, but these errors were encountered: