Screenshot Preview

ComponentOne Studio Enterprise - Support

par ComponentOne - Type de produit : Composant / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / .NET WinForms / .NET Class / .NET WPF / Silverlight / 100% Managed Code / Managed/Unmanaged Code - without COM / Windows Runtime Controls / Windows Phone 7 Controls / ActiveX OCX / ActiveX DLL / DLL / HTML5 / jQuery / AJAX / Android Library

Forums

C-One Studio Ent. y.terpstra [Friesland, The Netherlands] 18-Jun-2013 12:36:24

Hi,

Description:
* Our form contains multiple commanddocks with multiple dockingtabs.
* Users are given the option to select from a set of default layouts. This is great for users that are less comfortable with arranging the windows themselves.
* The layouts were saved with 'C1.Win.C1Command.C1DockingTab.SaveLayout’, and are restored with the corresponding 'RestoreLayout’ method.

Problems:
1) Sometimes, the Width or the Height of the restored area(s) does not seem to be correct. This can lead to either very narrow or very wide areas.
Expected behavior: the width and height is restored correctly.

2) Sometimes, the order of the restored CommandDocks is not consequent.
Graphically, when the window position was saved as this:


01 1111122
02 1111122
03 mmmmm22
04 mmmmm22

It will be restored as this:

01 1111111
02 1111111
03 mmmmm22
04 mmmmm22

