|
Group: Forum Members
Posts: 10,
Visits: 24
|
Firstly, yes I am using the Community version (even though I have access to Professional) Secondly, I tried it in Edge, Firefox and Chrome and then forced Edge to use IE11 under Windows 10 and I finally got to see your demos, can't see why it wasn't working okay on other browsers, that have silverlight enabled.
Lastly, I am struggling enormously with your documentation - it is so light on, unless I am looking at the wrong pages? I may be new to your product, but I have a complete (and working) WinForms application using the standard controls, and all I want to do is use better looking controls (like I can in a WPF application), and rightly or wrongly I thought your product was going to be the "simple" solution.
Bottom line is that I AM interested in your products, but if they are not simple to use and theme during my testing phase, due to little to no documentation, examples, etc. then I can't see myself using them and I will evaluate something else.
I have emailed support requesting the theme examples so I can look at creating a custom theme - I am STILL waiting, so if it also takes ages for a response from support, I will also question whether I need to evaluate something else.
At the moment, I am just trying to use an NComboBox and where I could use the following in a normal ComboBox, I can't for the life of me get it to work with yours...
This is to set the selected item to the given text... Standard Combo - LocationsCombo.SelectedItem = "My Text Value Here"; Trying with yours - nComboBoxControl2.Widget.SelectedItem = "My Text Value Here";
So the error that shows is that you cannot implicitly convert type "string" to "Nevron.Nov.UI.NComboBoxItem" - so how else am I meant to do it - nothing of any value in the online documents, or anywhere else for that matter?
I also see there is no event "DropDownClosed", but I was able to work around that using "SelectedIndexChanged"
|