Telerik Forums
UI for WPF Forum
3 answers
90 views

Hi, 

I have an app that uses voice control. When a command is ambiguous (i.e. meaning it returns multiple potential results), I want to pop up a model window displaying a list of those potential results, preferably in a grid. I then want to allow the user to simply click the row in the grid containing the desired command (or data value), and return that selected value to the calling window.

To further complicate matters, the voice-control mechanism (cognitiveservices.speech) listens on a secondary thread, so I want the modal dialogue to suspend not only suspend the activities of the calling window until the user makes his/her selection, but also the listening thread.

Any guidance?

Wayne

Dilyan Traykov
Telerik team
 answered on 11 Oct 2019
0 answers
157 views

Hi sir,

I am new to wpf application.i started to do a simple login form.but after adding controls shows presentation framework error.so please give a solution to solve this.i have attached a source code

Vidhya
Top achievements
Rank 1
 asked on 11 Oct 2019
1 answer
63 views

Please refer to the attached screenshot of the chart I am attempting to reproduce with the ChartView control.

Each item on the horizontal axis has a start and end value.

Would this be some kind of custom bar chart?

Is it possible to define your own series type? - Would that be the approach here?

The vertical lines would be nice to have but aren't a priority.

Martin Ivanov
Telerik team
 answered on 10 Oct 2019
3 answers
81 views

Hello,

I have the following problem with the Schedule View.

When I display a resource multiple times in a calendar, the appointments are only displayed in one slot. The problem can also be seen in the Telerik WPF ScheduleView demo "filter sub-group headers". Sven Ottlieb is in Level Basic, Advanced and Expert, but the dates are only displayed in Level Expert. Is there a solution?

Thank you very much.
Best regards,
Helmut

Dinko | Tech Support Engineer
Telerik team
 answered on 10 Oct 2019
3 answers
110 views

When I call LoadLayout to reload my saved layout, my windows close and reopen.
It works, but I'd rather they just jump (or animate) to the loaded positions.

Is there a way to accomplish this?

Thank you
Buzz

Dilyan Traykov
Telerik team
 answered on 10 Oct 2019
5 answers
1.8K+ views
Hi! Is it possible to set picture (bitmap icon) to surface of RadButton or to surface of RadRadioButton so that this picture would occupy the entire surface of RadButton or RadRadioButton? And what format (GIF, JPJ, PNG, e.t.c) must have bitmap icon for its placing on RadButton' surface or RadRadioButton' surface?
Ras Ran
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 10 Oct 2019
4 answers
262 views
Hi everyone,

I am developing a WPF application in which I use RadControls including RadDocking.

Is an event raised when the user has finished resizing a RadSplitContainer ?
I do not want to handle an event raised several times during resizing.

Is an event raised when the user has finished moving a splitter ?
I do not want to handle an event raised several times during moving.

Thank you in advance for your answers
Vladimir Stoyanov
Telerik team
 answered on 09 Oct 2019
1 answer
192 views
Hi,

I want to get an event before resizing of Raddocking panes.
We have SizeChanged event but there is not PreviewSizeChanged event. Is there a way to achieve preview of resizing?

Thanks,
Tayyaba Naz
Vladimir Stoyanov
Telerik team
 answered on 09 Oct 2019
9 answers
1.1K+ views

Hello, I'm trying to unselect selected item in ListBox, but I have no success yet ( UI ListBox still selected).
I am trying in this way:
private void OnStandarBoxSelectionChanged(object sender, SelectionChangedEventArgs e)
{
 
    if (StandardBox.SelectedItem == null) return;
 
    ...
 
    StandardBox.SelectedItem = null;
}

Could you explain What better way to solve this problem?
Thank You.

Dimitar Dinev
Telerik team
 answered on 09 Oct 2019
4 answers
563 views

Hi,

I have an Telerik WPF app built recently for .Net Framework 4.7.2. The app is lightning fast and I couldn't be happier with performance.

However, I just successfully converted it to .NET Core 3.0, and while the app functions properly with no compile or runtime errors, its performance is dreadful. For example, launching the .exe takes 1.5 seconds for the .Net Framework version, but 21 seconds for the .Net Core version. A simple database query takes .01 seconds (i.e. to both retrieve the data and refresh the interface) in Framework, but 6 seconds in .Net Core.

I'll investigate and identify the components causing the problem, but do you have any opening thoughts that might point me in the right direction?

Wayne

 

Martin Ivanov
Telerik team
 answered on 09 Oct 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?