Using new ColdFusion8 Features with Flex

I've read that ColdFusion 8 has new enhancements for
developers using ColdFusion Flash Remoting with FLEX that are
supposed to make our lives a lot easier, like being able to return
a cfquery directly to FLEX. I'd really like to try out some of
these new features, but cannot find any documentation or examples
of how to use them. The Developer Center has lots of examples for
ColdFusion MX and FLEX2, but where are the FLEX2 and CF8
integration examples? Does anyone know where I might be able to
find some?

With MacBooks it's only the Late 2008 model 5,1 Aluminum Unibody and the Late 2009 model 6,1 and Mid 2010model 7,1 White Unibody that have the buttonless multi-touch glass trackpad that allow the gestures to work in Lion. The Early 2006 model 1,1 through Early 2008 model 4,1s plus the Early and Mid 2009 model 5,2s had the button trackpads.
http://support.apple.com/kb/HT3448

Similar Messages

  • FAQ: Can I still use Elements membership features with my previous version of Elements?

    Q: Can I still use Elements membership features with my previous version of Elements?
    A: Photo upload and auto-syncing and backup willonly be available until your photos have been moved to your new Revel account. We will notify you when your move is complete and you can access your photos on Revel. You will be able to view your Elements Organizer photos on Photoshop.com until the end of the transition period, when the storage and sharing service closes.

    I also had this problem. After the hint from jsher2000 above, I checked the add-ons.
    It's still called "AVG Safe Search" in the Add-ons Manager in Firefox. (Either under Tools/Add-ons or under the orange "Firefox": Add-ons (Or Ctrl-shift A)
    I found AVG Safe Search disabled in my list of add ons, and enabled it.
    Voila, the icons now appeared in the searches!

  • How do you use new ipod nano with itunes 10.6.3?

    How do you use new ipod nano with Itunes 10.6.3.  I have MBP and it lists itunes 10.6.3 as most current version and won't let me install itunes 11

    The seventh generation iPod nano requires at least iTunes 10.7 and Mac OS X 10.6.
    (85225)

  • Im not satasfied with 6.0 i miss youtube and some apps are slower, facebook wants premission to access my contacts, and how do i use apple tv feature with out mirroring?

    Im not satasfied with 6.0, i miss youtube, some apps are slower, facebook wants premission to access my contacts, and how do i use apple tv feature with out mirroring?

    That is awesome, works perfectly.
    I'll get it worked into my main script. Is this Action Manager code, and not just regular Javascript from the Scripting Dictionary? I can't tell the difference. I'll see whether or not it's actually faster than Applescript.
    Thanks. I know Scripting Listener records a bunch of stuff, but it's pretty amazing to me that playing back this line does the same thing that playing back the 1,011 lines Scripting Listener puts out.
    Thanks.

  • HT1218 What do I need to do to use the Airplay feature with Jango Radio from my iPhone or Mac?

    What do I need to do to use the Airplay feature with Jango Radio from my iPhone or Mac?

    Thanks Community! I solved the problem. In fact it was not a problem but lack of understanding. These guys at Apple are way ahead in thir thinking. I will try to explain as short as I can.
    In Lion, ihe Prefferences/Display show only two choices: 6-7 steps of resolution and some color tab. No two screens, no two display to overlap, nothing for us to do. "That was the problem"! Everything is automatic.
    When I connected the HDMI cable to the Miniport into a T-bolt slot, the TV screen showed the "spiral galaxy" how Zyriab is calling it. In fact he gave me the best clue. That shows the connection is good. But where is the Mac Book image?
    You have to drag it to the right out of the Mac Book display area, and "voila!" it will continue on the TV screen. The same with the mouse pointer, push it out ofthe Mac Book display area and you see it on the TV sreen. Good image, you can keep the max resolution, etc. The sound is still on the Book's speakers. I have to figure that out.
    Thank everybody, especialy Zyriab, ne was the closest.
    High regards to everybody

  • What's the best way to mix AIR 14 and the Flex 3.5 SDK and use new AIR features?

    I am returning to development of a popular desktop AIR app, after about 4 years of no code changes. Both AIR and Flex have actively moved forward during my coding absence, and it is time to play catch up.
    When last built, the app was using Flex 3.5 and AIR 2.6.
    End Goal - I want my app to look good on high density displays
    I'd like to keep Flex version at 3.5, but use the newer version of AIR, to render more clearly on high density displays (Retina on OSX and hiDPI on Win8).
    The pixel doubling performed by the "compatibility" modes of OSX.Retina or Win8.hiDPI make my app look pretty gross, and the customer base is starting to complain.
    While I may eventually switch over to the Apache Flex SDK to bring the application design into the current state, my customer base just doesn't care right now. They like the current app, but want it to work, out-of-the-box, on high density displays.
    So I need to limit my scope to changing only the AIR SDK, not the Flex SDK at this time.
    Step 1 - Overlaying AIR14 SDK on Flex 3.5
    I followed the official generic overlay instructions here, and that worked well enough. I named my hybrid SDK folder "3.5.0.AIR14". I have been able to recompile, run, and verify my app using the hybrid SDK. (my app is compiled and packaged from an ant script, using the Antennae framework. I had already switch SDKs a number of times over the initial course of development, so pointing my project to a new SDK was pretty simple enough.
    Step 2 - Updating the app.xml descriptor
    This part was also easy. I used the templates\air\descriptor-template.xml as a starting point, customizing the name, app id, and folders. Now my app descriptor is correctly based on the <application xmlns="http://ns.adobe.com/air/application/14.0"> namespace.
    Step 3 - Enabling Retina/hiDPI support - Help??
    I added <requestedDisplayResolution>high</requestedDisplayResolution> to the <initialWindow> tag of the app descriptor, but that made no difference. The app compiles, installs, and runs, but pixel doubling is still occurring and the app looks gross.
    I also tried setting the SWF version to 25, according to the official overlay guide. This proved to be more difficult. The official overlay guide suggests setting the -swf-version=25 compiler option, but that option is not supported by the Flex 3.5 compiler. So all I had to try was using the legacy -target-player=25 compiler option. That setting was accepted by the compiler, and it produced a SWF with byte offset 0x3 == 0x19 (25 dec), so that appears to be right.
    But -target-player=25 didn't have any effect either.
    Is setting the SWF version even required? Isn't the whole point of using the AIR 14 namespace in the app descriptor the way of telling the compiler "I want to use all features of the AIR 14 release". Why do I need to tell the compiler multiple times to use all the features of the SDK I'm compiling with? It just seems weird to me.
    Have I missed a secret setting somewhere?
    How can I tell the AIR runtime to simply run as pixel-dense as possible? When the workarounds listed below are performed, my app looks fantastic on high-density displays. But its the pixel scaling that is making everything look bad, and I desperately want to get this fixed.
    Workarounds?
    On Windows 8+, we are asking our users to enable the "Disable display scaling on high DPI settings" checkbox on the AIR application shortcut. This works, but is a confusing setting for average users to discover. Most just give up in frustration.
    On OSX, we can't even disable Retina mode on a per-application basis, its all or nothing, so that's even worse. SwitchResX will automatically switch resolutions based on the selected app, but that's a pretty clunky (and non-free) workaround too.
    Any other workaround ideas are appreciated too.
    Cheers,
    Doug

    It took me a while to figure out (without much help from Adobe, grrr!), since some internet writeups were terse and implied somehow that AIR's Retina support (setting your app descriptor's <initialWindow/requestedDisplayResolution> to high) would also work on Windows. They don't.
    On OSX, the steps to disable pixel-doubling are:
    update your app descriptor to AIR 14
    set initialWindow/requestedDisplayResolution = high
    compile with SWF version 25 or greater
    vector assets, including text, will scale automatically
    you'll need to replace your bitmap assets with Retina-quality bitmaps as appropriate
    when running on a Retina display, you will see stage.contentsScaleFactor=2. It will be 1 for non-Retina displays.
    On Windows, the pixel-doubling kicks in when you have a HiDPI scaling set to about 150% or greater (hiDPI scaling was introduced in Win7). There is no way to detect from within an AIR app when Windows is doing its HiDPI scaling. stage.contentsScaleFactor is always 1, under all configurations.
    The only thing you can do for AIR apps on Windows is explicitly disable display scaling (like you have done) and update your app to manually scale all UI elements at runtime (that's really gross and hard, and it what I working on right now).
    For my app, I updated our Windows installer to set the registry to disable hiDPI scaling, for all users, just for our app. Here's how you do that:
    Key = HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
    Name = <fullPathToYourExe>
    Type = REG_SZ
    Value = "~ HIDPIAWARE" (without the quotes, tilde space HIDPIAWARE)
    That should be set in the full 64-bit registry, not the Wow32Node registry, even if your app is a 32-bit app (which all AIR apps are). If your installer is a 32-bit app (mine was), you may need to jump through some hoops to have it affect the 64-bit registry hive from a 32-bit process.
    If you only want to change the setting for the current user (not all users), the KEY root is HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE.
    If you don't have an explicit installer for your AIR app (ie. if you are deploying from the web via a badge installer), then you're even more messed up, and you will need to tell your users to disable the scaling manually.
    I know, it's a total pain. I hope this helps.
    Cheers,
    Doug
    PS: Adobe devs, if you are listening ...

  • Can I use iWork '09 on Lion without using new Lion features?

    I do not wish to use the new features in Lion, primarily autosave, with iWork, at least initially.  In other words have iWork act as it would in S.L.   However, I need to purchase iWork in order to continue using a bunch of Appleworks spreadsheets.  I am using a new MBP with OS 10.7.1.  My plan is to purchase the hard copy iWork '09 from the Apple Store (the AppStore download versions have already been updated).  This CD should be some version of 9.0 as they have not put 9.1 on the CD.  My idea is to just not let the modules (Numbers, Pages, etc.) get updated until I am ready.  My question is -- will Numbers and Pages work properly on Lion without using the final update to the new Lion Features, and which updates to Numbers and Pages should I avoid?
    Any help is appreciated. 

    Sjazbec wrote:
    Resume can be disabled systemwide in Systemsettings, general section.
    Alas, it's reactivated when we shutdown if we don't take care to uncheck the dedicated box.
    More, if we ask to restart on an other device, we have no checkbox available to disable Resume.
    Happily, it seems that pressing option during the shutdown process disable the beast.
    Yvan KOENIG (VALLAURIS, France) vendredi 16 septembre 2011 18:49:31
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Use Droid 3 features With out a Plan?

    Now before anyone assumes that i am asking if I can make calls/text with out a data plan, it is not what I am asking. I am well aware that all smartphones that Verizon carries has to have a data plan. My current situation is that because the new Share plan does not save my family any money (Same Amount Regardless change or no change), we decided to cancel the Data plan on my Droid III. Now my question is, because my Droid III is already activated when I bought the Data plan from Verizon last year and If we canceled it. Will I still be able to play around with the phone. For example, my Droid III is my portable Music device. Will I be able to use it just for music even though there is no data? Will I be able to use its WiFi features or play the games I already have installed?

    When on wifi your phone can indeed make and recieve calls and send text messages via an app called viber. I use this app all the time to talk to my son who is in the military and it doesn`t go against my minutes because i don`t run the app via 3g. It`s allowed me to choose the lowest minutes plan available. Even when run via 3g it only uses data and still doesn`t count towards minutes or texts messages. It`s a smartphone app and everyone you call or text also has to have the app installed. You can switch to your cosmos and your droid 3 will do everything it does now as long as its connected to wifi.

  • Can I use Text Layout Framework with Flex 3 SDK?

    Greetings,
    I have to develop a complex custom widget, with custom text wrapping behaviour. Text Layout framework seem to offer fine level of control, but we are trying to keep our project in Flash player 9, and therefore we are using Flex 3 sdk.
    Can I use the framework with flex sdk 3 and therefore flash player 9?
    Best Regards
    Seref

    For that you need to install flex sdk 3.5 framework and choose your defauls framework to flex 3.5 it will work and as well instal flash player 10

  • Possibility to use new Mac mini with an USB-DAC?

    Anybody knowing anything about the possibility to use the new Mac mini with an USB-DAC. My reason for the question is that I've heard that USB3 doesn't handle sound. I'm thinking about to buy a mac mini and use it as an HTPC and signalsource together with NAIM DAC-V1.
    // Rode orm

    What I have heard that there are a few USB2 audio devices that
    have had some issues with USB3, but USB3 itself is supposedly
    backward compatible to USB2.
    I would check with the makers of the DAC to see if there are any
    USB3 issues.

  • NSS326 Problems Using New SFTP Features

    Is anyone else having issues using the new SFTP feature that was released in the 1.2 firmware?  We are running firmware 1.3.  When we try to connect to the NSS326 via SFTP, the only user that can login is "admin" and they get placed directly into the root of the device.  We want to use the SFTP feature to backup Communications Manager (which requires SFTP) but being dumped into the "root" does not appear to give us access to the vast disk space on the unit, so the backup fails.  Is there a way to configure the SFTP options, because the administration GUI only specifies FTPS (Explicit)?  Thanks.

    On my NSS326, I have a single RAID-6 volume and it's mounted under /share/MD0_DATA.  Each shared folder is containted in that directory (i.e. Web), but is also symlinked to /share, so my Web content is available under /share/Web.   If you create a new "backups" shared folder, for example, it should be available under /share/backups.  You could try specifying that destination directory for your SFTP backups.

  • Acrobat Pro XI frequent crashes when using New Window feature

    As a lawyer using Acrobat Pro XI to review legal documents, I find the New Window feature invaluable since it lets me view different parts of the same document at the same time.  However, when I use this feature I encounter frequent crashes, more often if I insert a comment in one of the windows.  Inserting those comments are very important to me.  Is there any way to avoid the crashes while using the New Window and Comment features together?

    Moved to https://forums.adobe.com/community/acrobat/creating__editing_%26_exporting_pdfs

  • Is it required to install CE Runtime to use new WDJ features of CE7.3

    Hi,
    We want to upgrade from 7.0 to 7.3. Is CE runtime optional when we install / upgrade to 7.3? I mean we want to use only WDJ features of CE 7.3 but not have runtime. Do we get any advantages with this approach like license cost saving etc? Please advise what are the components/features of CE 7.3.
    Please refer me to any SAP documentation/notes.

    Hi Aditya,
    All usage types from SAP NetWeaver 7.0, SAP NetWeaver CE 7.1/EHP1/7.2, and SAP NetWeaver PI 7.1/EHP1 have been consolidated and are shipped as SAP NetWeaver 7.3.
    You can still have a similar configuration as for SAP NetWeaver CE by installing the appropriate usage types, namely BPM (which will automatically install all other composition and Java usage types except for the enterprise portal, Adobe, NWDI, etc.).
    When you install SAP NetWeaver 7.3 with any Java-based usage type, you'll get Web Dynpro Java 7.3 - but you also need the SAP NetWeaver Studio 7.3 to develop and deploy.
    Dirk

  • Using flash debugger player with Flex application

    I am building my first Flex app and have run into a problem that I can't figure out.  When publishing a .swf in Flash I sometimes run the debugger to generate the swf.  When I do so, I can view the swf through my browser (using the debugger version of flash player) and the exceptions that are thrown include a stack trace (complete with line numbers) of any error that occurred.  I have tried running the debug compiled version of my swf from Flex and it does not show the line numbers.
    Is there some way to do this?  I have several thousand lines and the location of the error is tough to figure out becuase it is an instance where I am casting an event to the wrong type through my typed params for a function.  So, for example, I am dispatching a MouseEvent but the listener function has a typed parameter of Event instead.
    Can someone please point me in the right direction?
    Thanks.

    Thanks for the feedback.  Our debugger documentation definitely needs to be refreshed.  The PPAPI debugger on Chrome is even more complex.  I blocked some time out on my calendar for Friday to try and get these revised.

  • Using new iPhoto facilities with Aperture 2

    I am new to Aperture 2 and, so far, have imported my old iPhoto library and done a bit of gentle rummaging to organise things. I've archived my old iPhoto library and removed it from my MacBook Pro. However, I now have iPhoto '09 and am eyeing the face-recognition and geotagging features.
    Is there a simple way to utilise the features from within iPhoto without having to completely re-import the Aperture library? And, if so, will the tagging created in iPhoto be added to the metadata in Aperture? Maybe I'm asking too much.....

    There is no integration between the products that would enable that, for now. No facial recognition in Aperture, and the metadata won't go from Aperture to iPhoto '09.
    Some people here have posted enhancement requests asking for it... but there's no guarantee that Apple is reading these forums and taking down the feature requests. I'd recommend if you (like I...) want those features in Aperture, that you use Aperture's built-in "Send Feedback..." menu option.

Maybe you are looking for