New components not being included in automatic builds

Is it my imagination, or did something change between FB3
Beta 3 and Final that causes new Flex components to be excluded
from project builds until they are referenced by other classes
currently in the project?
The specific pain I'm experiencing is that I don't get syntax
errors or warnings reported when editing freshly added components
and saving the file.

I can't speak definitively, but have heard this complaint
before. I'm still on Beta 3
Tracy

Similar Messages

  • Header files  not being included in JNI

    I've written a java program which interfaces with some C code.In the c code i use certain functions which are defined in a header file that i include in the same c file.The problem i have ,is that the compiler shows an error when it comes across one of those functions.It seems to me that the header file is not being included.Here's what i've done at the start of the jni c code,any help will be greatly appreciated.
    #include<stdio.h>
    #include " mnt/cprog/ca.h"
    JNIEXPORT void JNICALL......
    Can other header files be included over here ,or do they have to be included from the java file?..but the problem there is that the header file is of .h extension.....any suggestions??
    ps..The os is Linux
    ..Derick

    If the header files are not found, the compiler will tell you. At least gcc does so. If only some functions you are using are missing, they are probably not in the header file you are including.
    By the way, there is no way to include headers for your native code through Java. What kind of mechanism should that be?

  • DVD-Rom extra content not being included in build

    I'm really confused - I've set a location for a folder in which 4 .pdf files are included. But when I build the project the folder isn't being included in the root.
    Here's what I have: DVDROMContent/PDF/4 files
    I'm selecting the folder named "DVDROMContent" as the location, so according to the DVDSP manual it should be placing the folder "PDF" at the root, but for some reason it isn't.
    Any suggestions?

    I believe that if you're doing just a build it does not copy the files to the build location. If you burn it to a DVD or create an image to hard disc then the content will be written.
    o| TOnyTOny |o

  • Warnings of files not being included in final disc

    I've had a terrible time trying to learn to burn a movie DVD for my kids to play on their TVs/DVDs and was hoping someone here recognizes what I've done wrong. I've created a sequence in Final Cut Pro 5.1.4 (part of FCP Studio 2), used compressor to create the files ending in .ac3 and .m2v (and it also created one ending in .aiff). I imported these into DVD Studio Pro 4 and created a menu with 4 chapters (marked in the timeline). Not sure from the manual if I linked them right or not, but seems that I did. Then when I clicked build/format that worked well (said it was successful). But when I went to burn it I got the following messages in the Build Log.
    Warning: The file ‘IVEY_20022003.layout’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    Warning: The file ‘VOB_DATA.LAY’ found in the VIDEO_TS or HVDVD_TS folder will not be included in the final disc.
    I tried burning this to both a DVD-R and a DVD+R. Both show only the menu screen when I play it on a DVD player, but give the "Not Available" circle with a slash indicator when I tried to play them, use any DVD remote command button, or click on a menu graphic.
    What have I done wrong?
    What other info do you need to know?
    TIA

    The problem is that you have created a HD DVD, not a SD DVD. HD DVDs will not play in stand alone DVD players. You need to delete the VIDEO_TS and HDDVD_TS folders that DVD SP created. Then open up DVD SP and get into the Preferences and change the settings to SD DVD. The bad news is now you have to start all over again and create your project again in DVD SP. You cannot start from your old project.
    The warnings about .layout and .LAY files can be ignored. They are not the problem.

  • Not being offered update from Build 10041

    Despite trying both Fast and Slow settings and checking at least once per day for several weeks, I am not being offereda ny update from 10041.
    Additionally, I would like to get any update as an ISO so that I can relocate testing from a laptop to a desktop machine that is configured with dual scanners and printers directly attached.
    Suggestions please as to what I should do.
    Thanks

    Despite trying both Fast and Slow settings and checking at least once per day for several weeks, I am not being offereda ny update from 10041.
    Additionally, I would like to get any update as an ISO so that I can relocate testing from a laptop to a desktop machine that is configured with dual scanners and printers directly attached.
    Suggestions please as to what I should do.
    Thanks
    Just today a new build 10074 has been released.
    Its ISO is also available to download.
    http://windows.microsoft.com/en-us/windows/preview-iso-update-1504

  • New bookmarks not being saved

    Beginning today my new bookmarks are not being saved. I read several KB articles and have tried:
    - making sure the bookmarks file is not read-only
    - reset browser.places in about:config
    - renamed the places.sqlite and places.sqlite-journal, and restarted Firefox.
    None of that worked.
    Is there another fix to try?

    vineel
    >>let us know briefly what kind of problem you are facing
    Bookmarks are not being saved.
    I still have my existing bookmarks.
    All existing bookmarks work.
    But when I click on "bookmark this page", it never gets added.
    There's really nothing to take a screenshot of, other than my old bookmarks.

  • Password not being included in Email Notification

    I am trying to include the password for a newly-created user, in the body of an Email Notification being sent out.
    But, the password is not being displayed.
    As we all know, IDM uses the following variable for "*Password*" :
    *<Field name='password.password'/>*
    So, I included the password variable in my Email Template, as follows :
    *<Variable name='mypassword'>*
    *<select>*
    *<ref>user.password.password</ref>*
    *</select>*
    *</Variable>*
    But, when the Email is sent, the password is displayed in the email body as follows :
    Password = "*Lighthouse_Fake_Password*"
    How can I get the password to be displayed in the Email?
    Thanks

    Hi Michael,
    since passwords are stored in encrypted format, you can not directly display them using user.password.password.
    You have to first decrypt them. Use below rule by passing account id to it.
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Rule PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <!--  MemberObjectGroups="#ID#Top" lastMod="8" lastModifier="Configurator" name="getUserPassword"-->
    <Rule name='getUserPassword' creator='Configurator' createDate='1242288447593' lastModifier='Configurator' lastModDate='1242361940859' lastMod='8' primaryObjectClass='Rule'>
      <RuleArgument name='accid'/>
      <block>
        <setvar name='passString'>
          <invoke name='decryptToString'>
            <get>
              <invoke name='getObject' class='com.waveset.ui.FormUtil'>
                <select>
                  <invoke name='getLighthouseContext'>
                    <ref>WF_CONTEXT</ref>
                  </invoke>
                  <ref>:display.session</ref>
                </select>
                <s>User</s>
                <ref>accid</ref>
              </invoke>
              <s>password</s>
            </get>
          </invoke>
        </setvar>
        <ref>passString</ref>
      </block>
      <MemberObjectGroups>
        <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
      </MemberObjectGroups>
      <Properties>
        <Property name='editorOriginalName' value='getUserPassword'/>
      </Properties>
    </Rule>

  • When clicking on link in email, new tab NOT being created, but new window on existing tab - I want NEW TAB for each link clicked on...

    Up until today, whenever I clicked on link in email, a NEW TAB would be created. Now, when I click on link, a new WINDOW on existing tab is created - I WANT A NEW TAB, not a window...

    Hmmm, which mail site is this?
    One possibility is that you had a tab-related extension that automatically opened regular links in a new tab, and that the extension was disabled because it was incompatible with the latest version. To check for disabled add-ons, visit the Tools > Add-ons dialog.
    As a short term workaround: you probably know you can force a link to open in a new tab by holding Ctrl when you click the link, or by using the "middle" mouse button (often the scroll wheel). I find that quicker than right-clicking the link and choosing Open in new tab.

  • Attribute Commentary Files not being included in Build

    We are editing the commentary files in the includes folder. When we build and deploy the rulebase (copy the output zip and drop into the rulebase folder on the server), the screen commentary files in the includes folder are moved to the server, but the attribute commentary files in the includes folder are not. Instead, the attribute commentary files in the output folder are being moved to the server. Is there something we need to set to remedy this? Using latest versions of OPA/OPM, but the project was created in older versions.

    Alan,
    You might try deleting everything in the output folder and building a clean version. If the commentary is successfully included in the rulebase .zip file, there should be a folder called "commentary" at the root level of the zip. file.
    Some things to check.
    1. Make sure in the rulebase project there is a directory called include
    2. Make sure the commentary files are in a directory commentary inside the include directory.

  • JLabel components not being displayed on the content Panel in Applet

    Hi everyone!!
    Plz give a solution to the following problem:
    I have an applet in which i have JPanel component and on that component i am adding a lot of JLabel components but the problem is that the JLabel components are not displayed on the applet unless i minimize or maximize the applet.
    kindly give solution to the problem.
    Thanks

    Howdy,
    code would be helpful. Here is a very simple JApplet that displays labels okay here in appletviewer. You talk of applets and JLabels. I assume you are using JApplets.
    import javax.swing.*;
    import java.applet.*;
    import java.awt.*;
    public class AppletPie extends JApplet {
         public void init() {
              Container cp = getContentPane();
              cp.setLayout(new FlowLayout());
              cp.add(new JLabel("Show"));
              cp.add(new JLabel("up"));
              cp.add(new JLabel("you"));
              cp.add(new JLabel("dumb"));
              cp.add(new JLabel("labels"));
    }Perhaps something in this code will help you to solve your problem.
    regards
    sjl

  • Spark Classes and Skins not being included when running FlexUnit task via Ant

    I have a series of unit tests that run on a spark component. This spark component has a custom skin defined for it, and that is working beautifully.
    Inside that component is a spark list... By default, after digging into the list code, spark lists should use a default skin called "BorderContainerSkin". When I run the application that uses this component directly (whether compiled via FlashBuilder or via Ant/Hudson), the component itself runs and looks exactly like I would expect. When I run my unit tests in the browser (via Run As Web Application command on my TestRunner), the unit tests all perform as expected.
    However, when I run the FlexUnit tests via Ant (either through windows non-headless, or linux headless), an exception is thrown with the following error:
    Error: Skin for FromToList132.FromToListSkin133.VGroup134.fromList cannot be found.
        at spark.components.supportClasses::SkinnableComponent/attachSkin()[E:\dev\4.x\frameworks\pr ojects\spark\src\spark\components\supportClasses\SkinnableComponent.as:632]
        at spark.components.supportClasses::SkinnableComponent/validateSkinChange()[E:\dev\4.x\frame works\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:405]
        at spark.components.supportClasses::SkinnableComponent/commitProperties()[E:\dev\4.x\framewo rks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:419]
        at spark.components.supportClasses::ListBase/commitProperties()[E:\dev\4.x\frameworks\projec ts\spark\src\spark\components\supportClasses\ListBase.as:785]
        at spark.components::List/commitProperties()[E:\dev\4.x\frameworks\projects\spark\src\spark\ components\List.as:907]
        at mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx \core\UIComponent.as:7933]
        at mx.managers::LayoutManager/validateProperties()[E:\dev\4.x\frameworks\projects\framework\ src\mx\managers\LayoutManager.as:572]
        at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:730]
        at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1072]
    (Note: fromList is the id of the spark list used in the FromToList component.)
    The issue is that the "BorderContainerSkin" class isn't ever getting imported along the way. I did several things that worked to "fix" the problem, but they are all hacky and don't explain the root problem:
    1- If I explicitly import that skin into my test file, then everything works great.
    2- If I add the <includes> directive into my mxmlc task in the Ant file, and again specifically call out that skin class, then again it will work.
    However, how would I know what skins from the spark library are going to get included and which aren't? How would I know that a default skin isn't included or where to find it or even what it is?
    It seems like either I'm missing something in my Ant file or there is a serious bug here with the FlexUnit task. Can anyone shed light on if this is a known issue, any permanent fixes (that don't involve keeping track of a long list of strings of class references), or anything that I might be missing?
    Thank you for any help!

    Guessing the ant tasks aren't forcing the include of the spark skins libraries... which is a little silly. I would assume the compiler would take care of this but it is something we can investigate...
    Not 100% sure as to why, but this is what it sounds like.
    Mike

  • JLable components not being displayed in the panel of the applet

    I am having the problem with the display of the JLabel components in the Panel component of the Applet.
    The JLabel components do not appear in the Panel of the applet unless i minimize or maximize the applet.

    hello...
    i just had the same problem... it was solved by using the .updateUI() method.
    in my case several textFields were dynamically added to a jpanel, there we called the method on that panel.
    ptf.updateUI();     
    hope it works.
    ----------++-----+
    ...algun dia todos seremos luz...
    -zoe

  • Text Entry Boxes and their content not being captured in Automatic Recording

    I have searched the forums here and elsewhere extensively and whilst I have found people with similar issues, I have yet to find a solution. My problem is this:
    I am trying to record myself using a piece of software which contains numerous text fields. In the past, when using Captivate 3, I would simply fill out these fields and Captivate would record my entries automatically. When the project was played back, the training simulation would pause and allow the user to type in the text field and provided the entry matched the options I had defined, the simulation would continue to the next step.
    So, my colleague and I have since bought Adobe Tech. Comms. Suite 2 and have upgraded Captivate 3 to version 4. Ever since doing this we have both been unable to successfully capture text entry boxes with their content when recording automatically in any mode. We have checked and triple checked the settings to make sure that the automatic capture of text entry in fields is turned on yet we still cannot get Captivate to perform this task it once so easily could. We both suffer from the same problem on both of our installations of Captivate 4. We have tried recording in all modes with no success.
    I am tearing my hair out as I need to come up with some sample content for a major Governmental client which would be worth a 5 figure sum to my company and I really don't relish having to manually create every text entry box as there are a LOT of them in this application!
    I have also reported this as a bug to Adobe using the correct form. As yet, no response.
    I would really appreciate any genuine help that can be offered by you guys.
    In desperation,
    Rob.

    Ok, I think I've sussed it!
    I've been pulling my hair out for weeks on this and after posting on here, I decided to try something and I think I may have found the problem.
    I work with a laptop as I am a Trainer and therefore quite mobile. When I'm in the office, I dock my laptop and use the Extended Desktop functionality of Windows so I have my laptop screen and a second 19" monitor which i find incredibly useful as screen real estate is always at a premium. And this is where I believe the problem lies.
    I performed a simple test and have repeated this test with identical outcomes everytime. Here is what I did. I fired up Captivate and Outlook and opened up a new mail window in Outlook. I then set Captivate to record the new mail window and hit record. I typed some text into the To field and the Subject field and then stopped the recording. I then previewed the results. When the new mail window was on my primary screen, (i.e the laptop) the Text Entry Box recording worked 100% fine. However, if the new mail screen was residing on my secondary screen, i.e. the monitor, the Text Entry Box recording failed!
    So it would seem that Captivate 4 has an issue with seeing the text entered on a secondary monitor when Windows is running in Extended Desktop mode. I am absolutely certain this wasn't an issue with Captivate 3 as I created plenty of content without any of these problems and I was using the Extended Desktop back then.
    So, if anyone else is having the same issue, and you are running an Extended Desktop, try what I did above.
    In the meantime, I am raising this issue with Adobe in the hope they can get this fixed, but at least now I can carry on with my content creation
    Regards,
    Rob.

  • New nano not being recognised by itunes but is showing in my computer

    i've just bought a new ipod nano after having had an old ipod mini, installed new itunes, loaded it up, will not acknowledge that the nano is plugged in. have tried everything suggested on help site, tried using older versions of itunes but still nothing works. am slowly going crazy! please help!

    found out what you need to do from another website, googled my problem and it came up with this answer:
    if your computer see your ipod as a drive,right-click to it,then click format.be sure it is FAT32 and 'quick format' box is checked.
    when the format is finished,go to ipod updater and restore your ipod.
    it works

  • New page not being opened in new window when using a dynamic menu

    I have read an earlier post about this but I didn't really see a solution I could implement there. I have a dynamic menu, and I want one item on it to open a new frame. Here is the module code from the template.
    {module_menu, version="2", menuId="901683", moduleTemplateGroup="Default"}
    It is the main template menu from the Tribeca site template.
    I have tried inserting (_blank) into the appropriate target frame, and still it opens in the same window.  I gathered from the previous post that it was a version issue, but as you can see, the code says "version 2"... or am I mis-reading that?
    I couldn't find where to make changes. The previous post suggested I look for the CSS on the home template, but I am not using a home template.
    Any thoughts?
    Chuck

    Thanks Liam, it worked. I need a clarification if you can... I don't need all the items in the menu to open in a new window, so under the menu itself, under the individual items, I would set the target frame to "_self" for the items I need to remain in the same window? Or is it an all or none thing?
    I really have appreciated the help you've given me.
    Chuck

Maybe you are looking for

  • Opportunities For Similar Opportunity Products

    We have populated the opportunity product object with information concerning the specific customer and product sales that came from each closed/won opportunity by creating an interface from our billing system. I would now like to create an in context

  • Best way to relink media

    In FCP when you relink one file the rest relink automatically as long as they are in the same folder location. Is this the case in Premiere CS6 or will i have to link each indivudal file? I'm moving my project to a new computer.

  • Can you specify multiple remote (live) servers?

    I have designated one server for testing but we have multiple live servers for load balancing. How can I specify a total of 3 remote servers or more?

  • Error message on login to XSAN MDC and clients

    Hi, I installed a new XSAN system with SLServer,10.6.1 and XSAN 2.2 then updated XSAN to 2.2.1. The system works fine, the only thing whenever I login from client or server I have an error message popping for all FC attached LUNs, " the disk you inse

  • When I ask for a new window I get five new windows, I want that to stop

    when I go to firefox and I go to file and ask for a New window I get FIVE new windows!! This is driving me nuts! Also, when I initially open firefox it opens with five windows and Yahoo is all over the place! Make it stop! any suggestions.