(notice that area 1 is placed among all the width now, instead of 'stopping’ for area 2).
Expected behavior: the positioning/order of the command docks is always the same.
Répondre


ComponentOne Studio Ent. - Autohiding Docking Tabs y.terpstra [Friesland, The Netherlands] 18-Jun-2013 12:30:09

Hi,

I’ve encountered the following situation. On a form with multiple [c1] docking tabs, one of the tabs, let’s call it DT1, contains a [windows forms] tabcontrol 'TC1′. Switching a tab on the TC1 causes a corresponding [wf] tabcontrol — placed on a different docking tab — to switch its selected tab as well.
However, when DT1 is set to auto hiding, this action causes the DT1 to hide again. This is not the desired behavior. We actually want DT1 to stay visible, for the user to perform additional actions on the newly selected tab on TC1. Can we avoid this behavior somehow?

(Note: Removing the tab control and distributing it to dockingtabpages is not really an option, as this is a simplification of the actual situation involving somewhat more advanced user controls.)
Répondre


ComponentOne Studio Enterprise y.terpstra [Friesland, The Netherlands] 18-Jun-2013 12:18:02

Hi,

For the less advanced users of our software, we want to disable the docking functionality of the CommandDocks/DockingTabs. They are given the option to choose from a set of predefined layouts, instead. This will prevent accidentally screwing up the windows positions (there are no floating tabs in the default layout).

To accomplish this, I’m trying something like this:

01 if( c is C1CommandDock )
02 {
03 C1CommandDock cd = c as C1CommandDock;
04 cd.AllowFloat = !locked;
05 cd.AutoDockBottom = !locked;
06 cd.AutoDockLeft = !locked;
07 cd.AutoDockRight = !locked;
08 cd.AutoDockTop = !locked;
09 }
10 if( c is C1DockingTab )
11 {
12 C1DockingTab dt = c as C1DockingTab;
13 dt.CanMoveTabs = !locked;
14 }

This will disable most docking functionality, but it is still possible to rearrange different DockingTabs within a CommandDock.
Is it possible to set a flag to disable it altogether?
Répondre


ComponentOne Studio Enterprise jramkey [India] 12-Apr-2010 07:14:57

Hi,

I have an application which uses ComponentOne Chart ActiveX control. I have included olch2x8.ocx and olch3x8.ocx in my setup. Both the ActiveX controls are not getting registered while installing the setup in Windows 7 and Windows Vista. I have purchased ComponentOne Studio Enterprise 2007 v2. I'm getting an error "Error 1904. Module ..\olch3x8.ocx failed to register. HRESULT -2147220473. Contact your support personnel."

Please help me out how to register the ActiveX controls in Windows 7 and Windows Vista operating systems.

Thanks in advance.
J. Ramakrishnan
Répondre


ComponentOne Studio Enterprise JN[India] 31-Oct-2009 15:30:38

Hi,
I am using component one chart in silverlight project. Currently for drawiing each line on the graph i set XYDataSeries property.
Is there any way by which i can bind the chart with entity like we do in silverlight and when ever the entity changes the control is refreshed?
Répondre


ComponentOne Studio Enterprise JN [India] 31-Oct-2009 15:28:01

Hi, i am using component one chart in silverlight project and i want make the chart so created invisible .
For doing this i set the visibility property to collapsed but still the legend does not disappear.
Please tell what needs to be done
Répondre


ComponentOne Studio Enterprise ajithev [India] 22-Aug-2009 10:32:04

click event of a selected date in c#
im using component one tool version 2 calendar control and in that i set one date as selected date always. plz help me with a click event for the already selected date
Répondre


ComponentOne Studio Enterprise ajithev [India] 22-Aug-2009 10:29:43

im using component one tool version 2 calendar control and in that i set one date as selected date always. plz help me with a click event for the already selected date
Répondre


TDBGrid 7.0 Pro and Stored Procedure massimo [Italy] 10-Aug-2009 18:22:03

Hi there,

May you explain,with sample code, how is possible to link the grid for show the stored procedure result (I am using the grid in bound mode, but without result, no show data on the grid).

=================================================

Dim MsgErr As String, rs_data As Recordset, sTmp As String, dtTmp As Date,
dtTmp1 As Date
Set rs_data = New Recordset

On Error GoTo Errore:
Set Cmd = New ADODB.Command
Cmd.ActiveConnection = cn

Cmd.CommandType = adCmdStoredProc

sTmp = ListaCollaboratori.BoundText
Cmd.Parameters.Append Cmd.CreateParameter("Collaboratore", adVarWChar, adParamInput, 5, sTmp)

dtTmp = DateValue(Format$(txtDataI.value, "dd/mm/yyyy"))
Cmd.Parameters.Append Cmd.CreateParameter("Inizio", adDBTimeStamp, adParamInput, , dtTmp)

dtTmp1 = DateValue(Format$(txtDataF.value, "dd/mm/yyyy"))
Cmd.Parameters.Append Cmd.CreateParameter("Fine", adDBTimeStamp, adParamInput, , dtTmp1)

Cmd.CommandText = "SP_AttivitaCollaboratore"

Set rs_data = Cmd.Execute

Set Grid1.DataSource = rs_data

'Set TDBGrid1.DataSource = Cmd.Execute(, Array(sTmp, dtTmp, dtTmp1))
'Stop
Set Cmd = Nothing
Exit Sub

=============================================

Best things:

Massimo
Répondre


ComponentOne Studio Enterprise Kittipho [Thailand] 21-Feb-2009 23:43:44

Hi,
Sorry if i post in the wrong place.
I installed c1 eval and cannot remove, it ask for serial no. which i don't know.
Thanks and regards,
Kitt
Répondre

RE: ComponentOne Studio Enterprise support@componentsource.com 25-Feb-2009 13:17:04

I have tried the uninstall process here and if you just select cancel when it asks for the serial number the uninstall will proceed and appears to remove the product from the PC.
I hope this helps.
Répondre


ComponentOne Studio Enterprise fernando [Portugal] 04-Dec-2008 16:35:45

Hello!

I have a project wich uses VB6 and vsflexgrid 7.0 (light).

I have reports that, OCCASIONALLY occurs the following automation error: -2147221064(800401B8)

I try to find this automation error in several sites, but could not find it.

Please, any clue will be important

Thank you all
Répondre


ComponentOne Studio Enterprise mark.cate [Philippines] 22-Oct-2008 07:35:02

Hi,

How do you change an axis' Label's font color programatically or through code-behind? I want to change the color of the axis' Label only. I tried setting the ChartArea.ForeColor but it changes even the axis' line color.

Thanks,
Mark
Répondre


c1TrueDBGrid Expand Event zxfscout [China] 18-Sep-2008 03:33:29

I have assign a child grid to parent grid,but I can not capture the Expand event of parent grid, I will assign datasource to child grid in expand event .
Répondre


ComponentOne Studio Enterprise vb341bab [Bolivia] 19-Jul-2008 13:31:56

can support rigth to left for persian lang?
Répondre


ComponentOne Reporting Problem bilalcheema27 [Pakistan] 13-Jun-2008 08:06:34

Hello,

i have used C1 reports in asp.net 2.0. when i call same report again and again but with different parameters to selelct. Report always shows data which was shown at first time.
For Example. there is a visit report for 5 salesEmploeey. A,B,C,D and E. First time i will select employee A to show report. then i will select B employee to show report, but i will get again data of emplyee A, and is the same case for all employee.
i have checked my code. there is no problem, Correct data i coming from database but report not refreshing data.
if any body will give me the solution i will be thank full to him.
Répondre


ComponentOne Studio Enterprise(VSFlexGrid Pro 8.0) Hank 29-Feb-2008 07:45:49

Hello

Will this VSFlexGrid Pro 8.0(ActiveX) will work with windows vista?
Répondre

RE: ComponentOne Studio Enterprise(VSFlexG... mehta.bimal [India] 27-Mar-2010 07:27:40

is VSFlexgrid Pro 8.0 supports windows Vista / Windows 7.0 operating system

Bimal
Répondre


ComponentOne Studio Enterprise shamsheer70 [Pakistan] 29-Aug-2007 10:37:49

please help me

i am sing windows vista and i install visual stuido 2005 which was install succfull ,but when i am installing Studio Enterprise 2007 V1.5 CLR 2.0 its giving me error like this

" the wizard was intrupted before componenetOne studio for .net 2.0 could be completely installed .

Your system has not been modified to complete installation at another time ,please run setup again .


please send me as solution as soon as possible
Répondre


ComponentOne Studio Enterprise jramkey [India] 04-May-2007 16:23:56

Hi,

I am currently evaluating Chart 8.0 for one of my US Client. I would like to know how to create “Thermal Map” using Surface Contour Chart

A code snippet would be greatly appreciated.

Thanks in advance

Best Regards,
jramkey
Répondre


ComponentOne Studio Enterprise kobiakov.dmitry [Russia] 25-Apr-2007 15:25:44

Does ComponentOne Studio Enterprise include source codes for ASP.NET components?
Répondre


ComponentOne Studio Enterprise Gotterb [USA] 02-Jan-2007 20:05:10

I have an application written in VB6 that is using Truedbgrid Pro 8 and it works fine. WHen I created a second form with another TDBGrid and try to run it, it fails with an error saying "Invalid Bookmark" when the Grid bookmark is referenced. I tried using unique names for the grid, and I tried using ghe same name for both grids, with no success.

Any suggestions????

Thanks in advance, Jerry
Répondre

RE: ComponentOne Studio Enterprise barbara.j.lis [USA] 01-Jul-2010 22:15:52

I have an application written in VB 6.0. A note from the developer (contractor) in says that further development will require Videosoft vsview 2.0, provided separately. I've looked everywhere and I can't find that control. How can I get it?
Répondre


ComponentOne Studio Enterprise (TrudbGrid Pro 8) Gotterb [USA] 17-Nov-2006 19:55:41

How can I retrieve the contents of a cell when the user clicks on it?

A code snippet would be greatly appreciated.

Thanks in advance

Jerry
Répondre

RE: ComponentOne Studio Enterprise (TrudbG... support [USA] 01-Dec-2006 16:49:38

Hello Jerry,

To get the text from the current cell the end user has selected, you could use the RowColChange event with the Value property of the current column. The code looks like this:

Private Sub TDBGrid1_RowColChange(LastRow As Variant, ByVal LastCol As Integer)
Me.Label1.Caption = Me.TDBGrid1.Columns(Me.TDBGrid1.Col).Value
End Sub

TrueDBGrid1.Col returns the index of the current column. Me.TDBGrid1.Columns(Me.TDBGrid1.Col).Value returns the value of the of the specified colum, in this case the current column, at the current row. You can use this anywhere, not just RowColChange. RowColChange is good to use if you always need to know the contents of the user's current cell, since it fires each time a new cell is selected.


Suelinda Webster
Customer Engagement, ComponentOne LLC
Répondre


ComponentOne Studio Enterprise gvijayaratnam [Sri Lanka] 08-Nov-2006 22:11:53

Hello,

Will this ComponentOne studio 2005 v3 will work with my VS2005 Express edition ?

Ganesh
Répondre

RE: ComponentOne Studio Enterprise support [USA] 28-Nov-2006 15:29:35

Hello Ganesh,

ComponentOne installs and components designed for .NET 2.0 will work with the VS2005 Express editions. Our first .NET 2.0 version install was released for T3 2005. If you do not currently have the 2.0 version for T3 2005, you can get it here download2.componentone.com/pub/Net/c1studionet/Updates/C1StudioNET2_Q305.msi (no www).


Suelinda Webster
Customer Engagement, ComponentOne LLC
Répondre


ComponentOne Studio Enterprise Gotterb [USA] 01-Nov-2006 19:31:07

When trying to Save a Componentone 2Dchart as jpeg with the "savechartasjpeg" function. VB keeps teling me that the argument is not optional.
Does anyone have a vb code snippit that shows the use of this function?

Thanks in advance
Répondre

RE: ComponentOne Studio Enterprise Gotterb [USA] 01-Nov-2006 19:49:34

Correction ... the function is "Saveimageasjpeg"

OOPS
Jerry
Répondre

RE: ComponentOne Studio Enterprise support [USA] 28-Nov-2006 15:46:11

Hello Jerry,

The following code will save the chart as a jpeg:

Me.Chart2D1.SaveImageAsJpeg "c:\chartsamp.jpg", 100, False, True, True

There must be 5 arguments. Here is the basic format of the SaveImageAsJpeg method, so that you can see what the parameters mean:

SaveImageAsJpeg(FileName As String, Quality As Long, GrayScale As Boolean, OptimizeCompression As Boolean, ProgressiveJpeg As Boolean)

The Quality parameter, which I set to 100 in the above sample code, can be a value from 0 to 100 with 100 being the best possible quality (and largest file size). The GrayScale parameter is just a Boolean value to set (or not set) the image to grayscale. In the sample code, I set it to False so that the image would be saved in color. The OptimizeCompression can be set to True or False, and True will give you higher compression but longer image load time. The final parameter is ProgressiveJpeg, which will allow the jpeg to display incrementally when the parameter is set to True.


Suelinda Webster
Customer Engagement, ComponentOne LLC
Répondre

RE: RE: ComponentOne Studio Enterprise lokcyi [Taiwan ROC] 18-Jan-2008 01:38:05

sometime the function "SaveImageAsJpeg" of Chart 2D would return False(fail).
There has no any error message.
The queer thing is that the MS picture viewer is not work neither,until the application is closed.
Is this fuction using windows API?
Répondre


For Button Component hegn-t [China] 11-Oct-2006 11:19:15

May I know whether there are some lightweith components, such as button, textbox, scrollbar. I browsed the ComponentOne component library carefully, but no result.
Concretely speaking, I need a button component which can be rendered to diffirent shape in requirement.Thank you
Répondre

RE: For Button Component support [USA] 12-Oct-2006 14:53:05

Hello,

ComponentOne does not have a button or scrollbar component, but we do have a textbox included in our Input controls (ActiveX, .NET, ASP.NET).


Suelinda Webster
Customer Engagement, ComponentOne LLC
Répondre


Series index must be 1 for Array data layout?? imran_biit [Pakistan] 13-Apr-2006 13:13:19

I am using VB6+Component One Studio. There i use Plot type graph(oc2dTypePlot). When data is set in 2nd series then i got this error message "Series index must be 1 for Array data layout. Graph data will be destroyed". Although data set in ist series successfully. What should i do ?
Répondre

RE: Series index must be 1 for Array data ... support [USA] 10-May-2006 20:06:11

Hello,

When using Array data layouts, you can only declare the x axis data once. Each series for the Array layout shares x data, but can have different y values. As long as you are only assigning y axis data for each additional series, you should not have any problems. If you want to have different x values for each series, you will need to use general data layout. I apologize for any inconvenience that this may cause.


Suelinda Webster
Customer Engagement, ComponentOne LLC
Répondre


ComponentOne Studio Enterprise cmainoo [United Kingdom] 12-Jul-2005 11:39:59

Will any of these controls work on .Net V2.0? Will V2.0 compatability be covered by the subscription?

Thanks
Répondre

RE: ComponentOne Studio Enterprise support [USA] 08-Feb-2006 20:03:37

Hi,

We have .NET, ASP.NET, and Mobile .NET controls for both the 1.x and 2.0 Frameworks. Both Frameworks are covered under the same subscription, but there are separate components for the 1.x and 2.0. The 2.0 components are equivalent to the 1.x versions, but have added features.


Suelinda Webster
Customer Engagement, ComponentOne LLC
Répondre


ComponentOne Studio Enterprise 64-bit Component?? Hari [USA] 20-Apr-2005 20:19:26

Will the .NET Component run on a 64-bit OS/Hardware ? I am planning to prt my VC++ code to 64 bit architecture. Would the 32-bit version component cause any problems if i use it?
Are there any plans to bring a 64-bit version?
Please let me know regarding this issue?

Thanks
Répondre

RE: ComponentOne Studio Enterprise 64-bit ... support [USA] 08-Feb-2006 20:06:43

Hi,

The components will run on 64 bit hardware. I use them on a machine with a 64-bit processor. However, they are not designed for 64-bit operating systems, although they should work.


Suelinda Webster
Customer Engagement, ComponentOne LLC
Répondre

RE: RE: ComponentOne Studio Enterpris... dall [Denmark] 03-Aug-2007 09:58:48

We can't not install vs2006/v3 on vista 64-bit. Is there a work around?
Répondre


ComponentOne Studio Enterprise uri [Israel] 19-Jul-2004 17:33:58

Is the new version now supports RightToLeft property properly ?
Répondre

RE: ComponentOne Studio Enterprise support [USA] 20-Jul-2004 00:00:00

Some of our controls do, but there is no real documentation that states which have fully implemented the "RightToLeft" property. It will be added to all controls eventually. For now, unfortunately, the best way to know which ones support the functionality is to download the trial version and take a look.

Suelinda W.
Customer Engagement, ComponentOne LLC
Répondre


Recherche produit

Entrez vos critères de recherche :

Pourquoi acheter chez ComponentSource ?

ComponentSource offre un service international unique, reconnu par plus de 1 000 000 développeurs de logiciels partout dans le monde.

Complément d'informations | Notre société

Galerie de copies d'écran

Cliquez pour un aperçu plein écran

Capture d'écran - ComponentOne Studio Enterprise - .NET/ActiveX/AJAX/Silverlight/WPF - 2013 v1 Capture d'écran - ComponentOne Studio Enterprise - .NET/ActiveX/AJAX/Silverlight/WPF - 2013 v1 Capture d'écran - ComponentOne Studio Enterprise - .NET/ActiveX/AJAX/Silverlight/WPF - 2013 v1 Capture d'écran - ComponentOne Studio Enterprise - .NET/ActiveX/AJAX/Silverlight/WPF - 2013 v1 Capture d'écran - ComponentOne Studio Enterprise - .NET/ActiveX/AJAX/Silverlight/WPF - 2013 v1
Award Award Award