Debugger not displaying variables

Hi,
I just installed Flash 9. The debugger in Flash 8 displayed
the variables. In Flash 9 the variable field and the debug Console
fields are blank.
In the Output window it says this:
Attemping to launch and connect to Player using URL
C:\Documents and Settings\MyName\Desktop\test.swf
[SWF] C:\Documents and Settings\MyName\Desktop\test.swf -
1186 bytes after decompression
Is there a preference or setting I'm missing?
Thanks

I've selected the Permit Debugging in the publishing window
but I'm getting the same error in the outbox and the variable and
Console fields are still blank.
Is there a trouble shooting guide for the debugger?

Similar Messages

  • BI report not displaying Variable selection screen on UI

    Hi,
    We have recently upgraded our CRM to 7.0, but the strange thing is the BI reports are executing without giving the user the variable screen.
    Now the alternative to this is making the variables in BI section Mandatory and they show up in the report, but this is not the correct way.
    Are we missing some piece of configuration somewhere.
    Regards
    Lalan

    Hi Vinayak,
    Do you know how can I get the variable selection screen to display in BI analyzer when I execute the report from backend BW system and it launches BI analyzer. I know we can go into Add-Ins and from toolbar we can go into Change Variables Values icon, but I would like selection screen to display as default when user runs the report from backend.
    Thanks
    Divya

  • Problem in displaying variable input screen

    Hi,
    I am trying to execute the query. I created Characteristic with User entry variable on some characteristics. But at the time of execution it is not displaying variable input boxes for inserting the input. It is giving blanck white in colour. It is strucking this process. Even I am opening other queries also it is giving the same problem. So please give me appropriate solution for this.

    Dear Purushottam,
    Check the variable again...in the Details tab
    Check the VARIABLE IS READY for INPUT check box.
    Regards,
    Ram.

  • Display variable using ajax

    I want to display username entered in textbox of html page after clicking on submit button, the username should get displayed on different html page generated by servlet using AJAX.I have written the following code but it is not working properly. instead of username entered it shows output as: null
    Please help me to know what mistake i am comitting.
    CODE FOR SERVLET_
    String userName=request.getParameter("userN");
              out.print(userName);
    CODE FOR JSP PAGE_
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
         <script language="Javascript">
      function check() {
           var req;
           var userN;
           var pass;
           if (window.XMLHttpRequest) {
               req=new XMLHttpRequest();
           } else if (window.ActiveXObject) {
               req= new ActiveXObject("Microsoft.XMLHTTP");
          userN = document.getElementById("userN").value;
          pass = document.getElementById("pass").value;
         var url = "checkServlet?userN="+userN+"&pass="+pass;
           req.open("GET", url, true);
           req.send(null);
    </script>
            <title>Login Page</title>
        </head>
        <body>
            <a href="index.jsp">Home</a><%out.print("\t");%><a href="faq.jsp">Q&A</a>
         <form action="checkServlet" method="POST"><center><table border="1">
                    <tbody>
                        <tr>
                            <td>Username</td>
                            <td><input id="userN" type="text" name="username" value="" /></td>
                        </tr>
                        <tr>
                            <td><input type="reset" value="Reset" name="reset" /></td>
                            <td><input type="submit"  onclick="check();" value="Submit" name="process" /></td>
                        </tr>
                    </tbody>
                </table><center>
                              </form >
               </body>
    </html>

    i forgot to mention that in the code.
    there is also following code of "pass" id
      <tr>
                            <td>Password</td>
                            <td><input id="pass" type="password" name="password" value="" /></td>
                        </tr>Now please help me to know why servlet is not displaying variables.

  • F8Pro - local variables not displayed in debugger - flashlocalvars.zip (0/1)

    Im not sure if this is me doing something stupid but I have
    been
    playing round with classes and noticed that in the debugger,
    the local
    variables are no longer displayed in the debugger after
    returning from
    a custom class get method. I have managed to work round this
    behaviour for a while but Im now stuck.
    I have posted a sample flash file with actionscript and
    sample class
    at
    http://www.zerofiveone.com/flashlocalvars.zip
    which displays
    this behaviour everytime. View the testscript.as file for
    info on
    where to place your breakpoints.
    If someone could put my out of my misery and let me know if I
    am doing
    something wrong I would apprecaite it.
    If im not doing anything wrong is there a workaround?
    Any help would really....really be greatly appreciated as Im
    stuck
    trying to work a fairly complex bug from some of my
    actionscript and
    this is causing me many headaches.
    Cheers,
    Tom

    Its a known problem then :(
    This has been round for a long while, annoying really.
    Thanks for the reply anyway.
    Cheers,
    Tom
    On Sun, 11 Jun 2006 14:45:35 +0000 (UTC), "the fleece"
    <[email protected]> wrote:
    >I use a work around if I can't see an object by sticking
    a :
    >
    >_global.TEMP=myObject
    >
    >and look at it through the global scope

  • Variable Screen Does Not Display in Bex Web Analyzer after first time

    We recently upgraded from BW 3.1 to BW 7.0 (without upgrading specifically to 3.5).  We are having a problem with our Web Bex Analyzer not showing the variable screen although the variable screen is displayed successfully when running the same query from the Bex Analyzer.  Based on feedback from other posts regarding similar topics, we modified the 0analysis_pattern template to ensure that Display Variable Screen was checked on.  We are finding that when we open the Web Bex Analyzer and do a New Analysis, the first query we try to run will always have the variable screen displayed successfully.  Any susbsequent queries we try to run by clicking on New Analysis in that same open window will not show the variable screen and will start executing open ended.  This is occurring regardless of whether the query has mandatory or optional variables and we have confirmed that there is no personalization set for the variables being used.  We have tried it with several different queries and the results are consistent.  The first query you run shows the variable screen successfully and any queries run after that do not.  Any help in resolving this would be greatly appreciated as we have exhausted our resources researching and troubleshooting this problem.

    We did open an OSS note and heard back from SAP.  We made the recommended setting, see their response below, but as they stated, it will only show variable screens for queries that have at least one mandatory variable entry after the first query is opened. 
    Response from SAP: 
    Please check if the following setting is made within your template --
    In the 'Standard Actions' of the Web Template, do you have the setting
    'Action Before First Display' set to OPEN_VARIABLE_DIALOG
    The behaviour of the variable screen is different if you use mandatory
    variables and optional variables. If you have only optional variables,
    the Display Variable does not force the variable screen.
    Also, using the parameter VARIABLE_SCREEN=X only influences the
    web application at STARTUP. This would not come into affect when you
    use the 'New Analysis' button. This button resets the dataprovider so
    this would not affect the variable screen and would not redisplay the
    variable screen as you require.

  • Variable Screen not display in Web

    Hi all
           When i execute  the Query ZBP02_Q001 in Web, the Variable Input Screen  of the Query is not display first,but display the content of the ZBP02_Q001 directly in the Web. All of the Varibale is not mandatory;
    i am using BI 7.0;
          Anyone can give a help!
      Thanks in advance.

    Hi Cao,
    May be your infoobject are holding constants, which led to direct execution without the selection screen.
    Inorder to get the selection screen, select the infoobject and make its settings as optional and it will be displayed in your selection screen.
    So whenever you use optional for an infoobject, that specific infoobject alone will appear on the selection screen.
    Regards
    Thenmuga Selvan

  • WAD Variable screen not displaying when using a customer exit variable

    Hello,
    I have a query which has 3 variables, one of which is of type customer exit and gets populated with a default value.
    When I run this query on the web from within BEX it works fine, however when I run it within any BI7 web template the variable screen does not pop up. Of course if I remove or change the offending customer exit variable the variable screen pops up.
    I have switched the display variable check-box to on, and it still doesn't work.
    Is this a 'feature' of BI7?
    Many thanks
    Sarah

    Fixed it myself by tweaking the URL....
    Added &VARIABLE_SCREEN=X to the end of the url and the variable screen now pops up. Its not an ideal solution but it works.
    Anyone have any better ideas?

  • Accented characters do not display correctly if there is a variable beside it

    Hello,
    We are experiencing a problem when we have text with accented characters an a variable beside it within the same text box.
    The problem is that the accented characters in the text do not display correctly in the preview or publised course to Flash9
    These characters display correctly in Captivate in edit mode.
    This is the process we have followed:
    Export to XML
    Translated
    Import XML
    Publish to Flash9
    Captivate version:  4
    OS: Windows Vista SP2
    We have tried to work with locale in Spanish with no luck, the only solution we have found is to put the text and the variable in different text boxes
    I have pasted an image of the preview and also of the text in Captivate edit mode.
    Any help will be very welcomed !
    Tess

    Hi there
    I agree with Lilybiri that you should definitely file a Bug Report.
    However, a thought occurs here. Have you tried placing the accented text in a User Defined variable?
    Assuming this is a workaround, my thought is that you could then just have a caption with two variables. The User Defined variable containing the accented text followed immediately by the system variable providing the Project Name.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Hierarchy node variable - successor node data not displayed

    Hello,
    I have a query with a hierarchy in the ‘rows’ section. This hierarchy is restricted by a hierarchy node variable with the following settings: variable type ‘hierarchy node’; customer exit; single value; mandatory; not ready for input; cannot be changed in query navigation.
    The customer exit correctly supplies the node. However, only data for THIS node is displayed in the query results. And data for successor/underlying nodes is NOT displayed.
    I tried several things, including:
    - rightclick ‘Rows’ > ‘Display as a Hierarchy’
    - customer exit variable: multiple values instead of single value; optional instead of mandatory
    In the ‘Hierarchy Attributes’ for the hierarchy, nothing is checkmarked, except for Root/Totals Item Appears Above’ and ‘Drilldown start level = 00’. The hierarchy and its nodes are valid from 01.07.2005 to 31.12.9999.
    I have a feeling in what area the solution can be found, but I have no clue what to do further on with it. As a test I replaced the customer exit variable with a user entry variable. If I then execute the query, I can select either the ‘node’ or the ‘value’ (both with the same technical value!). If I select the node, I get all data, including data for successor nodes. If I select the value, I only get the data for the node, not the underlying successor nodes. For some reason, the customer exit variable behaves like the latter and not like the first. I do not know how to solve this.
    I would greatly appreciate if you could help me out of this issue here.
    Kind regards,
    Frank

    Hi,
    no, it doesn't. It just returns the data for the node and not for the underlying nodes.
    Frank

  • Bex variable ready for input not displayed in webi

    Hi,
    I created bex query with some variables.
    Variables are defined as "optional" but "ready for input". On productive system the prompts are all displayed, but when i transported the webi report to dev, some prompts are not displayed.
    we are on BW 7.31 and BO 4.0. I also tried with BO 4.1. but the problem is the same.
    I have no idea what's wrong here! Attached you can find some screenshots on my current settings.
    thanks,
    Katharina

    Hi,
    yes the reports are based on BICS and I moved them from prod to dev.
    I already checked, the query panel does not show these variables!
    I copied query and saved under new name, and i also created a new webi report upon this query, but some variables ready for input are still not displayed.
    Regards,
    Katharina

  • System Variable not display properly

    when i go sales>sales report> backorder report there is a feild for an example custoer name and i
    need to fetch this feild on PLD report but when i want to see the varible name it is not showing
    properly .
    screen short is attached for ur reference ecen it is happing for all the feild on any document.
    some document it shows but some document some data is hide .
    not showing properly.
    i need to resolution on this and need system varible list.
    Could you please let me know the area that shows table name .
    i am going to explain in detail like if i need to see some table name then my
    first step will be go to>view>system information-->then move the
    mouse on value from which i want to see table name then the table name
    display down area near by task bar.
    i just wanted to say sometimes table name not display prpperly ,its hide so
    can i see the hide table name this is my questation.
    please let me know the workaround only so that i can developed my report.
    awating for your reply.
    Regard,
    Divya

    Divya,
    I don't think there are table names on this back order form.  All variables are calculated results by system.
    Thanks,
    Gordon

  • Variable Input Selection in WAD is not displaying

    Hi  Experts,
                       I created a query with one input selection screen. when I use the same query in WAD and execute the template it is not showing any input selection screen, directly showing result. This is supposed to show Hierarchy Input before query results but not showing when template executes.
                     Please some one tell me why it is showing for query and why not for for web report WAD results.
    Thanks
    Ganesh Reddy.

    Hi Ganesh,
    Just check once the setting of the template, display of variable is on or off:
    Goto WAD>On Properties>Select Web Template from drop down>click on Web Template Parameter>Under Behavior List> check first line>Display Variable
    Swith on that check box...
    Hope it helps...
    Regards,
    Ashish

  • Cannot execute autocheck DISPLAY variable not set Oracle 10g Solaris 10

    Hallo!I am a total Solaris newbie. I am trying to install Oracle 10g on Solaris 10 but when I run the runInstaller,th following error appears
    Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<I have set the display parameters in the oracle user via command
    $ export DISPLAY=joey-solaris:0.0
    The SUNWxwplt is installed.
    How do I resolve this?
    Thanks

    4joey1 wrote:
    xclock can run as root user but not as oracle user
    by doing
    $ export DISPLAY=joey-solaris:0.0
    I think its similar to
    $ DISPLAY=workstation_name:0.0
    $ export DISPLAY
    as shown from your reference http://download.oracle.com/docs/cd/B19306_01/install.102/b15697/app_ts.htm#sthref1226 but still the error appears.
    Thanks.Assuming you are connecting to the solaris box from you workstation via telnet or ssh ...
    Do you have an x-server (such as Exceed or xming) running on your workstation?
    Did you set DISPLAY to the ip of your workstation, not the solaris server?
    DISPLAY is redirecting "x" output to the specified location (your workstation), and there needs to be an x-server running at that location.

  • Urgent!!Variable for days not displaying properly!!!

    Hi
    When executing the Query,Variable for displaying Aging in days are not displaying between the selection.Pls any one help with regard to it.Pls tell wht r the main thing to be taken to consideration for this issue.
    Thanks

    Hi
    We have 2 formula var.
    <b>Current Cal day</b> which is based on SAP exit ,single val ,mandatory & dimension is date
    Another Formula var--<b>PR Info date</b> based on Replacemtn path ,replace with infoobject ,key,Interval value from,offset 0 to 8,single val ,optional & dimention tab as date.
    So calculating Ageing as   <b>Var Current Cal day</b> Minus <b> VarPR Info date</b>
    Then u have condition for Ageing Selection, with above calculating ageing -
    operator between, another var as AGING Frm & aging TO which is  form var by manual input ,interval is From val & Offset start & length  as 0 & 0, single val & optional..
    These r the selction made for the variables.
    Pls if u can get idea,tell where the problem is??????????URGENT
    ASAP...When I select range, Calculate COlumn for Ageing ..........displays all different days values not as per the selection range.

Maybe you are looking for

  • When I open safari I get a blank white screen.

    When I open safari I get a blank white screen. When I open top sites, and choose google, the screen is still blank, with the search bar at the top a quarter full. If it does open, it suddenly becomes unresponsive and returns to that blank, white scre

  • Oracle Import Error

    Hi, As part of project requirement I want to import a oracle dump file(possibly exported from oracle 9i or 10g) which was given to me from third party. I dont have extensive knowledge on Oracle since I am purely into Microsoft Technologies. I install

  • ImmutableArrayList default for Map Long, Collection String

    Hi, There are a few topics out there about the com.tangosol.util.ImmutableArrayList default, but the actual fix still seems a bit unclear to me. In my example there is a Map with each entry containing a Collection of Strings (i.e. Map<Long, Collectio

  • Using Sun Traffic manager in SC

    Dear Gurus Is there any specfic requirement using Sun traffic Manager in Sun cluster i am using Sun cluster 3.1 on Solaris 9 Regard

  • IPhone in, Canon digital camera out

    After having installed the iPhone to my G5, I now cannot get ANYTHING to recognize my Canon PowerShot Pro1 camera. It used to download into iPhoto just fine, but now all iPhoto sees is the iPhone and nothing else. Even the Canon utilities don't see t