This is a migrated thread and some comments may be shown as answers.

Time selector not displayed

4 Answers 64 Views
TimePicker and TimeSelector
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Todd
Top achievements
Rank 2
Todd asked on 27 Dec 2012, 05:22 AM
Just started using the controls for Windows Phone 7.1 and I'm having an issue with the TimePicker. I have the following XAML

<telerikInput:RadTimePicker x:Name="alarmTimePicker" Height="Auto" VerticalAlignment="Top" />

and the control shows, but when I go to select a time, the popup is displayed with any hour or minute selection as in the attached picture.
I looked to see if I have to include any template and I can't find that I do, I've downloaded the samples and they work fine, so I don't see what I'm doing wrong. I've including all of the same references in the project.

Any help is appreciated!
Todd.


4 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 28 Dec 2012, 09:00 AM
Hello Todd,

Thank you for contacting us.

We are not aware of similar issue and from the code that you provided I wasn't able to reproduce it as well. I'd like to ask you to send us a sample application that reproduces this so that we can debug it on our side and assist you further. Please note that you will have to open a new support ticket in order to be able to attach a project.

All the best,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Todd
Top achievements
Rank 2
answered on 29 Dec 2012, 09:42 PM

I have a repro, it quite simple put it in a stack panel whose parent takes the entire screen. The XAML below is all that's needed to repro. This occurs on Windows Phone 7.1 projects, I haven't yet tried on 8.0.

 

<phone:PhoneApplicationPage
    x:Class="TimePicker.MainPage"
    xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
    xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
    xmlns:controls="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls"   
    xmlns:telerikInput="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input"
    mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="768"
    FontFamily="{StaticResource PhoneFontFamilyNormal}"
    FontSize="{StaticResource PhoneFontSizeNormal}"
    Foreground="{StaticResource PhoneForegroundBrush}"
    SupportedOrientations="Portrait" Orientation="Portrait"
    shell:SystemTray.IsVisible="True">
 
    <!--LayoutRoot is the root grid where all page content is placed-->
    <StackPanel x:Name="LayoutRoot" Background="Transparent">
        <controls:Pivot Title="Pivot" Height="688">
            <controls:PivotItem Header="Pivot1">
                <StackPanel x:Name="TitlePanel" Orientation="Vertical">
                    <telerikInput:RadTimePicker x:Name="radTimePicker" />
                </StackPanel>
            </controls:PivotItem>
            <controls:PivotItem Header="Pivot2">
 
            </controls:PivotItem>
            <controls:PivotItem Header="Pivot3">
 
            </controls:PivotItem>
        </controls:Pivot>
        <!--ContentPanel - place additional content here-->
    </StackPanel>
 
</phone:PhoneApplicationPage>

0
Vijay
Top achievements
Rank 1
answered on 30 Dec 2012, 02:08 AM
Hello Todd,

Thanks for contacting Telerik!

Not able to reproduce you issue. If you still have problem with the application, I request you may raise a support ticket where the Telerik team can look into your request to come up with better solution.

I would also suggest you to take a look at the below link. Hope that may be useful.

Click Here 

Thanks,
Vijay
0
Todor
Telerik team
answered on 03 Jan 2013, 07:59 AM
Hello Todd,

Please refer to the support ticket that you have opened regarding the same issue.

Kind regards,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
TimePicker and TimeSelector
Asked by
Todd
Top achievements
Rank 2
Answers by
Todor
Telerik team
Todd
Top achievements
Rank 2
Vijay
Top achievements
Rank 1
Share this question
or