Add suffix to Project names?  Pre-fill Project description?

Hi. I'm still working on my Ap3 workflow. Either of the actions in the subject would be most helpful:
• *Add suffix to Project names*. I have 144 Projects I would like to rename by adding a few words to the end of their current names.
• *Pre-fill Project Description*. The Project Description field can be found on the Project Information HUD ({Shift}+i with a Project selected). I would like to have all new Projects start with a default Project description. This could be put in from the import panel.
I could alternatively make use of being able to append text to the Project Description field.
Thanks.

Hi Dave,
When dealing with dropdowns the best event to use is the preOpen event. This means that there wouldn't be any script in the first dropdown.
Then in the second dropdown you would have a relative simple script that would look back at the user's selection in the first dropdown and then populate the display items in the second dropdown.
See examples here:
http://assure.ly/jcTahK
http://assure.ly/gcXx03
http://assure.ly/fYCuQ2
When adding an item to a dropdown, you can specify both the display item (what the user's sees) and the bound value (the value of the dropdown that is associated with the user's selection).
So,
this.additem("Clonmel", "(052) 1234567");
This would add a city "Clonmel" to the dropdown and the value of the dropdown would be "(052) 1234567", if the user selected Clonmel.
The textfield can then be given the same name as the dropdown and its binding set to Global (see the object > Binding palette when the textfield is selected).
Hope that helps,
Niall

