Fusebox's "layout" approach makes this easy. In a typical fusebox app thereis a a skin or a shell. the "body" variable is inserted into the content area. In the past I have put the FB app in a folder and then used the "include" object to handle getting it to display... then the task becomes making sure the url variables are passed around along with the object UID.
-Mark Original Message ----------------------- This is actually very easy. In includedObj, create a dmInclude that calls your fusebox app as custom tag. Then just create a dmInclude in the nav tree, and reference the file in includedObj. The template you select will then provide the headers and footers, and in b/t, it will include your file, which calls the fusebox app. This also works for Model/Glue and Mach-ii apps as well. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Haggerty Sent: Wednesday, October 03, 2007 2:01 PM To: [email protected] Subject: [farcry-dev] axed Well, despite all of my advances with learning farcry as a platform, the higher ups don't feel like it's moving fast enough. So...now they want to wrap an existing fusebox app inside farcry. Any suggestions? options...? 1) an iframe within a webskin? 2) <cfinclude template="otherapp.cfm" /> within a webskin? 3) somehow putting farcry headers and footer in the layout of otherapp and just making a link to the url of the other app? Anyone done this before? Thanks, Mike -- Michael Haggerty Internet Applications Developer SiteVision, Inc. <e>[EMAIL PROTECTED]</e> <p>540.343.8322 x116</p> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
