How to get/access the number of components placed in xcelsius 2008 canvas from flex code - xcelsius

How to get/access the number of components placed in xcelsius 2008 canvas from flex code?Which function of Xcelsius sdk can be helpful?

Related

Resizing Iframe Embed in AEM

I am trying to deliver an embed link that will render another website(dashboard), and the web provider, who is using AEM, claims that there is no way to resize it to adjust the margins. This is causing the website to squish, and ideally it would occupy the margins. Is this not possible in AEM?

Responsive Grid is not working - teaser component

I am trying to use responsive behaviour of core components via proxy components. I am using OOTB teaser component.
In editable template, I have added teaser component which have resourceSuperType core/wcm/components/teaser/v1/teaser
I am in the layout mode and see the resposive layout.
I tried to set the viewport of teaser component via dragging. It shrinks but when I release the key of mouse, it again take the default position. PFA
I am refering the wknd codebase.
AEM Env : 6.5.0

Jasper HTML output width issue

This report is generated with jasper reporting tool with REST API. Report data is showing in an HTML page with an iframe. After loading data to the iframe, report HTML view showing a lot of white spaces in the right and left side. I have tried with increasing the iframe width in CSS. But this is not affecting the report. Is it possible to adjust white spaces from jasper report itself? I am using page size as A4 landscape.
I have attached the image:
Hi,
I have attached the image once again, You can see the Blank spaces on left and right side. How to remove this?. i have attached the jrxml link also. please help.
https://files.fm/u/56nnrd9z
Hi,
I have attached the Jrxml code link once again, please check it.
https://drive.google.com/file/d/1P9aeNW7YTIndNDyv8jkCwO_RQGf32iZu/view?usp=sharing
Various settings affect the output width of HTML reports, including:
Size unit (POINT vs PIXEL)
Zoom ratio
Page margins
For example:
final SimpleHtmlReportConfiguration configuration = new SimpleHtmlReportConfiguration();
configuration.setIgnorePageMargins(true);
configuration.setSizeUnit(POINT);
// Or try this instead of setSizeUnit(POINT)...
//configuration.setZoomRatio(2.0f);
final HtmlExporter exporter = new HtmlExporter();
exporter.setConfiguration(configuration);
If there are images in the report, consider using SVG format to avoid pixelation.
Additional information about these settings is at:
https://community.jaspersoft.com/jasperreports-library/issues/4483
https://community.jaspersoft.com/jasperreports-server/issues/6577
From the JasperSoft community site, you can set the zoom ratio in a JRXML file, described as follows:
You should be able to set a default zoom value by setting this property at report level:
<property name="net.sf.jasperreports.viewer.zoom" value="FitWidth" />
Other possible values:
ActualSize
FitHeight
FitPage
integers (e.g., 2 for 200%)
decimals (e.g., 0.5 for 50%)

Crystal Reports Cross-tab space between columns in CR Viewer

I have a similar problem to this question: space between Crystal Reports Cross-Tab Column, but I'm pretty sure the gap is not caused by the page size.
In Crystal Reports (CR 2013), the cross tab displays just fine:
However, when I use the Crystal Viewer (SAP CR Viewer 2011), which my customers will have, there is a gap:
The page size should be fine, as the header fits fine. In addition, I have a different cross tab on the first page, it is wider, and it doesn't have the gap. The page size is set to landscape legal, no printer.
What other issues could be causing this?

Divshot static container width with Bootstrap

Is it possible to define fixed container widths in Divshot, if so where?
Trying to make a 960px based site which isn't used for mobile.
I would like the container fixed so its children fill it but don't resize with the browser window.
We include the Bootstrap responsive styles by default (and as of Bootstrap 3 it will be baked into the framework). When you export your code you can remove the extra call but at present there is no option to do so.