Screenshot Preview

ComponentOne Studio for WinForms - Soporte

de ComponentOne - Tipo de producto: Componente / .NET WinForms / .NET Class / 100% Managed Code

Foro

ComponentOne Studio for WinForms - Control Error thierryp [USA] 09-Mar-2010 19:17:16

Control Comes Back With A Red Cross (can't post a link to an image).

The only item on that form is a Lidor control to display the data.

Using the C1.Win.C1FlexGrid.2
Assembly Version: 2.6.20091.401
Win32 Version: 2.6.20091.401
CodeBase: C1.Win.C1FlexGrid.2.DLL

Error Detail:
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item(Int32 index)
at C1.Win.C1FlexGrid.C1FlexGrid.a.a(Object A_0, Object A_1)
at C1.Win.C1FlexGrid.C1FlexGrid.GetMergedRange(Int32 row, Int32 col, Boolean clip)
at C1.Win.C1FlexGrid.C1FlexGrid.DrawCell(PaintEventArgs e, Int32 row, Int32 col)
at C1.Win.C1FlexGrid.C1FlexGrid.DrawRow(PaintEventArgs e, Int32 row)
at C1.Win.C1FlexGrid.C1FlexGridBase.a(PaintEventArgs A_0)
at C1.Win.C1FlexGrid.C1FlexGridBase.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Any feedback would be appreciated.
Responde


ComponentOne Studio for WinForms Stephen Cheek 16-Jan-2010 23:03:42

Does anyone know whether the latest C1 Studio for WinForms is compatible with Visual Basic 2010 ?
Responde


install-probs witlh C1 Studio for WinForms a.wagner [Germany] 25-Jul-2009 08:08:04

Hi,
downloading and testing the trialversion about 3 months ago --> no problems
de-installation Demoversion --> no problems
purchased and downloading the current version --> unable to install !!

Environment:
Vista Business SP1, 2 GB
VS2005 and VS2008 installed
User is Administrator

Status:
- Start installation
- Complete, Custom or Minimum doesn't matter
- Installation runs nearly to 100%
- Then a JIT-Debug occurs from VS2005 - System.ArgumentException in MSIB326.tmp -- ressource not found
- the installation rolls back completely

any ideas or solutions??

Many thanks
Alex
Responde


Need sample of dragDrop operation saching [India] 02-Apr-2009 13:26:41

Hello Team,

I am using Component 1 Flex Grid and microsoft TreeView Control. I am looking for a sample code which helps me to demostrate/show dragdrop operation from C1FlexGrid to Microsoft TreeView.

Please help me.

-Sachin
Responde


ComponentOne Studio for .NET santosh.nair [India] 12-Apr-2006 08:10:22

I am using the VSFlexGrid8 in ASP.Net application.
Drag and Drop functionality is my requirement.
I am able to drag and drop the rows, when they are hardcoded [fg.OLEDragMode = flexOLEDragAutomatic fg.OLEDropMode = flexOLEDropAutomatic ].

When I am performing the same(drag rows) with the data from the database, it is not working properly.
I am able to drag a row, when this is dropped in a position, all the values in the row becomes '0'.
I have written the code in the VBScript in the aspx page. I am getting the data from the database in XML then assigning the nodes in the grid.

Thanks in advance
______________________________________________________________
SANTOSH
Responde

RE: ComponentOne Studio for .NET support [USA] 11-May-2006 16:29:31

Hello Santosh,

We do not really support the use of our ActiveX controls in an ASP.NET page, but we still try to help. There is a tutorial in the help file titled "OLE Drag and Drop Demo" that shows how to implement manual drag and drop. It is listed under "VSFlexGrid Tutorials". Please take a look at this and see if it helps you to get your project working. If you continue to have problems, you can contact support at support.vsflex@componentone.com, and they will do their best to help even though we do not really support VSFlexGrid in an ASP.NET environment.


Suelinda Webster
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET santosh.nair [India] 12-Apr-2006 08:09:57

I am using the VSFlexGrid8 in ASP.Net application.
Drag and Drop functionality is my requirement.
I am able to drag and drop the rows, when they are hardcoded [fg.OLEDragMode = flexOLEDragAutomatic fg.OLEDropMode = flexOLEDropAutomatic ].

When I am performing the same(drag rows) with the data from the database, it is not working properly.
I am able to drag a row, when this is dropped in a position, all the values in the row becomes '0'.
I have written the code in the VBScript in the aspx page. I am getting the data from the database in XML then assigning the nodes in the grid.

Thanks in advance
______________________________________________________________
Responde


ComponentOne Studio for .NET shital [India] 21-Feb-2006 07:13:51

I am using VS FlexGrid 8.0 with VB6
Can I use it with VB.NET ? And how ?

Shital
Responde

RE: ComponentOne Studio for .NET support [USA] 21-Feb-2006 15:33:49

Hello Shital,

You can use VSFlexGrid 8 in VB.NET, but we do not fully support it. If you run into problems, we will try to help, but we cannot guarantee that we can resolve an issue with one of our ActiveX components in .NET. It should work fine, but we recommend that use the .NET equivalent (C1FlexGrid.NET). One thing to remember though is that you will probably need to use ActiveX data access controls, such as ActiveX ADO, with VSFlexGrid.


Suelinda Webster
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET nathan [USA] 17-Nov-2005 19:28:32

Property or indexer 'C1.Win.C1Command.C1CommandLink.Visible' cannot be assigned to -- it is read only

I have just started using this tool. Im I the only one that thinks this is a show stopper or am I missing something?
Responde

RE: ComponentOne Studio for .NET support [USA] 01-Dec-2005 21:21:19

Hello Nathan,

The C1CommandLink.Visible property is only a shortcut the linked command's visible property, and should be read only. If you need to change the visible property, you can do so through the linked command. I apologize for any confusion.


Suelinda W
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET Jim.Brown [USA] 02-Nov-2005 17:45:03

When compiling a .NET solution I receive a dialog box per C1 component asking me to register the Component One components. Where do I place the license files to fix this behavior? It also seems to think the version is an evaluation version. Are there different evaluation vs real versions? Thanks!
Responde

RE: ComponentOne Studio for .NET support [USA] 09-Nov-2005 16:57:28

Hi,

The evaluation and purchase versions are exactly the same for ComponentOne products. When you purchase, you just enter your serial number to license the control. Most products can be licensed through the .NET IDE by adding the component to a form, right-clicking, selecting "about C1...", clicking the license button, and entering your information and serial number. The exception is the C1PrintDocument control, which needs to have the license entered through the product installer. If you still receive an about box after licensing, it probably says something along the lines of "this dialog will not be shown if you recompile with a licensed version..." If this is the case, and it only shows for existing projects, the licenses.licx file is out of date. The Visual Studio.NET environment does not always update the licx file on a rebuild, so you need to force it to. Generally, all you need to do to force the rebuild is to either change a property in the C1 control that you are receiving the about box for and rebuild, and/or add another instance of the nagging C1 control and rebuild. If you still have problems afterward, you should contact the ComponentOne technical support team.


Suelinda
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET cdurkin [USA] 17-Oct-2005 23:38:46

I would like to change the forecolor of a grid row based on the value of one of the columns in the same row.

Any examples on how to do this?

TIA
Responde

RE: ComponentOne Studio for .NET support [USA] 28-Oct-2005 21:51:52

Hello,

There are a couple of FlexGrid.NET samples that demonstrate what you want to do. Please take a look at the DBDynamicStyles and DynamicStyles samples. They should be with the FlexGrid.NET install, but if you do not have them for some reason you can download them from the ComponentOne website (componentone dot com).


Suelinda
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET eberni [Greece] 27-Mar-2005 00:12:57

I'm using c1.dataobjects and I have this problem. I create a new Componentone Data Library project from visual basic. I open the schema designer to edit the SchemaDef1 component and when I try to save it, I get this error :
TypeLoadException : Could not load type C1.Data.SchemaDefPropertyAttribute from assembly C1.Data, version=1.0.20022.0, Culture=neutral, PublicKeyToken=900b028620cd3a1b
After this I can't use schema objects any more in this computer and the only solution is to MAKE A CLEAR INSTALL OF WINDOWS, VISUAL STUDIO .NET AND C1..NET. I have this problem very often and I have start thinging to stop using data objects and all of the usefull things that I could do with them. HELP ME PLEASE
Responde


ComponentOne Studio for .NET wadekapcsos [Canada] 20-Jul-2004 10:44:41

I'm looking for an ASP.NET spell checker and will need it ASAP for a project.
Are you planning on developing one? If so when will it be ready?

Thanks for you quick response.

Wade
Responde

RE: ComponentOne Studio for .NET support@componentsource.com 21-Jul-2004 00:00:00

Hi Wade,

ComponentOne does have a Spell component for its .NET Studio, but it is a Windows Form control, rather than an ASP .NET control.

Sincerely,

Jason Williamson
ComponentSource
Technical Support
Responde

RE: ComponentOne Studio for .NET support [USA] 04-Aug-2004 14:29:50

We do have a WebSpell for ASP.NET. I see that it is availible from ComponentSource, when you do a specific search for it. It looks like ComponentSource's description of the Studio Enterprise is a little out of date though, because WebSpell is not listed as a part of our ASP.NET studio.


Suelinda W
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET IlsaVerschueren [Belgium] 20-Jul-2004 10:44:41

I have a form that is a mdicontainer and when I open a childform the icon of that form is listed above the menu. I would like that icon to appear next to my menu (icon, File, Edit, ... ). How is that possible because I didn't find a way to do that.
Responde

RE: ComponentOne Studio for .NET support [USA] 04-Aug-2004 14:51:25

You are using Menus and Toolbars.NET, correct? I don't see a way to do that either. You can contact ComponentOne technical support to be sure at support.c1command.net@componentone.com.

Suelinda W
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET garaceg [USA] 20-Jul-2004 10:44:41

Same question than, it's very important to have an answer. I would appreciate your feedback ASAP.
Are True DB Grid and Flexgrid ASP.net web controls? (and the rest of the controls?)

Thanks
Jerry Garcia
Responde

RE: ComponentOne Studio for .NET support [USA] 04-Aug-2004 13:50:46

No, but we have a special grid for ASP.NET, WebGrid for ASP.NET. You can search for it on the ComponentSource site individually, or look for ComponentOne Studio for ASP.NET to see our other ASP.NET controls.

Suelinda W
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET gunaa [Singapore] 20-Jul-2004 10:44:41

Does it support applications built using Visual C++.Net ?
Responde

RE: ComponentOne Studio for .NET support@componentsource.com 21-Jul-2004 00:00:00

Hello,

According to ComponentOne, ComponentOne Studio .NET should support all .NET languages. If you have any further questions about this at all, please let me know.

Best regards,

Jason Williamson
ComponentSource
Technical Support
Responde

RE: ComponentOne Studio for .NET support [USA] 04-Aug-2004 14:03:53

Yes, our .NET controls can be used with any .NET language.

Suelinda W
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET ratshah [India] 20-Jul-2004 10:44:41

Are True DB Grid and Flexgrid ASP.net web controls?
Responde

RE: ComponentOne Studio for .NET support [USA] 04-Aug-2004 13:59:17

No, but we have a special grid for ASP.NET, WebGrid for ASP.NET. You can search for it on the ComponentSource site individually, or look for ComponentOne Studio for ASP.NET to see our other ASP.NET controls.

Suelinda W
Customer Engagement, ComponentOne LLC
Responde


ComponentOne Studio for .NET stj [Denmark] 20-Jul-2004 10:44:41

Is it possible to buy ComponentOne FlexGrid for .NET without buying the rest?
best regards
Steffen
Responde

RE: ComponentOne Studio for .NET support@componentsource.com 21-Jul-2004 00:00:00

Hello Steffen,

Thank you for your post. Unfortunately the only way to get FlexGrid for .NET is to purchase ComponentOne Studio for .NET.

Sincerely,

Jason Williamson
ComponentSource
Technical Support
Responde

RE: ComponentOne Studio for .NET Mariusz.Tyminski [USA] 22-Jul-2004 00:00:00

Can I buy ComponentOne Studio for .NET with the source code?
Responde


ComponentOne Studio for .NET garaceg [USA] 20-Jul-2004 10:44:41

Which grid control would you recommend? Flexgrid or TrueDBGrid? or what are the characteristics of every one of them?
Responde

RE: ComponentOne Studio for .NET support [USA] 04-Aug-2004 14:19:17

It is really a personal preferrance issue. The functionality of both is basically the same. The only way to know which is right for you is to evaluate both and see for yourself.

Suelinda W
Customer Engagement, ComponentOne LLC
Responde


Búsqueda de productos

Escriba palabras de búsqueda:

¿Por qué comprar en ComponentSource?

ComponentSource ofrece un único servicio global, utilizado por más de 1.000.000 de desarrolladores en todo el mundo.

Más Información | Sobre Nosotros

Galería de capturas de pantalla

Haga clic para obtener una vista previa completa

Captura de pantalla ComponentOne Studio for WinForms - Subscription - 2011 v3 Captura de pantalla ComponentOne Studio for WinForms - Subscription - 2011 v3 Captura de pantalla ComponentOne Studio for WinForms - Subscription - 2011 v3 Captura de pantalla ComponentOne Studio for WinForms - Subscription - 2011 v3 Captura de pantalla ComponentOne Studio for WinForms - Subscription - 2011 v3
Award Award Award