Quantcast
Channel: Our ComponentOne » All Posts
Viewing all 14170 articles
Browse latest View live

Reply To: RibbonSplitButton: DropDown location

$
0
0

Hello Wolfgang,

According to the development team, the 'TextAndImageRelation’ property exists in C1Ribbon for backward compatibility only. This property was removed in in build 2.0.20091.149 (it is not necessary since the button elements can be aligned dynamically, depending on the owner group sizing). However, there was a lot of complains from users who adjusted their layouts based on the previous behavior of C1Ribbon. So, the property was readded in build 2.0.20093.221.
The ImageAboveText and ImageBeforeText modes have the same effect as in very first versions of C1Ribbon. As a result, the UI of very old user applications is still not broken.

In the new applications you should never set this property to any values except Automatic.

Let me know if this helps.

Thanks,
Richa


Reply To: RibbonButton and moving the mouse away while pressed

Reply To: MovingAverage line

$
0
0

Hello,
Noone can response to my question? I’m looking forward to your solution.
Thanks

Reply To: Field with CanGrow = True ignores left align on multipage document

$
0
0

Next problem is, that I need to keep items together, but as I said, its not working very good with fields overflowing page.

Available update 2013.1.0.814

$
0
0

I noticed that a new version of D2H is available 2013.1.0.814
However it seems I have to buy this new version rather than just install the update.
Does this mean the version I purchased is no longer supported?
How much is the new version?
thanks

Reply To: DataMode settings for c1FlexGrid

$
0
0

Hello M.Koteswara,

I would like to inform you that there do not exist any 'DataMode’ property in C1Flexgrid.
After binding C1Flexgrid to the Database, you need to manually handle all the other operations in the grid.

Could you please elaborate more on what is the exact requirement, as to why you need to set this property?
It might help us in providing you with some possible solution.

Regards,
Reema

Reply To: MovingAverage line

$
0
0

Hi,

Sorry for delay.
The chart looks correct to me and it is not necessary that the first point of moving average coincides with the first value of chart data series.
To simply test that the plotting is correct, you can use MS Excel. Just add a chart(with same values and moving average trendline) to a sheet and I beleive you will see the data plotted in a same way.
If you have some further issues/questions, please let me know.

Thanks

Reply To: Exporting templated column header to Excel

$
0
0

Hi Jeff,

You can inherit the DataGridTemplateColumn and override the GetColumnText function. You can return any custom string from there and the same will be exported in excel.

public class MyDataGridTemplateColumn : C1.Silverlight.DataGrid.DataGridTemplateColumn
    {
        public override string GetColumnText()
        {
            return "Some Column Header";
        }
    }

Please let me know if you have some further issues/questions related to same.

Thanks


Reply To: How to bind ItemSource of C1ComboBox in C1PropertyGrid

$
0
0

You need to create a custom editor for this and set the ItemsSource in the Create function. See below code:-

public class ComboEditor : C1ComboBox, ITypeEditorControl
    {

        #region ITypeEditorControl Members
        

        public bool Supports(PropertyAttribute Property)
        {
            return Property.PropertyInfo.PropertyType == typeof(string);
        }

        public ITypeEditorControl Create()
        {
            return new ComboEditor() { ItemsSource  = new List<string>(){"Male","Female"}};
        }

        public void Attach(PropertyAttribute property)
        {
            var binding = new Binding(property.PropertyInfo.Name)
            {
                Mode = BindingMode.TwoWay,
                Source = property.SelectedObject,
                ValidatesOnExceptions = true
            };
          
            this.SetBinding(C1ComboBox.SelectedItemProperty , binding);
        }

        public void Detach(PropertyAttribute property)
        {
        }

        public event System.ComponentModel.PropertyChangedEventHandler ValueChanged;

        #endregion
    }

Thanks

Reply To: Silverlight Excel "Index out of range" Error

Reply To: C1Chart3D data binding

C1DataGrid MoveRows Exception

$
0
0

Hi.
I got this exception If I move rows from the code in my collection:

