Flex sample file

I loaded the Contact Manager sample application into Flex
Builder 2 and I receive a compilation error telling me:
Severity Description Resource In Folder Location Creation
Time Id
2 Definition samples.contact could not be found. sample.mxml
sample line 29 June 19, 2006 5:08:10 PM 93
From what I understand at this point, the samples.contact
class should reside on the server, right? Should the class be
included in the project itself, if not where is it supposed to fit
in? If the class is supposed to be on the server, does that mean
that my application must be compiled from the server then sent to
the clients on request?

I loaded the Contact Manager sample application into Flex
Builder 2 and I receive a compilation error telling me:
Severity Description Resource In Folder Location Creation
Time Id
2 Definition samples.contact could not be found. sample.mxml
sample line 29 June 19, 2006 5:08:10 PM 93
From what I understand at this point, the samples.contact
class should reside on the server, right? Should the class be
included in the project itself, if not where is it supposed to fit
in? If the class is supposed to be on the server, does that mean
that my application must be compiled from the server then sent to
the clients on request?

Similar Messages

  • Cannot create class of type 'flex.samples.factories.SpringFactory'

    I have an application that is trying to use BlazeDS.  I am using Flash Builder 4 Plug-in on RSA 7.5.5.  Any help would be apprecialted!
    Here is the relevant lines in the services-config.xml:
    <factories>
    <factory id="spring" class="flex.samples.factories.SpringFactory"/>
    </factories> 
    I have the flex.samples.factories.SpringFactory in the web projects src folder and verified that it is getting compiled and the class exists in the WEB-INF/classes folder.
    Here is the full stack trace:
    [5/31/11 8:54:44:530 CDT] 00000018 SystemErr     R **** MessageBrokerServlet failed to initialize due to runtime exception: [1]flex.messaging.MessageException: Cannot create class of type 'flex.samples.factories.SpringFactory'. Type 'flex.samples.factories.SpringFactory' not found.
    at flex.messaging.util.ClassUtil.createClass(ClassUtil.java:65)
    at flex.messaging.util.ClassUtil.createClass(ClassUtil.java:47)
    at flex.messaging.config.FactorySettings.createFactory(FactorySettings.java:55)
    at flex.messaging.config.MessagingConfiguration.createFactories(MessagingConfiguration.java: 114)
    at flex.messaging.config.MessagingConfiguration.configureBroker(MessagingConfiguration.java: 93)
    at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:125)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:220)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:328)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1252)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:161)
    at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtens ionProcessor.java:99)
    at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:882)
    at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:804)
    at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:522)
    at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:359)
    at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:337)
    at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
    at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
    at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:666)
    at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:619)
    at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:395)
    at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:611)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1304)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedAppl icationImpl.java:1165)
    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:587)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:8 32)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java: 950)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.jav a:2131)
    at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.ja va:342)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
    [0]flex.messaging.config.ConfigurationException: An error occurred trying to construct FlexFactory 'flex.samples.factories.SpringFactory'.   The underlying cause is: 'flex.messaging.MessageException: Cannot create class of type 'flex.samples.factories.SpringFactory'. Type 'flex.samples.factories.SpringFactory' not found.'.
    at flex.messaging.config.FactorySettings.createFactory(FactorySettings.java:72)
    at flex.messaging.config.MessagingConfiguration.createFactories(MessagingConfiguration.java: 114)
    at flex.messaging.config.MessagingConfiguration.configureBroker(MessagingConfiguration.java: 93)
    at flex.messaging.MessageBrokerServlet.init(MessageBrokerServlet.java:125)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:220)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:328)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1252)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:161)
    at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtens ionProcessor.java:99)
    at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:882)
    at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:804)
    at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:522)
    at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:359)
    at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:337)
    at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
    at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
    at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:666)
    at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:619)
    at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:395)
    at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:611)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1304)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedAppl icationImpl.java:1165)
    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:587)
    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:8 32)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java: 950)
    at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.jav a:2131)
    at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.ja va:342)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
    Caused by: flex.messaging.MessageException: Cannot create class of type 'flex.samples.factories.SpringFactory'. Type 'flex.samples.factories.SpringFactory' not found.
    at flex.messaging.util.ClassUtil.createClass(ClassUtil.java:65)
    at flex.messaging.util.ClassUtil.createClass(ClassUtil.java:47)
    at flex.messaging.config.FactorySettings.createFactory(FactorySettings.java:55)
    ... 27 more

    You can download it here:
    http://code.google.com/p/rapid-framework/source/browse/trunk/rapid-framework/src/rapid_fra mework_common/cn/org/rapid_framework/flex/messaging/factories/SpringFactory.java
    Am 16.08.2010 um 21:42 schrieb ZéSóZé:
    Sorry http://forums.adobe.com/people/PHANTOMIASA,
    >
    but I need to write what?
    >
    Where is the attached file?
    >
    Thanks for quick answer...
    >
    Best regards..
    >
    José.
    >

  • 'Using ColdFusion with Flex – sample does not work

    Hi, I am having problems with Tom Jordahl's article on 'Using
    ColdFusion with Flex – Part 1: Creating and running a contact
    manager application' found on link '
    http://www.adobe.com/devnet/flex/articles/coldfusionflex_part1_02.html'
    I do not understand his instruction. In step 4, it states:
    "Copy the channel definition from the example Flex
    configuration files found in resources/config (default location:
    C:\fds2\resources\config\). "
    In that folder, I have the following files:
    data-management-config.xml, messaging-config.xml, proxy-config.xml,
    remoting-config.xml. So which file in this folder am I supposed to
    copy from. And where am I supposed to paste it to? Is it into
    WEB-INF/services-config.xml file ?
    When I ran the test,
    http://localhost:8700/samples/dataservice/cfcontact/contactmgr.mxml,
    I get the following errors:
    4 Errors found.
    Error /dataservice/cfcontact/contactmgr.mxml:31
    Definition samples.contact could not be found.
    30: import mx.rpc.events.*;
    31: import samples.contact.*;
    32:
    I am very new at Flex and trying hard to understand this sw.
    Can someone pse help. Thanks a million.

    What he means is to copy the channel section from the
    C:\fds2\resources\config\services-config.xml file:
    <!-- ColdFusion specific RTMP channel -->
    <channel-definition id="cf-dataservice-rtmp"
    class="mx.messaging.channels.RTMPChannel">
    <endpoint uri="rtmp://{server.name}:2048"
    class="flex.messaging.endpoints.RTMPEndpoint"/>
    <properties>
    <idle-timeout-minutes>20</idle-timeout-minutes>
    <serialization>
    <!-- This must be turned off for any CF channel -->
    <instantiate-types>false</instantiate-types>
    </serialization>
    </properties>
    </channel-definition>
    <!-- ColdFusion specific HTTP channel -->
    <channel-definition id="cf-polling-amf"
    class="mx.messaging.channels.AMFChannel">
    <endpoint
    uri="
    http://{server.name}:{server.port}/{context.root}/messagebroker/cfamfpolling"
    class="flex.messaging.endpoints.AMFEndpoint"/>
    <properties>
    <serialization>
    <!-- This must be turned off for any CF channel -->
    <instantiate-types>false</instantiate-types>
    </serialization>
    <polling-enabled>true</polling-enabled>
    <polling-interval-seconds>8</polling-interval-seconds>
    </properties>
    </channel-definition>
    To the file
    C:\fds2\jrun4\servers\default\samples\WEB-INF\flex\services-config.xml.
    The resources directory contains just templates for
    development, the samples
    directory is a fully-deployed flex app.
    Jorge Hernandez
    "watsonValu" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, I am having problems with Tom Jordahl's article on
    'Using ColdFusion
    > with
    > Flex ? Part 1: Creating and running a contact manager
    application' found
    > on
    > link
    > '
    http://www.adobe.com/devnet/flex/articles/coldfusionflex_part1_02.html'
    > I do not understand his instruction. In step 4, it
    states:
    > "Copy the channel definition from the example Flex
    configuration files
    > found
    > in resources/config (default location:
    C:\fds2\resources\config\). "
    > In that folder, I have the following files:
    data-management-config.xml,
    > messaging-config.xml, proxy-config.xml,
    remoting-config.xml. So which file
    > in
    > this folder am I supposed to copy from. And where am I
    supposed to paste
    > it to?
    > Is it into WEB-INF/services-config.xml file ?
    > When I ran the test,
    >
    http://localhost:8700/samples/dataservice/cfcontact/contactmgr.mxml,
    I get
    > the
    > following errors:
    > 4 Errors found.
    > Error /dataservice/cfcontact/contactmgr.mxml:31
    > Definition samples.contact could not be found.
    > 30: import mx.rpc.events.*;
    > 31: import samples.contact.*;
    > 32:
    >
    > I am very new at Flex and trying hard to understand this
    sw. Can someone
    > pse
    > help. Thanks a million.
    >
    >

  • [svn] 3832: small change in sample file

    Revision: 3832
    Author: [email protected]
    Date: 2008-10-22 15:33:51 -0700 (Wed, 22 Oct 2008)
    Log Message:
    small change in sample file
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/asdoc/en_US/mx/components/examples/FxListExample .mxml

    Revision: 3832
    Author: [email protected]
    Date: 2008-10-22 15:33:51 -0700 (Wed, 22 Oct 2008)
    Log Message:
    small change in sample file
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/asdoc/en_US/mx/components/examples/FxListExample .mxml

  • Bad Sample Files or I'm intoxicated

    I believe you guys may have some miss information in your sample files or the beer I have consumed this evening has comprised my comprehensionfaculties.
    I'm trying to test out the TLF sample files in Flex 3.2 and 3.3 however I am getting compiler errors. I may be missing a .swc that the instructions didn't mention or you may have some outdated references in your sample code.
    The sample files I downloaded and readme are here:
    http://opensource.adobe.com/wiki/display/tlf/Text+Layout+Framework
    The readme suggest that the samples are compatible with Flex 3.2 and indeed give instructions for how to get it working. However, after following the instructions (and figuring out a few of the ambiguous steps) I was able to get almost everything working except a few small things like compiling and actually running the sample. =)
    When I try to compile I am getting the following errors from the SimpleEditor example (the only project I am using):
    Unable to find:flashx.textLayout.conversion.TextConverter
    (is this file in another .swc the instructions missed or perhaps it is Flex 4 class and therefore not compatible with Flex 3.2-3?):
    Undefined method:_textFlow.interactionManager.selectRange
    (has this been changed to setSelection I wonder?):
    Undefined event: StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE
    (could be a typo in your sample code *INLINE_GRAPHIC_STATUS_CHANGED* <--- NOTE: The added “D”
    Any help and guidance would be much obliged.
    PS. you have some hardcoded paths in your sample files that make running the samples a tad vexing.
    -erik

    I have tried downloading the samples and I am able to run them without any issues, may be you have an older version of tlf swc. To get the latest swc and the sdk you can download the source of sdk and swc from svn. Visit the following URL to get the instructions on how to get the source, http://opensource.adobe.com/wiki/display/flexsdk/Get+Source+Code.
    Hope this helps.
    Thank You
    Chetan Sachdev
    http://www.riageeks.com

  • Opening plug in settings, sample files, loops, effects, etc

    What application do I need to use to open the plug in settings, sample files, loops, etc.? Some open with quicktime, however, most all of them are pst files. I am new to this and have no idea what that is. The files are there, they just won't open, even if I change them to open with quicktime. Any help would be appreciated.
    Garage band v1.1.0 (26)   Mac OS X (10.4.8)  

    I've tried opening them from within garageband, no success. I went through finder just to see what type of file they were compared to the ones that would open. the ones that will open open with quicktime and are .aif files. The other ones won't open even if I select quicktime as the application to open them with. I know I sound stupid, but I'm kinda new to the digital recording. Am I missing an application or driver or something? Thanks for responding.
      Mac OS X (10.4.8)  

  • Informatica - import data from line 6 in sample files in universal adapter

    Hi ,
    I am trying to extract data from R12 tables to sample CSV files provided by oracle in universal adapter CRM analytics.
    As per oracle guidelines we are supposed to import data from line 6 as first five lines will be skipped during ETL process.
    While importing the the target file in target designer ,I am entering 6 as value in the Lov box "Start import at Row".
    Still Data is loaded from first line of the file and not 6 th line.
    Please let me know more on how to achieve this requirement.
    Thanks,
    Chaitanya.

    HI,
    Please let me know the solution for this.It is very high priorirty for me now.
    I want to extract data into sample files provided by oracle starting from 6 th line.
    At present I am able to load from first line of the .csv file.
    Thanks,
    Chaitanya

  • Problem with sample file "SampleShapefileToJGeomFeature"

    I download two zip files shape2sdojava.zip and sdo_java_040319.zip (http://www.oracle.com/technology/software/products/spatial/index.html) , because I want write java aplication that will work with shp files.
    I tried to compile this example file "SampleShapefileToJGeomFeature.java", but i get error message:
    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
         DBFReaderJGeom cannot be resolved to a type
         DBFReaderJGeom cannot be resolved to a type
         The constructor ShapefileReaderJGeom(String) is undefined
         ShapefileFeatureJGeom cannot be resolved to a type
         ShapefileFeatureJGeom cannot be resolved to a type
         The method getShpFileType() is undefined for the type ShapefileReaderJGeom
         The method getMinMeasure() is undefined for the type ShapefileReaderJGeom
         The method getMaxMeasure() is undefined for the type ShapefileReaderJGeom
         The method getMinZ() is undefined for the type ShapefileReaderJGeom
         The method getMaxZ() is undefined for the type ShapefileReaderJGeom
         The method getMinX() is undefined for the type ShapefileReaderJGeom
         The method getMaxX() is undefined for the type ShapefileReaderJGeom
         The method getMinY() is undefined for the type ShapefileReaderJGeom
         The method getMaxY() is undefined for the type ShapefileReaderJGeom
         The method getShpDims(int, double) is undefined for the type ShapefileReaderJGeom
         at SampleShapefileToJGeomFeature.main(SampleShapefileToJGeomFeature.java:303)
    So is this mean that this class DBFReaderJGeom does not exist in java.spatial.util?
    Maybe this sample file is outdated, because class ShapefileFeatureJGeom is changed, now takes two parametars insted of one.
    Message was edited by:
    user547750

    I found similar problem on this thread
    Oracle Spatial Java API Problem
    Is it possible for somebody to send me on mail these jar libraries from oracle database 10gR2?
    And I dont know why this is not fixed yet on the oracle web site?
    mail: konj_p @ yahoo.com
    Thanks

  • Flex sampling frequency changes when I use it with apple loops

    Flex sampling frequency changes when I use it with apple loops in a 24 bit 88.2 project

    sorry  !
    Flex changes sampling frequency when I use it with apple loops in a 24 bit 88.2 project

  • How to save kontakt sample files in Logic Pro X project?

    Hi,
    I'm using Kontakt (Komplete, Native Instruments) as my samples for my midi in Logic Pro X, and my sample libraries are stored in an external hard drive which I bring around.
    I need to send my Logic file over to another computer which will not have my hard drive that contains my sample libraries.
    Is there a way to save my Kontakt Sample midi files together with Logic's folder, so when I open Logic without my ext Hard Drive, the midi can still be read?
    I tried clicking Save As --> Organize my project as a "Folder", and ticked EVERYTHING --- Audio Files, EXS instruments and samples, Ultrabeat samples, Space Designer impulse responses, Movie file, Include Apple Sound Library Content.
    But when I unplugged my external hard drive (which my sample files are stored), and clicked open that logic file which i saved, windows pop up saying it cannot locate my samples.
    Is this a bug in Logic Pro X, or am I doing something wrong?
    Or is it totally not possible to copy sample files over?

    skylurker wrote:
    I tried clicking Save As --> Organize my project as a "Folder", and ticked EVERYTHING --- Audio Files, EXS instruments and samples, Ultrabeat samples, Space Designer impulse responses, Movie file, Include Apple Sound Library Content.
    <snip>
    Or is it totally not possible to copy sample files over?
    Hi
    Logic will not copy over any 3rd party samples etc. If you really need to, you would need to copy the appropriate libraries manually, though with Kontakt, some libraries would need to be re-authorised.
    CCT

  • Input Agent Sample File and mappings

    Dears
    I'm working on a project where I need Documents exported from OFR to be imported to IPM. I'm defining an input agent to monitor the input directory where exported files from OFR are located. I did all the configurations needed in EM,defined the agent in IPM, however, the input agent is not working.
    I guess the problem is with the input agent definition, esp the sample file. I'm finding difficulty in understanding the "Sample File" (what does it represent, where shall it be located, to where the "file path" in it should be indicating).
    Please advise

    Hi,
    For the sample file itself, it defines the format in which the input file would be setup for the input agent to import documents into IPM.
    For the path of where the input file is present, log in to the em console and when you open the IPM managed M-beans you would have the path defined for the input file.
    Check this out and you would be in a good position to understand input agents.
    http://docs.oracle.com/cd/E23943_01/admin.1111/e12782/c09_input_agents.htm#BABBCBIC

  • Accessing OID in OBIEE VM Samples Files

    I'm trying to set up access to the expanded OBIEE 11.1.1.5 Sample files, by loading the VM application. I've successfully set up the Virtual Machine and loaded the Sample App image and I'm trying to work thru the instructions to get all of the components in place. This is the document I am using to guide me:
    [url http://www.oracle.com/technetwork/middleware/bi/downloads/sampleapp107-vbimage-deployguide-453583.pdf]http://www.oracle.com/technetwork/middleware/bi/downloads/sampleapp107-vbimage-deployguide-453583.pdf.
    Right now I'm at Section 4.5 of the guide in the section called 'ACCESSING IOD'. It reads:
    +'You can connect to the OID directory using the configuration in the image attached. From there, you can create or edit more OID specific users or attributes.'+
    It then shows a screen print of a dialog box.
    The instructions give me no clue as to how I would connect to OID using the configuration. My question: How do I connect to OID and make this connection?
    I looked for a link to OID in the VM app but don't see anything. Honestly I'm not clear on what I will use OID for, but I imagine that it is necessary to take full advantage of the sample files. Note that I'm not interested in diving deeply into learning all about OID today. Rather, I just want to make the connection as per the instructions and move on to the next step in setting up the VM Sample App. Thanks for any help on this.

    I'm trying to set up access to the expanded OBIEE 11.1.1.5 Sample files, by loading the VM application. I've successfully set up the Virtual Machine and loaded the Sample App image and I'm trying to work thru the instructions to get all of the components in place. This is the document I am using to guide me:
    [url http://www.oracle.com/technetwork/middleware/bi/downloads/sampleapp107-vbimage-deployguide-453583.pdf]http://www.oracle.com/technetwork/middleware/bi/downloads/sampleapp107-vbimage-deployguide-453583.pdf.
    Right now I'm at Section 4.5 of the guide in the section called 'ACCESSING IOD'. It reads:
    +'You can connect to the OID directory using the configuration in the image attached. From there, you can create or edit more OID specific users or attributes.'+
    It then shows a screen print of a dialog box.
    The instructions give me no clue as to how I would connect to OID using the configuration. My question: How do I connect to OID and make this connection?
    I looked for a link to OID in the VM app but don't see anything. Honestly I'm not clear on what I will use OID for, but I imagine that it is necessary to take full advantage of the sample files. Note that I'm not interested in diving deeply into learning all about OID today. Rather, I just want to make the connection as per the instructions and move on to the next step in setting up the VM Sample App. Thanks for any help on this.

  • Tour de Flex Samples needed Adobe AIR plugin to PC to run ?

    Where I may find free/open-source sample autonomus Adobe AIR Apps?
    How I test if Adobe AIR success installed?
    Tour de Flex Samples needed Adobe AIR plugin to PC to run ?

    Hello,
    Solution is very simple, just uncheck the "Group items  by category"  to display last version of  Tour de Flex feauture which is default checked
    and if you uncheck the "Show only the latest versions.." you will see all other versions.
    Regards,
    Goze

  • I am new to Muse so I am following the tutorial for Katie's Cafe.  I downloaded the sample files.  The problem is not all the files are in the folder as are on the tutorial.  The colour sample for instance is not there.  The CC Getting Started Katies.muli

    I am new to Muse so I am following the tutorial for Katie's Cafe.  I downloaded the sample files.  The problem is not all the files are in the folder as are on the tutorial.  The colour sample for instance is not there.  The CC Getting Started Katies.mulib file is also not there so you cannot automatically download all the necessary library files.  Can anyone help?

    found it in another area
    Where do I find the cc getting started Katies.mulib File ?

  • How to search in Flex SDK files in Flash Builder

    Hi there
    I want to search Flex sdk files out from flashbuilder - like I can do with the menu search->search dialog. Is there a way to do so? I am interested in it because sometimes I do not only want to hit F3 to go to a source file - I would like to serach the SDK.
    Thanks,
    Marc

    Thanks Mich - very helpful. This is easier than searching the google trunk - here on my sytem it is CTRL+SHIFT+T.
    Marc

Maybe you are looking for