Model Spy not working

I'm following the directions on http://www.vogella.com/tutorials/Eclipse4LiveModelEditor/article.html,
but when I press Shift+Alt+F9 nothing happens. I tried it on a very simple E4 application and on our 'real application', but nothing gives. Two questions: (1) are there any screen shots availabe of what I should see (2) are there any alternative ways of showing the model if the key combination above doesn't work ?

Windows 7 SP1
MARS 4.5.0
Build id: 20150621-1200
Eclipse 4 - Model Spy (Incubation) 0.1.0.v20150714-0417 org.eclipse.e4.tools.model.spy.feature.feature.group Eclipse.org
One month later I am was reading a different article (http://eclipsesource.com/blogs/2012/05/10/eclipse-4-final-sprint-part-1-the-e4-application-model/) by Jonas Helming but this issue is still the same. The Shift+Alt+F9 does nothing. I checked the hot key mappings and found the Shift+Alt+F9 combo listed as follows.
Name: Open a spy ()
Description: Open a spy in the E4 spy window
Binding: Open a spy in the E4 spy window
When: In Dialogs and Windows
Conflicts: (none listed)
Question 1) Being new to the Spy project, is this the correct forum? My search on the forums with the strings "e4ap, Eclipse4, Model Spy" only got this thread as a hit.
Question 2) Is there a bug report on this?
Question 3) Is the statementQuote: "You should not include the model spy in your exported application as it is only a test and debug tool. It is not intended to be used by end users." correct?