Similar Messages

  • I don't want Oracle logon account name pre-filled in

    This should be easy
    I have linked oracle tables to ms access using the native oracle 8.15 driver. No matter how I configure the DSN (file or registry) the account I used to link the tables to is pre-filled in. The customer wants the account (UID) to show up blank. I have tried
    1. Deleting the "LASTUSER" key
    2. Setting the USSERNAME key to ""
    3. Setting the UID key to ""
    still the username of the person who created the link in access comes up.
    How can I override this so that it comes up blank

    I suspect that it's Access, not the ODBC driver, that's filling in the username field. If this is the case, you'd need to contact Microsoft for assistance.
    Note that I'm not certain that the customer really wants a blank username. From what I've seen, Access identifies tables with both the schema and table name (i.e. scott.emp). Unless every user has been explicitly granted the same permissions on the linked tables, you'll have problems.
    Justin

  • [svn:fx-trunk] 8702: -add textLayout source project to trunk

    Revision: 8702
    Author:   [email protected]
    Date:     2009-07-20 19:15:02 -0700 (Mon, 20 Jul 2009)
    Log Message:
    -add textLayout source project to trunk
    -to build from frameworks/build.xml: ant tlf
    -removed in/tlf directory, no more pre-built tlf
    -updated debug value in the main build.xml to false
    qa: yes
    doc: probably
    checkintests: pass
    Modified Paths:
        flex/sdk/trunk/build.xml
        flex/sdk/trunk/frameworks/build.xml
        flex/sdk/trunk/frameworks/libs/textLayout.swc
    Added Paths:
        flex/sdk/trunk/frameworks/projects/textLayout/
        flex/sdk/trunk/frameworks/projects/textLayout/build.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /ConversionClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/BaseTextLayoutExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/BaseTextLayoutImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/ConversionType.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/CustomFormatImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/FlowElementInfo.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/HtmlExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/HtmlImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/IFormatImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/ITextExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/ITextImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/ImportExportConfiguration.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/PlainTextExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/PlainTextImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/SingletonAttributeImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TLFormatImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextConverter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextLayoutExporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_conversion/src/flashx/textLayout /conversion/TextLayoutImporter.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/Build Info.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/CoreC lasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/acc/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/acc/T extAccImpl.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/BaseCompose.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ComposeState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/FlowComposerBase.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/FlowDamageType.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/IFlowComposer.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/IParcelList.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ITextLineCreator.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/IVerticalJustificationLine.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/Parcel.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/ParcelList.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/SimpleCompose.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/StandardFlowComposer.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/TextFlowLine.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/TextFlowLineLocation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/TextLineRecycler.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/compo se/VerticalJustifier.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ColumnState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ContainerController.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ISandboxSupport.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/conta iner/ScrollPolicy.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/debug /
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/debug /Debugging.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/debug /assert.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ EditingMode.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ IInteractionEventHandler.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ ISelectionManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ SelectionFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/edit/ SelectionState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/BackgroundManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/BreakElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/Configuration.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/ContainerFormattedElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/DivElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowGroupElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowLeafElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/FlowValueHolder.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/IConfiguration.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/IFormatResolver.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/InlineGraphicElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/InlineGraphicElementStatus.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkActiveFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkHoverFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkNormalFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/LinkState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/OverflowPolicy.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/ParagraphElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/ParagraphFormattedElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/SpanElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/SpecialCharacterElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/SubParagraphGroupElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TCYElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TabElement.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TextFlow.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/eleme nts/TextRange.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/CompositionCompleteEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/DamageEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/FlowElementMouseEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/ModelChange.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/StatusChangeEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/TextLayoutEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/event s/UpdateCompleteEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/exter nal/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/exter nal/WeakRef.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/StringTextLineFactory.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/TextFlowTextLineFactory.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/TextLineFactoryBase.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/facto ry/TruncationOptions.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/BackgroundColor.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/BaselineOffset.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/BaselineShift.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/BlockProgression.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/Category.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/Direction.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/Float.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/FlowElementDisplayType.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/FormatValue.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/ITabStopFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/ITextLayoutFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/JustificationRule.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/LeadingModel.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/LineBreak.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TLFTypographicCase.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TabStopFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TabStopFormatInc.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextAlign.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextDecoration.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextJustify.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormat.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormatInc.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/TextLayoutFormatValueHolder.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/VerticalAlign.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/forma ts/WhiteSpaceCollapse.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/ArrayProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/BooleanProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/EnumStringProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/IntProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/IntWithEnumProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/NumberOrPercentOrEnumProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/NumberOrPercentProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/NumberProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/NumberWithEnumProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/Property.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/StringProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/TabStopsProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/UintProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/prope rty/UintWithEnumProperty.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/tlf_i nternal.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/utils /
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/utils /CharacterUtil.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/utils /GeometryUtil.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_core/src/flashx/textLayout/utils /LocaleUtil.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/manifest.xml
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/EditC lasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/conta iner/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/conta iner/TextContainerManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ EditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ ElementRange.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ IEditManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ Mark.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ ParaEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ SelectionFormatState.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ SelectionManager.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ TextClipboard.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ TextFlowEdit.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/edit/ TextScrap.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/event s/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/event s/FlowOperationEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/event s/SelectionEvent.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyElementIDOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyElementStyleNameOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyElementUserStyleOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyFormatOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyFormatToElementOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyLinkOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ApplyTCYOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/CompositeOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/CutOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/DeleteTextOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/FlowElementOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/FlowOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/FlowTextOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/InsertInlineGraphicOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/InsertTextOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/ModifyInlineGraphicOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/PasteOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/RedoOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/SplitParagraphOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/opera tions/UndoOperation.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/utils /
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/textLayout/utils /NavigationUtil.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/IOperation. as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/IUndoManage r.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_edit/src/flashx/undo/UndoManager .as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/ TextFieldClasses.as
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/ controls/
        flex/sdk/trunk/frameworks/projects/textLayout/textLayout_textField/src/flashx/textLayout/ controls/TLFTextField.as
        flex/sdk/trunk/frameworks/projects/textLayout/tlf.properties
    Removed Paths:
        flex/sdk/trunk/in/tlf/

  • Trouble with iMovie '11 transitions and themes? I'm running Lion, Mac OS X and just noticed today that the transitions and themes don't seem to be working at all when I start new projects or try to add to old projects.  What is the solve here?

    Trouble with iMovie '11 transitions and themes? I'm running Lion, Mac OS X and just noticed today that the transitions and themes don't seem to be working at all when I start new projects or try to add to old projects.  What is the solve here?
    I've seen notes about clearing the cache but it seems that this is an older OS and I can't find the plist mentioned here because it's an older system.  http://www.youtube.com/watch?v=2cL9RuDV3Qc 
    Thoughts?  Anyone? 

    GUYS, I NEED HELP !
    ANYONE?

  • How do I add an iMovie project to the iPad?

    How do I add an iMovie project to the iPad? I have added the project to the pane in iTunes but the iPad has no way to import. I am using iOS 8.0.2. Also, when I open iMovie in the iPad, I see one project and video available but it is not shown in iTunes. What the heck is going on?
    Thanks.

    First thing I'd try is dropping the Quality level down to Medium or maybe half-way between High and Medium.
    Matt

  • How can I add the new project? (for mac)

    I can't add the new project. Who can help to do this action?

    You have opened the Render Engine. Either you clicked on the wrong app or you have a fouled up text file in preferences. There are several threads on this forum that point to the solution.

  • Bapi to add componentes in Project

    Hello All,
    I have to add compoments in project can anyone suggest me BAPI for that ?
    Edited by: yogesh Kothavade on Apr 8, 2009 12:02 PM

    Hi,
    Check this BAPI 'BAPI_NETWORK_COMP_ADD '
    Regards,
    Jyothi CH.

  • Writing Scripts in FM 10 - What component should I add to my project?

    Hello!
    I have read the section about how to display the appropriate libraries to write scripts for FrameMaker 10 in VBS. However, I still don't know what component I should include in the References of my project.
    Here is some text extracted from help file:
    Displaying the VBScript type libraries
    To view the VBS object library, follow these steps:
    1. Start any Microsoft Office application, and then choose Tools > Macro > Visual Basic Editor.
    2. In the Visual Basic editor window, choose Tools > References.
    3. In the References dialog’s Available References list, select your Creative Suite application, and then
    click OK.
    4. In the Visual Basic editor window, choose View > Object Browser.
    5. Select your Adobe application in the drop-down list in the upper left corner of the Object Browser
    window. [...]
    I have tried following the method stated above, but nothing resembling FrameMaker was available...  Does anyone have an idea of which component I should add to my project?
    Thank  you very much

    Hello Michaël!
    So if I understand your answer correctly, the only way to write scripts for FM 10 would be to use the ExtendScript Toolkit provided with the Technical Communication Suite?
    The help file that is provided with this application led me to believe that it was also possible to use VBS to create scripts for FrameMaker...  I assumed that, since these aspects were covered in the help file that came with the TCS, they surely applied to FM 10 as well...
    Thank you

  • "add and remove projects" problem in eclipse weblogic tool 1.1.3

    Hello,
    i installed eclipse weblogic tool 1.1.3. When i try to add a project to the server, it cannot even list my java projects. I found out that it only list those dynamic web projects.
    My question is: is it possible to add java project to server. My java project includes src and webRoot, which is deployed in weblogic 10.
    Also, when i set a breakpoint in jsp. I always have the source not found problem. Is there a way to get around this?
    Thanks

    Hi
    Java project cannot be deployed to the server standalone.
    One way to do is to create a ear project and add the web project and java project to it. If you create the web project and java project after EAR project creation then you can add to ear when creating web and java projects.
    But if you already have web and java projects, create a ear project and right click on ear project -> properties -> project reference -> check both projects. Also right click on ear project -> properties -> j2ee module dependencies -> check both projects.
    Now build the ear project and you will see the java project part of ear and the web project can refer to the java project classes.
    Vimala-

  • My previously saved login names and passwords for certain websites seem to have disappeared and don't pre-fill with the new Firefox...is there a fix or something I'm doing wrong?

    After upgrading and beginning log in to sites I've previously saved login names/passwords for...the fields no longer pre-fill.

    After upgrading and beginning log in to sites I've previously saved login names/passwords for...the fields no longer pre-fill.

  • How to add javafx image project in my jsp page ?

    how to add javafx image project in my jsp page ?

    Create your JavaFX application as an Applet... then embed the applet object inside your html. I'm sure if you create a javafx netbeans project and hit build... you get a html file that shows you how to load the built binary output into the page.

  • Error when trying to add users to project

    I am receiving an error when I try to add users to my projects. I have given all the new users the rights to see the projects I need them to see and when I go to the project right click select Project Access and click add users to project in the pop up window the next window that opens says "error" and has a Close button on the bottom right hand of the screen.
    This is an urgent matter to get fixed need to have figured out as soon as possible need to get users added to have server go live by noon central time.
    Thank you.

    I presume if it's that urgent you've also logged a service request with Oracle Primavera Support, right?
    What error does the server.log show?
    have you checked if the MYPV user exists in the ADMN table, in the Expadmin db?

  • Pre-fill the filename in Fileupload UI

    Hi,
    I am unable to pre-fill the filename in fileupoad UI.
    When I launch the WD app, on the browser it get the following URL
    http://devai063.private.xxxx.com:8081/sap/bc/webdynpro/sap/zgi_file_upload?sap-language=EN
    at the end I add &filename=c:benefit.txt and hit enter,
    http://devai063.private.xxxx.com:8081/sap/bc/webdynpro/sap/zgi_file_upload?sap-language=EN&filename=c:benefit.txt
    In WD window HANDLEDEFAULT method I am checking for the filename parameter if not empty I am setting the 'filename'  to the context of filename of fileuploadUI, but the app does not show the file name C:
    benefit.txt in the fileupload UI.
    I debugged the HANDLEDEFAULT and I can see the filename but somehow it is not setting to the filname for uploadfile UI.
    any advice is highly appreciated.
    Thanks,
    Ram

    From the online help:
    Technical Browser Details Beyond the Control of WDA
    Due to browser restrictions that are unrelated to Web Dynpro ABAP, the previously entered data path might disappear when a FileUpload UI element is clicked. In newer versions of the browser, it is therefore impossible to enter the file name in the entry field. The field always remains empty. The selection of the file name is therefore only possible in new browser versions using the Browse... button. You cannot enter the file name manually (using the keyboard or the Copy and Paste functions) or by setting the file name from the back end (directly or using context binding). For more details, read the security-related information in Internet Explorer 6 about handling <input type=file>.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b3/be7941601b1d09e10000000a155106/frameset.htm

  • Copy project description (defined in WBS Level 2) automatically to activity

    Hi Gurus,
    How to copy project description (defined in WBS Level 2) automatically to activity name/description?
    For example:
    WBS element (Level 2): "Telephone System Replacement"
    When create a new Activity, the description will be: "Telephone System - xxxxxxxx"
    The first 16 characters "Telephone System" from the WBS Level 2 are automatically populated to Activity Short Text field.
    How to realize that?
    Thanks.
    JM

    >
    Virendra Pal wrote:
    > you can use substitution rule
    > transaction OPSN
    > check out the standard substitution fields available
    > if not you can always use an exit in substitution
    >
    > In the project profile enter this substitution and check the auto box
    >
    > This then on save will carry out substitution - use Intermediate save button and then add or replace the xxxxxxx
    >
    > Edited by: Virendra Pal on Nov 27, 2009 12:26 PM
    Thanks Virendra!
    I am new to PS, could you please explain in more detail?
    In OPSN, I am not sure which one to choose: Network Header or Network Activity, for my case. Looks like there are no standard substitution fields available. Could you please check it out for me? If no, how to use an exit? Is this exit the same as a user exit used for enhancement?
    Sorry, so many question marks. You help will be greatly appreciated!
    JM

  • JAWS reader not reading Project Description in Captivate 7

    Hi, all--
    I've created a short Captivate 7 movie (htm/swf) that I am testing in JAWS 13.  While JAWS reads the Project Title (which ends up as the <title> tag text in the HTML - that's what JAWS reads), it is not reading the Project Description.  I would very much like for the user to be able to access the project description before deciding whether or not to run the movie.
    A few details:
    I have Enable Accessibility checked.
    I have Auto Play unchecked.
    Published as SWF, Flash 10.  Tried Flash 11 as well but no change.
    I am running in IE 8 with Flash Player 11.
    Some observations:
    JAWS is reading the individual slide descriptions, as well as captions and buttons.  All of that is working as expected.
    I have removed the slide description on the first slide in case that conflicts with the project description.  No change.
    Am I missing something?
    Thanks in advance!
    Ann

    Hi, Haridoss--
    Yes, that is exactly the field that I filled in and expected JAWS to read, but I am finding, as you stated, that it will not.
    Very disappointing since the Adobe accessibility web site recommends filling in the movie description:
    Provide descriptions for movies and slides
    Adobe Captivate allows you to easily provide text descriptions for your simulations. These descriptions provide details about the movie or slide to users of screen readers and other assistive technology.
    Adding a description to an Adobe Captivate movie
    Every movie created in Adobe Captivate should include a movie description. For demonstrations that are short or that rely heavily on the mouse and are thus irrelevant to screen reader users, the movie description alone will suffice. Longer movies should provide a description including a content overview and context for the user, along with individual slide descriptions where necessary. (The steps then describe how to add a movie description Edit -> Preferences -> Project -> Info -> Description.)
    I'll just have to edit the published HTML and add my own description.
    Thanks

Maybe you are looking for