New Design for Combobox

Hi all,
I have this problem with the combobox instance.
I want to give my combobox a new look and it goes fine but i
cant seems to change the box left of the down arrow.
This has rounded edges, i want to use "solid" corners.
I tried al that is to find in the help and live docs but no
succes.
my_combo.setStyle("borderStyle", "solid") changes only the
dropdown menu...
I want to completly redesign it, how? can anyone give a good
tutorial or example fla?
Thanx!

This is a user-to-user community support forum. We are not BlackBerry employees, but volunteers who enjoy assisting other users. BlackBerry personnel rarely comment on queries posted here. You would have noticed this in the message upon registration and noted at the top of each page of this forum site.
I don't know who you sent your message to... you didn't say, but I see this is your first post in this Support Forum, so the message wasn't sent here, I don't believe.
1. If any post helps you please click the below the post(s) that helped you.
2. Please resolve your thread by marking the post "Solution?" which solved it for you!
3. Install free BlackBerry Protect today for backups of contacts and data.
4. Guide to Unlocking your BlackBerry & Unlock Codes
Join our BBM Channels (Beta)
BlackBerry Support Forums Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • New design for site - need feedback

    I am still learning web design, and now that I know I little
    more I decided to re-design my website. I need feedback from all of
    you. Does this new design look better? What do you think needs to
    be changed, added or removed?
    Here is the current design:
    http://northshoreclassifieds.com
    Here is the new design:
    http://northshoreclassifieds.com/new.htm
    Thank you in advance.

    On Sun, 24 Sep 2006 21:16:57 +0000 (UTC), "Salabinha"
    <[email protected]> wrote:
    >I am still learning web design, and now that I know I
    little more I decided to
    >re-design my website. I need feedback from all of you.
    Does this new design
    >look better? What do you think needs to be changed, added
    or removed?
    >
    > Here is the current design:
    http://northshoreclassifieds.com
    > Here is the new design:
    http://northshoreclassifieds.com/new.htm
    >
    > Thank you in advance.
    Hi, I just now saw this post. it looks like you are trying
    several
    methods to center the table.
    <body><div class="centered"></div>
    <table width="760" align="center" cellpadding="0"
    cellspacing="0">
    (The rest of the table)
    </body>
    </html>
    Either method works, you don't have to do it twice. :)
    Your table is centered in IE 6 on XP Pro SP2, are you still
    not seeing
    it centered? Try emptying your cache.
    You can ditch every single font tag; you're using CSS in the
    head, so
    just do this:
    body {
    background: #62758C;
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url(images/backgroundimage.gif);
    font-family: Arial, Helvetica, sans-serif;
    Everything is a "child" of the body, so you don't have to
    have this in
    your other style definitions unless you wanta different font
    for some
    style.
    Hope this helps!

  • New Skinning For ComboBoxes

    Does anyone know a good resource for Skinning Comboboxes?  I know basic skining, and have been able to skin the text fields, and the 'openButton' for comboBox, however I am looking to do more.
    Specifically, I want to skin the BG of the dropDown so it will look similiar to this: http://screencast.com/t/NzY5YjYx however, with the BG scaling properly.
    Right now the BG is a MC i made in Flash (cs4) with 9 Slice enabled, and turned on. The skin that I currently have set on the box is as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Skin xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/mx">
        <!-- host component -->
        <fx:Metadata>
            [HostComponent("spark.components.ComboBox")]
        </fx:Metadata>
        <!-- states -->
        <s:states>
            <s:State name="open" />
            <s:State name="disabled" />
            <s:State name="normal" />
        </s:states>
        <!-- SkinParts
        name=textInput, type=spark.components.TextInput, required=false
        name=openButton, type=spark.components.supportClasses.ButtonBase, required=true
        name=dropDown, type=flash.display.DisplayObject, required=false
        name=scroller, type=spark.components.Scroller, required=false
        name=dropIndicator, type=mx.core.IFactory, required=false
        name=dataGroup, type=spark.components.DataGroup, required=false
        -->
        <s:PopUpAnchor id="popUp"  displayPopUp.normal="false" displayPopUp.open="true" includeIn="open"
                       left="0" right="0" top="0" bottom="0" itemDestructionPolicy="auto"
                       popUpPosition="below" popUpWidthMatchesAnchorWidth="true">
            <s:Group id="dropDown" maxHeight="184" minHeight="50" >
                <!-- drop shadow -->
                <!--- @private -->
                <s:RectangularDropShadow id="dropShadow" blurX="20" blurY="20" alpha="0.45" distance="7"
                                         angle="90" color="#FF0000" left="0" top="0" right="0" bottom="0"/>
                <!-- border -->
                <!--- @private -->
                <s:Rect id="border" left="0" right="0" top="0" bottom="0">
                    <s:fill>
                        <s:SolidColor color="0xff0000" alpha="0"/>
                    </s:fill>
                    <s:stroke>
                        <!--- @private -->
                        <s:SolidColorStroke id="borderStroke" weight="1" alpha="0" />
                    </s:stroke>
                </s:Rect>
                <mx:Image source="@Embed('src/com/mindspark/SkinTest1/assets/testSwf.swf#box2')"  id="background"  height="{dropDown.height}" width="{dropDown.width}"/>
                <!-- fill -->
                <!--- Defines the appearance of drop-down list's background fill. -->
                <s:Rect id="background2" left="1" right="1" top="1" bottom="1" >
                    <s:fill>
                        <!--- 
                        @private
                        The color of the drop down's background fill.
                        The default color is 0xFFFFFF.
                        -->
                        <s:SolidColor id="bgFill" color="0x000000" alpha="0"/>
                    </s:fill>
                </s:Rect>
                <!--- @private -->
                <s:Scroller id="scroller" left="0" top="0" right="0" bottom="0" hasFocusableChildren="false" minViewportInset="1">
                    <!--- @copy spark.components.SkinnableDataContainer#dataGroup-->
                    <s:DataGroup id="dataGroup" itemRenderer="spark.skins.spark.DefaultItemRenderer">
                        <s:layout>
                            <s:VerticalLayout gap="0" horizontalAlign="contentJustify"/>
                        </s:layout>
                    </s:DataGroup>
                </s:Scroller>
            </s:Group>
        </s:PopUpAnchor>
        <s:TextInput id="textInput" text="DOOOGs" skinClass="com.mindspark.SkinTest1.view.skin.TextInputSkin" />
        <!---  The default skin is ComboBoxButtonSkin.
        @copy spark.components.supportClasses.DropDownListBase#openButton
        @see spark.skins.spark.ComboBoxButtonSkin -->
        <s:Button id="openButton" width="19" right="0" top="0" bottom="0" focusEnabled="false"
                  skinClass="com.mindspark.SkinTest1.view.skin.OpenButtonSkin" /> 
    </s:Skin>
    Any help to what i am doing wrong, or a point to a good resource would be really super.  Thanks for the help.

    Hi,
    If you set the constraints rather than width and height it should work
    <mx:Image source="@Embed('src/com/mindspark/SkinTest1/assets/testSwf.swf#box2')"  id="background"
    top="1" left="1" bottom="1" right="1"/>
    David.

  • New Design for Macbook Air 13"

    Since Apple redesign after long periods of time, I thought of showing my idea of how the Macbook Air can be designed with slightly hardware change and could also inspire from and to the Macbook Pro.
    Any thoughts can be helpful.
    Dual Microphone for stereo sound
    3.2MP 1080P Camera
    1920x1200 Screen
    Slightly bigger surface area
    Gorilla Glass 2
    Black Faceplate
    Edge to Edge glass
    Bigger apple logo
    N.B. I am intrested in Product Design but would also like feedback to help with my further education in this field

    Sometimes specifications are not always technology limitations, but price point considerations, and subjective design decisions. However, sometimes state of technology does play a role in the cost/benefit analysis.
    Subjective design decisions are very much Apple's own vision, which has done well so far. E.g., your "bigger logo", is someone else's eyesore.
    You may notice that the MacBook Pro 13" Retina incorporates addtional features (at a significantly higher cost), and in doing so does not make the Air obsolete.

  • How can i exchange for the new design

    Last year my sister purchased a ipod shuffle 3rd gen, for my 10 yr old daughter. She bought it from Target and spent $145.00 at that time. Shortly there after i became aware apple had replace this 3rd gen shuffle with a new design. One that is more user friendly, especially for my 10 yr old. I have to say we have been very disappoint with her ipod for several reasons.
    1. there is no face so you cant see what your doing
    2. you must memorize the amount of clicks in order to operate it.
    3. we have only been able to upload new music to her ipod once since she got it a year ago. Even with online tech support,reading online forums,owner manuals, help from family and friends. To no avail.
    She has it still in the box neatly packed away. Its used as a show piece on her dresser to show that she has an (ipod). Neadless to say she does not use it,does not  like it mainly because there is no display panel which make it very difficult for her to function.
    So how can i exchange/replace the old design ipod shuffle generation 3  for the new design.

    Try disabling your firewall and try again.

  • BREAKING: New Design of InvisibleShield for iPhone 3G Released late July.

    For anyone that got the pre-order of the iPhone 3g Shield full body case, anytime before july 20th send it back because there is a newer design that came out and it fit the iPhone Perfectly, just letting everyone know so they are not disappointed with the company.

    Timthedj wrote:
    so what is the major difference(s) between the upgraded shield and the old style
    The new full body design changed both the front and back pieces. The front now covers the upper and lower chrome bezel, making it a bit trickier to install. There is no longer the separate small lower bezel piece, but the home button piece is retained. The back no longer extends over the headphone jack and docking port, and has additional "flaps" to better cover the bezel corners. The corners are also now slotted, so they lay flat easier and don't crease. The back is significantly easier to install and covers the corners and chrome bezel better.
    The front coverage only version is the same as the original. Instead of buying a separate back piece, to later make it full body, you now get a "full body upgrade" kit which replaces both pieces.
    Message was edited by: modular747

  • I received a car charger for xmas. I have an iPhone 4. Is there a difference in the charging dock between the older and newer iphones? I don't want to damage it by shoving a cable in that is designed for a newer model.

    I received a car charger for xmas. I have an iPhone 4. Is there a difference in the charging dock between the older and newer iphones? I don't want to damage it by shoving a cable in that is designed for a newer model.

    there are 2 connectors the old pin30 and the new ligthing bolt
    they don't look very much alike so if anybody were damage byt forcing it in it would be their own fault seeing how diffrent they are

  • @ Microsoft WPC "Soon you will see premium new Lumias designed for Windows 10″

    This was something interesting that came out of Microsoft's Worldwide Partner Conference today, straight from the lips of Terry Myerson, the Executive VP of the Windows and Devices Group. 
    He also was quoted as saying "Last week we announced a focusing on our Lumia lineup..." Again, further proof that Microsoft is not abandoning Windows Phone or Windows 10 Mobile.
    Microsoft: “Soon you will see premium new Lumias designed for Windows 10″
    Check out the article for more details and then share your thoughts.
    Thanks!
    David
    This topic first appeared in the Spiceworks Community

    Which computer? There is a label on the bottom.
    Try an older version of the driver for your model.
       Touchpad stopped working
    -Jerry

  • Is there some new configuration for Design Editor in RH11 that I am missing?

    I just upgraded from RH7 to RH11.
    All topics in Design Editor appear as though the style sheet is not applied.
    The Normal style appears as Times New Roman - 12pt font, but it is defined in the style sheet as Arial 10pt.
    Hyperlinks appear in the correct font type, but 12pt instead of 10pt.
    Headings seem to be the only styles that appear correctly.
    When I preview the topic, or view it in a browser, everything looks correct, as it is defined in the style sheet.
    Is there some new setting for Design Editor, like "Ignore part of the style sheet"?
    Thanks...

    Thanks for your response, but a look in the html and the GUI confirms that the correct style sheet is applied. In addition, (from my original post) "When I preview the topic, or view it in a browser, everything looks correct, as it is defined in the style sheet."
    I just noticed that the 'Normal' style as seen in the RH GUI shows "Times New Roman" and 12 pt. even though the P style in the style sheet shows:
    /*Created with Adobe RoboHelp 11.*/
    P {
        font-size: 10.0pt;
        color: #000000;
        background-color: Transparent;
        font-family: Arial, sans-serif;
        margin-top: 5pt;
        margin-bottom: 5pt;
    I simply edited the Normal style in the GUI to the Arial font and size.
    All of the P styles, and all styles based on the P style, changed to the correct font and size.
    The P style in the .css file did not change!
    Another RH bug?

  • The New Card Design for the Barclays Ring.

    I’m here to announce that the new card design has been finalized and it will be ready for new cardmembers in late July and existing cardmembers beginning in October. Here’s a quick recap of the very fun and innovative process that we went through together to co-create the next Barclaycard Ring card.
    In 2014 we asked cardmembers in an open forum to describe what they liked and didn’t like about the design of their current Barclaycard Ring card. We received hundreds of comments and passed them along to our design team.
    This resulted in the following plastic designs
    Option 1.pngOption 2.png Option 3.png
    Incorporating your feedback, the designers created a three dimensional view of the card designs, which we posted in the forum for more feedback. This round resulted in four unique plastic designs that were presented for an official vote.
    Voting results.jpg
    The winner, with 42% of the voting Ring cardmembers, was card design #1. We also noticed cardmember feedback regarding concerns about the font choice for the most popular card design. We took this feedback to the design team and they presented four more options to the internal team. We picked one and now it was time to see how these designs looked in reality. About 10 weeks later we got a “proof”, or an example of what the card would actually look like. And I will tell you that it did not look good. Luckily, one of the designers went out to visit the card production vendor. They worked with the design and the production process to get as close as possible to the original design.
    And here it is:
    C11_card_rRGB_RingMC_EMV.png
    We hope you like it! Thanks to everyone who voiced their opinion and helped to shape the new design. And, yes, it is a chip card. (Interested in learning more about the Chip and Signature with PIN enabled technology? Click here for additional details.)
    So who will get the new plastic and when?
    Starting in October 2015 cardmembers who made at least one purchase in 2014 will automatically receive the new plastic in the mail. Your credit card number and the security code on the back will not change. However, if your expiration date is within a 3 year window, your new card will have a new expiration date. So you will need to remember to update any recurring billers, online merchants or digital wallets with the new date. Your old card will still be valid until sometime in early 2016.
    Cardmembers who did not use the card to make a purchase in 2014 or became Barclaycard Ring cardmembers in 2015 will not be automatically re-issued the new card design. If you’d like the new card (with Chip technology), you can call the number on the back of your current Ring card after August 1st and request the new card design. Otherwise, you can wait until your current card expires and you will automatically receive the new card in the mail. We may also choose to automatically re-issue the cards in the future to cardmembers who still have the original orange card.
    I hope all of that helps. Of course if you have any questions just leave it in the comments below. Thanks again for participating in the design of the new Barclaycard Ring card!

    I'm apart of that community and I was shocked to see that this is all they could come up with. In todays market with the different plastics available this to me is very quaint. Not appealing and to think they had a committee and designers and all that... it's truely disappointing!

  • The new ibook app and ibook update is designed for iPhone 5 operating system.   When my iPhone4 recently updated the ibook app, it created many problems using the ibook to download and read my books.    Can I get the previous ibook app back on my phone.

    The new ibook app and ibook update is designed for iPhone 5 operating system.   When my iPhone4 recently updated the ibook app, it created many problems using the ibook to download and read my books.    Can I get the previous ibook app back on my phone.

    Check your trash can on the desktop. The old version is automatically moved to the trashcan. You should be able to move it from the trashcan back to the Apps folder within the iTunes folder. The update that was pushed out was for iBooks to work with iOS 7 not iPhone 5. iOS 7 was released today.

  • I added a new mini ipad and created a new email for it in icloud when i did that i could no longer get back in my apple ID and download anything and lost all my money on my account. it says my account never excisted which I had from 2007 and 1300 items

    i opened an icloud account for a new mini ipad to give them their own email, so they wouldnt be on my account, but when I came back to my account I could no longer get in my account with my password, so my account was gone....and now all the accounts are over lapped and dont work right, I want to get back to my original apple ID and everything I have bought over the last 6 years!!
    what do I do

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • This workflow cannot be imported because it was created in SharePoint Designer for a different Site

    Hello everyone.  I am getting this error when attempting to move minor workflow changes from mirror SharePoint development / production environments and hoping someone can help me.
    "This workflow cannot be imported because it was created in SharePoint Designer for a different site, or the original workflow has been moved or deleted.  To move a workflow between sites, use Save as Template (.wsp file) instead of a Visio workflow
    drawing."
    So basically I have taken an image of our single SharePoint server, Domain Controller, and a client and restored them to an OFFLINE development environment for the testing of workflow changes prior to production.  I've put quite a bit of time into one
    particularly and would like to export/import rather than re-created from scratch.
    I've successfully created the form template and imported.  This created the necessary list items nicely and the form appears to work as expected.  However, when attempting to import the .VWI file exported from dev SharePoint, I am getting the above
    error.  If I change the .VWI to .zip and remove the "workflow.xoml.wfconfig.xml" file, then re-zip and change the file extension back to .VWI I get a dialog that allows me to import, but I have to choose a new name and much of the related content
    is lost.  I need to be able to overwrite/merge the existing workflow with the import.  Any suggestions?
    One strange thing I ran into was during a test of an export/import from and to the exact same environment. If I simply export to .VWI, then import from .VWI with no changes, SAME everything I still get this error. Very weird. Hoping someone can shed some
    light on the subject. Thank you.
    Adam Tyler

    Hi Adam,
    Here is a blog talk about the same issue would be helpful:
    http://techiescode.blogspot.com/2014/09/copymove-sharepoint-2010-designer.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • New Look for the HP Support Forum - FAQ

    Welcome to the HP Community!
    You may notice that we have changed our look. 
    We designed the new layout to make it easier for people to find what they are looking for.
    While the look of the community has changed, the foundation of the community has not. All of the features you liked are still here.
    Here are some of the highlights:
    The community pages are less complex and easier to navigate
    Buttons are now easier to find because they are brightly colored. 
    A new modular approach gives us greater freedom to launch improvements more quickly.
    Below is a guide that walks you through the new design. We would love to have your feedback.
    Where is information for new users located? 
    Information for new users can be found by expanding the “Quick Links” menu on the right-hand side of any community page.  Once this menu is expanded, links such as Community FAQ, 1st Time Here, Rules of Participation, and more are listed. 
    You may also navigate directly to the “Welcome!” area by following this link: http://h30434.www3.hp.com/t5/First-Time-Here-Learn-How-to/bd-p/Hello
    How do I search the community for an answer to my issue?
    To search the community, navigate to the search box on the top-right of any community page.  Here you may type in some keywords or a question and click the Go button to see your search results.
    On the search results page, you will also be able to select from more advanced options such as narrowing results by location, by author, by accepted solution, and more.
    What happened to my settings? 
    Click the More Resources drop down menu on the right-hand side of any community page.  Once this menu is expanded, click User Settings to access your personal settings. 
    In this area you can set a signature to use in the community which will be automatically applied to all of your posts, change your avatar, and more.
    How do I see my profile?
    To access your profile, please click the Quick Links drop down menu on the right-hand side of any community page.  Once this menu is expanded, click the Profile link.  Alternately, you may also click your username in the top-right My Community area of any community page to access your profile.
    What is the Community Alert?
    Occasionally we have some important information about the community to share with all of our community members.
    Whenever we have important information to convey, the orange Community Alert link will become visible to all users at the top of every community page.  Please click this link when it’s available to read our update.
    How do I upload a picture to the HP Consumer Support Community?
    To upload a picture to the community, navigate to the Upload menu on the right-hand side of any community page and select Image Gallery:
    On the Image Upload page, you can click the Browse button to choose a file to upload.
    Where can I find my Private Messages?
    Your private messages can be accessed by clicking the envelope icon in the My Community area to the right of any community page.
    Alternately, you can select the “Messages” options in the Quick Links menu on the right side of any community page.
    What happened to the “Send this user a private message” link?  I can’t find it.
    To send a user a private message, navigate to the right-hand side of the user’s profile.  The “Send this user a private message” link is located in the Contact area below the My Community section.
    You will also find options to add a community member to your list of friends, or ignore a community member in the Contact area of their profile.
    What happened to the Best of the Community blog?
    The Best of the Community blog can be accessed by clicking the Blogs dropdown at the top of any community page:
    Where to I find the Top Contributors and Top Kudos posts now?
    You can find the community’s Top Contributors, Top Kudos posts, and more in the Discussion Boards in the area at the bottom of the community homepage. 
    To see the Top Contributors or Top Kudos Posts for a specific category, navigate the bottom of any category page after selecting a category link on the community homepage. 
    How do I find my Subscriptions & Bookmarks?
    You can navigate to your subscriptions and bookmarks by clicking the More Resources dropdown box on the right side of any community page and selecting My Subscriptions.
    Doing so will take you to the Subscriptions & Bookmarks area of your User Settings.
    What is the Me Too button?
    The “Me Too” button is a way for you to let us know that you’re experiencing the same issue as another community member.  If you are experiencing an issue identical to the one you see described in a post by another user, click the Me Too button to let us know!
    I work for HP, supporting the HP Experts who volunteer their time and technical knowledge to help others.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

    Hi,
    Try the following
    First of all, see if you can uninstall your current version of HP Support Assistant by using the Microsoft 'Fixit' on the following link - this is particularly useful in correcting issues that may prevent reinstallation on machines running a 64bit OS.
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    If this completes, restart the PC.
    Next download and install the latest version of HP Support Assistant from the page on the link below - the download links are towards the bottom of the page.
    http://h18021.www1.hp.com/helpandsupport/hp-support-assistant.html
    After the installation, restart the PC again.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • PMS: Creation of new tabs for reference elements of ENHANCE BADis

    Dear Experts,
    I am on a PMS EHP5 implementation (for all practical purposes, it's an EHP4 implementation as we are not using the pre-defined template) and have the below problem.
    I have the ENHANCE_FIX and ENHANCE_FREE BADIs included at the VA level (as the requirement is to create immediate child objects for the template through these BADIs). I have a reference element (VB) defined for these BADIs.
    Example template (L1 = Level 1, L2 = Level 2, L3 = Level 3):
    L1 - VA
    ---- L2 - VB1
    --------- L3 VC1
    --------- L3 VC2
    ---- L2 - VB2
    ---- L2 - VB3
    In the above example template, the ENHANCE* BADIs will add VBs (example: VB4 and VB5) at the L2 level (appearing in the document below VB2 and VB3).
    The requirement is to have separate tabs for each VB at the L2 level (so I will have one tab for VA and 5 tabs for VB from the above example).
    I am unable to specify creation of new tabs for the reference element VB when I carry out my tabs and process configuration.
    I have not been able to find any information on this aspect either. Would appreciate any help that can come my way.
    Thanks.

    Thanks Maurice.
    I still feel that the product should leave that option to the designer of the solution. There are a lot of solutions which can get chaotic. If designed appropriately, I guess this chaos can be controlled.
    At the very least, I am sure that I have not left anything out in configuration. I will raise this with SAP over a CSS.
    Thank you for your input.

Maybe you are looking for