{System.ArgumentException: Both column and row must belong to the same data grid.
bei C1.Silverlight.DataGrid.DataGridCell..ctor(DataGridRow row, DataGridColumn column)
bei C1.Silverlight.DataGrid.DataGridModel.GetCell(DataGridRow row, DataGridColumn column)
bei C1.Silverlight.DataGrid.C1DataGrid.get_Item(DataGridRow row, DataGridColumn column)
bei C1.Silverlight.DataGrid.DataGridFocusAndEditingManager.get_CurrentCell()
bei C1.Silverlight.DataGrid.DataGridFocusAndEditingManager.SetCurrentRow(DataGridRow row, Boolean raiseCellChanged)
bei C1.Silverlight.DataGrid.DataGridFocusAndEditingManager.SetCurrentRow(DataGridRow row)
bei C1.Silverlight.DataGrid.DataGridModel.SetCurrentRow(DataGridRow row, Boolean force)
bei C1.Silverlight.DataGrid.DataGridModel.UpdateCurrentRowFromDataSource()
bei C1.Silverlight.DataGrid.DataGridModel.DataConnection_CurrentChanged(Object sender, EventArgs e)
bei C1.Silverlight.DataGrid.DataConnection.CollectionView_CurrentChanged(Object sender, EventArgs e)
bei System.Windows.Data.PagedCollectionView.OnCurrentChanged()
bei System.Windows.Data.PagedCollectionView.RaiseCurrencyChanges(Boolean fireChangedEvent, Object oldCurrentItem, Int32 oldCurrentPosition, Boolean oldIsCurrentBeforeFirst, Boolean oldIsCurrentAfterLast)
bei System.Windows.Data.PagedCollectionView.ProcessRemoveEvent(Object removedItem, Boolean isReplace)
bei System.Windows.Data.PagedCollectionView.ProcessCollectionChanged(NotifyCollectionChangedEventArgs args)
bei System.Windows.Data.PagedCollectionView.b__0(Object sender, NotifyCollectionChangedEventArgs args)
bei System.Collections.ObjectModel.ReadOnlyObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs args)
bei System.Collections.ObjectModel.ReadOnlyObservableCollection`1.HandleCollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
bei System.Collections.Specialized.NotifyCollectionChangedEventHandler.Invoke(Object sender, NotifyCollectionChangedEventArgs e)
bei System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
bei System.Collections.ObjectModel.ObservableCollection`1.RemoveItem(Int32 index)
bei System.Collections.ObjectModel.Collection`1.RemoveAt(Int32 index)

Reply To: Parsing Repeated Words with Break Words in Mixed Case

$
0
0

Hello David,

This is working correctly with C1IntelliSpell build2.0.20131.85. Could you please check with this build (available at http://www.componentone.com/SuperProducts/IntelliSpell/) and let me know if it works correctly or not.

If it does not, please share your environment details and what settings have you set for C1IntelliSpell. Also, let me know which document type are you spellchecking.

Thanks,
Richa

Reply To: Feature Request: Project-Level Dictionary

$
0
0

Hello David,

C1IntelliSpell is used for spellchecking documents using Main Dictionary (which are the installed dictionaries with .dct extension) or using the User Dictionary. These dictionaries are not specific to a solution. Rather they are used for all projects in a particular VS IDE.

If you wish to use own own set of words, I would recommend you to use User Dictionary to save the desired words.

Let me know if this helps.

Thanks,
Richa

FlexGrid read only controls not read only

$
0
0

Hello,

I have a FlexGrid whose row is set to be ReadOnly (via the switch in the preference for it) but is editable by all clients. I have tried turning it on then off with no luck.

Any ideas?


Reply To: Parsing Repeated Words with Break Words in Mixed Case

$
0
0

Hi Richa,

Yes, I am using the latest edition. 2.0.20131.85

I attached an image of the setting.

The environment: Windows 8 Pro x64, VS 2010 Premium. The repeated words are detected in .VB and .ResX files. I left the files in their default settings.

Here are a couple of examples:

The second server word in this word set is reported as repeated when selecting to break mixed case words: SqlServer server

The first word in: … entity entityWithNewValues …; is reported as repeated.

Both are from .VB files.

Thanks

David

Reply To: Feature Request: Project-Level Dictionary

$
0
0

Hi Richas,

Yep, I am fully aware of the user dictionary option.

What I was suggesting is that the option will be made to automatically select a dictionary that resides under the solution folder in addition to or instead of the general user dictionary.

The ultimate scenario would be to use the Code Analysis dictionary of the project. This is a file that is included by the project and is tagged as Code Analysis Dictionary file. That way, Intelli Spell could integrate better with Visual Studio without requiring special facilities and provide a much better granularity for spell checking just like code analysis does–it does not rely on a global but only on a local dictionary, which I find much better. In other words, if the file exists in the project, IntelliSpell will use it, otherwise it will use the general User Dictionary.

What do you think.

Thanks

David

Reply To: Parsing Repeated Words with Break Words in Mixed Case

$
0
0

… also, here is another case of what seems to be a bogus repeated word:

The word or is marked as repeated in the text below, which comes from a Resource File.

Most likely, either (1) Your printer is not online–switch the printer online; or (2) Your printer is jammed or out of paper. Physically correct the problem.

Rules for Breaking Words

$
0
0

I found the following cases were rules for breaking words might be improved:

(1) This pair of words : gif;System is reported as a spell error. I guess this could be separated into two words. This comes form a resource file.

(2) Would it make sense to break interface names? For example, interpret 'ISerializable’ as 'I Serializable’.

Thanks

David

hide printer icon on flexgrid lightswitch form

$
0
0

How do you hide the printer icon on a flexgrid form with LS. Currently if the user clicks it there’s an indexing error message that pops up.

Viewing all 14170 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>