Latest nightly build create new component possible bug?

hey guys... so i updated my flash builder to the latest nightlly build... and one of the things i discovered is that the "halo" namespace has been changed to "mx"
I was wondering why when i create a new component the halo namespace apprears instead of the mx? do i just have to change that namespace manually??

Hi,
When you create projects, modules, components etc the headers are generated from template wizards, for instance I changed the project template so new porjects never have minwidth and minheight in their declaration.
this is the project template - by removing ${min_size} I don't get those painful minwidth/minheight values
${xml_tag}
<${application} ${xmlns}${wizard_attributes}${min_size}>
${wizard_tags}
${declarations}
</${application}>
I may be wrong but I think the variables are embedded in flashbuilder which means that ${xmlns} would be wrong for the new sdk but that doesn't stop you replacing the variable with the actual text you want to appear.
David.

Similar Messages

  • Latest nightly build SDK_4.1.0.14651 error

    I downloaded the latest nightly build of gumbo SDK (flex_sdk_4.1.0.14651) and installed it on my flash builder 4 beta 2,
    but when I run each of my project, I see these run-time errors:
    Error #1014: Class spark.skins::SparkSkin could not be found.
    Error #1065: Variable _cee9af537b39795a3bd1729ebe7d63f3803fa353596b9c82a79ce2891eb0f825_flash_display_Sprite is not defined.
    What should I do?!

    you need to Merge SDK into code (read info on download page)
    Note: If you are using the Flash Builder 4 Beta 2 release with a nightly build of SDK 4 after build 13079, you will encounter a runtime error due to the sparkskins.swc being built and linked as an RSL. To workaround this issue, please make the following modification in Flash Builder: Project->Properties->Build Path->Library Path->Framework Linkage and select 'Merged into code'. This issue will be fixed in the next public drop of Flash Builder.
    This should fix your problem

  • Nightly build failure is not making BUG work item on test failure

    Hello,
    We are using VSO for everything and builds are handled through our own build server.
    Everything is working fine however for all nightly builds, when they fail on tests (the whole point of nightly builds), it is not generating a new bug. 
    There are no errors that I can see on build result even on the diagnostic logging verbosity. 
    What I see is that, it never gets into section to generate work item on build failure. 
    It does not even try to make a work item. 
    I tried several different settings as well.
    Associate Changesets and Work Items: True or False [Final value True]
    Label Sources: True or False [Final Value True]
    Create Work Item on Failure: Always True

    Hi Sseyaliglu,  
    Thanks for your post.
    As you’re using VSO, I moved this post to VSO forum for the better response.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Flash in the latest nightly build is not working and causing crashes. Help?

    I'm using an Asus Transformer tf101. I updated Nightly today and now flash does not work in the program. Once I attempt to play any flash video, the program crashes and it crashes one or two more times after that before I can use it again. I disabled all my plugins and cold booted but to no avail.
    Another issue I am having is that it sometimes freezes on the home screen on startup. This instance usually happens after I try to type an address or use a bookmark. The only way I found around it was to tap one of the three top site icons first. Does anyone have a solution to this?
    edit: I have reverted back to the previous build for now. It isn't as nice as the latest version's style but it plays flash video better than the other mobile browsers out there. Controls like pausing, skipping ahead or putting video to full screen are still hit or miss though.

    It is a known issue with the current Nightly builds. We hope to have it sorted out early next week. I don't believe the Aurora builds are affected by this issue. http://www.mozilla.org/en-US/mobile/aurora/

  • Create new component in CRM

    Hi Experts,
    I am new to CRM Technical, can any one explain how to create a Z component step by step procedure in CRM and what is the difference between BSP Application and Component.
    Thanks In Advance
    Ramesh.

    read the following blog: http://techskills.wordpress.com/2009/04/25/sap-crm-create-new-web-ic-component-using-bsp-wd-workbench-bsp_wd_cmpwb/

  • ButtonBar and latest nightly build - disable FocusRect

    I just updated to SDK 11566.  I have a ButtonBar w/custom skin in my app.  After updating to the latest nightly I now am getting the FocusRectangle around the button in focus, whether I mouse click or keyboard arrow,  didn't have this before.  In MXML properties for ButtonBar I tried focusRect="false", in the custom skin ButtonBarButtonSkin MXML property I set showCaret="false" and focusRect="false" - I still get the focusRect.  In ButtonBar I do not see the drawFocus() method anymore.
    My question would be, what changed with ButtonBar and how can I either disable the Focus Rectangle or customize it?
    I noticed this change in the nightly's - [svn:fx-trunk] 11467: Corrected ButtonBarBase drawFocus() method, set the depth of the ItemRenderer at caretIndex, not just the showsCaret flag.
    What happened to putting visuals in a skin?
    Thanks in advance,
    John

    Errors uploading my files, I took out all references that I tried for focusRect or caret.
    <s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
    minWidth="21" minHeight="21"
    alpha.disabledStates="0.5" xmlns:mx="library://ns.adobe.com/flex/halo">
    <!-- host component -->
    <fx:Metadata>
    <![CDATA[
    * @copy spark.skins.spark.ApplicationSkin#hostComponent
    [HostComponent("spark.components.ToggleButton")]
    ]]>
    </fx:Metadata>
    <fx:Script>
    <![CDATA[
    /* Define the skin elements that should not be colorized.
    For toggle button, the graphics are colorized but the label is not. */
    static private const exclusions:Array = ["labelDisplay"];
    * @copy spark.skins.SparkSkin#colorizeExclusions
    override public function get colorizeExclusions():Array {return exclusions;}
    ]]>
    </fx:Script>
    <!-- states -->
    <s:states>
    <s:State name="up" />
    <s:State name="over" stateGroups="overStates" />
    <s:State name="down" stateGroups="downStates" />
    <s:State name="disabled" stateGroups="disabledStates" />
    <s:State name="upAndSelected" stateGroups="selectedStates, selectedUpStates" />
    <s:State name="overAndSelected" stateGroups="overStates, selectedStates" />
    <s:State name="downAndSelected" stateGroups="downStates, selectedStates" />
    <s:State name="disabledAndSelected" stateGroups="selectedUpStates, disabledStates, selectedStates" />
    </s:states>
    <s:Group left="-1" right="0" top="-1" bottom="-1"
    scaleGridLeft="4" scaleGridTop="11" scaleGridRight="67" scaleGridBottom="17">
    <!-- layer 2: fill -->
    <s:Path left="2" right="1" top="2" bottom="-2"
    data="M 67 0 l 0 18 l -65.2 0 C 0.8 18 0 17.2 0 16.2 L 0 1.8 C 0.8 0 0 0.8 1.8 0 L 67 0 z">
    <s:fill>
    <s:BitmapFill source="@Embed('assets/images/buttonBarBack.gif')"/>
    </s:fill>
    </s:Path>
    </s:Group>
    <!-- layer 8: text -->
    <!--- The defines the appearance of the label for the first button in the ButtonBar component. -->
    <s:Label id="labelDisplay"
    textAlign="center"
    verticalAlign="middle"
    maxDisplayedLines="1"
    horizontalCenter="0" verticalCenter="1"
    left="10" right="10" top="2" bottom="2"
    color.overStates="#FF1111"
    color.selectedStates="#0000CC">
    </s:Label>
    </s:SparkSkin>
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"
        alpha.disabled="0.5" blendMode.disabled="layer">
        <fx:Metadata>
        <![CDATA[
         * @copy spark.skins.spark.ApplicationSkin#hostComponent
            [HostComponent("spark.components.ButtonBar")]
        ]]>
        </fx:Metadata>
        <s:states>
            <s:State name="normal" />
            <s:State name="disabled" />
        </s:states>
        <fx:Declarations>
            <!---
                Specifies the skin class for the first button on the ButtonBar.
                @default spark.skins.spark.ButtonBarFirstButtonSkin
            -->
            <fx:Component id="firstButton">
                <s:ButtonBarButton skinClass="skins.components.MenuButtonBarButtonSkin" mouseOver="toolTip=data.label"/>
            </fx:Component>
            <!---
                Specifies the skin class for the middle button(s) on the ButtonBar.
                @default spark.skins.spark.ButtonBarMiddleButtonSkin
            -->
            <fx:Component id="middleButton">
                <s:ButtonBarButton  skinClass="skins.components.MenuButtonBarButtonSkin" mouseOver="toolTip=data.label"/>
            </fx:Component>
            <!---
                Specifies the skin class for the last button on the ButtonBar.
                @default spark.skins.spark.ButtonBarLastButtonSkin
            -->
            <fx:Component id="lastButton" >
                <s:ButtonBarButton skinClass="skins.components.MenuButtonBarButtonSkin" mouseOver="toolTip=data.label"/>
            </fx:Component>
        </fx:Declarations>
        <!---
            @copy spark.components.SkinnableDataContainer#dataGroup
        -->
        <s:DataGroup id="dataGroup" width="100%" height="100%">
            <s:layout>
                <s:ButtonBarHorizontalLayout gap="-1"/>
            </s:layout>
        </s:DataGroup>
    </s:Skin>

  • Export release build with latest nightly build

    I picked up a night build this week and I noticed when I export release build now I get a bunch of framework sdks and swc files. I need to build something I can email to my supervisors for them to play with the gui I am building. If I try to run the swf it says it does not have permission to access the required framework swf. Is there some way to give it permission to do this? When I did a nightly build with beta2, it created an all encompased swf that I could mail people.
    Thanks for the input.

    Hi,
    You need to go into your project settings a set the flex build path to merge code.
    David

  • How to create new component in SWING?

    Hi,
    I created a suggestion box using JTextField and JList. It's working nicely. I would like to Standardize those component into single component. so that i can add whenever i need suggestion box in my project anywhere. Can anyone give me a suggestion to do this?
    - i want to create it like a normal components (JButton, JComboBox and etc). but it consist of two components.
    - i need to create it's own inbuilt listeners like (MouseListeners, KeyListeners). (i can extend the JTextField class and implement KeyListeners in it).
    - i like to add functionality like. (Whenever i type any character, then values for the corresponding characters are fetch from the DB and set into the Model).
    Am just thinking whether i need to paint a component and add some AncestorListener. or else to extends the existing component. Kindly suggest me for this thing. Thanks in advance.
    Regards,
    Mo

    Thanks for your reply WalterLaan. If i use JPanel and i add some components like JTextFeild and i set JList for its Listener. Then it'll works with in the added JPanel. Not in the JFrame.
    i can write Like...
    class MyPanel extends JPanel
    MyPanel()
    super();
    JTextFeild t = new JTextFeild();
    add(t);
    JList l = new JList(new String[]{"1,","2"});
    add(l);
    class frm
    public static void main(String arg[]){
    JFrame jf = new JFrame();
    MyPanel mpl = new MyPanel();
    mpl.setBounds(0,0,100,30);
    jf.add(mpl);
    So i can't able to see the added JList. Right???? How to i create a JList like a PopUp???
    Kindly Guide me to invent new component. Thanks in advance.
    by,
    MO

  • I can't see the Array element in actionscript after updating to latest nightly build

    hey guys... so i have a small issue... i just updated to the  latest nightlybuild, and for some reason i dont see Array as a datatype in the intelasence...
    When i do type "var temp:Array = new Array()" then i dont get any errors... but when i do "temp. " i dont see any functions that relate to the array datatype... i was wondering if thats a bug? or if its something that was taken out??
    oh, and i can't see Filereferencelist in the intelessence either...

    Does everything compile fine and the super class of your webservice is valid and in your library path?
    Please see my previous post about playerglobal.swc being read properly. You can verify this in a few different ways: compile, expand the SWC in package explorer, search in the open type dialog, etc.
    PLEASE make sure you're in a clean workspace. As I said before, once FB Beta 2 caches the SDK, you can't effectively force builder to refresh the cache. You can surgically remove the cache by deleting the .metadata/.plugins/com.adobe.flexbuilder.codemodel folder or you can start in a clean workspace, modify your nightly SDK, add it to FB and create your project.
    Jason San Jose
    Quality Engineer, Flash Builder

  • Help needed for creating new component in web ui

    hi experts,
          i need documentation on the component workbench. i need to cretae a new assignment block in web UI, similar ti the items assignemnt block in opportunity screen.
    Where can i find material to learn how to develop new components using component workbench?
    Thanks,
    Shantanu.

    Hi Shantanu,
    In fact, you need to create a context node. You can create this context node using the wizard. Click with right button in "Context node" of the view and follow the steps.
    Best regards,
    Caíque Escaler

  • Create new component into other component

    I just want to insert a component into other component (2nd level), I achieve to insert component into an Ibase but only in the first level.
    I use the function CRM_IBASE_COMP_CREATE for create 1rst level components, but seems don't work If I try to put any component on the second level.
    Can anybody help? Many thanks!

    Thanks Vishant Jain,
    But seems the configuration it's ok, I can generate components (family 102) into other component (family 101) with transaction ib52.
    When I generate the first component (101), seems all ok, I can ib53 and see the result, but, when I try to generate 102 with 101 like ibase, I have the "No ibase found" message and, as expected, i can't see the ibase ralationed with 101.
    In fact, when I create the first compnonent, sap generate a new register in table comm_product but not in ibib table, and then, when a tried to assign the 2nd level component I can't assign to the 1rst level component because it isn't an ibase.
    Can anyone help?
    Thanks!

  • Import playlist to create new library - Possible?

    My daughter and I sync two iPods off one computer. Here are the instructions on how to do this: http://support.apple.com/kb/HT1495
    We are currently using Method 2: ie, her ipod syncs to a certain playlist. Now she wants to set up her own separate library: ie, switch to Method 3. (Which will allow her to have her own playlists on her iPod.)
    I have successfully created the new library. Now my question: Is there some way of importing her playlist into the new library? In other words, can I make it so that "Maggie's playlist" becomes "Maggie's library?"
    The alternative, of course, will be for her to find her music in iTunes music and manually drag it into her new library. That's not a terrible option, as it's only a 4G Nano! Just wondering if there's an easier way...any info appreciated.

    There are a number of third party utilities that you can use to retrieve the music files and playlists from your daughter's iPod and put them into a new library. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. Have a look at the web pages and documentation, this is just a small selection of what's available, they are generally quite straightforward. You can read reviews and comparisons of some of them here:
    Wired News - Rescue Your Stranded Tunes
    Comparison of iPod managers
    TuneJack Windows Only (iPhone and iPod Touch compatible)
    SharePod Windows Only (iPhone and iPod Touch compatible)
    iPod2PC Windows Only
    iDump Windows Only
    iPodRip Mac & Windows
    YamiPod Mac and Windows
    Music Rescue Mac & Windows
    iPod Music Liberator Mac & Windows
    Floola Mac & Windows
    iGadget Mac & Windows (iPhone and iPod Touch compatible)
    iRepo Mac & Windows (iPhone and iPod Touch compatible)
    iPod Access Mac & Windows (iPhone and iPod Touch compatible)
    TouchCopy Mac & Windows (iPhone and iPod Touch compatible)
    If you have any iTunes Music Store purchases the transfer of purchased content only from the iPod to authorised computers was introduced with iTunes 7. You'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    There's also a manual method of copying songs from your iPod to a Mac or PC. The procedure is a bit involved and won't recover playlists but if you're interested it's available on page 2 at this link: Copying Content from your iPod to your Computer - The Definitive Guide
    One last thing though, since the Nano is currently syncing with another library you need to change that before connecting to the new blank one. The safest thing to do would be to change it to manual update so that the songs on it aren't erased when you connect to the blank library. You can return it to auto-syncing when you have everything transferred: Managing content manually on iPod and iPhone

  • Creating new Component - Adding Arguments

    Hi! First of all hello to everybody as i am new to this
    forums and also to flex.
    I have been doing the Flex Lessons, and then i tried to do an
    "mp3 Player" component. I was thinking in using the SoundEffect
    efect. What i want to know, is how can i add an argument to my
    component. Lets say, i would like to add a "ource" argument to my
    component, to tell which mp3 it has to play. How can this be done?
    Thank you!

    howdy!
    I had the same question not long time ago. You need to add
    "source" as a public variable in your component. This way you can
    access it from the outside. Next time you add your component on the
    stage you'll see "source" appear as a property just like any other
    property.
    cheers!

  • Embedded CFF font not working in TLF in latest stable build and higher (4.0.0.13875)

    Hi there,
    We are using embedded fonts with the TLF framework and since upgrading to the latest nightly build or the stable build, it stopped working. Here is a short example:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="1024" minHeight="768" xmlns:mx1="library://ns.adobe.com/flex/halo">
         <fx:Style>
              @font-face {
                   embedAsCFF: true;
                   fontFamily: "Courier";
                   src: url("COURIER.otf");
                   advancedAntiAliasing: true;
                   fontStyle: normal;
                   fontWeight: normal;
         </fx:Style>
         <fx:Declarations>
              <s:TextFlow id="tf" fontSize="20">
                   <s:p fontFamily="Courier" fontLookup="embeddedCFF">hallo is dit courier?</s:p>
                   <s:p>hallo is dit courier?</s:p>
              </s:TextFlow>
         </fx:Declarations>
         <s:VGroup>
              <s:RichEditableText textFlow="{tf}" />
         </s:VGroup>
    </s:Application>
    Any idea why it doesn't work anymore. The same example works fine compiling with build; 4.0.0.11686.
    Thanks,
    marcel panse

    Hi Guys,
    I sort of figured out a figured out a solution/workaround:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="1024" minHeight="768" xmlns:mx1="library://ns.adobe.com/flex/halo"
                      creationComplete="onCreationComplete()">
         <fx:Style>
              @font-face {
                   embedAsCFF: true;
                   fontFamily: CourierCFF;
                   src: url(c:/windows/fonts/COUR.ttf);
                   fontStyle: normal;
                   fontWeight: normal;
         </fx:Style>
         <fx:Script>
              <![CDATA[
                   import flashx.textLayout.compose.ISWFContext;
                   import flashx.textLayout.formats.ITextLayoutFormat;
                   import flashx.textLayout.elements.GlobalSettings;
                   import flash.text.engine.FontLookup;
                   import flash.text.engine.RenderingMode;
                   import flashx.textLayout.elements.TextFlow;
                   import flashx.textLayout.elements.SpanElement;
                   import flashx.textLayout.elements.ParagraphElement;
                   import flashx.textLayout.container.ContainerController;
                   import flashx.textLayout.formats.TextLayoutFormat;
                   import flashx.textLayout.elements.Configuration;
                   import flashx.textLayout.compose.IFlowComposer;
                   import flash.text.engine.FontLookup;
                   use namespace mx_internal;
                   private function onCreationComplete():void {
                        createTextFlow();
                   private function createTextFlow():TextFlow {
                        var config:Configuration = new Configuration();
                        var textLayoutFormat:TextLayoutFormat = new TextLayoutFormat();
                        textLayoutFormat.fontFamily = "CourierCFF";
                        textLayoutFormat.fontLookup = FontLookup.EMBEDDED_CFF;
                        textLayoutFormat.renderingMode = RenderingMode.CFF;
                        config.textFlowInitialFormat = textLayoutFormat;
                        var textFlow:TextFlow = new TextFlow(config);
                        var p:ParagraphElement = new ParagraphElement();
                        var span:SpanElement = new SpanElement();
                        span.text = "Is dit courier?";
                        p.addChild(span);
                        textFlow.addChild(p);
                        var flowComposer:IFlowComposer = textFlow.flowComposer;
                        //option 1: This fixes the problem, but i'm not sure why it works without a fontLookupFunction? Does it default to embedded?
                        //you could also specify your own function always returning embedded, but that would just resolve to the same behaviour..
                        GlobalSettings.resolveFontLookupFunction = null;
                        //option 2: I guess this is the more proper solution, specifying the swfContext. Only what context to choose?
                        //every font has its own css/swf and thus context. A paragraph can select a font (and the bold/italic options),
                        //which font to choose here if there are multiple fonts used in the textflow?
                        textFlow.flowComposer.swfContext = ISWFContext(this.getFontContext("CourierCFF", false, false, FontLookup.EMBEDDED_CFF));
                        var cc:ContainerController = new ContainerController( mainText, 200, 200 );
                        flowComposer.addController( cc );
                        flowComposer.updateAllControllers();
                        return textFlow;
              ]]>
         </fx:Script>
         <s:VGroup>
              <s:NumericStepper /> <!-- remove this stepper and the embedded font will work without option 1 or 2 -->
              <mx:UIComponent id="mainText"/>
         </s:VGroup>
    </s:Application>
    Option 1, setting GlobalSettings.resolveFontLookupFunction to null. Fixes the problem, but i'm not sure why it works without a fontLookupFunction? Does it default to embedded? You could also specify your own function always returning embedded, but that would just resolve to the same behaviour..
    Option 2, specify the context: I guess this is the more proper solution, specifying the swfContext. Only what context to choose? Every font has its own css/swf and thus context. A paragraph can select a font (and the bold/italic options), which font to choose here if there are multiple fonts used in the textflow?

  • In latest Nightly, arrow keys don't move the cursor but instead exit the text box. How can I fix this so that the arrow keys move the cursor?

    Using Nightly 28.0a1, I'm having a problem with the text box fields when typing. I use Hacker's Keyboard which has onscreen arrow keys and I find it more convenient than fiddling with a tiny cursor thumb when editing text. On the Play Store Firefox it works just fine but on Nightly, any time I try to move the cursor with the arrow keys it jumps out of the text box and highlights other elements on the page. This is annoying beyond belief as it means having to resort to that imprecise thumb cursor that takes forever to get where you want it. Is this a known issue with the latest nightly builds?

    Thanks for the report. I have filed bug https://bugzilla.mozilla.org/show_bug.cgi?id=939959. It would be helpful to know and if you can comment into the bug to indicate which input field you are testing on.

Maybe you are looking for

  • The difference between the bubble and the panel

    I just experienced another reason why I hate the bubble instead of the drawer/panel, besides the whole data entry thing. I had the calendar on my smaller 20" monitor on my right - I use my 30" monitor for the nuts and bolts of my work. The calendar w

  • How can my husband and I sync our iphones using one computer? We each have separate itunes accounts, and different contacts and apps.

    How do I sync multiple iphones with one computer? My husband and I have separate itunes accounts, as well as different contacts and apps.

  • Multiple IPods / Single Computer.

    Is there a way to have multiple IPods synch to 1 computer with Itunes and each Ipod can synch to their own playlist. We have three I Pods and three computers and I want to consolidate and have one Mac with a whole lot of music to hook up to the stere

  • Ovi Download and Login Issue

    "Ovi Download and Login Issue" i have nokia 5530xm, I am unable to login through ovi app it says sign in failed check your username and password. And when i browse the web it logs in but when itry to download it take back to main page. Please light o

  • Acroread printing on AIX

    Hi, We are in the middle of migrating an 11.5.10.2 customer from TRU64 to AIX 5.3 64-bit. We are using reports generator to create our output files in our concurrent manager, we are NOT USING PASTA. We then use the driver arguments command to use acr