componentone

C1HierarchicalDataTemplate / C1TreeView Problem

Hi! I've a problem building up a ComponentOne TreeView in Silverlight (C1TreeView) with a C1HierarchicalDataTemplate. In detail the Tree only shows 2 levels (H1 and H2), although 3 levels are defined through HierarchicalDataTemplates like: <c1:C1HierarchicalDataTemplate x:Key="H3Template"> <TextBlock FontWeight="Bold" Text="...

How to check for checked Checkboxes in unbound column in componentone WPF Datagrid?

I use a componentone datagrid for WPF. added a unbound column with a bool. for every checked row, I need to add an ID value to a field, as soon as the checkbox is checked for this row in the grid. ...

How can I customize drag-and-drop between two ComponentOne TreeView components?

I have two TreeView components in .NET web page. I want to drag-and-drop nodes from one tree to the other, but not vice versa. I also want to drag-and-drop items at a certain level (the lowest level), and drop them at a certain level (the second-lowest level). I have written custom code in Flex to do similar customization for drag-and-dr...

Memory Leak / Form not being garbage collected.

I'm tracking down a Memory leak within an MDI application. Opening, and then closing the form results in the form staying in memory. Using Ant's memory profiler, I can get the following graph of references keeping the form in memory. I have removed any and all events we attach to the combo controls when Dispose fires on the form. Can a...

Discuss on Commercial Component libraries of silverlight

I am now looking forward to buy a component library of silverlight for increase the productivity. I find there are number of them. Telerik ComponentOne ComponentArt Infragistics Syncfusion I found more people talk about Telerik and ComponentOne on the Net, and so I did a try. Telerik seems more handy for the beginner lever, as many comp...

FIPS compliance issue on third-party dll

Currently been using ComponentOne report generator on a web app with no issues. Recently had to turn on FIPS compliance on the server. The app now fails at the call made to ComponentOne method. Is it correct to think that the C1 dll was built on a machine that had FIPS turned off? Any workarounds aside from turning off FIPS on the se...

Binding binary data to ComponentOne WebReport control

Any idea how one can bind binary data to a ComponentOne WebReport control? ...

iPhone Phonegap based app load External website made of componentone

Hi, My Client wants a native iPhone App that displays their mobile site optimized for iPhone developed using asp.net and ComponentOnes Studio for iPhone. i was planning to use a PhoneGap app which calls an external URL using JavaScript and do it after showing the splash screen. but according to phoneGap FAQ its most likely to apple to ...

Image Control like Bitmap (from ComponentOne)

Good Days; I'm working on custom control development.I want develop image control like ComponentOne Bitmap control.I need to crop operation and give face warp effect. Subject Crop: How I take image part with have x1,x2 and y1,y2 coordinates and save image file? Subject Face Warp Effect : How I give face warp effect ? Thanks for all r...

VB6 + componentone developed application in Windows7

This is trouble shooting question. Our application's development environment is VS2005 C/C++, VB6 based GUI. we use also componentone for ActiveX control(vsflexgrid8). application performed well in Windows XP, but in Windows 7, there is some problem in GUI. rebuilded almost all C/C++ code and VB6 code in Windows 7 our build system ...