Telerik RadDatePicker and RadTimePicker not open with WP 10 - windows-phone-8.1

I'm using Telerik UI for WindowsPhone 8 Q2 2015 version and my project is Universal app using 8.1 SDK.
My xaml:
<input:RadDatePicker x:Name="MyRadDatePicker"/>
There are 3 step to reproduce this issues:
Tap to MyRadDatePicker to popup picker flyout.
Press hardware back button to close the picker flyout.
Do the #1 step and now i can't get the popup anymore.
Big issues :D
Anyone get this problem?
This is my question on Telerik forum:
http://www.telerik.com/forums/datepicker-and-timepicker-not-open-with-wp-10

Related

Inconsistent default button behavior in WP8.1 Universal versus Silverlight 8.1 / Windows 8.1 / earlier

Why is the default button visual behavior on click different in Windows Phone 8.1 "universal" apps? Is there some way to restore it to the behavior consistent with all other versions of Windows Phone/Windows 8 or do I need to create a new custom control?
Windows Phone 7/8/8.1 Silverlight/Windows 8.1: Button background flashes a complementary color based on theme, button stays fixed.
Windows Phone 8.1 "universal": Button background doesn't change color, tilt effect is applied to the button displacing it based on where the user has touched it.
I'm a beginner developer with some experience in developing WP7/WP8 apps, trying to make my first universal app for WP8.1/Windows 8.1. I verified this behavior in VS2013 Update 2 RC with a new Windows Store App, new WP8.1 Silverlight app, new WP8.1 universal app and one of my existing WP8 apps by just creating a new button object in xaml. Appreciate any help!
In my own test, the button does change color to the PhoneAccentBrush resource.
But if you want to remove the tilt effect, you should just edit the style of the button. Since you claim to be a beginner, I'll explain how to easily change the style using VS2013. Maybe you don't know this yet.
Right-click your Button in the designer, goto Edit Template... on the menu, then select Edit a Copy...
This will generate the standard button style in your xaml which you can edit. FYI, this will change your document outline to the button style outline. (See Document Outline window in VS2013.) To go back to the page outline, click the up arrow icon at the top of the outline.
Anyways, find the < VisualState x:Name="Pressed"/ > line and then comment out the PointerDownThemeAnimation line.
Done!

Custom Adobe AIR (badge) Installation Process

I have a silly question.
Is there any way to make a custom adobe air application installer?
Now, after I click on the badge "install" button (on the web site), air app starts installation process in 4 steps (3 mouse clicks):
First, I have 3 buttons ("open", "save" and "cancel"), I click on "open";
Then I have 2 buttons ("install", "cancel"), and I have to click on "install";
After that, I have options to change installation directory location, add shortcut icon on the desktop, and 2 buttons again ("continue" and "cancel"), I have to click on "continue";
And finally, installation begins.
Is there any way to avoid some steps here (e.g. second step), or maybe to disable some buttons (like "save" button in the first step, or "add shortcut icon on my desktop" in the third)?
If it's not possible, is there any way to create custom air app installer?
Thanks
P.S. I don't have problem with these 3 mouse clicks during installation, but my clients consider that "I have" 1 extra click.
Check the below links for more clarity
http://help.adobe.com/en_US/air/build/WSfffb011ac560372f709e16db131e43659b9-8000.html
http://www.adobe.com/devnet/air/articles/customize-setup-for-AIR-app-with-captive-runtime.html
If you want custom badge style, you have to pack your app as captive runtime and create your own installer.

PhpDesigner 8 looses focus when using autocomplete

My phpDesigner 8.1 looses focus when I use any autocomplete. It is really annoying because i have to click into the window each time I use autocomplete. Does somebody know how to fix this? I tried the protable version and the setup. Both have the same behaviour.
Could finally fix it on my own. Teamviewer was the problem.
See this phpDesigner Changelog.
phpDesigner 7
phpDesigner 7 version 7.2.5 -- 1. March 2011
[...]
Fixed. The code completion loses focus. This is a problem caused by Teamviewer. When Teamviewer is running it puts a small button near windows options buttons, you need to click that button and cancel Teamviewer for phpDesigner.exe and phpDesigner 7 will work fine again. The same applies to Actual Windows Manager.
EDIT: Seems like mpsoftware.dk removed their changelog. Here is the old page: phpDesigner Chagnelog (New Link)
Delayed answer BUT to fix this just go to Teamviewer Option > Advanced > Show advanced options > QuickConnect Button > Configure > Untick Show QuickConnect Button

selecting an item opens edit mode in windows 8 apps C#.net

I have a windows 8 app, in which i show the list of students as tiles. When a tile is tapped on, the app bar opens which give the option to edit. My question is; when the tile is tapped, is it fine to go to the Edit window rather than opening the app bar. Does windows 8 app guidelines allow this.
I have gone through the windows 8 guidelines but it has left me confused if its the right way or not.
Thanks in advance.
I think the best way to do this must be that on click of the tile you should open the edit window. And the appbar must have only add button, so that in case the user wants to add a student he can do so through the app bar. I feel this is the correct user experience.

creating pull down menu in windows phone 8

I have this requirement where i have to show a menu when users slide their finger down the screen. Just like viewing notifications in android and iOS.
If not the same thing may be any alternatives that i can use.
I'm new to windows phone development.
Please help.
While it can be done on your own, it's a pain to do well, and Telerik has already done this - check out their Data Bound ListBox control - http://www.telerik.com/products/windows-phone/overview/all-controls/databoundlistbox.aspx