Using the "Include" directive

Hi,
Does anyone know how to specify the location from where one
action script or mxml file can include an other actionscript code?
For example, I have a file mypanel.mxml that is in project1 and
myshared.as in project2. I need to "include" myshared.as in
mypanel.mxml without specifying the physical location of
myshared.as in the filesystem, to the include directive.
Please help in this regard.
Thanks.

I think you go to your project properties Flex Build Path
area and add a path to the "Source path" tab.

Similar Messages

  • A variable in the include directive

    Hello,
    I'm trying to store a part of the name of the file to include in a variable like this:
    <%@ include file=templatepath + "settings.jsp" %>
    but it doesn't work. Can someone tell me if there is a working way to do something similar
    Thanks,
    Store

    You can use the jsp:include tag to specify the page to include dynamically.
    <jsp:include page="templatepath + "settings.jsp" flush="true"/>You can't use the include directive to dynamically specify a page since the page is included at compile time, rather than run time.

  • How to use the Include Statement in the BADI

    Dear All,
            I am trying to implement the BADI. So i need to use the Include in the BADI.
    How to use the Include statement in the BADI. I cant able to use it in the Public, Private and protected statement.
    Where should i mention that,,,,
    Thanks
    Yogesh

    Hi Sharat,
      Thanks for your reply.
    I need to use the BADI HRWPC_PCR_APPR_FORM. In which the values are available in the Container. So if i need to use the container values then i need to use that include <cntain>.
    Is there any possible ways to make it.
    Thanks
    Yogesh

  • I want to design some products for resale and I want to know if I can use the included Fonts

    I want to design some products for resale and I want to know if I can use the included Photoshop Fonts and Images or do I have to pay additional licensing fees?  Very new to this and just looking for some basic information or a link to specifics.  Most of what I'm searching for brings up content for publishing and I'm really looking for information about reselling items in a product line.  For example Greeting Cards, Signs etc...  Thanks so much!

    As for fonts, you don't need to do anything as long as you don't try to sell the actual font files. In print or the screen your fine to do as you want. Most fonts include a license EULA for you to read when installing them anyway.
    As for images, that may be a different story, it will depend on the image. If there is a file that accompanies the image that states you can do as you please, that fine, but other wise, assume the image is copyrighted and require permission to use.
    Some programs provide clipart that is for public use this clicpart can be printed and sold. But as with the fonts, you can not sell the clipart files themselves.
    In the EULA that accompanies the software, it should state what can be done with any clipart or fonts that are included with the software.
    If you are still in doubt, contact the company and verify it.

  • The Include Directive (at Page Translation Time)

    Version: 5.1
              Service Pack: 6
              I am generating the following error when I attempt to manually compile a JSP
              file:
              [jspc] parsing /vobs/projects/public_html//test.jsp:
              WARNING: Failed to include file 'test.inc' in include directive of page
              /test.jsp
              I've attempted practically every permutation of full and relative path
              locations, and cannot get it to work. Weblogic's JSP documentation did not
              have much to say about this either.
              Is anyone aware of a bug in the jsp compiler that would cause such a
              problem?
              

    Really strange, I used absolute path and put it under docroot, and I didn't
              put that folder into my any of my classpaths, the wls can find it without
              any problem. I used wls5.1 and sp6, do I miss sth?
              Thanks.
              mreiche <[email protected]> wrote in message
              news:[email protected]...
              >
              > No, it's not useless to add the include directory to the classpath - due
              to a bug in WLS 5.1,
              > it looks in the classpath for include files that begin with '/'.
              >
              > He is using the absolute path. That's why WL does not find it.
              >
              > Mike.
              >
              > "Tao Zhang" <[email protected]> wrote:
              > >
              > >Anchal Jain <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> I added the directory that contains the included files to the
              > >> classpath but I still get the error below.
              > >It's useless to add such directory to the classpath. Please remove it.
              > >In order to recompile it dynamically you have to set it up in
              > >weblogic.properties file.
              > >
              > >>
              > >> WARNING: Failed to include file 'authenticate.jsp' in include
              > >> directive of page /analyze.jsp
              > >>
              > >You should inlcude all these jsps under your docroot.
              > >
              > >Make sure the relative path of include directive is right. Or you can use
              > >the absolute path and try.
              > >
              > >> Do I have to compile the included files
              > >> individually and then compile the main jsp?
              > >>
              > >> Any suggestion will be greatly appreciated.
              > >>
              > >> Anchal
              > >>
              > >>
              > >> "Greg Panzer" <[email protected]> wrote:
              > >> >The Weblogic JSP compiler is looking in the classpath for the include
              > >files.
              > >> >
              > >> >When manually compiling the JSPs, put the docroot in the CLASSPATH.
              > >> >
              > >> >Greg Panzer <[email protected]> wrote in message
              > >> >news:[email protected]...
              > >> >> Version: 5.1
              > >> >> Service Pack: 6
              > >> >>
              > >> >> I am generating the following error when I attempt to manually
              compile
              > >a
              > >> >JSP
              > >> >> file:
              > >> >>
              > >> >> [jspc] parsing /vobs/projects/public_html//test.jsp:
              > >> >> WARNING: Failed to include file 'test.inc' in include directive
              of
              > >> >page
              > >> >> /test.jsp
              > >> >>
              > >> >> I've attempted practically every permutation of full and relative
              path
              > >> >> locations, and cannot get it to work. Weblogic's JSP documentation
              did
              > >> >not
              > >> >> have much to say about this either.
              > >> >>
              > >> >> Is anyone aware of a bug in the jsp compiler that would cause such a
              > >> >> problem?
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >
              > >> >
              > >>
              > >
              > >
              >
              

  • Which is more useful in include directive and taglibraries

              I am writing some static html tags inside a file.
              This files i need to call from jsp pages.
              one is i can call using include directive.
              other is writing taglibraries.
              Performance and optimization wise which is more appropriate?
              

    There is an include directive and a jsp:include tag. I would suggest that
              performance differences between these are nominal, with the directive being
              slightly faster due to its "inlining nature".
              Don't write your own tags to do this unless you have to. That would be
              silly.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com
              +1.617.623.5782
              WebLogic Consulting Available
              "Raaj" <[email protected]> wrote in message
              news:3af02b63$[email protected]..
              >
              > I am writing some static html tags inside a file.
              > This files i need to call from jsp pages.
              > one is i can call using include directive.
              > other is writing taglibraries.
              > Performance and optimization wise which is more appropriate?
              >
              

  • HT202157 I just purchased an APPLE TV. Is there an APP to use instead of using the included remote? I also have a ROKU and found a great app for that device.

    I just purchased an APPLE TV. I also own a ROKU and found a great app to use instead of the included remote, is there a similar app to purchase for my new apple device.? I like a keypad to use when typing in info.also is there any way to get the Glen Beck steamed in on the Alpple TV?

    Glen beck is a conservative news commentator , he now has a tv Chanel broadcasted only by the Internet, is is GBTV I get it on ROKU. I cannot get that or FOX NEWS or CNET on my new apple TV. Love the new device with the exception of my missing networks. By the way, thanks for the remote advice it works great.

  • Using the FCB1010 direct, or through an Interface

    Hi,
    I am wish to use my Mac to create the effects I wish to use for my playing (guitar) with Logic and Mainstage. I will need a foot controller, so I am considering the FCB 1010 (as many have). I will also be purchasing an interface which will allow me to record, and sing.  I have a couple of questions:
    1 - is it better to plug the FCB1010 directly into the computer when using it with mainstage, or can I use the MIDI IN/OUTs on the interface?
    2 - would I be better of sending the output of the interface to my aplifiers, or powered monitors?
    3 - if I had a mc + the pedal baord plugged into the interface (assume the answer to 1 allows me to do this), will the output of both go to the lineouts of my interface (say a presonus for example...)
    4 - if the answer to 3 is yes: would I be better with a Firewire or would a USB interface be ok (I understand that firewire is always better for latency, but if I could use a USB with satisfactory results... that may be ok)

    Hi RLRL,
    1 - you can only connect FCB1010 by MIDI IN/OU not USB (directly). But it´s very easy. Any hardware with MIDI IN/OUT can be connected to the FCB1010.
    2- Depending on what you want to do. Please be more specific (use a guitar amp, use monitors in studio)
    3 - In Mainstage/Logic you can configure and route any input to any output of your audio interface. So yes
    4 - The answer is: firewire BUT there´s no diference if you just use a few tracks in/out USB is most capable, but use firewire, and if you do that you can still leave a free USB slot for others things
    Hope i´ve helped you.
    Bruno Filipe

  • Just bought a Zen--Do I have to use the included softwa

    I've owned quite a few Creative products and have been around long enough to know Creative software is bloated trash. Is there a way I can manage files on my Zen (no SD card, so I'll be using internal memory) without installing the included software?

    Hi,
    You can use Windows Media Player to manage your files.

  • Using the included business catalyst space

    With full Adobe Create Cloud membership I get 5 websites from Business Catalyst included.
    Cool!
    But what if I am not interested in the Adobe CMS tools, and want to install say a Wordpress of Drupal webiste in this Business Catalyst space (this 20GB of space and five websitges offered): is this possible?
    (This should be possible as we developers should be allowed to use the tools/platforms that we want to use.)
    Thnks
    David Millner — boldset.com

    Hi again! Let me try to answer the questions you have remaining...
    the Adobe creative cloud dashboard bears no resemblance to the dashboard as shown in the Wordpress import article you cite above
              The article I referred you to does not include Creative Cloud in the workflow. You would be logging into Business Catalyst with your Creative Cloud membership login information, and creating your website from within the BC platform. I have never had any personal experience importing a Wordpress blog to Business Catalyst, so the folks over at the Business Catalyst forum can probably be able give you much more comprehensive help.
    could it be that, whilst Creative Cloud indeed comes with free web hosting for 5 sites, these are for just your WebBasics version (i.e. Creative Cloud comes with free web hosting for 5 WebBasics sites)
              Correct. The Creative Cloud memberhsip includes free web hosting for 5 sites through Business Catalyst that operate under the WebBasics subscription level, as outlined here.
    if so, where is this explicitly stated in your documentation?
              From the Adobe Creative Cloud product page: "Your Adobe Creative Cloud membership includes hosting for up to five Business Catalyst webBasics sites."
    I hope I was able to clear up things up for you. You might want to check out this FAQ post for some more information about Creative Cloud + Business Catalyst.
    Cheers!

  • Have just up dated my iphone 4 to ios5, is the notification centre supposed to show as icon on the main screen, if so how do i get it to show and also i thought you could now use the camera direct form the locked screen?

    Have just updated my iphone 4 to ios 5, is the notification centre supposed to appear on your main screen as an icon if so how do i get it to show, and i thought you could now use the camera from the locked sreen i can't seem to this at the moment can anyone help? thank you

    Double click home button for camera to show up (and iPod).  Notifications seem to show up on lock screen that way, too.

  • Helpful tip for those trying to use the included remote

    So this may or may not be old news but after fiddling with my Apple TV I found my iMac which is roomed in the same room as my TV going beserk.  Turns out that the remote from the Apple TV out of the box can control the iMac.  It was driving me nuts and I resorted to putting a piece of paper over the Apple logo on the front of the iMac.  A Google search later turned up some helpful advice.  You can actually disable the infared control of your iMac under System Preferences --> Security.  Just thought I'd post this for other users who aren't Mac uber users.

    From reading your post it sounds like your trying to use these
    functions in the code of a user process. These functions are
    meant to be used in a kernel driver to set up signaling to a
    user process. The user process uses signal functions, as defined
    in Richard Steven's "Advanced Programming for the Unix Environment" book and else where, to intercept the signals sent by a driver via proc_signal(). I have used them by creating ioctl() subfunctions for a driver that register and unregister a calling user process. After the registration proc_signal() can be used to signal the process that
    called the ioctl(). Care must be taken in the driver not to proc_unref() if there is no process already registered or you
    will panic the kernel.

  • When using the Illustrator direct select tool in CC

    This morning I had an update and now when I use my direct select tool, all these little dots/targets show up, how do I turn that feature off?
    Thanks in advance

    It is live corners...is there anyway of turning it off.
    Thanks

  • I have recently received a project from someone who has already captured the footage, can I use the footage directly from the capture scratch for my new project?

    Will this in any way effect my footage when working/exporting? I will be working off the same hard drive.

    If all the footage played in FC to begin with and all the media is included in the capture scratch folder you should be good to go but I would check a few things.
    Pull the new footage into your project and look under the compressor column. If any files are H264 or MP4 I would recommend converting these to a PR422 or another FC friendly format.  Also confirm any audio only files are aiff/48Khz(not mp3 or 44.1Khz).
    In my experience you can work with H264,MP4, mp3 & 44.1 in FC7 but you are almost guaranteed to have problems later.

  • I set my preferred homepage using the help directions, but each time I open mozilla, it reverts to the Mozilla searchq. Any ideas?

    o/s Windows 7

    Do a malware check with some malware scan programs. You need to scan with all programs because each program detects different malware. Make sure that you update each program to get the latest version of the database before doing a scan.
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and Searches are redirected to another site

Maybe you are looking for

  • Mail message telling me 'home directory is full'????

    Hello There, I have been happily using mail (with a gmail email account) for about a week now, but today I received a message and when I went to reply I get a message "Mail cannot update your mailboxes because you home directory is full" It then tell

  • Error Launching iTunes

    I am receiving an "iTunes has encountered a problem and needs to close... Do you want to tell Microsoft..." error every time I try to launch iTunes. I have uninstalled and reinstalled the app several times. Help! Dell Dimension   Windows XP  

  • Service Creation

    Hi Experts, I want to store certain expenses as commitment through Internal Order. I want to create 5 services for every GL and Internal Order. 1. How to create service and what is higher service no. is it necessary to create . 2. What should be done

  • Feature request: Repeat slide

    Short version: You can make a button or click box go to the previous slide, next slide or jump to any slide but not _repeat_ the slide. I find that to be a limitation. Long version: After every slide I want the user to interact. I therefore want to a

  • How to use hotback to sync master and replication?

    Hi, If replication is down for some time, the data difference between master and replication will be large. My question is: is it possible we just hotbackup the data and log of master, and then let replication recover from the backup? I did 3 test: (