Skip to content

How to Add RegistredTime (TimePicker control) to the Customers Table items, #41

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

Open
red2014 opened this issue Oct 6, 2018 · 3 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@red2014
Copy link

red2014 commented Oct 6, 2018

Can I have help from you .
I need to add a TimePicker to the form as FormTimePicker to display RegistredTime colomn in Customers table
As Example:
<controls:FormTimePicker Header="Registred Time" Time="{x:Bind EditableItem.RegistredTime , Mode=TwoWay}" />
I create FormTimePicker.xaml in Control folder.
I create class FormTimePicker.cs in Form folder.
BUT NO CHANCE .
GET exception :
System.NullReferenceException: Object reference not set to an instance of an object.
at Inventory.Controls.FormTimePicker.UpdateVisualState()
at Inventory.Controls.FormTimePicker.OnApplyTemplate()
at Windows.UI.Xaml.UIElement.Measure(Size availableSize)
at Inventory.Controls.FluidGrid.MeasureOverride(Size availableSize)

Thanks

@fmassicci
Copy link

I have the same problem with CheckBox

@rangiesrule
Copy link

I have the same problem with CheckBox

@fmassicci did find the cause in your case?

@fmassicci
Copy link

fmassicci commented Mar 21, 2019 via email

@marb2000 marb2000 added help wanted Extra attention is needed question Further information is requested labels Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants