[svn] 3549: Minor change to a label in Flex Explorer Sample.

Revision: 3549
Author: [email protected]
Date: 2008-10-09 13:51:19 -0700 (Thu, 09 Oct 2008)
Log Message:
Minor change to a label in Flex Explorer Sample.
Modified Paths:
flex/sdk/trunk/samples/explorer/explorer.xml

Hi,
This happens when the application is accessed from the local
file system, i.e. using the file: protocol. Please try running the
application using the http protocol instead of the file protocol
like
http://localhost/.....
Hope this helps.

Similar Messages

  • [svn:bz-trunk] 16869: Minor change to the build file to get it working on Mac.

    Revision: 16869
    Revision: 16869
    Author:   [email protected]
    Date:     2010-07-12 02:01:25 -0700 (Mon, 12 Jul 2010)
    Log Message:
    Minor change to the build file to get it working on Mac.
    Modified Paths:
        blazeds/trunk/apps/team/build.xml

    The new user helped a little but not enough to make the customer happy. I have done a bunch of research over the weekend and I have found there is a little known bug in Apple's ACLs. ACL stands for Access Control List and I have a snippet from a MacFixit that describes the issue:
    "A disappointing aspect of Repair Permissions in Leopard is that it does not deal with ACLs (Access Control Lists), a secondary layer of permissions control laid on top of standard Unix permissions, tentatively introduced in Tiger and actually used for the first time in Leopard. Repair Permissions will announce that it is surprised to discover that a certain folder has an unexpected ACL setting, but it won't do anything about it (in other words, it won't repair that kind of permissions)."
    Anyway it appears to me that if your privileges get hosed in a computer upgrade the only way to really fix the problem is copy all of your data to a second HD and then break out the install DVDs that came with the Mac Pro and do a fresh install and set the user/file-sharing up manually and then copy your data back to the Mac Pro. I did not connect back to the G4 to get the data again, I just copied my many years of correspondence back to the Mac Pro and this time everything works?
    The new user idea did let me manually drop files onto the Mac Pro from connected computers it WOULD NOT let me save files to the Mac Pro from network computers. I usually got a bad path message when I would try and save from Word or TextEdit. I figured I had wasted enough time on this problem and erasing everything and starting over was a better idea.
    Thanks everybody.

  • [svn:sb-sherlock] 14394: Mostly code cleanup on AbcParser.java, some comments/minor changes on confusing code found elsewhere.

    Revision: 14394
    Revision: 14394
    Author:   [email protected]
    Date:     2010-02-24 13:47:35 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Mostly code cleanup on AbcParser.java, some comments/minor changes on confusing code found elsewhere.
    Modified Paths:
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/abc/AbcParser.java
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/parser/BinaryProgramNode.ja va
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/semantics/Builder.java
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/semantics/ConfigurationEval uator.java
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/semantics/ObjectValue.java

    Revision: 14394
    Revision: 14394
    Author:   [email protected]
    Date:     2010-02-24 13:47:35 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Mostly code cleanup on AbcParser.java, some comments/minor changes on confusing code found elsewhere.
    Modified Paths:
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/abc/AbcParser.java
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/parser/BinaryProgramNode.ja va
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/semantics/Builder.java
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/semantics/ConfigurationEval uator.java
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/semantics/FlowAnalyzer.java
        flex/sdk/sandbox/sherlock/modules/asc/src/java/macromedia/asc/semantics/ObjectValue.java

  • [svn] 3854: made minor changes after code review

    Revision: 3854
    Author: [email protected]
    Date: 2008-10-23 12:17:50 -0700 (Thu, 23 Oct 2008)
    Log Message:
    made minor changes after code review
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/asdoc/en_US/mx/components/examples/FxListExample .mxml

    Hi Chuck,
    The Error "TDSSNIClient initialization failed with error 0xd, status code 0x10. Reason: Unable to retrieve registry settings from TCP/IP protocol's 'IPAll' configuration key. The data is invalid" Suggest that there is a problem with the data stored in one
    of the registry keys related to SQL server start up. Although the information provided is not sufficient to pinpoint to a specific issues. Still try the following step open the SQL server configuration manager
    Select SQL server Network Configuration->Protocols for <Your SQLExpress instance Name>
    On the right side double click TCP/IP.Select IPAddresses Tab. Scroll the way down till you file IPALL
    Make sure that there are only a valid TCP/IP Port number is present. Even the leading or trailing whitespaces could make a difference here. Once you have verified that above two conditions are met. Try starting the SQL server instance.
     Also make sure that the TCP/IP port is not being used by any other program.
    You can run the command netstat -aon on the command prompt to see the list of ports being used. Make sure that the port you have specified for SQL server is not listed under the TCP protocols.
    Hope this helps.
    Regards
    Sathish S N
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • Re-using a function with minor changes to load sub Nav menu

    Hi.
    I have a function that loads xml and uses its to create a
    main navigation menu. When an object is selected the movie detects
    which button has been selected and traces the label for that
    button. I need to take this a step further and have a
    sub-navigation menu load when the "Home2" button is selected. As
    you can see from the comments in the code with 2 minor changes to
    the createBoxes function, the sub-nav menu can be loaded instead of
    the main nav menu. My problem is this, I need to main nav menu is
    be present at all times, I only need the sub nav to load when the
    Home 2 button is pressed and I somehow need to reuse the
    createBoxes function with the changes stated in the the comments in
    order to load the sub nav menu when required. I want to reuse this
    function (if possible) instead of duplicating the code in a new
    function.
    If anyone can show me how this is done I would be very
    greatful.
    Thanks
    Barry.

    basically the submenu will look exactly the same as the main
    menu, only it will be positioned to the right of it when the home2
    button is pressed. I then need it to unload when any other button
    is pressed. By changing the following lines in the current
    createBoxes function the submenu loads as I would like. I am just
    wondering if it is possible to pass in a couple of vars to change
    the lines of code as detailed below, depending on whether the home2
    button or one of the other mainn nav buttons is pressed.
    The code that when changed loads the submenu:
    In function createBoxes change var il:XMLList =
    xml.navigation.main_navigation; to var il:XMLList =
    xml.navigation.main_navigation.sub_navigation; . This loads the sub
    nav instead of the main nav but in the same position as the main
    nav.
    by also changing box.x = 100; to box.x = 260; in the function
    createBoxes the sub nav menu loads in the position I would like it
    to be.
    Now I am wondering if changing the code to something like the
    following (see attached code) could this work?
    Barry.

  • How can i  change the column label text in a alv table display

    how can i change the column label text in a alv table display??
    A similar kinda of question was posted previuosly where the requirement was the label text was needed and following below code was given as solution :
    <i>*  declare column, settings, header object
    DATA: lr_column TYPE REF TO cl_salv_wd_column.
    DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings.
    DATA: lr_column_header type ref to CL_SALV_WD_COLUMN_HEADER.
    get column by specifying column name.
    lr_column = lr_column_settings->get_column( 'COLUMN_NAME1' ).
    set Header Text as null
    lr_column_header = lr_column->get_header( ).
    lr_column_header->set_text( ' ' ).</i>
    My specific requirement is i have an input field on the screen and i want reflect that value as the column label for one of the column in the alv table. I have used he above code with slight modification in the MODIFYVIEW method of the view since it is a process after input. The component gets activated without any errors but while run time i get an error stating
    <i>"The following error text was processed in the system CDV : Access via 'NULL' object reference not possible."</i>
    i have checked in debugging and the error occured at the statement :
    <i>lr_column = lr_column_settings->get_column( 'CURRENT_YEAR' ).</i>Please can you provide me an alternative for my requirement or correct me if i have done it wrong.
    Thanks,
    Suri

    I found it myself how to do it. The error says that it is not able to find the reference object i.e  it is asking us to refer to the table. The following piece of code will solve this problem. Have to implement this in WDDOMODIFYVIEW method of the view. This thing works comrades enjoy...
      DATA : lr_cmp_usage TYPE REF TO if_wd_component_usage,
             lr_if_controller  TYPE REF TO iwci_salv_wd_table,
             lr_cmdl   TYPE REF TO cl_salv_wd_config_table,
             lr_col    TYPE REF TO cl_salv_wd_column.
      DATA : node_year  TYPE REF TO if_wd_context_node,
             elem_year  TYPE REF TO if_wd_context_element,
             stru_year  TYPE if_alv_layout=>element_importing,
             item_year  LIKE stru_year-i_current_year,
             lf_string    TYPE char(x),
      DATA: lr_column TYPE REF TO cl_salv_wd_column.
      DATA: lr_column_header TYPE REF TO cl_salv_wd_column_header.
      DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings.
    Get the entered value from the input field of the screen
    node_year  = wd_context->get_child_node( name = 'IMPORTING_NODE' ).
    elem_year  = node_year->get_element( ).
      elem_year->get_attribute(
       EXPORTING
        name = 'IMPORT_NODE-PARAMETER'
       IMPORTING
        value = L_IMPORT_PARAM ).
      WRITE L_IMPORT_PARAM TO lf_string.
    Get the reference of the table
      lr_cmp_usage  =  wd_this->wd_cpuse_alv( ).
      IF lr_cmp_usage->has_active_component( ) IS INITIAL.
        lr_cmp_usage->create_component( ).
      ENDIF.
      lr_if_controller  = wd_this->wd_cpifc_alv( ).
      lr_column_settings = lr_if_controller->get_model( ).
    get column by specifying column name.
      IF lr_column_settings IS BOUND.
        lr_column = lr_column_settings->get_column( 'COLUMN_NAME').
    set Header Text as null
        lr_column_header = lr_column->get_header( ).
        lr_column_header->set_text( lf_string ).
    endif.

  • How to change dynamically text label at run time in the forms

    Hi,
    I am having a form in which i want to change the text label dynamically. I mean when a certain condition match then text label should be change and when condition does not match then the text label should reamin as it is in the same form.
    plz help
    thanks in advance
    azhar

    Hi,
    Use this code to change the label at run time.
    set_item_property('deptno',prompt_text,'pagal dept');
    Prompt_text is used for changing label at run time.

  • After I make minor changes to my collections, the following message appears :Sorry, this page is currently being edited. Please try again later. It sometimes takes hours for me to be able to edit site again.

    After I make minor changes to my collections, the following message appears :Sorry, this page is currently being edited. Please try again later. It sometimes takes hours for me to be able to edit site again even if the only thing I'm changing is a description.

    Greetings;
         Take a look at this related discussion.  Others have been experiencing the same issue.  I hope that this discussion will help you resolve your issue.  All the best...
         https://discussions.apple.com/message/17781516#17781516
    Syd Rodocker
    iTunes U Administrator
    Tennessee State Department of Education
    Tennessee's Electronic Learning Center

  • How do you change a "row Label" in form central into an interactive text box?

    How do you change a "row Label" in form central into an interactive text box?  I need to leave some of the row labels plank so that people using the form can add some of their on labels.  Can this be done and if so how?

    I'm not quite sure I understand your question. Respondents (fillers of the form) cannot edit the label of a field.
    Randy

  • How to change the field label text in standard WD application

    Hello All,
    I have a requirement to change the filed label text in standard WebDynpro  application.
    Application Name: /SAPSRM/WDC_UI_DO_BIDDER
    View: V_DO_BIDDER_SEARCH_C
    I want to change the label text from "Last Name" to "Vendor Name".
    Can anyone please provide me the possible options to change label text?
    Thanks in Advance.
    Regards,
    Shyam

    Thread closed...Found the solution ... 

  • Changing Address Field labels in PM module.

    Hi all,
    We have an urgent requirement where we need to change the field labels of address subscreen.
    These changes should reflect only in IE01, IE02 and IE03 transactions restricted to only one particular equipment type.
    Example: <i>Field label ( Name2 )</i>  changed to <i>Field label ( Manufactured By )</i>
    Points will be rewarded to all useful suggestions.
    Thanks,
    Bhanu.

    Hi all,
    We have an urgent requirement where we need to change the field labels of address subscreen.
    These changes should reflect only in IE01, IE02 and IE03 transactions restricted to only one particular equipment type.
    Example: <i>Field label ( Name2 )</i>  changed to <i>Field label ( Manufactured By )</i>
    Points will be rewarded to all useful suggestions.
    Thanks,
    Bhanu.

  • How may I change my slide labels?

    I would like to rename my slides, and I am sure there must be a very easy answer to this that I am overlooking. From all the online research I have done to find the answer to this question, it seems that while I am in filmstrip view, I should simply be able to enter a label in the Name: text box at the top of the Properties tab. However, when I do so, nothing changes. Can anyone help me to understand what I am missing?

    I did close and reopen the filmstrip - it had no effect. I do not know how to reset the workspace, but I did save and close the project, then open it again. Still no change to the labels to the left in filmstrip view.

  • How to changes  standard sap label description

    Hi !
    I heard that there is a way ton change standard sap label description. 
    Please tell me how to do this ?
    Thanks
    moshe

    Hi Solman
       You can do that using the method i have mentioned in
    my earlier post to change the descrptions. Mostly these
    will be used for Product Attributes in Material Master
    to give meaningful names as per our business. You can
    find the same if you go through the documentation
    following the below path
    IMG -> Sales & Distribution -> System Modifications ->
       Create New Fields( without Condition Technique).
    Here check the documentation of "Reserve Fields in the
    Customer Master Record"
      Hope that can help you understand better.
    Kind Regards
    Eswar

  • How to transport Minor changes in BPC 7.0 to other client

    Hi,
    I am very new to BPC and got an ticket to do a minor change in script logic. We are in BPC 7.0.
    I am not sure how I can transport this minor change from Dev to other client.
    My question is:
    1. Do we need to make system offline while making changes to Script logic in BPC Admin or it is required only at the time of collecting transport request in BI using tcode: UJBPCTR?
    It would be kind enough if any one could let me know What are all the activities we need to consider/take care before transporting objects from BPC DEV to BPC QUALITY
    Thanks in Advance.
    Regards, Trine

    You only need to take it offline when executing UJBPCTR and when importing in the target system.  The system willl collect all of the appset and transport it, but will do a delta calculation on the target system to determine if any structure changes are required.  The script logic data should simply be overwritten.
    Cheers,
    Rich Heilman

  • Want to know that wat is the impact of changing a field label in master

    Dear Experts,
    Want to know that what is the impact of changing a field label in masters ?

    hai sap gurus,
                          kindly clear my doubt..
    Swetha

