RibbonGroup collapsing order
Hello I have several groups inside a ribbon. When the application is resized, the groups collapse as the size of the window is reduced. All is working fine, but one of the groups contains a gallery of...
View Articleesri maps – maptip
Hi, I am writing an application which uses the esri maps in WPF. I am using the following blog by Greg for guidance...
View ArticleSpacing of HTML tags in PDF is inconsistent and usually wrong
This was an issue in AR7 and is still happening in AR8. Basically we’re using a report with a single HTML control in it. Our users are then writing a letter using TinyMCE. We then wrap that content in...
View ArticleReply To: Spacing of HTML tags in PDF is inconsistent and usually wrong
Ironic that the forum also has issues with HTML tags and presentation. The "All is generally fine except where we have things like tags or even as the resulting PDF " should read… All is generally...
View Article2014 V1
I had seen in a Lightswitch forum that 2014 v1 update was coming out today. Is that still true?
View ArticleReply To: Report generation fails with build 7.2.7725.
I changed the event to BeforePrint in both report examples. I did NOT CHANGE the RepeatStyle since I want to do more testing. The memory exception still occurs, but I think in a different place that...
View ArticleHow to create custom toolbar for printing options
Hello, I have to print an Active report rpx file form a web page. In my report I have some notes that I want to print only if the user want them. I want to know, how I can add and option in a toolbar...
View ArticleReply To: Latest Spread 8 update
Hi Yiannis, I’m sorry you missed the announcement! Here’s the post about it: http://our.componentone.com/2014/02/03/spread-com-8-0-21-released/ There are several issues related to Excel import/export...
View ArticleReply To: Copying sheets with cross-sheet references
I tried 'EnableCrossSheetReference’ but it didn’t change anything. I created a new project, & added Test1.aspx, cut out most of the code & still the same, see attached zip file. The Excel file...
View ArticleReply To: Copying sheets with cross-sheet references
oops! File too big, here are just the aspx, code behind & excel file.
View ArticleBroken Behavior Flat Background Now Sunken Version 4.0.20141.33345
Just installed latest versions of C1 WinForm controls. I noticed that with Version 4.0.20141.33345 version of C1Input the input controls that previously showed up in my windows forms as flat are now...
View ArticleReply To: Matrix in Container causes "infinite blank pages error"
This happens when the width of the "matrix control" exceeds the width of the "container control" that it is inside at runtime. Say the container is 7.5 inches so it fits on one page, and the matrix...
View ArticleReply To: FPL with Multiple Matrix controls / DataSets
By wide I mean, if I have a CPL report with several datasets on separate pages, and one of them (with a matrix) causes the width to the report to be 2 pages, each of the other sections have a blank...
View ArticleReply To: Not getting Scroll event from C1Editor control
Thank you for the reply. However, this is nowhere near an actionable alternative. COM is messy, ambiguous, and not easy to implement. I made an attempt, but I am not familiar with mshtml, so I do not...
View ArticleReply To: Getting the Logged in user as a parameter
You kind of missed the point of my post. I have a CustomSecurity Provider set up and have the report working correctly in a multi-tenant mode. However, this is not previewable at design time because...
View ArticleManage Schedules as an Admin
How can I see globally all the scheduled reports that are in the system by any user. I want to manage these and remove some without knowing what user scheduled them. Looking at the Shared Schedules...
View ArticleReply To: Invalid Excel OpenXml file (*.xlsx).
Hi, I am using the following piece of code to load the xlsx. var openFileDialog1 = new OpenFileDialog { Filter = "Files (.xlsx)|*.xlsx|All Files (*.*)|*.*", FilterIndex = 1 }; if...
View ArticleReply To: Tabs load arbitrary order.
Hello Emathews, I am sorry but I do not understand the query. Do you want to set the SelectedIndex on load? if so, it is working correctly at my end. Please refer to the attached sample. If you want...
View ArticleReply To: Print to PDF in Thread
Hello, You can add some data and can use SafePrint method instead of PrintSheet like this: ' .PrintSheet(0) .SafePrint(spread, 0) I tested the same at my end and it works correctly with SafePrint...
View Article