[svn:fx-trunk] 5061: Changed the skin to use hostComponent rather than fxComponent so that binding happens on a strongly typed instance .

Revision: 5061
Author: [email protected]
Date: 2009-02-24 14:18:51 -0800 (Tue, 24 Feb 2009)
Log Message:
Changed the skin to use hostComponent rather than fxComponent so that binding happens on a strongly typed instance. By doing this we save the overhead of calling describeType() and doing RTTI. Also updated the backgroundColor to be cast to uint until the getter/setter is updated to return that (currently it is object)
QE: No
Doc: No
Checkintests: Pass
Reviewer: Ryan F & Glenn
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxApplicationSkin.mxml

Revision: 5061
Author: [email protected]
Date: 2009-02-24 14:18:51 -0800 (Tue, 24 Feb 2009)
Log Message:
Changed the skin to use hostComponent rather than fxComponent so that binding happens on a strongly typed instance. By doing this we save the overhead of calling describeType() and doing RTTI. Also updated the backgroundColor to be cast to uint until the getter/setter is updated to return that (currently it is object)
QE: No
Doc: No
Checkintests: Pass
Reviewer: Ryan F & Glenn
Modified Paths:
flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxApplicationSkin.mxml

Similar Messages

  • How do I change the examples to use Oracle rather than Cloudscape

    I set up the JDBC connector and can ping my Oracle DB from WebLogic. I know what
    to run the first EJB example using the Entity beans and persisting with the CMP.
    I built a table in Oracle - just don't know the process for talking to Oracle
    rather than to Cloudscape which seems to start automatically with the Examples
    server. I have the JDBC code, but where do I put it? What config files need to
    be modified?
    Thanks!

    rcolbroth wrote:
    Is there anyway of creatiing a different name for this Folder rather than 2013?
    If you are using one of Lightroom's "date-based" folder templates, then the folders are created in accordance with the image capture date, not the date that you happen to import it. If you specifically want to use the import date for your folder names then you probably don't want to use the Lightroom date template, and instead you'll need to setup your folder names manually.
    The vast majority of users that use date-based folder naming schemes will use a standard Lightroom template, i.e. based on the much more meaningful image capture date.

  • [svn:fx-trunk] 13288: Changing the workaround for custom whitespace preservation in spark components in order to cater for fixes to SDK-24699 and SDK-24611 .

    Revision: 13288
    Revision: 13288
    Author:   [email protected]
    Date:     2010-01-05 15:21:57 -0800 (Tue, 05 Jan 2010)
    Log Message:
    Changing the workaround for custom whitespace preservation in spark components in order to cater for fixes to SDK-24699 and SDK-24611.
    We now preserve whitespace for all of the spark "text" tags at compile time (but not only-whitespace content if an alternate text attribute was specified).
    QE notes: Please ensure that whitespace preservation continues to work, including for the scenarios mentioned in previous issues SDK-22601, SDK-23160, SDK-23972.
    Doc notes: N/A
    Bugs:
    SDK-24699 - Binding does not work with Spark TextInput "text" property
    SDK-24611 - MXML compiler should preserve whitespace in FlowElement tags (such as
    Reviewer: Paul
    Tests run: checkintests, mustella RichText, List, TextArea (the 2 baseline position failures existed prior to these changes)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24699
        http://bugs.adobe.com/jira/browse/SDK-24611
        http://bugs.adobe.com/jira/browse/SDK-22601
        http://bugs.adobe.com/jira/browse/SDK-23160
        http://bugs.adobe.com/jira/browse/SDK-23972
        http://bugs.adobe.com/jira/browse/SDK-24699
        http://bugs.adobe.com/jira/browse/SDK-24611
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/MxmlScanner.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/dom/Node.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • [svn:fx-trunk] 8437: Change the TextInput border stroke to a solid opaque color so it matches the TextArea border when baseColor is applied .

    Revision: 8437
    Author:   [email protected]
    Date:     2009-07-07 16:52:58 -0700 (Tue, 07 Jul 2009)
    Log Message:
    Change the TextInput border stroke to a solid opaque color so it matches the TextArea border when baseColor is applied.
    Bugs: SDK-18511, SDK-22097
    Doc notes: none
    QE notes: none
    Reviewer: XD
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18511
        http://bugs.adobe.com/jira/browse/SDK-22097
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/NumericStepperTextInputSki n.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml

    That's one of the problems with liquid (%) based layouts. In your default.css file, replace the top 2o selector rules with the following:
    body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333;
        margin:0;
        padding:0;
        background: url(images/main-right.png) repeat-y;
    .thrColLiqHdr #container {
        width: 95%;
       min-width: 870px; /**keep page from collapsing**/
        margin:0 auto;
        background: url(/images/halftone1.png);
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • [svn:fx-trunk] 7069: Change the order of the icons on the mac tool bar.

    Revision: 7069
    Author:   [email protected]
    Date:     2009-05-19 07:30:17 -0700 (Tue, 19 May 2009)
    Log Message:
    Change the order of the icons on the mac tool bar.
    The correct order of the buttons is close, minimize, and maximize.
    QE Notes: None.
    Doc Notes: None.
    Bugs: SDK-21232
    Reviewer: Alex
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-21232
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/default/MacTitleBarSkin.m xml

    1) Hold down the command key and drag them around.
    2) Open System Preferences/Accounts Login Items and change the order they load.

  • [svn:fx-trunk] 12883: Remove the skin classes from the halo theme project to avoid redundancy with the airframework /framework swcs.

    Revision: 12883
    Revision: 12883
    Author:   [email protected]
    Date:     2009-12-12 15:53:50 -0800 (Sat, 12 Dec 2009)
    Log Message:
    Remove the skin classes from the halo theme project to avoid redundancy with the airframework/framework swcs.
    QE notes: No
    Doc notes: No
    Bugs: SDK-24293
    Reviewer: Glenn
    Tests run: Checkintests, smattering of Halo and AIR mustella tests
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24293
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/FrameworkClasses.as
        flex/sdk/trunk/frameworks/projects/halo/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/WindowBackground.as
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/halo/assets/
        flex/sdk/trunk/frameworks/projects/halo/src/HaloClasses.as
        flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/

  • [svn:bz-trunk] 20609: Change the default max object nest level from 1024 to 512.

    Revision: 20609
    Revision: 20609
    Author:   [email protected]
    Date:     2011-03-04 10:23:41 -0800 (Fri, 04 Mar 2011)
    Log Message:
    Change the default max object nest level from 1024 to 512. A max object nest level of 512 should be more than enough for most applications which probably will not be sending deeply nested object graphs over the wire. For applications that are sending deeply nested object graphs over the wire and that bump up against this limit, the limit can be increased but you should also do testing to make sure that serializing/deserializing these deeply nested object graphs doesn't cause stack overflow errors. 
    Update documentation for the max object nest level setting to reflect the new default.
    Add documentation for the new max collection nest level setting.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java
        blazeds/trunk/resources/config/services-config.xml

    You should be able to get some more precise information from your Xorg logs, but I would bet it is related to the evdev driver. Some of the options in your xorg.conf no longer work with the latest version. For now you should be able to either map your mouse directly to the appropriate /dev/event* entry or change to the standard mouse driver, both of those methods should be in the wiki.
    You are supposed to be able to use the evdev driver without the input section of your xorg.conf by using dbus/hal autodetection, but AFAIK at the moment the xorg-server package still isn't compiled with hal support, so you would have to patch and rebuild the package.

  • [svn:bz-trunk] 23129: change the TomcatLogin interface to cover principal converting.

    Revision: 23129
    Revision: 23129
    Author:   [email protected]
    Date:     2011-10-26 08:55:54 -0700 (Wed, 26 Oct 2011)
    Log Message:
    change the TomcatLogin interface to cover principal converting.
    revert the PrincipalConverter interface (stay in core and along with the loginccommand interface)
    solve the packaging and class loading issue
    Modified Paths:
        blazeds/trunk/modules/opt/build.xml
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/Tomcat7Valve.java
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatLogin.java
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatLoginCommand.java
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve.java
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve4150.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/security/PrincipalConverter.java
    Removed Paths:
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/PrincipalConverter.java

  • [svn:fx-trunk] 8271: Change the event type of List-based component's change , changing and caretChange events to a new event class: spark.events. IndexChangeEvent.

    Revision: 8271
    Author:   [email protected]
    Date:     2009-06-25 16:25:28 -0700 (Thu, 25 Jun 2009)
    Log Message:
    Change the event type of List-based component's change, changing and caretChange events to a new event class: spark.events.IndexChangeEvent.
    QA: Yes
    Doc: Yes
    Checkintests: Pass
    Mustella: List/DDL/ButtonBar tests pass
    Reviewers: Hans & Jason
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/IndexChangedEvent.as
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/ButtonBarE xample.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/DropDownLi stExample.mxml
        flex/sdk/trunk/frameworks/projects/spark/asdoc/en_US/spark/components/examples/ListExampl e.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/ButtonBar.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/List.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/events/IndexChangeEvent.as

    Are those components in a SWC?  I would expect them to also have a namespace
    that looks more like http://.....
    Otherwise, make sure the path to the components are correct.

  • [svn:fx-trunk] 10216: Change Label verticalAlign to use "top" if there is too much text.

    Revision: 10216
    Author:   [email protected]
    Date:     2009-09-13 08:20:06 -0700 (Sun, 13 Sep 2009)
    Log Message:
    Change Label verticalAlign to use "top" if there is too much text.  RichText already works this way.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20589
    Reviewer: Gordon
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/GraphicsTags
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20589
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:fx-trunk] 10144: Change Label verticalAlign to use "top" if there is too much text.

    Revision: 10144
    Author:   [email protected]
    Date:     2009-09-10 18:46:11 -0700 (Thu, 10 Sep 2009)
    Log Message:
    Change Label verticalAlign to use "top" if there is too much text.  RichText already works this way.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20589
    Reviewer: Gordon
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-20589
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • [svn:bz-trunk] 14804: Changed securityConstraint samples to use a channel that has login-after-disconnect =true.

    Revision: 14804
    Revision: 14804
    Author:   [email protected]
    Date:     2010-03-17 01:45:39 -0700 (Wed, 17 Mar 2010)
    Log Message:
    Changed securityConstraint samples to use a channel that has login-after-disconnect=true. Login after disconnect does not seem to work right now but at least there's a sample for it now for when it works.
    Modified Paths:
        blazeds/trunk/apps/team/WEB-INF/flex/remoting-config.xml
        blazeds/trunk/apps/team/WEB-INF/flex/services-config.xml
        blazeds/trunk/apps/team/features/security-constraints/securityConstraint_Custom.mxml

    Have you solved your problem? I think I have the same issue.

  • How to change the skin dynamically

    Hi
    I have six projects in my application.so each project has trinidad.xml file for Skin configuration. My problem is if I changed the skin at one project it should reflect in all other projects .
    When I moved from one .jxpx in a project to another one .jspx in another project within the application the skin need to be set in Trindad-config.xml file
    Can u plz post your ideas?????

    Thanks for your reply Frank,
    Actually Im following the steps you have mentioned,
    1.I used selectOneChoice in a .jspx file in the 2nd project to set the skins in the database using the managed beans
    2.In the managed bean itself I tried to set in the trindad-config.xml file by setting in the following EL #{sessionScope.skinFamily} and used to refresh the page by redirecting to that particular URL.I have given the following code used in the managed bean
    String skin;
    public void changeSkin(ValueChangeEvent valueChangeEvent) {
    this.skin = (String)valueChangeEvent.getNewValue();
    int result = 0;
    CommonAppModuleImpl appModuleImpl =
    (CommonAppModuleImpl)BackingUtils.getApplicationModuleForDataControl("CommonAppModuleDataControl");
    result = appModuleImpl.updateSkin(this.skin);
    FacesContext context = FacesContext.getCurrentInstance();
    if (result == 1) {
    ELContext elContext = context.getELContext();
    ExpressionFactory ef =
    context.getApplication().getExpressionFactory();
    ValueExpression ve =
    ef.createValueExpression(elContext, "#{sessionScope.skinFamily}",
    Object.class);
    ve.setValue(elContext, skin);
    } else {
    System.out.println("*****Skin value did not change in DB*****");
    String currentView = context.getViewRoot().getViewId();
    String actionUrl =
    context.getApplication().getViewHandler().getActionURL(context,
    currentView);
    try {
    ExternalContext eContext = context.getExternalContext();
    String resourceUrl = actionUrl;
    eContext.redirect(resourceUrl);
    } catch (IOException ioe) {
    System.err.println("Problem trying to reload the page:");
    ioe.printStackTrace();
    3.While Im moving from some1.jspx file in the 2nd project to some6.jspx file in 5th project,
    I used the following steps,
    In the beforePhase() of the some6.jspx, I called a managed bean and retrived the skin value from the database and set it in the EL but It will not reflect in the trindad-config.xml because when we hit any URL in the project then only the xml files configured.
    But while Im trying in the __onLoad()_ in the pageListener controller class_ it works.
    this works fine..
    this works fine..
    this works fine..
    But now my problem_ is In my some2.jspx file in 2nd project Im using four panelBox ,in these panel box they used to call the some4.jspx file in the 4th project as inline frame by some URL[] methods.As a beginner I dont know about that.can you please give me Idea about this method
    the follwing InlineFrame is used in the panelBox
    <af:inlineFrame id="iframe1"
    shortDesc="#{bindings.PanelTitleList.items[1].label}"
    source="#{url[bindings.PanelUrlList.items[1].label]}" //please note this source url[] method
    styleClass="Panel"
    partialTriggers="refreshLink1"/>
    can you please give me information about this url[[] method
    Thanks in Advance,
    Felix

  • How to Change the Skin

    How to change the Skin of Siebel Analytics 7.8.5 ?

    Hi Cosimo,
    Thanks for providing that link. But in that forum it specified how to change the syles only not skins.
    For the styles also i have to Copy that style folder & paste it under
    //oc4j_bi/j2ee/home/applications/analytics/analytics/res folder. This folder does not exist. Is that Oc4j folder exist under Siebel analytics 7.8.5.?
    I need skins also to be changed.
    Thanks

  • Can I change the skin of the interface?

    Congratulations Apple on your new phone and watch.
    I've been using your products for over 25 years now
    However...
    At one of the firmware upgrades, Apple chose to change the user interface in my iPhone to something that can only be described as minimalistic. The effect on my connection to my phone was that I became totally lost in the new interface.
    My first impulse to this change was to throw the phone out of the window of a very tall building.
    But since I had just shelled out USD 1000 for it I decided to hang on and try to get used to the desert in my phone's interface.
    About a year later I still feel the same and now the desert is spreading to applications on my computer as well. The new version of calender is really giving me the creeps. If this stuff wasn't so expensive the tall building would indeed be a very compelling option.
    After Google maps decided to have problems finding the server it wants to connect to, my use of the phone has shrunk to making phone calls and taking the occasional picture.
    ===
    So, is there any way to change the skin on the interface to something more comfortable?
    There is by far to much white in the current approach.
    TIA
    Hans

    And since I seem to be unable to edit my reply as well I'll repost my reply.  
    I know...
    I've been on this forum or its various incarnations for over 20 years.
    My question is indeed addressed to the users of this forum and not to Apple.
    And since I can no longer edit the original message I'll rephrase:
    At one of the firmware upgrades, Apple chose to change the user interface in my iPhone to something that can only be described as minimalistic. The effect on my connection to my phone was that I became totally lost in the new interface.
    My first impulse to this change was to throw the phone out of the window of a very tall building.
    But since I had just shelled out USD 1000 for it I decided to hang on and try to get used to the desert in my phone's interface.
    About a year later I still feel the same and now the desert is spreading to applications on my computer as well. The new version of calender is really giving me the creeps. If this stuff wasn't so expensive the tall building would indeed be a very compelling option.
    After Google maps decided to have problems finding the server it wants to connect to, my use of the phone has shrunk to making phone calls and taking the occasional picture.
    ===
    So, is there any way to change the skin on the interface to something more comfortable?
    Kind regards
    Hans

Maybe you are looking for

  • Itunes wont install error 7

    one morning i turned on my computer and went to itunes this appeared.... "C:\Program Files\Apple\Apple Application Support\CoreAudio Toolbox.dll is either not designed to run on windows or it contains an error. Ty installing the programs again using

  • Hard Drive Upgrade Pain and Warning.

    Well, I have recently upgraded my HD to a Western Digital 500GB (WD5000BEVT) and although it is running ok I have noticed a few issues: -Very brief lag (1 - 2secs) on most things. For example, right click on an item to bring up a menu will result in

  • Header with Gui_download

    Hi, I am downloading the data into excel using GUI_DOWNLOAD. I have header information. When i checked the data the header information is condensing with respect to data. Even i increased the  length specification still it is condensing with respect

  • Can't Publish My GoDaddy Blogcast Feed

    Hi.  I am having the same problem as well.  I am trying to submit my GoDaddy Quick Blogcast feed (podcast.pastorjames.net) using the RSS Podcast 2.0 feed to iTunes and I'm getting the same Byte-Range error.  If I click "continue" in iTunes enough tim

  • I can not add contacts on my itouch

    I can not add contacts on my itouch. No signal appears "+" (add). what do I do?