Similar Messages

  • The built-in mic in g50 122ca laptop model is not working. please help me out.

    the built-in mic in g50 122ca laptop model is not working. please help me out. OS: Windows Vista (32-bit)

    here is a sample code .
    so far you procedure looks good but
    i bet you have to specify the name of report , instead of 'filename'.
    see this
    Plist_id := GET_PARAMETER_LIST('P_name');
    IF NOT ID_NULL(Plist_id) THEN
    DESTROY_PARAMETER_LIST(Plist_id);
    END IF;
    Plist_id := CREATE_PARAMETER_LIST('P_name');
    ADD_PARAMETER( Plist_id, 'P_Receive_date', TEXT_PARAMETER, TO_CHAR(Receive_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Hearing_date', TEXT_PARAMETER, TO_CHAR(Hearing_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Hearing_time', TEXT_PARAMETER, TO_CHAR(Hearing_time,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Issue_date', TEXT_PARAMETER, TO_CHAR(Issue_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Workshop_date', TEXT_PARAMETER, TO_CHAR(Workshop_date,'mm/dd/yyyy'));
    -- RUN_PRODCT(REPORTS,'..\Reports\Pro_License',SYNCHRONOUS, RUNTIME, FILESYSTEM, Plist_id, NULL);
    -- here Pro_License is the name of report.
    did you tried to see if the parameter passed using a message ?
    try
    message('parameter name'); pause; write this before "run_report".

  • New Applications model DOES NOT work with StandAlone OSD media

    If you are able to create StandAlone OSD media, the new Applications model DOES NOT work with it.
    - The creation of the media will be successful
    - The application installation itself will be successful
    Yet after the application is installed, it shows the correct process it needs to complete based on the return code in AppEnforce log, but does not process that information back to the the TS Manager so it appears to attempt to download a policy which fails
    causing the task sequence to error out..
    Thanks,
    Squirre1

    It is very similar to this description:
    http://madluka.wordpress.com/2012/05/15/error-0x8000405-when-installing-applications-to-a-workgroup-system-during-build-and-capture-task-sequence/
    It is using the application model, since it is not attached to the domain it is on a workgroup. But it is on standalone media and not during a build and capture sequence, it is during an OSD. But alot of the same puzzle pieces fit. Basically pointing to
    the new applications model not working during standalone OSD when the MP is not available. i would say that not enough information is getting encapsulated into the Application when exported onto the StandAlone media.

  • SQL model clause not working when dimensioned on a char or a varchar2 colum

    Hi ,
    I tried to execute the below mentioned query and this returns me columns from monday to sunday values as null.
    select weekno
    , empno
    , mon
    , tue
    , wed
    , thu
    , fri
    , sat
    , sun
    from worked_hours
    model
    return updated rows
    partition by (weekno, empno)
    dimension by ( day )
    measures ( hours,lpad(' ',3) mon,lpad(' ',3) tue, lpad(' ',3) wed,lpad(' ',3) thu,lpad(' ',3) fri,lpad(' ',3) sat,lpad(' ',3) sun)
    RULES upsert
    mon [0] = hours [1]
    , tue [0] = hours [2]
    , wed [0] = hours [3]
    , thu [0] = hours [4]
    , fri [0] = hours [5]
    , sat [0] = hours [6]
    , sun [0] = hours [7]
    In the initial example day is a number and when executed the above query it works. The result set is as below :-
    WEEKNO EMPNO MON TUE WED THU FRI SAT SUN
    1 1210 8 7.5 8.5 4.5 8
    1 1215 2 7.5 8 7.5 8
    When the data type of day is changed to char and populated with the right values then the result set looks as below :-
    WEEKNO EMPNO MON TUE WED THU FRI SAT SUN
    1 1210
    1 1215
    Can anyone help me resolve this ?
    --XXXXX                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    user10723455 wrote:
    Hi ,
    When the data type of day is changed to char and populated with the right values then the result set looks as below :- Can not reproduce on 10.2.0.4.0:
    SQL> select * from v$version
      2  /
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    SQL> create table worked_hours_char as select * from worked_hours where 1 = 2
      2  /
    Table created.
    SQL> alter table worked_hours_char modify day char(10)
      2  /
    Table altered.
    SQL> insert into worked_hours_char select * from worked_hours
      2  /
    14 rows created.
    SQL> commit
      2  /
    Commit complete.
    SQL> select weekno
      2  , empno
      3  , mon
      4  , tue
      5  , wed
      6  , thu
      7  , fri
      8  , sat
      9  , sun
    10  from worked_hours
    11  model
    12  return updated rows
    13  partition by (weekno, empno)
    14  dimension by ( day )
    15  measures ( hours,lpad(' ',3) mon,lpad(' ',3) tue, lpad(' ',3) wed,lpad(' ',3) thu,lpad(' ',3) fri,lpad(' ',3) sat,lpad(' ',3) su
    n)
    16  RULES upsert
    17  (
    18  mon [0] = hours [1]
    19  , tue [0] = hours [2]
    20  , wed [0] = hours [3]
    21  , thu [0] = hours [4]
    22  , fri [0] = hours [5]
    23  , sat [0] = hours [6]
    24  , sun [0] = hours [7]
    25  )
    26  /
        WEEKNO      EMPNO MON TUE WED THU FRI SAT SUN
             1       1210 8   7.5 8.5 4.5 8
             1       1215 2   7.5 8   7.5 8
    SQL> select weekno
      2  , empno
      3  , mon
      4  , tue
      5  , wed
      6  , thu
      7  , fri
      8  , sat
      9  , sun
    10  from worked_hours_char
    11  model
    12  return updated rows
    13  partition by (weekno, empno)
    14  dimension by ( day )
    15  measures ( hours,lpad(' ',3) mon,lpad(' ',3) tue, lpad(' ',3) wed,lpad(' ',3) thu,lpad(' ',3) fri,lpad(' ',3) sat,lpad(' ',3) su
    n)
    16  RULES upsert
    17  (
    18  mon [0] = hours [1]
    19  , tue [0] = hours [2]
    20  , wed [0] = hours [3]
    21  , thu [0] = hours [4]
    22  , fri [0] = hours [5]
    23  , sat [0] = hours [6]
    24  , sun [0] = hours [7]
    25  )
    26  /
        WEEKNO      EMPNO MON TUE WED THU FRI SAT SUN
             1       1210 8   7.5 8.5 4.5 8
             1       1215 2   7.5 8   7.5 8
    SQL> SY.

  • Workitem processing at Modelled branch not working.

    Hello,
    i have created a step ( activity ), in which the latest end is given as 'Workitem item creation' and time is 1 Minute and its modelled to a outcome 'DEADLINE' and the step is activated for processing obselete in Outcomes tab.
    In modelled outcome branch (DEADLINE), i have given a step Process control, where i set the main step as 'Set work item to Obselete' .
    In the Processing obselete branch, I have created a new step( activity) . It is going through this new activity step and i am getting the workitem in my inbox. When i approve the workitem through my bussiness work place the workflow is going to the COMPLETED stage.
    But at the same tme when i try to approve the work item through SWIA , it is going to the next step in the workflow. Kindly let me know why this is happening. i want the system to continue the flow not to set the status to COMPLETED when i approve from bussineess wokrplace.
    Thanks,
    Neslin.

    It is the same workitem id at SBWP and SWIA. 
    You need to put they same approval step in deadline branch. This step should be similar to the subsequent step that occurs after approving maind workitem.
    Is this mean i need to add ALL the steps in the deadline branch similar to the subsequent steps that occurs after the main workitem?.
    Thanks for the clarification.
    Thanks,
    Neslin.

  • Webcam model PD0080 not working in WinXP

    I have Video Blaster Webcam Go Model PD0080 part #30PD008000000 camera which I am trying to get to work on a new computer using WinXP. Unfortunately I don't have any installation CD's or user guides. I was able to find and download the documentation and the driver to work with WinXP. The computer recognizes the camera but I can not get images downloaded into the computer.
    Looks like I might need the Webcam Go Control software which I don't have and don't see where to download it from.
    What do I need to do to get this camera to work under WinXP?
    Thanks,
    Nathan

    Nathan,
    You can get the software you want at Creative Asia download webpage.
    Jason

  • Model 6103 not working with BSNL SIM

    When I put BSNL SIM in my phone (Model 6103), I do not get any signal. Why is this ? I get signal with Vodafone SIM.
    According to my phone manual it should work with BSNL which has a frequency range of 900-1800 (as told to me by their customer service).

    Could it be that your phone is SIM-locked to Vodafone's network? If you got it from Vodafone and haven't specifically asked them for an unlock code to enable you to use SIMs from other networks, this could be the case, although it's more likely to say something like "invalid SIM" rather than just not pick up a signal.
    It could also be that there's simply no BSNL coverage where you are.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • UC3842 model is not working at all

    Greetings, I am trying to simulate switching regulator circuits with Multisim 10.
    Specifically, I am trying to use the UC3844 model to create a boost regulator, buck regulator, and eventually a flyback regulator.
    The UC3844 part is pretty easy to work with in real life, but is not functional in Multisim10.
    The datasheet is from texas instruments -- SLUS223C
    Try the example circuit on Page 7 from SLUS223C in Multisim.
    I noticed that the Vref pin never has 5Vdc present during the simulation.  In real life, there is always 5Vdc present on the Vref pin as soon as the DC voltage on VCC rises above 16Vdc.
    It's as though the part is not turning on or is stuck in undervoltage lockout.
    Can anyone explain how this part is supposed to work in multisim 10, or is there a working example multisim simulation example I can reference?

    kiki_barrios,
    Hello - attached is the UC3842 model you are looking for in v10.1 in a flyback topology (modified from existing SMPS samples).   I suggest that for Switch Mode Power Controllers that you also reference the SMPS samples (File -> Open Samples -> SMPS).   Many of sample circuits in the topologies shown have corresponding SMPS controller ICs models with parametric values that allow you to match the specifications closely with the manufacturer's IC specifications.  The sample I included swapped out the BASSO model for the UC3842 model.
    Recently a customer looking for a Linear Technologies SMPS controller (not in the DB) was successfully able to use a corresponding PWMCM BASSO model in lieu of the actual mfg SPICE model as many of these are propietary or encrypted.  
    These BASSO models are relatively easy to use.  For a given topology (CM or VM, buck, boost, flyback), open up the sample circuit.  Adjust the model by opening up the SPICE model of the controller within the circuit (Double-click on part -> Edit Model button).   Adjust the 'Current Instance Parameters:' to match those found on the datasheet as shown below.  
    Multisim customers that are using these, say there is close agreement to the simulations compared to what they see on the benchtop during verification testing.
    Also in general I find when using these SMPS samples in your own applications, adjusting the simustion engine parameters 'RSHUNT' a few decades down (from default of 10^12 -> 10^11 or 10^10) [due to high C, L values] and adjusting the integration method 'METHOD' from 'trapezoidal' to 'gear' [due to switching signals] allows for better convergence performance of these models and SMPS circuits in general.   These settings are found in the Multisim menu as follows: (Simulate -> Interactive Simulation Settings -> Analysis Options [tab]-> Select 'Use custom settings' (hit 'Customize' button) -> locate/change the corresponding engine paramenters as indicated above).
    By the way,  Basso's 'Switch-Mode Power Supply SPICE Cookbook ' is also a good reference for your design requirements as the examples in this Multisim sample folder are based on this book.
    Hope this helps.
    Regards,
    Patrick Noonan
    National Instruments
    Attachments:
    Flyback_VM_UC3842.ms10 ‏146 KB

  • MacBook Pro Late 2011 Model - Does not work after Yosemite update

    i recently updated my OS to Yosemite and had in problems for two days but yesterday it ceased to work in the middle of printing a document.
    I need my laptop back up and running since I have school exams soon and vital information and files are in this laptop.
    i Have never had a problem with the laptop before.
    Issues that I have had
    logging in takes at least 20 minutes
    cannot progress further than that, desktop is blank and nothing loads, only the dock.
    battery drains extremely fast
    Safe boot does not even load
    I've tried clearing that VRAM and the other one.
    Cannot access anything at all
    This is appalling and at the worst possible time.

    Please describe exactly what you're doing and what happens.

  • Windows Deployment Services 2012 - Driver Group filter by Model value not working - Drivers are not installed!

    Hi,
    I'm using Windows Deployment Services 2012 to deploy Windows 7 Pro x64 driverless images to different hardware models (drivers are injected using WDS). I already have organized the drivers in driver groups per
    hardware model. I'm experiencing driver conflicts so I decided to start using driver group filters to make sure that the driver groups are available only available for the corresponding hardware model.
    To get the correct values for the filters i have used the following method: (as described in this article: http:// technet.microsoft.com/en-us/library/dd759191.aspx)
    so I checked msinfo32.exe
    (System Manufacturer: Dell Inc.     System Model: OptiPlex 790)
    and set these values in the driver group filter:
    Then fired up WDS using PXE booting on my OptiPlex but when finished: No drivers are installed! I investigated further and found on forums to use the following commands (which return the same values btw):
    wmic bios get manufacturer      
    (returns: Dell Inc.)
    wmic computersystem get manufacturer
    (returns: Dell Inc.)
    wmic computersystem get model
    (returns: OptiPlex 790)
    Values are the same so no problem there.
    Then I checked the output of the following commands: 
    wmic bios get model (returned: error, invalid query)
    wmic bios get /all (returned: all kind of information but no model value)
    When I remove the value "OptiPlex 790" from the filter list the drivers are installed correctly. So this has to be some problem with the Model value.
    Could someone please help me?
    As a workaround I now disable all the driver groups exept the one that I need for the hardware. But as more new hardware models are added this is a lot of work to do everytime.
    Extra info:
    I'm using a WINPE 4.0 image (windows 7 media boot.wim file). 6.1.7.601
    Windows Server version: Windows Server 2012 - version 6.2 (Build 9200) - All Windows updates are installed
    Windows Deployment Services version 6.2.9200.16384
    Having this problem on multiple systems
    Questions:
    - Does WDS/WinPE uses only the Bios values for determining system info? (then this problem could be with Dell in this example, because no model value is available)
    - Is this the correct way to set up driver group filters? (then this is a problem with MS. Does anyone have solution??)
    Thank you for your answers & help!

    Hi Microsoft,
    I still have no answer to my Questions.
    Thank you for your answers & help!

  • Engineer to Logical Model is not working!

    Hello
    I have a model that I started by reverse engineering from the database and generated the ER Diagram by reverse engineering to Logical.
    After this I had to add some more tables to the relational model which I realized was already in the database and reverse engineered that into the model as well. Now, I am unable to Engineer to logical. Is this an expected behaviour as designed?
    Next I am going to try to reverse engineer from a relational model to a blank logical in a new data modeler design file. After that I will merge that change into current model. Please let me know if there is an easier way around this.
    Thanks & Regards
    Tiji

    The valid scripts in this post solved my problem.
    Re: Switch from v3EA4 to v3.0.0.4 production - Corrupted models?
    Script #1: Search for invalid mappings.
    Script #2: Clean up by removing invalid mappings.
    Script #3: Call Forward Engineer dialog with exception handling included to share with forum or debug.
    Script #4: Call Reverse Engineer dialog with exception handling included to share with forum or debug.
    After running Script #2, when we run Script #1, the log will be empty which is the expected result. Now my reverse engineering option does work from relational to logical.
    Thank you Phillip and DMBee for guiding me to the solution.
    Thanks & Regards
    Tiji
    Edited by: Tiji on Jun 14, 2011 8:31 AM

  • Spy not working correctly?

       I recently had to reinstall CS3 onto my computer. I installed all the updates available. I have had my site up for over a year with no problems at all. Now that I reinstalled all hell has broke loose. For example when I upload a web page, the contents of the page are up loaded into there proper folder under the root folder but the page itself appears blank.
       Onto the horizontal spry menu, It works fine when I preview it in Ie, but when I post it to the web it turns into a vertical list with the sub menus in bullets. Basically it looks the same as if you where working on a horizontal spry menu in CS3 and you hit the "turn styles off" button. When you scroll over the sub menus a box that says False appears.
       Did my DreamWeaver not install correctly or did some of the settings get messed up? I know nothing about code and rely on the design view for everything.
    My site is www.PirateUpholstery.com  You can view the spry bar issue there. Thanks for any info.

    Hi,
    I happen to be in the same condition as you, enjoying my Courvoisier (cognac). Still I discovered that you did not upload your
    SpryMenuBarHorizontal.css
    Give it try and have a look at the result.
    Ben

  • IP Modeler / Wizard not working

    Hi,
    We have installed a brand new BI sand box and trying to create a planning scenario. When I execute " Start Modeler " or " Start Wizard " a web page is launched on Internet explorer but I donot get any Modeler contents. I just get " Internet Explorer cannot display the webpage " web page....Does any body knows, what cld be the issue?
    thanks in adavance
    Datta

    it seems like you don't have your BW side and Portal side properly integrated between them and it's mandatory.
    Look through this Note - 983156 -  BI configuration w. Template Installer
    Follow all the steps, before launching the Template.

  • Compile Model does not work

    I am trying to test a model using a surrogate dimension:
    ->dsc bulr_pl_sum_rl_mdl
    DEFINE BULR_PL_SUM_RL_MDL MODEL
    LD test
    MODEL
    dimension su_rl
    02010 = 03000
    END
    The version I am using is:
    ->shw eversion
    Oracle OLAP Build 84089
    No matter what syntax I use (putting quotes around the dimension values, using the base dimension values, putting this_aw! in the dimension statement, etc), I get a compilation error which says "ERROR: (ORA-33774) 02010 is not a command. I am very concerned here, as this is about the simplest model I can think of
    Are models not allowed in OLAP? Is there a patch that should be applied? Is there a syntax change in Oracle OLAP for defining or using models in 10.2.0.3? Is this merely a bug? I seem to be missing something basic here, but can see what.

    Try referring to the dimension members as DIM('<<dim_value>>') instead.
    Your model should look like this:
    DEFINE BULR_PL_SUM_RL_MDL MODEL
    LD test
    MODEL
    dimension su_rl
    su_rl('02010') = su_rl('03000')
    END

  • "Import SAP NetWeaver BW Models" wizard not working

    Hi, I am on BW 7.31 SP-Level 12 and in Eclipse I am trying to import an InfoCube, but first have to use the Quick Launch Import from "SAP NetWeaver BW Models" under "HANA Content".  When I go through this wizard and input the BW Server Info The [Test Connection] and [Next] buttons do nothing even though they are enabled. 
                   I found some documentation at:
                   http://help.sap.com/saphelp_hanaplatform/helpdata/en/4c/bc34af5f1546e6b4dfb8fb05f25bca/content.htm
                   The only thing I can see that I haven’t done is “You have added BW Schema in the SQL privileges for the Modeler user to import BW models.”
    Can anyone tell me what this exactly means and where I need to add this?  I'm hoping this is the problem.
    Thanks for any help.

    Hello Kenneth Murray
    Please make sure all the prerequisites are fine - see SAP note
    1764251 - Documentation- Importing BW Models in SAP HANA Modeler
    and see attached document.
    Also, please see the following discussion which explains the SQL privileges part:
    Issues Importing BW Model in HANA Studio
    BR
    Prabhith

Maybe you are looking for

  • Lack Of Customer Service

    I have been a loyal Verizon customer, with little or no complaints. I didn't even mind pay more for "better and more reliable service". With my past experience for the 2 months I am a big advocate for leaving them and going back to my old carrier. It

  • Random Shutoff after nvidia video card replacement

    This is pertaining to my Macbook Pro 15.4 inch from 2007 running Lion. A few years ago this MBP completely crapped out. About a year later I received a notification in the mail about this big nvidia lawsuit that would allow me to have my computer fix

  • It says "this device is already associated with another apple ID" and it will not download previous purchases.

    It says "this device is already associated with another apple ID" and it will not download previous purchases. This is a new iPad 4 as my last iPad 4 was stolen. How can I fix this issue, can I fix this issue?

  • How to print the file name in sap

    Hi All, I have requirment like, there is a folder in my local system, inside that folder there are 10 Excel file like file1.xls,file2.xls..............file10.xls how to print the file name of all these file in SAp like file1.xls file2.xls file3.xls f

  • SharePoint Designer workflow - update list item field without creating new version?

    Hello, I have a list that uses versioning. I have a workflow, designed in SharePoint Designer, that will track changes in some columns, and if there is a change it will send out an email. To track the changes eg in the Status column, I have a hidden