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

TrueDbGrid - Data updates - Filterbar looses focus

$
0
0

Dear forum,

we've got a truedbgrid bound to a bindingsource. There are some calculations running which continuously modify some columns of the underlying datarows (by iterating over the datarows, no reload from database). These data modifications lead to a focus lost of the previously focused filterbar column. How can this focus lost be prevented?

Kind regards


Reply To: MVC flexgrid and cell template

Language Dictionaries for SpellChecker?

$
0
0

Hi,

Can you please tell me what languages you support for your spellchecker? The link to the dictionaries I found is broken. Your site says 20+ languages but they are not listed.

Regards,
-LT

Security breaches of Data Dynamics ActiveBar ActiveX controls

Reply To: CheckBox in Excel template

$
0
0

Hi Arpit,

any new about this matter?

Reply To: MVC flexgrid and cell template

$
0
0

Thanks! I will check and will tell you.

Print eight charts in one page

$
0
0

Hi, I have eight charts in the form and want to print them in one page.

In VB6, I was able to do this by using the following code:
Printer.Print
Chart(0).DrawToDC Printer.hDC, oc2dFormatEnhMetafile, oc2dScaleToFit, 0, 200, Printer.ScaleWidth / Printer.TwipsPerPixelX, Printer.ScaleHeight / Printer.TwipsPerPixelY
Chart(1).DrawToDC Printer.hDC, oc2dFormatEnhMetafile, oc2dScaleToFit, 0, 1200, Printer.ScaleWidth / Printer.TwipsPerPixelX, Printer.ScaleHeight / Printer.TwipsPerPixelY
Chart(2).DrawToDC Printer.hDC, oc2dFormatEnhMetafile, oc2dScaleToFit, 0, 2200, Printer.ScaleWidth / Printer.TwipsPerPixelX, Printer.ScaleHeight / Printer.TwipsPerPixelY
Chart(3).DrawToDC Printer.hDC, oc2dFormatEnhMetafile, oc2dScaleToFit, 0, 3200, Printer.ScaleWidth / Printer.TwipsPerPixelX, Printer.ScaleHeight / Printer.TwipsPerPixelY
..........
Printer.EndDoc

How to do this in VB.net using C1chart?

Thanks,

Reply To: Hosting Windows Form in C1DockControl Problem

$
0
0

Thanks for supporting.
I attached my sample project. You need to add reference to C1 libs to compile.
If you resize a floating windows or docking them to parents windows, you will see the problem.
Thanks much.

@PrashantS said:
Hello,

Could you please provide a tripped down sample replicating the issue so that I can assist you accordingly.

Regards,
Prashant


datepicker alignment

$
0
0

The datepicker alignment enumeration has center and right reversed.

Reply To: olch2x8.ocx not displaying after March 2016 Windows updates applied

$
0
0

Hello Mr. Nilay Vishwakarma,

After further investigation, we found the non-displaying issue, after applying windows security update (KB3139940), was probably not related to the Chart2D OCX since our simpler testing application with Chart2D ocx in a winform does not have such a problem.

Thank you again for your attention to my original problem report.

Many Thanks, Jing

Reply To: PdfViewer crash on >1.5 PDF Specification

$
0
0

Hi Prashant,

I am glad to see the issue is fixed in 4.0.20161.503

It seems that the documentation of the PdfViewer control (http://helpcentral.componentone.com/nethelp/C1PdfViewerWPF/PDFViewerLimitations.html) is outdated and not reflecting the controls current abilities and limitations...

Can you tell me (or update the documentation) what are the current Features / Abilities and Limitations of the control? (i.e. PDF version support / Fonts support / RTL language support / etc.)

Thank you,
Guy

Reply To: c1Chart RenderTargetBitmap Incorrect

$
0
0

Hi Prashant,

Good news and bad news.

Bad News - None of the above offered solutions worked...
Good News - I Fixed it!!!
I'm invoking

_Element.Dispatcher.Invoke(Threading.DispatcherPriority.Background, New System.Threading.ThreadStart(Sub()
                                                                                                             End Sub))

Just before i render the chart using 'RenderTargetBitmap'.
All customization are in place and the rendered image is IDENTICAL to the chart.

Hope it helps others...
Guy.

BindingRedirect & License 'NAG' Screen

$
0
0

Hi All,

We have are facing an issue where we have an old VB6 executable using multiple VB.NET DLLs that reference C1 libraries.

Whenever we need to update our C1 libraries (Via C1Live) we then MUST re-compile ALL DLLs so they can work with a new version of a referenced C1 library.

One solution to this issue is to set "bindingRedirect" in the VB6 app 'config' file - causing the framework to accept new versions of a certain DLL to service older (other) version references.
This solution however promotes another problem - The license 'NAG' screen.
As these older DLLs were compiled on older versions the new version 'NAG's the user and pops up the well known nag screen.
This is DESPITE the fact that the license used to compile the DLL is valid well after the currently 'NEW' version.

Can't the license information be used to approve all future versions up-to the 'License Valid Through' of the license?

Guy.

Reply To: RichTextBox in Tablet Mode with Screen Keyboard

$
0
0

The Windows Store Certification with this new C1 UWP Control version fails for the ARM platform:

Supported API test

FAILED

Supported APIs

•Error Found: The supported APIs test detected the following errors:
◦API CreateStreamOverRandomAccessStream in shcore.dll is not supported for this application type. C1.UWP.DX.dll calls this API.

Please check this as soon as possible.

Thank you and regards, Sven.

Reply To: CheckBox in Excel template

$
0
0

Hi Evaristo,

I have asked the development team to provide an ETA on this issue on a higher priority and will let you know once they come back with any information regarding the same.

Thanks and Regards,
Pragati Kaushik


Reply To: "cannot create an abstract class" error

$
0
0

Hi John,

This issue occurs when the application project is not able to get the Design assembly for the control.
In order to resolve this issue, I would suggest you to add [C1.Win.C1Ribbon.4.Design.dll] assembly in the references folder of your project. Follow these steps to add the reference:
1. Expand the reference node in the solution explorer.
2. Click on Add Reference.
3. In the Reference manager click on the Browse and browse to this design dll in the system and add that dll in the references folder of the project.
"C:\Program Files (x86)\ComponentOne\WinForms Edition\bin\v4.0\C1.Win.C1ReportDesigner.4.dll" or
"C:\Program Files\ComponentOne\WinForms Edition\bin\v4.0\C1.Win.C1ReportDesigner.4.dll"
4. Close all the designer forms of the project.
5. Clean and rebuild the solution
6. Open the form again and check if it works correctly or not.

Regards,
Nilay Vishwakarma

Reply To: BindingRedirect & License 'NAG' Screen

$
0
0

Hi Pragati,

Will compiling the license into the embedded resources of the application remove the NAG screen? Even if a referenced DLL is replaced with a newer (still valid under the license) version?

If so - how can i compile it?

Thanks,
Guy

Reply To: "cannot create an abstract class" error

$
0
0

That did it.

Normally the designer DLL's are added when I add the main DLL. They are in the Designer sub-folder of where the main DLL is located. Will keep an eye on that and know what to do in future.

Thanks - John

Reply To: How to Read ribbon control in C# code and looping,bind in flexgrid

$
0
0

Hello,

Sorry for the delay.

We are working on it and will update you along with the progress.

Thanks,
Akshay

Reply To: c1Truedbgrid column edit

$
0
0

Hello,

Could you please provide me the sample application or you can also modify the sample application I have provided earlier so that I can further investigate on it. As it will be hard for me to provide you a solution without looking at the actual code.

Thanks,
Akshay

Viewing all 14170 articles
Browse latest View live


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