Quantcast
Channel: Adobe Community: Message List - Composite Application Framework
Browsing latest articles
Browse All 106 View Live

Re: Header / Navigation tile needs drop-down menus

Hi Mike,You can look at the SlateDashboard sample. The main consideration is whether the menu will overlap with HTML content, and if it does then you’ll need to set the hasPlugins attribute of that...

View Article



Re: Header / Navigation tile needs drop-down menus

The Dashboard sample has a MenuTile that you can use as a template. It is currently positioned to float over some elements, but you can easily reposition it to the top of the Mosaic application and use...

View Article

Image may be NSFW.
Clik here to view.

Cannot run CAF Tile

I've tried the steps mutliple times with the same error each time. I create a new Experience Service project, enable the Composite Application Framework, delete the default Application file that gets...

View Article

Re: Header / Navigation tile needs drop-down menus

Can someone link me?  I can't seem to find the dashboard example. Thanks!

View Article

Re: Header / Navigation tile needs drop-down menus

If you’ve installed the es-samples-pkg from file share, it’ll be at http://localhost:4502/mosaic/#/applications/SlateDashboard. See the page at http://localhost:4502/content/start/caf.html for more info

View Article


Re: Cannot run CAF Tile

Can you actually access the file located on fpdownload.adobe.com via your chrome browser?  Some companies lock down access or require access to go thorough a proxy which your chrome browser may not be...

View Article

Re: Cannot run CAF Tile

No, the workstations in our group are completely locked down from the outside world (and no proxy in between).

View Article

Re: Cannot run CAF Tile

The graphic indicates that its failing on a SWZ for flex 4.5.1. Please note that 4.5.1 is not yet supported by the CAF that is released – that support is coming very soon in a service pack. If you...

View Article


Re: Cannot run CAF Tile

Thanks Don, that did the trick!

View Article


Debugging CAF applications

There is a useful thread over in the CCF forum about how to use Gravity logging APIs in Mosaic and how to display the debug window and configure a server loghttp://forums.adobe.com/message/3975135

View Article

HTML Tile loaded dynamically based on user interaction is invisible

When I include an HTML Tile in my application XML file, it shows up fine.  When I load it dynamically, it doesn't throw a runtime error but it's invisible. Thoughts? Thanks in advance!

View Article

Re: HTML Tile loaded dynamically based on user interaction is invisible

Here's how I'm loading the tile: private function onDataGridSelectionSignalReceived():void{    trace("onDataGridSelectionSignalReceived");        //To read HTML tile from Catalog    var htmlTile:ITile...

View Article

Image may be NSFW.
Clik here to view.

Adding a Service to CAF Tile

I've followed the steps in the docs and even looked at the StockData example provided but cannot seem to get it working. I get the following error: Before resolve:...

View Article


Re: Adding a Service to CAF Tile

Is that a space in "/H_istorianInterfaceLibrary.swf"?  I assume that is probably not correct, maybe you have a typo in your Expose or consume tag? -d

View Article

Re: Adding a Service to CAF Tile

There's not an actual space in the error, it just looks that way when I pasted the text into the post. For some additional information, I've tried going through the tutorial here...

View Article


Error while loading services: Failure in Loader: VerifyError: Error #1014

I have a library that, after it loads, I see this error in the console: Failure in Loader: VerifyError: Error #1014: Class mx.collections::ArrayCollection could not be found. I had the same problem...

View Article

Re: Error while loading services: Failure in Loader: VerifyError: Error #1014

Hi Xavier,Is the library that fails to load an interface library? There are restrictions on classes that can be in interface libraries. See the section titled “Limitations on classes used in a service...

View Article


Re: Error while loading services: Failure in Loader: VerifyError: Error #1014

I have found what happened. I created a library and created a data model within it. I created some entities within the data model. Some of those entities had collections as properties. I created the...

View Article

Re: Adding a Service to CAF Tile

Anyone still here? Issue is still going on and I'm hoping I'm not the only one to have the problem.

View Article

Re: Adding a Service to CAF Tile

Perhaps we could see your actual AXML and CXML files (not the whole catalog archive, just the CXML)? You can attach them if you select "use advanced editor" - there's a button below the text entry...

View Article

Re: Adding a Service to CAF Tile

Only Adobe employees can add attachments to forum posts for reasons too long to describe here. The best way for someone outside Adobe to make a file available is to use SendNow as the transfer service...

View Article


Differences between mosaic-pkg-2.0.82.zip and mosaic-debug-pkg-2.0.0.82.zip

I'm working to move our first CAF catalog and applications to our test servers however things don't appear to be working properly. - when I go to...

View Article


Re: Differences between mosaic-pkg-2.0.82.zip and mosaic-debug-pkg-2.0.0.82.zip

Hi Jonathan, More details would be helpful, but my first reaction is to ensure you've compiled your tiles for release, not debug, and to make sure you clear your browser cache.   The flex sdk RSLs are...

View Article

Re: Differences between mosaic-pkg-2.0.82.zip and mosaic-debug-pkg-2.0.0.82.zip

How do I go about compiling the tile for release?

View Article

Text Box, in a tile, in a composite application, not displaying data when...

I have a composite application, that is one tile. That tile contains a buttonBar whose dataProvider is a ViewStack. We are loading a NavigatorContent component into one of the Views. On that...

View Article


Re: Text Box, in a tile, in a composite application, not displaying data when...

This is ColoradoMountainFreak update..... it's an IE issue. Works in Chrome and Firefox..... Adobe? To bad our corporate standard browser is IE.

View Article

Applying ACLs to Composite Application Views

Is it possible to do the following? - We have a Composite Application with multiple views (Research, Reports, Admin)  - We'd like for the Admin View to only be displayed for a specific CRX group - Can...

View Article

Automation testing with Mosaic

I have been trying to get automation testing to work with Mosaic. Is it possible to Composite Application Framework applications to work with automation?  I have compiled the automation libraries into...

View Article

Re: Automation testing with Mosaic

Hi Xavier,You've already taken the first step by compiling the automation libraries into your tiles. The next step to automate a complete mosaic application is to install and use the...

View Article



Re: Differences between mosaic-pkg-2.0.82.zip and mosaic-debug-pkg-2.0.0.82.zip

We're banging our head against the wall over here! We've been looking through the samples and the ant tasks for a couple days now and still nothing.

View Article

Re: Differences between mosaic-pkg-2.0.82.zip and mosaic-debug-pkg-2.0.0.82.zip

In the Concepts sample take a look at the tiles/build.xml file. There should be a compile-release target as well as a compile-debug target. Those 2 targets set up the RSL paths differently depending on...

View Article

Re: Applying ACLs to Composite Application Views

Yes, this is possible by setting up ACLs on the nodes in CRX. The upcoming service pack will have a sample of how to do this - look for the mosaic-accesscontrol-pkg very soon in an updated samples...

View Article

Re: Applying ACLs to Composite Application Views

Thanks don! Will do.

View Article


Re: Differences between mosaic-pkg-2.0.82.zip and mosaic-debug-pkg-2.0.0.82.zip

Thanks for the tip!  When I went to look at the build.xml in the Concepts-src from my local CRX is wasn't there. So, I uninstalled the es-samples package, downloaded the latest from Package Share and...

View Article

Image may be NSFW.
Clik here to view.

Re: Differences between mosaic-pkg-2.0.82.zip and mosaic-debug-pkg-2.0.0.82.zip

We have our Ant build script working properly now where it compiles for a release version but we're still having issues pulling down the swz files once that application begins to load.  Here's what...

View Article

Re: Adding a Service to CAF Tile

So after a support call, here's what the issue(s) was: - When creating a new Composite Application that is an instance of the Spark Application (i.e. not a module), the resulting mxml tile MUST be in...

View Article


Using Pop Ups on Tiles

When we create a pop up and add it using the PopUpManager, the pop up remains on the screen even when we navigate to a different Panel or View all together. Is there something special that needs to be...

View Article


Re: Using Pop Ups on Tiles

Yes. The problem is that the PopUpManager uses the top-most Flex application to draw the popup, but uses getSandboxRoot() when removing it. When using getSandboxRoot() the Gravity root is used. Gravity...

View Article

Re: Using Pop Ups on Tiles

I don't think there is an Application.application.parent anymore. Either way, we've tried using FlexGlobals.parentApplication and that does not work. Any other suggestions?

View Article

Re: Using Pop Ups on Tiles

You need to use the Gravity root for the security domain. FlexGlobals.parentApplication should just return the top Flex application. What do you get when you use securityManager.getSandboxRoot() for...

View Article

Re: Using Pop Ups on Tiles

I'm not seeing getSandboxRoot() on the securityManager. We have the securityManager defined as such, [Bindable] [SecurityManager] public var securityManager:ISecurityManager;

View Article


Re: Using Pop Ups on Tiles

Sorry. Should be *systemManager.getSandboxRoot(), not securityManager. Multi-tasking shouldn't be done while driving heavy machinery.

View Article

Re: Using Pop Ups on Tiles

No dice, here's the Flash Player error we received: TypeError: Error #1009: Cannot access a property or method of a null object reference.                at...

View Article


HTML Tile goes invisble when I open any popup in ADEP

I have issue with HTML tile in ADEP. When I open any popup in the application, currently loaded HTML tile goes invisble. I've verified the same thing in the ADEP Sample Slate Dashboard. After clicking...

View Article

Image may be NSFW.
Clik here to view.

bad quality in Acrobat and not in Preview

Hello,  When I open a pdf-file with Preview it looks perfect. When I open the same file with Acrobat Pro it looks crappy. Pdf's created by Logic Pro come out with drop-shadows when opened in Acrobat....

View Article


Image may be NSFW.
Clik here to view.

Re: bad quality in Acrobat and not in Preview

Agree, have same problem with barcodes and other. You have to zoom in really large to get the barcode look like it is. In Apple Preview there is no such problem. Maby there is a setting in acrobat to...

View Article

Re: tiles & interaction

Hi,Currently I got stuck up with one issue in my application its regarding compiling my application through ant script.We are deploying our application in ADEP server. The problem is mosaic instance is...

View Article

Unable to get mosaic instance for mosaiApp while compiling through ANT script

Hi,Currently I got stuck up with an issue in my application regarding compiling my application by ANT script.I'm deploying my application in ADEP server. The problem is when I compile my application by...

View Article

Re: Unable to get mosaic instance for mosaiApp while compiling through ANT...

Had you been able to build projects before and it stopped working now? Is this the first time you tried to build a project for Mosaic?

View Article


Image may be NSFW.
Clik here to view.

Minimum Adobe Required for VBA Application

I have an application that uses VBA using the following libraries AcroExch.App and AcroExch.PDDoc  to fill in and read PDF forms.  What will be the minimum ADOBE I need on users PC to run this...

View Article

Browsing latest articles
Browse All 106 View Live




Latest Images