Maybe you are looking for

  • BAPI_GOODSMVT_CREATE - Account Assignment Error

    Hi, I have to issue a material from unrestricted project stock to a reservation on a service order(Txn : IW32 ). I'm performing Goods issue with ref to Reservation. For this I'm using the  BAPI_GOODSMVT_CREATE and passing the following parameters. GO

  • Upgrading Windows 7 (Legacy BIOS/MBR Disk) to Windows 8 (UEFI/GPT/Secure Boot)

    Hi there, I've recently purchased a W530 with Windows 7 pre-installed.  Ultimately, I'd like to replace this with Window 8 + Secure Boot.  I believe I can get Windows 8 via the Microsoft Upgrade offer for a reasonable price, since this was a recent p

  • Finding message in SAP Business Connector with IDoc number

    Hi Experts, Since there is no separate forum for Business Connector, posing my question here. Does anyone have idea how we can find a message in SAP Business Connector if we know the source IDoc number, the same way we use IDX5 in PI. Thanks, Dhawal

  • Oracle 10g client not connecting to Oracle 8i server

    I have oracle 8i server already installed. I downloaded Oracle 10g client recently. I installed it on one machine and trying to connect to 8i server. I used TNSnames.ora which was already present on the machine. After entering the username, password

  • Help! Contacts are lost??

    Hello, my computer crashed, so I had to install my laptop new. Of course my iTunes also! I did the first synchronisation after this installation. All Programms are there, my calendar was o.k.... but ALL CONTACTS are lost!! I didn´t make a hook on syc