[svn:fx-trunk] 12909: Pre-FP10.1, set default tab stops in TLF.

Revision: 12909
Revision: 12909
Author:   [email protected]
Date:     2009-12-14 10:33:13 -0800 (Mon, 14 Dec 2009)
Log Message:
Pre-FP10.1, set default tab stops in TLF.  Without this, if there is a tab and TLF is measuring width, the tab will measure as the rest of the remaining width up to 10000.
QE notes:
Doc notes:
Bugs: SDK-24589
Reviewer:
Tests run: checkintests
Is noteworthy for integration: yes
Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-24589
Modified Paths:
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as
    flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichText.as

SpryAccordion.css
You have an error that is killing the rest of your code shown below in red.  Remove it.
.AccordionPanelContent {
    margin: 0px;
    padding: 2px; /**suggest using 12px or more**/
    background-image: url(../infobkgd.png);
    background-attachment: fixed;
    background-repeat: repeat;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;  /**suggest using 16px or more**/
    color: #FFF;
    overflow: hidden;
    height: 40
[x;
    height: 100%;
Nancy O.

Similar Messages

  • Set Default Tab For A Step

    We have a system that has been installed at a couple of affiliate sites in Japan and Romania (we've been developing in Australia).  It runs on TestStand 4.2 with supporting code written in LabVIEW 8.6 (although the Romanian site uses TS4.2.1 and LV2010).  We have numerous custom steps in a types palette file.
    One of the sites has complained that when they add some specific steps (custom Numeric Limit Tests, in particular) to a sequence, the tab shown in the Step Settings pane is the "Limits" tab.  It would be more convenient and more useful to show the Edit tab (the one that shows the buttons for the Edit sub-steps).
    I realise it's just a matter of clicking on the relevant tab.  I also realise that once a file is saved, the last-selected tab is shown for each step when it's re-opened.  However, the customer is always right, so I need to see if it can be "fixed".
    Is there a way of setting the default tab for a custom Numeric Limit Test step to something other than the "Limits" tab?
    Help files, Google and the NI pages don't seem to be forthcoming on this issue.
    Thanks,
    Geoff
    Geoff Field, BE, CLAD, MIEAust
    Professional geek, amateur stage-levelling gauge
    Solved!
    Go to Solution.

    Thanks Rohama,
    I will mark the issue as "not fixable" and be done with it.
    Regards,
    Geoff
    Geoff Field, BE, CLAD, MIEAust
    Professional geek, amateur stage-levelling gauge

  • How do I save or set default Tab Groups?

    There are many questions like this already, but non for the actual FF4 release.
    When I close FF4 I lose all my tab groups.
    If I tell FF to open previously opened tabs, it saves the tabs & tab groups of the '''most recently closed FF4 window'''. This means that if I have 2 FF windows open and I close the one that has all of my favorite tabs, I've just lost everything.
    I'm sure there is a setting somewhere to "bake" or set basic tab groups. (perhaps a folder that I could bookmark my defaults to?)
    I really don't want to have to install an add on to make tab groups useful.

    App tabs and Tab Groups (Panorama) are stored as part of the session data in the file sessionstore.js in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder]
    * http://kb.mozillazine.org/Session_Restore
    Make sure that you do not use [[Clear Recent History]] to clear the "Browsing History"

  • [svn:fx-trunk] 5465: Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains .

    Revision: 5465
    Author: [email protected]
    Date: 2009-03-20 11:52:56 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains. Jim ok'ed the addition of the new FxNumericStepperTextInputSkin.mxml class into the spark.skins and wireframe packaged.
    SDK-18275, SDK-19849
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18275
    http://bugs.adobe.com/jira/browse/SDK-19849
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperTextInputSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperTextInputSkin. mxml

    Revision: 5465
    Author: [email protected]
    Date: 2009-03-20 11:52:56 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains. Jim ok'ed the addition of the new FxNumericStepperTextInputSkin.mxml class into the spark.skins and wireframe packaged.
    SDK-18275, SDK-19849
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18275
    http://bugs.adobe.com/jira/browse/SDK-19849
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperTextInputSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperTextInputSkin. mxml

  • [svn:fx-trunk] 5237: The order of setting styleName and emphasized should not matter.

    Revision: 5237
    Author: [email protected]
    Date: 2009-03-11 10:13:28 -0700 (Wed, 11 Mar 2009)
    Log Message:
    The order of setting styleName and emphasized should not matter.
    Bugs: SDK-19704
    QE Notes: None
    Doc Notes: None
    Reviewers: Glenn, Evtim
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19704
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxButton.as

  • [svn:fx-trunk] 8602: Fix RTE after setting baseColor.

    Revision: 8602
    Author:   [email protected]
    Date:     2009-07-15 15:06:23 -0700 (Wed, 15 Jul 2009)
    Log Message:
    Fix RTE after setting baseColor.
    https://bugs.adobe.com/jira/browse/SDK-21749
    TitleBarSkin:
    Remove items form color exclusion array. Remove ?\226?\128?\156bgFill?\226?\128?\157 because it is not of type DisplayObject or GraphicElement. Remove ?\226?\128?\156background?\226?\128?\157 because it is part of the window chrome and should be affected by baseColor.
    SparkSkin:
    Only process excluded objects of type DisplayObject or GraphicElement in updateDisplayList().
    https://bugs.adobe.com/jira/browse/SDK-21625
    Spark and Halo WindowedApplication/Window:
    Update class comments and remove dead code.
    QE Notes: none.
    Doc Notes: none.
    Bugs: SDK-21749, SDK-21625.
    Reviewer: Glenn
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21749
        http://bugs.adobe.com/jira/browse/SDK-21625
        http://bugs.adobe.com/jira/browse/SDK-21749
        http://bugs.adobe.com/jira/browse/SDK-21625
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/Window.as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/WindowedApplication. as
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/TitleB arSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/SparkSkin.as

  • [svn:fx-trunk] 10166: SDK-22740 fix - set blendMode to normal such that the Halo Scrollbar button arrows composite correctly with their background .

    Revision: 10166
    Author:   [email protected]
    Date:     2009-09-11 13:14:23 -0700 (Fri, 11 Sep 2009)
    Log Message:
    SDK-22740 fix - set blendMode to normal such that the Halo Scrollbar button arrows composite correctly with their background.
    QE notes: Regress
    Doc notes: None
    Bugs: SDK-22740
    Reviewer: Glenn
    Tests run: None
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22740
        http://bugs.adobe.com/jira/browse/SDK-22740
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ScrollBarDownButtonSkin. mxml
        flex/sdk/trunk/frameworks/projects/sparkskins/src/mx/skins/spark/ScrollBarUpButtonSkin.mx ml

  • [svn:fx-trunk] 8530: Change Slider and NumericStepper default value

    Revision: 8530
    Author:   [email protected]
    Date:     2009-07-13 11:17:46 -0700 (Mon, 13 Jul 2009)
    Log Message:
    Change Slider and NumericStepper default value
    http://bugs.adobe.com/jira/browse/SDK-18380 - FxHSlider and FxVSlider have default max of 100, should be 10
    Changed the default value for Slider by setting the value to 10 in the constructor. I changed NumericStepper?\226?\128?\153s implementation to match Slider. The problem with NumericStepper?\226?\128?\153s previous implementation was that it wasn?\226?\128?\153t calling Range?\226?\128?\153s maximum setter. Thus there was some important logic in Range.commitProperties that wasn?\226?\128?\153t called. 
    QE Notes: Update tests with new default
    Doc Notes: Update docs with new default
    Bugs: SDK-18380
    Reviewer: Hans
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18380
        http://bugs.adobe.com/jira/browse/SDK-18380
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NumericStepper.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Slider.as

  • [svn:fx-trunk] 9171: Adding the change notes that come from the TLF folks

    Revision: 9171
    Author:   [email protected]
    Date:     2009-08-07 08:57:35 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Adding the change notes that come from the TLF folks
    bug: nope
    qa: nope
    checkintests: no need
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/ReleaseNotes.txt

  • [svn:fx-trunk] 10092: Make applications accessible by default.

    Revision: 10092
    Author:   [email protected]
    Date:     2009-09-09 09:28:04 -0700 (Wed, 09 Sep 2009)
    Log Message:
    Make applications accessible by default.
    The default of the accessible compiler option has changed from false to true.
    QE notes: None.
    Doc notes: None.
    Bugs: SDK-20526
    Reviewer: Paul
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20526
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/DefaultsConfigurator.java

  • [svn:fx-trunk] 9890: Fix bug involving changes to tabbing related properties

    Revision: 9890
    Author:   [email protected]
    Date:     2009-09-01 15:57:01 -0700 (Tue, 01 Sep 2009)
    Log Message:
    Fix bug involving changes to tabbing related properties
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-19577
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/managers/FocusManager
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19577
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as

  • Web messages (for customizing BI Pres Svc) and setting default suppression

    Can anyone say if the complete list of web message tags is documented anywhere (other than just looking at the XML files)?
    In particular, I want to set the default for column value suppression -- I want to change this default from suppress to repeat.
    I found the following in formattemplates.xml:
    <table class="XUIPromptTable" id="@{eid}SuppressionTable" cellspacing="0">
    <tr><td class="XUIPromptGroupCell" colspan="3"><sawm:messageRef name="kmsgFormatUIValueSuppression"/></td></tr>
    <tr>
    <td class="XUIPromptCaptionIn" colspan="2"><img id="@{eid}SuppressImg" border="0" src="fmap:Answers/labelsSuppress.gif"/></td>
    <td class="XUIPromptCaption" colspan="2"><img id="@{eid}RepeatImg" border="0" src="fmap:Answers/labelsRepeat.gif"/></td>
    <td class="XUIPromptCaption" colspan="2"><img id="@{eid}DefaultImg" border="0" src="fmap:answers/labelsdefault.gif"/></td>
    </tr><tr>
    <td class="XUIPromptBoxIn"><input type="radio" name="Suppress" value="suppress"/></td>
    <td class="XUIPromptCaption"><sawm:messageRef name="kmsgFormatSuppressLabelsRadioButtonCaption"/></td>
    <td class="XUIPromptBox"><input type="radio" name="Suppress" value="repeat"/></td>
    <td class="XUIPromptCaption"><sawm:messageRef name="kmsgFormatRepeatLabelsRadioButtonCaption"/></td>
    <td class="XUIPromptBox"><input type="radio" name="Suppress" value="default"/></td>
    <td class="XUIPromptCaption"><sawm:messageRef name="kmsgFormatDefaultLabelsRadioButtonCaption"/></td>
    </tr>
    </table>
    Nothing in here looks like it actually sets the meaning of "default". Can anyone tell me how to set this to mean "repeat" instead of "suppress"?
    I thought perhaps the first one became the default, but switching the "repeat" and "suppress" values and associated labels and images did not help.

    The problem was the domain stucture. Portal Server and connected systems must have the same number of dots in the URL(!!) and must be in the same domain:
    portal.xyz.com and
    bw.xyz.com

  • [svn:fx-trunk] 9554: Checked in missing files that build 71 of TLF needs.

    Revision: 9554
    Author:   [email protected]
    Date:     2009-08-24 15:51:44 -0700 (Mon, 24 Aug 2009)
    Log Message:
    Checked in missing files that build 71 of TLF needs.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: None
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/FXGExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/FXGImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/GlobalConfiguration.as

    Thats good news.

  • [svn:fx-trunk] 6191: Fix more bugs related to embedded fonts and TLF, including TLF in an RSL.

    Revision: 6191
    Author:   [email protected]
    Date:     2009-04-21 22:02:29 -0700 (Tue, 21 Apr 2009)
    Log Message:

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • Can you set default tabs to open in the finder?

    Hi, I love the new "tabs" feature in the finder. I use Bootcamp and have a partitioned drive, so on the Mac side, I like to keep one tab the "videos" folder of my windows drive open so I can easily view files without having to restart my computer and open Windows. Is there a way to set Finder to ALWAYS have this tab open and the other tab to the local "All my files"?

    Not that I'm aware of.
    You can set it so the Finder always opens with (or opens a new tab with) a specific location, including "All my Files."
    However, you can't set Finder to automatically open with multiple tabs, each with a different default view.  It's a good feature request.

Maybe you are looking for

  • Trying to update iphone 4 to IOS 7 says i need to update itunes and its already updated

    Im trying to update my Iphone 4 to IOS 7 and it keeps telling me I need to update my Itunes I have the most current version of Itunes and that is as far as my update will take me...how do I get past this??

  • Export large Numbers document problem

    Trying to export this large docment, after choose the kind of export (csv,...) the "save" dialog window comes up but, sometimes, comes up also the little "export" window. I can choose folder or type the file name in the "save" window but I am not abl

  • Ringtone changed on it's own

    CUCM version 7.1.5.33900-10 We had a hit on our network and everything has recovered, however one of my sites has a couple of users who are telling me that their ringtones have changed without their interaction. Has anyone heard of this? Is it a bug?

  • Printing problem in SD-DIVERSION ORDER

    Hi all, I wanted to print a diversion order rather than a CREDIT MEMO ,although the document says "credit Note" on it.I want the printing as diversion order. Regards, kishorekumar.J

  • Running mboxutil -o

    Hi friends, I am trying to delete orphaned mailboxes to release mailbox space in a large masseaging server deployment with approximately 100,000 active users. While running the command "mboxutil -o -w userlist" I found that there are some users in th