Flex SDK pdf class and ColdFusion 9

Regarding the Pdf class (which is wrapper for ColdFusion 9's cfpdf).
I am trying to determine if it is worth upgrading to Flash Builder 4, just
to use the Pdf class.
How well does the Pdf class work?
When generating thumbnails, does the Pdf class rasterized pdf page?
Does Pdf class require an image object to display the Thumbnail page?
Any opinions?

This blog post is pretty close to what I want:
http://justinjmoses.wordpress.com/2008/10/10/flex-dynamic-bindable-value-objects/
So there are the dynamic value objects I was looking for.  But the blog-poster is using LINQ and .Net 3.5.  I'm using ColdFusion9.
So, how do I get ColdFusion9 to deal with that?  How do you get CF9 to recognize the fact that you've changed the VO, and deal with it appropriately?
Thanks,
L.

Similar Messages

  • Flash Builder, Flex SDK 4.1 and OSMF versions

    Hi,
    I use Flash Builder (4.5) and have to use the 4.1 Flex SDK to make AIR apps for TV sets. The OSMF lib provided in the 4.1 SDK doesnt meet my needs, but the 4.5 version does. However, when I add another OSMF.swc version to my libraries, I get a Conflict error and cannot compile the app. If to prevent conflicts I remove the native OSMF.swf (Properties -> Flex Buid Path -> Remove) then Flash Builder signals an error (red cross aside the project in the project explorer), but won't say where it is. Of course it will not compile either.
    Any idea ?

    If I had to summarize my problem in ten words :
    With Flex 4.5 SDK and AIR 2.6 SDK I can stream dynamic http in the VideoPlayer element, but it won't play on a Samsung TV.
    With Flex 4.1 SDK and AIR 2.6 SDK I can launch the app on a Samsung TV, but the VideoPlayer element won't play any dynamic http stream.
    I assume this problem comes from OSMF because it is the library supposedly handling the dynamic streaming. I just can't make it work within Flex 4.1 :
    If I delete the native osmf.swc and remove it from the Flex Build Path properties, Flash Builder won't compile, claiming there is an error, even if I add other more recent osmf.swc.
    If I don't delete it and still add another one, either I get a conflict error or a "not found" error. either way it won't compile.

  • Flex SDK 3.2 and charts

    Hi,
    I just upgraded from Flex SDK 3.0 to 3.2 but the charts seem
    not to be included in the download. Should I download this
    separately? Where can I get it?
    Thank you,
    Andrej

    "mavdzee" <[email protected]> wrote in
    message
    news:gnaorq$hh0$[email protected]..
    > Hi,
    >
    > I just upgraded from Flex SDK 3.0 to 3.2 but the charts
    seem not to be
    > included in the download. Should I download this
    separately? Where can I
    > get it?
    http://blogs.adobe.com/flexdoc/2008/04/extracting_data_visualization.html

  • Will Flash Builder 4.7 license unlock automation features of Flex SDK 4.1 and 3.6?

    We have Fb 4.5 and it's license unfortunately do not allow automation to work on older SDK.
    when we compile 4.1 Flex app with automation agent from UI testing tool after about 10 clicks over the app automation stopped working.
    And there is an invitation to buy 4.1 license.

    I have resintalled FB. With the original SDK 3.4 it works fine. With the update to 3.6 i get the same problem again.
    I have to assume then the new SDK has an issue with iOS 6.1.2 OR that i somehow screwed up the manual upgrade instructions. Im pretty sure i followed the instructions to the T this time, so if i did screw them up, then they are very error prone.
    Can someone confirm or deny having a similar issue?
    I guess them tmp solution is to compile with the old SDK and have my app run in letterbox mode on the iPhone5... not ideal.

  • Acrobat 8 PDF Forms and Coldfusion

    I was wondering if anyone had any success submitting and
    storing PDF form submissions using Coldfusion. I have been
    successful submitting XML data from PDF forms, but wonder if anyone
    has been submitting data as XDP with PDF or PDF submission formats
    without LiveCycle.
    Thanks in advance!
    Shannon

    This is the best "HELP" i've found, it's not even an answer.
    http://www.adobeforums.com/cgi-bin/webx/.3bbf90d7/0

  • Is Flex SDK 4.6 and FB 4.6 releasing tomorrow?

    I had read somewhere that Flex 4.6 and FB 4.6 would be released on Nov 29th but haven't heard/read anything about the same anywhere later. Is that date right or is there time left still?

    Actually, there's a couple of gotchas, if you're not careful. First, you'll need to uninstall 4.5.1 (or whatever 4.5 you're using - if you're on an earlier version the upgrade isn't free). To be safe, I deactivated by license from the help menu (not permanently, just suspend) and then unintalled 4.5.1. I then installed what is now the current version of Flash Builder, which is 4.6.
    It will look like it's installing in trial mode but once you close the program and come back in, it should pick up your SN from the previous version.
    Now for Pauland's edification or entertainment, this is the right way to do that ;-)  : http://bit.ly/vGc0xa

  • Flex SDK and AIR Runtime issue

    Hello,
    Please somebody answer my Question.i.e,
    For Instance, I downloaded an Application(AIR application) which is developed with Flex SDK 3.0 and AIR Runtime version 2.5. But I have AIR Runtime version 2.0 installed in my machine. What will happen if i install the application? whether it will be installed completely or Any warning will be shown up regarding the AIR Runtime discrepancies? or will the application be obsolete even after it's successful installation?
    Did anyone experience it?
    Regards,
    venks.

    Thanks for your help, Flex harUI,
    The first impression that comes to mind is that FP version is indeed only for the web browser plugin. Then, why does the official Flex 4.6 mobile development documentation have a link to that page that only speaks about the supported FP version in mobiles under the title "AIR requirements"??
    This makes it way too confusing.
    Do you know whether there is something like an equivalent matrix/list of mobile devices with their supported AIR runtime versions?  I went a great deal in trying to keep my original app under 400kb... I didn't know that in the end it would end up weighing 9.5Mb... :S
    Thanks again,

  • Flex SDK 4.5 && flash player version

    Why does Flex SDK 4.5 requires minimum flash player version 10.1 not 10 ?

    I think the question was "Which flex components will not work in right way if we compile project with Flex SDK 4.5 and then run it in Flash Player 10.0 enviroment?"
    For example - as I understand some new components in Flex SDK 4.5 use flash.globalization classes - so new spark formatters and ?validators? will not work in in Flash Player 10.0.
        * spark.formatter.NumberFormatter
        * spark.formatter.CurrencyFormatter
        * spark.formatter.DateTimeFormatter
        * spark.globalization.SortingCollator
        * spark.globalization.MatchingCollator
        * spark.globalization.StringTools
    Also we have to pay attension to 'string sorting'  functionality - because it could be dependent on flash.globalization also.
    Are there another 'danger' components in Flex SDK 4.5 ?

  • Flex SDK usage rights

    Hello,
    I have legal questions. I develop an application that will
    create swf files. Like FlashDevelop, it will run on
    .NET and use the Flex SDK for compiling. So, my question is
    do I have the right to ship and sell my application with Adobe's
    free Flex SDK bundled inside?
    Regards,
    Mirza

    I think the question was "Which flex components will not work in right way if we compile project with Flex SDK 4.5 and then run it in Flash Player 10.0 enviroment?"
    For example - as I understand some new components in Flex SDK 4.5 use flash.globalization classes - so new spark formatters and ?validators? will not work in in Flash Player 10.0.
        * spark.formatter.NumberFormatter
        * spark.formatter.CurrencyFormatter
        * spark.formatter.DateTimeFormatter
        * spark.globalization.SortingCollator
        * spark.globalization.MatchingCollator
        * spark.globalization.StringTools
    Also we have to pay attension to 'string sorting'  functionality - because it could be dependent on flash.globalization also.
    Are there another 'danger' components in Flex SDK 4.5 ?

  • Does Flex SDK 4 Suport Khmer Unicode?

    Hi,
    I have problem with khmer unicode (http://www.khmeros.info/drupal612/en/download).
    Input Controls of Flex SDK 3 could be able to display Khmer Text correctly if the values are assign by hard code or copy and past to the controls.
    But when we set focus to one input control and type from directly from keyboard, the controls are not able to display typed text value.
    could you please help me to fix this mistake?
    Boren.
    Thank!

    I think the question was "Which flex components will not work in right way if we compile project with Flex SDK 4.5 and then run it in Flash Player 10.0 enviroment?"
    For example - as I understand some new components in Flex SDK 4.5 use flash.globalization classes - so new spark formatters and ?validators? will not work in in Flash Player 10.0.
        * spark.formatter.NumberFormatter
        * spark.formatter.CurrencyFormatter
        * spark.formatter.DateTimeFormatter
        * spark.globalization.SortingCollator
        * spark.globalization.MatchingCollator
        * spark.globalization.StringTools
    Also we have to pay attension to 'string sorting'  functionality - because it could be dependent on flash.globalization also.
    Are there another 'danger' components in Flex SDK 4.5 ?

  • Troubleshotting Flex SDK errors

    Hello,
    I have (and some people have reported) issues when using FCSH that we can't resolve because it doesn't provide a detailed enough error report.
    For instance we have these laconic errors:
    - "null" (yes, only "null")
    - "Illegal character in path" (what path? nothing seems wrong in the command)
    Is there a way to get more details?
    Thanks

    I think the question was "Which flex components will not work in right way if we compile project with Flex SDK 4.5 and then run it in Flash Player 10.0 enviroment?"
    For example - as I understand some new components in Flex SDK 4.5 use flash.globalization classes - so new spark formatters and ?validators? will not work in in Flash Player 10.0.
        * spark.formatter.NumberFormatter
        * spark.formatter.CurrencyFormatter
        * spark.formatter.DateTimeFormatter
        * spark.globalization.SortingCollator
        * spark.globalization.MatchingCollator
        * spark.globalization.StringTools
    Also we have to pay attension to 'string sorting'  functionality - because it could be dependent on flash.globalization also.
    Are there another 'danger' components in Flex SDK 4.5 ?

  • Where is the Flex SDK 3.6 change log?

    Now we have almost 3 weeks after the release of Flex SDK 3.6 and I still can't find up-to-date release notes or a change log. The release notes and many other online resources still mention Flex SDK 3.5. Also I can't find a milestone in the bug database for filtering the affected issues.
    Does anybody know what's new in 3.6?

    I've looked for the changelog as well but could not find it either.
    You should check at Flex Bug Management System  https://bugs.adobe.com/flex/
    no registration is required to browse.
    In Project, select Flex SDK
    In Issue  select Bug (or any)
    In Milestone select Flex SDK 3.6(Release)
    And that's it , click on View and you'll see what's been changed.

  • License of Flex SDK

    Hello Everyone,
    Can you please help me with clarification about licensing of Flex SDK. Is it a freeware? What if I am developing some flex components and selling them? Is it legal on that path or I need to sign some agreement for that too?
    Also please share details about costing and agreement (if any).
    Regards,
    Minakshi Soni.

    The Adobe Flex SDK 4.6 and earlier is released under the Mozilla Public License.  The Adobe Flex SDK is free.  I am not a lawyer and you may wish to consult one before determining the licensing of code you write based on the Flex SDK, but in general, you can pretty much do anything you want.
    The Apache Flex SDK (4.8 and later) is released under the Apache License V2.0.  It is also free.  Again, you may wish to consult a lawyer, but in general, you can do pretty much what you want here as well.

  • [svn] 4885: Flex SDK Framework - Update mx.filters API and class hierarchy

    Revision: 4885
    Author: [email protected]
    Date: 2009-02-06 16:12:32 -0800 (Fri, 06 Feb 2009)
    Log Message:
    Flex SDK Framework - Update mx.filters API and class hierarchy
    - Removed BaseFilter.as, BaseDimensionFilter.as, and GradientFilter.as
    - Renamed IBitmapFilter.as to IFlexBitmapFilter.as
    - Changed IBitmapFilter.clone to createBitmapFilter
    - Moved properties and functions from base classes up to filter subclasses
    - Changed ColorMatrixFilter constructor parameter from Array to Object
    - Added Change metadata to all filter classes
    - Changed notifyFilterChanged from public to private
    - Added ASDoc comments
    - Added copyright info
    - Added a number of formatting and style fixes
    QE Notes: Need to update tests based on API changes. Missing tests for DisplacementMapFilter.as.
    Doc Notes: Need extensive ASDoc review. Consider using @copy for properties that match the flash.filters properties
    Bugs: n/a
    Reviewer: Gordon
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/FxAnimateFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/effects/effectClasses/FxAnimateFilterInst ance.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/BlurFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ColorMatrixFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ConvolutionFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DisplacementMapFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/DropShadowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientBevelFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientGlowFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/ShaderFilter.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Parser.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/StrokedElement.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
    flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/IFlexBitmapFilter.as
    Removed Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/filters/GradientFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseDimensionFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/BaseFilter.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/filters/IBitmapFilter.as

    Yup. The source files are simply missing from the 4.5 source releases....I'm hitting the same issue when trying to rebuild the SDK with flexcover changes applied.

  • Flex SDK and AIR runtime version in mobile

    Hi, guys.
    I'm trying to make my first Flex mobile app.
    I'm a little confused about the relationship between Flex SDK and AIR  runtime versions for mobile development.
    In the "Developing Mobile Applications with ADOBE FLEX 4.6 and ADOBE FLASH BUILDER 4.6" pdf document, it says:
    "AIR requirements
    Flex mobile projects and ActionScript mobile projects require AIR 2.6 or a higher version. You can run mobile projects on physical devices that support AIR 2.6 or a higher version of AIR.
    You can install AIR 2.6 or a higher version only on supported Android devices that run Android 2.2 or a higher version. For the complete list of supported Android devices, see Certified Devices. Also, review the minimum system requirements to run Adobe AIR on Android devices at Mobile System Requirements.
    Note: If you do not have a device that supports AIR 2.6 or a higher version of AIR, you can use Flash Builder to launch and debug mobile applications on the desktop."
    So, I go and check the Certified devices in http://www.adobe.com/devnet-apps/flashruntimes/certified-devices.html and find that the minimun FLASH PLAYER version accepted by ALL devices is FP 10.1
    1. Does this mean that if I want to release an app to target ALL mobile devices, then I can only use Flex 4.5?
    2. Do support for Flash Player mean the same than support for Adobe AIR? Or the application will prompt the user to install whatever version of the AIR runtime and all of them would be supported by the device, even in the FLASH PLAYER support is for a lesser version?
    Thanks!

    Thanks for your help, Flex harUI,
    The first impression that comes to mind is that FP version is indeed only for the web browser plugin. Then, why does the official Flex 4.6 mobile development documentation have a link to that page that only speaks about the supported FP version in mobiles under the title "AIR requirements"??
    This makes it way too confusing.
    Do you know whether there is something like an equivalent matrix/list of mobile devices with their supported AIR runtime versions?  I went a great deal in trying to keep my original app under 400kb... I didn't know that in the end it would end up weighing 9.5Mb... :S
    Thanks again,

Maybe you are looking for

  • Reinstall or update mail.app with 10.6.8

    mail.app says  incompatible with present OS  10.6.8 and will not update?

  • Dealing with large amounts of data

    Hi I am new to using Flex and BlazeDS. I can see in the FAQ that binary data transfer from server to Flex app is more efficient. My question is: is there a way to build a Flex databound control (e.g. datagrid) which binds to a SQL query or web servic

  • IEAK11 msi not doing anything

    I created a IEAK11 deployment package with all our corporate settings. It creates an exe and an msi. Exe works fine, msi does nothing. It runs, it completes (according to verbose log), but it doesn't modify the system in any way. After restart IE11 i

  • Banner page Setting Lexmark Printer

    Having problem in Lexmark printer E232 prints a header banner page prior to actual print job. The printer is on my small house network. I want to turn off this feature. Is there setting that control this feature that I turn off. Thanks in advance for

  • Missing tv episodes

    I purchased two seasons of a tv show on my ipad, ran into some storage issues, now am missing half the episodes on my computer. I have tried to 'check for available downloads' but no luck. Is there a way to download the missing episodes?