Switching views in component/application

Hi, this probably does not belong here but Im sure most of you can give me an answer in a second. You know, when you make new application, you make New applications, new component and bind it to start view. Thats your view which you see when you deploy the application. I wanna switch that view with another one so after deploying I see new one, cant find it in components or applications options nor can I make new component with new view couse it is not listed (it does help). So if anyone can help me I will be gratefull. Regards, Balmer

Hi Balmer,
                  You can do it in two ways.
1. Make the view default which you want to see first.
Open Navigation modeler (Right click on your window)
Select the view you want to display -> Right click -> select properties
Set default -> true  
2. Fire the plug to the view from your start view's wdDoInit() method
Create outBound plug in your start view
Create inBound plug in your second view
Create Navigation link between these two plugs
Go to implimentation of your start view
Go to wdDoInit()
In the end write wdThis.wdFirePlug<outBoundplugname>();  
regards,
Siva

Similar Messages

  • Tree view clears after application switch

    Hi All,
    I am facing a problem with tree view. I have a dialog with tree view and I select an item. With dialog open I switch to some other application. When I switch back to InDesign, I see that tree view is empty. What could be the reason?
    Thanks,
    Pete

    Hi Ghubsch,
    When you run the Edit Page, 4000:4150, in Tree View, are any errors reported on your page, possibly in Firebug or an equivalent extension in your chosen browser? Are you experiencing this issue for every page in your application, or just one in particular?
    If possible, would you mind providing login credentials so that we can take a look at your workspace.
    Regards,
    Hilary

  • [Cocoa] How to switch views in a "toolbar" application

    Hi everybody.
    I have a window with a toolbar with 3 buttons. Each of this button represent a view. I'm having problems switching view.
    I have 3 different NSViewController (one for each view) and a NSWindowController that manages only the switching.
    With the current code the switch works, but the animation is terrible!
    I've already took a look to the example BasicCocoaAnimations, but if I use that code, my views can't keep the origin, and also the size change every time a switch the view.
    This is my code:
    [code]
    - (IBAction)showTenants:(id)sender {   
        if (currentViewController && currentViewController == tenantsViewController)
            return;
        if (!tenantsViewController) {
            tenantsViewController = [[TenantsViewController alloc] init];
            tenantsViewController.managedObjectContext = self.managedObjectContext;
        [NSAnimationContext beginGrouping];
        if (currentViewController) {
            [[[self.window contentView] animator] replaceSubview:currentViewController.view with:tenantsViewController.view];
        else {
            [[[self.window contentView] animator] addSubview:tenantsViewController.view];
        [self.window setFrame:[self newFrameForNewContentFrame:tenantsViewController.defaultFrame]
                      display:YES animate:YES];
        [tenantsViewController.view setFrame:[tenantsViewController defaultFrame]];
        [NSAnimationContext endGrouping];
        currentViewController = tenantsViewController;
    - (NSRect)newFrameForNewContentFrame:(NSRect)contentFrame {
        NSRect newFrameRect = [self.window frameRectForContentRect:contentFrame];
        NSRect oldFrameRect = [self.window frame];
        NSSize newSize = newFrameRect.size;
        NSSize oldSize = oldFrameRect.size;
        NSRect frame = [self.window frame];
        frame.size = newSize;
        frame.origin.y -= (newSize.height - oldSize.height);
        return frame;
    [/code]
    The defaultFrame method simply returns a NSRect with the statical size and origin (retrieved from IB)... this is the only way I managed to fix the size problem...
    Any help in improving the code?
    Thanks
    Francesco

    Nobody?

  • Closing the Report Viewer causes the application to hang

    Hi,
    Since a few days we are experiencing some problems with the Crystal Reports viewer. When closing a report viewer in our application, the application hangs for a few minutes. The strange thing is, that it only seems to happen on Windows 7 and Windows 2008 R2 Server.
    Our application with the integrated Crystal Report Viewer is running on 2 application servers :
    - Windows 2008 Server, versie 6.0 Build 6002, Service Pack 2
    - Windows 2008 R2 Server versie 6.1, Build 7600
    Crystal Reports version installed on both servers : 12.01.0007.1144
    On the 2008 Server, the application works correctly.
    On the 2008 R2 server, the application hangs for about 5 minutes while closing the report preview window.
    Both server have exactly the same version of Crystal Reports and the same application version.
    I'm having the same issue on a Windows 7 x64 (6.1 Build 7600).
    I've installed all updates and hotfixes up to SP3 Fix Pack (12.3.3.812 / 12.3.2003.812) but I'm still having the same problem.
    We didn't have this problem until a few days ago, so I assume it has something to do with a windows update which only affects Windows 7 and Windows 2008 R2.
    Please advice us with a possible workaround, because our application is distributed to a few thousand users ...
    Some more debug info :
    This is the call of from the main thread when the application hangs :
         [Managed to Native Transition]     
    >     mscorlib.dll!System.__ComObject.ReleaseSelf() + 0x5 bytes     
         mscorlib.dll!System.Runtime.InteropServices.Marshal.ReleaseComObject(object o) + 0x8b bytes     
         CrystalDecisions.Shared.dll!CrystalDecisions.Shared.SharedUtils.ReleaseComObject(object obj = {CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass}) + 0x75 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ISCDClientDocumentEvents_EventProvider.Dispose(bool bDisposeManaged = true) + 0x1a2 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ISCDClientDocumentEvents_EventProvider.Dispose() + 0x32 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.DisconnectEventRelay() + 0xfc bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.InternalClose(bool bSetupForNextReport = false, bool bAutoClose = true) + 0x10e bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Dispose(bool bDisposeManaged = true) + 0xad bytes     
         System.dll!System.ComponentModel.Component.Dispose() + 0x12 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.CrystalReports.Engine.ReportDocument.ClearCache(bool clearDocument = true) + 0x9d bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.CrystalReports.Engine.ReportDocument.InternalClose(bool bSetupForNextReport = true) + 0x81 bytes     
         CrystalDecisions.CrystalReports.Engine.dll!CrystalDecisions.CrystalReports.Engine.ReportDocument.Close() + 0x3f bytes     
         SyDelSoftControlLibCrystalReports.dll!SyDelSoft.ControlLib.CrystalReports.cReportForm.Dispose(bool disposing = true) + 0x55 bytes     
         SDProjects.exe!SDProjects.GUI.ReportForm.Dispose(bool disposing) + 0x38 bytes     
    SharedUtils.ReleaseComObject
    Kind regards,
    Frederic Hoornaert

    CrystalReportsDisposeIssue.crpe.Diagnostics.0.log
    --> Form3 closed
    ..\..\src\print\datasource\datasrc2.cpp:535,Releasing subreport data sources,Start Time,"17:39:17"
    N/A:-1,Releasing subreport data sources,Elapsed Time,"1"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:39:17"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"7"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"6"
    N/A:-1,Closing engine,Elapsed Time,"2"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:39:17"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"6"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"5"
    N/A:-1,Closing engine,Elapsed Time,"2"
    --> Form2 closed
    ..\..\src\print\datasource\datasrc2.cpp:535,Releasing subreport data sources,Start Time,"17:39:52"
    N/A:-1,Releasing subreport data sources,Elapsed Time,"1"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:39:52"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"4"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"3"
    N/A:-1,Closing engine,Elapsed Time,"2"
    --> Form1 closed..\..\src\print\datasource\datasrc2.cpp:535,Releasing subreport data sources,Start Time,"17:40:29"
    N/A:-1,Releasing subreport data sources,Elapsed Time,"1"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:40:29"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"2"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"1"
    N/A:-1,Closing engine,Elapsed Time,"2"
    ..\..\src\crpe\crpe.cpp:791,Closing engine,Start Time,"17:40:29"
    ..\..\src\crpe\crpe.cpp:833,Closing engine,Before close engine use count,"1"
    ..\..\src\crpe\crpe.cpp:858,Closing engine,After close engine use count,"0"
    N/A:-1,Closing engine,Elapsed Time,"100017"
    CrystalReportsDisposeIssue.crpe.functions.0.log
    0xfb8     17:39:17.871          0     PESetUserSessionInfo               0     PEUserSessionInfoW:<StructSize:262><userName:><requestID:22>     IN          21     <==
    0xfb8     17:39:17.871     0     0     PESetUserSessionInfo               0     OUT     PEUserSessionInfoW:<StructSize:262><userName:><requestID:22>          21     <==
    0xfb8     17:39:17.874          3     PEClosePrintJob     report {657D0ECA-BC6A-4EC6-9476-02B77376E07C}.rpt          0     jobN:3     IN          22     <==
    0xfb8     17:39:17.874     36     3     PEClosePrintJob     report {657D0ECA-BC6A-4EC6-9476-02B77376E07C}.rpt          0     OUT     jobN:3          22     <==
    0xfb8     17:39:17.913          0     PECloseEngine               0     void     IN          22     <==
    0xfb8     17:39:17.913     3     0     PECloseEngine               0     OUT     void          22     <==
    0xfb8     17:39:17.923          0     PECloseEngine               0     void     IN          0     <==
    0xfb8     17:39:17.923     3     0     PECloseEngine               0     OUT     void          0     <==
    0xfb8     17:39:52.421          0     PESetUserSessionInfo               0     PEUserSessionInfoW:<StructSize:262><userName:><requestID:23>     IN          0     <==
    0xfb8     17:39:52.421     0     0     PESetUserSessionInfo               1032     OUT     PEUserSessionInfoW:<StructSize:262><userName:><requestID:23>          0     <==
    0xfb8     17:39:52.423          1     PEClosePrintJob     report {F2574C5C-00BC-4627-9A05-B8133D6E6F7D}.rpt          0     jobN:1     IN          0     <==
    0xfb8     17:39:52.423     15     1     PEClosePrintJob     report {F2574C5C-00BC-4627-9A05-B8133D6E6F7D}.rpt          0     OUT     jobN:1          0     <==
    0xfb8     17:39:52.441          0     PECloseEngine               0     void     IN          0     <==
    0xfb8     17:39:52.441     3     0     PECloseEngine               1032     OUT     void          0     <==
    0xfb8     17:40:29.281          0     PESetUserSessionInfo               0     PEUserSessionInfoW:<StructSize:262><userName:><requestID:24>     IN          0     <==
    0xfb8     17:40:29.281     0     0     PESetUserSessionInfo               1032     OUT     PEUserSessionInfoW:<StructSize:262><userName:><requestID:24>          0     <==
    0xfb8     17:40:29.283          2     PEClosePrintJob     report {C78FE11F-6465-478F-83AB-49D8F0C6D64A}.rpt          0     jobN:2     IN          0     <==
    0xfb8     17:40:29.283     24     2     PEClosePrintJob     report {C78FE11F-6465-478F-83AB-49D8F0C6D64A}.rpt          0     OUT     jobN:2          0     <==
    0xfb8     17:40:29.310          0     PECloseEngine               0     void     IN          0     <==
    0xfb8     17:40:29.310     2     0     PECloseEngine               1032     OUT     void          0     <==
    0x1568     17:40:29.315          0     PECloseEngine               0     void     IN          0     <==
    0x1568     17:40:29.315     100018     0     PECloseEngine               0     OUT     void          0     <==

  • Help in finding view corresponding to application

    hi,
    i have an application for web dynpro component and there is a view corresponding to that application.
    i am not able to find out that view. where is that view. and which component is it attached to. any help.
    i have to make some changes in that view.
    web dynpro application is     HAP_START_PAGE_POWL_UI_ESS
    configuration name is           HAP_START_PG_POW_ESS_AC
      how can i find the view corresponding  to these application adn configuration?

    >It has POWL in the name, so I'm guessing this is a POWL appliation.
    good guess Thomas!  But only half right - The actual app is an FPM OIF which has a component that itself embeds a POWL (HAP_START_PAGE_POWL_UI ). This one POWL and the corresponding MSS one are probably the two most posted POWLs on SCN. I guess there there are a fair few companies out there now implementing the EhP4 version of performance management.
    The feeder class used by this is CL_HRHAP00_STARTPG_POWL and the application Id for the POWL is OSA-POWL-ESS (you'll see some if statements that query this value (noticeably not defined as a constant anywhere!)
    The MSS view uses the same feeder class - but a different application id.
    Like the previous BSP based app, there isn't much in the way of explicit enhancement points for the ESS application. You can enhance the feeder class, but it certainly hasn't been designed to make this easy.
    I'd suggest that first you read up on POWL, and think about how you could implement you changes to the view by enhancing the feeder class (or potentially just through administrator configuration/personalisation of the application) try out a few things, and then if you get stuck come back and ask again - explaining what you've tried and what it is you want to achieve.
    Cheers,
    Chris

  • Error in Event viewer - COM Server application security Issue

    Dear All,
    I am installing one software on windows cluster environment. But while installing I am getting continuous error in System in Event Viewer as 'The application-specific permission settings do not grant Local Activation permission for the COM Server application
    with CLSID {xxxxxxxxxxxxx} and APPID {xxxxxxxxxxxxx} to the user NT SERVICE\SQL Server Distributed Replay Client SID (S-1-5-80-3249811479-4343554-65656-65665) from address LocalHost (Using LRPC). The security permission can be modified using the Component
    Services administrative tool.'
    I have seen in component services, that app ID I am getting for DReplayController service. On security tab if I want to give permission to that particular user then to which user I want to add in 'Launch and Activate permissions'. I am not getting 'SQL Server
    Distributed Replay Controller' user in list.
    So, please help me.
    Thanks in advance.

    Hi,
    Please try to add this account: NT AUTHORITY\SYSTEM.
    More information for you:
    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID 2012
    https://social.technet.microsoft.com/forums/systemcenter/en-US/cd8a2c95-70db-4df6-b7f5-eedcc5d898c7/the-applicationspecific-permission-settings-do-not-grant-local-activation-permission-for-the-com
    Event ID 10016 issue in SQL Cluster Server
    https://social.technet.microsoft.com/Forums/sqlserver/en-US/c5a27692-05c0-4ee4-b97f-1ea438b4e5f7/event-id-10016-issue-in-sql-cluster-server?forum=sqldisasterrecovery
    In addition, if there are any further requirements regarding SQL, here are some SQL forums below for you:
    https://social.technet.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver&filter=alltypes&sort=lastpostdesc
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Navigating Between 2 views in webdynpro application

    Hi All,
    I am creating a webdynpro application with 2 views. when i click the next the first view an action would be triggering the next view. Component controller context is being used.
    Component Controller - 2 value attributes are there. These are mapped to view 1 and view2.
    view1 - has these 2 value attributes
    view 2 - has these 2 value attributes and 1 node with some attributes.
    But in view 2 , i am using only that node. When i deploy the application, when i click the button on the first view, another window popups, saying "500 internal error". But the view1 and view2, code is completely free of error. if so, why it is not displaying data of view2?
    Regards,
    Divya

    Divya,
    Go through <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d5c09c90-0201-0010-17a8-c473134632df">link</a> link. This may be very useful as it gives step by step process for navigation from one view to another on firing of an event.
    Let me know if you have any concerns.
    Regards,
    Ankit

  • View of Component Is Not Visible. Navigation Is Not Possible

    Hi All,
    I have copied Window1 into Window2 and when I try to navigate from view1 to view2 in the copied window(window2),the dump "View of Component Is Not Visible. Navigation Is Not Possible " is thrown.
    I have tried recreating the navigation links in the second window as well,but no luck.
    Can any one please help me out,this is very uregnt...
    Thanks,
    Salma

    Hi Salma,
    Are you trying to navigate between the views of 2 different windows? If that's the case then you can proceed as follows:
    Create 2 views and 2 windows and assign first view to first window and second view to second window. Also create an [exit plug|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm] for window1 with parameter URL of type string.
    Note:
    when you create windows automatically an interface view will also create with same name.
    Now create application1 for window1(nothing but give interface1 ) in the same way create another application and assign corresponding interface view.
    Then write your logic in the onAction method of view1,call the exit plug of window1 then pass the URL of second application.
    Regards,
    Uday

  • Discoverer viewer without oracle application server

    Hi,
    has anybody heard, how to use the discoverer viewer with
    another application server (than oracle).
    since j2ee is a standard there schould be a way.
    our administrators will not look after another
    application server, just to get some reports.
    so i have to get it running on a non-oracle-application server (or worst case: choose another reporting tool)
    thanks,
    Udo

    Discoverer is available and ships as a component of Oracle Application Server. Oracle Application Server via Oracle HTTP Server provides a proxy capability to support other web servers such as Netscape iPlanet and Microsoft IIS. The proxy capability will enable client applications to directly route requests to their native web server and these then get routed to Oracle Application Server and the Oracle HTTP Server. For detailed information on support for these web servers please refer to Oracle Application Server documentation.
    Regards
    Discoverer Technical Team

  • Query for License Component Application

    Hi All,
    In OAM we can able to view the "License Component Application" which will give the list of components license.
    I need to get this from sql, can you please let me know which table is it.
    for example, in OAM license manager i can see that the "Project Collaboration" is licensed which is coming under "Projects" --> "Project Costing"
    fnd_product_installations gives the installed products, but not the components.
    I am getting the information which i require through OAM, but it would be useful if some one give the query to find this at backend.
    Thanks & Regards,
    Rakesh

    Hussein,
    All the options in the note is giving only the product/module installed.
    Let me clearly tell the requirement. I have got a request from asset team regarding the license of all the oracle applications.
    In that they have mentioned many oracle components, ex : Oracle Project Collabration.
    I can see this is licensed in the OAM through -> OAM --> License Manager --> Products -> License Component Application < In this all the conponents are displayed >
    From where we can get this infro from database. I am sure there will be some tables which is having these infromation.
    Thanks & Regards,
    Rakesh

  • Navigating between views of different applications

    Hi Experts,
    I have two applications with each having their own views. Project requirement in my case, is to navigate from view of one application to a view in another application. Is this possible? If yes, how can i achieve it? 

    Hi Mukesh,
    Thanks for the links, they did help me quite a bit. However, I am getting a WDRuntimeException - Cannot navigate from view KselectComponentInterfaceView because it is not part of the current view assembly.
    I have embedded the interface view of the view in the first component and I can access methods and such. But when I fire the plug to go to the next view, I get the error above.
    This is my code where the exception pops up -
    public void onActionConfigure(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String componentToMap )
        //@@begin onActionConfigure(ServerEvent)       
        wdThis.wdGetKselectComponentInterfaceViewController().wdFirePlugToConfigureViewExitPlug(componentToMap);   
        //@@end
    The plug is defined in the Interface view naturally, not in the view where the above code is.
    Thanks,
    Sameer

  • Unable to view the "Discovery Application" section under studio.

    Hello,
    I have installed OEID 3.0, using integrator I have loaded the sample getting started application to the server successfully.
    I am following the instructions given under the getting started guide, after loading the data to the server I am able to login successfully to studio http://localhost:8101.
    However in the login screen I am getting only the "welcome Admin Admin!" menu, under which I am unable to see the Discovery Application section.
    But I followed the guide to access the control panel and change the default datasource, as per the guide I clicked "Back to home" but still Discovery Application section is not visible.
    Which is obviously used for creating and managing the applications.
    But I managed to create the application by selecting control panel > Portal > Application and I created the application and managed to load the EID_3.0_SampleApp.LAR file and able to successfully launch the studio.
    Can anyone kindly let me know why I am unable to view the discovery application section till now?
    Thanks.

    I don't completely follow yet what you are seeing in your Studio instance. Is your "Discovery Applications" panel not showing, or is it empty, or is the "New Application" button missing? Perhaps you could paste a screenshot somewhere and link it here.
    You say you are having problems with datasources - could you paste your data source JSON, and any error messages you are getting in the Studio logs?

  • Magic Mouse need view all open applications....

    is it possible to have the same option to view the open applications in the new magic mouse, im a programer and always in need to haver several applications and run between them ... just bought the magic mouse its great loving it , but please insert a command to view all the open applications PLEASE
    Message was edited by: FranciscoCarlao

    A few hours later…
    I just found Mouse Wizard:
    http://www.samuco.net/web/node/23
    I will say that when I downloaded the demo the center button didn't work, but a very quick & courteous reply from their tech support suggested:
    In terminal, can you try entering this command: "rm ~/Library/Preferences/.MagicalWizard.plist". Then, relaunch MouseWizard.
    I did this & now I have center button nirvana! (Mouse Wizard also supports a version of the squeeze button (they call it fourth button) and squeeze/bloat gestures.)
    So far so good--it's made me much happier with my magic mouse.

  • How to Register a View in Oracle Applications

    Hi,
    I have created a Custom View and want it to see it in one of the BPA Pages. For this purpose I shall need to register the view in Oracle Applications.
    Can you please provide me clues to do so. I tried the Application Developer responsibility, there I can only query the view and not register them.
    Also if I try using backend I could get hold of Package AD_DD which registers a table. Any clues for registering the View would be welcome.
    Thanks

    Thanks for your response.
    Actually I need to show Sales Order Line No, Federal Id and a few other Fields on our Invoice. Now these are not available in Oracle Recievables view. So I was trying to create my own View.
    I created a View in database. Now I am trying to create a Data source and associate this (custom created) View to it. However my View is not showing in the Views List of Values.
    I am not sure whether I am doing it right. Can you please help me with this. Any pointers to a document which explains my requirement would be great.
    Thanks
    Sumit

  • My operating system is Windows XP SP3.  I have Adobe 11.0.08 installed.  I cannot print a pdf file/document. Error message - AeroRd32.exe - Unable To Locate Component  -  "Application failed to start because lxdautil.dll not found."  Any suggestions?

    My operating system is Windows XP SP3.  I have Adobe 11.0.08 installed.  I cannot print a pdf file/document. Error message - AeroRd32.exe - Unable To Locate Component  -  "Application failed to start because lxdautil.dll not found."  Any suggestions?

    That DLL is part of your printer driver; reinstall or update the device driver for your printer, and the message should go away.

Maybe you are looking for

  • How can I delete linked devices from my icloud account?

    Someone that I dont Know has sign in on an ipad. I've already changed my pasword but I still can see it linked. for example it apperar on my icloud tabs on safari. this really bothers me. How can I unlink it?

  • "0" doesn't display before comma in float numbers...

    Hi fellow APEX users, Have you ever experienced this issue with float numbers in your APEX forms? When I type float numbers between -1 and 1 in forms (e.g. 0,7 or -0,2), and after having submitted the form then reloaded it for editing, "0" doesn't di

  • Useless Plists

    How can I erase the plists that are no longer in use? ie. I deleted the Tiger Woods PGA Tour game and still when I go to ~/Library/Preferences the .plist file is still there.. I COULD erase them one by one.. but i don't know which plist is of which p

  • Can you tell me what is the music app in the iPad TV advert love?

    hi, there is a music app in the TV advert love in the scene where there are musicians and an electric guitar connected to the iPad. the app seems to have something like a rack of music equipment in different colours. i am uncertain as to the name of

  • There is no "Mark as template" option in Jdev 11.1.1.5

    I don't find the option "Mark as Template" in Jdev 11.1.1.5.Could someone help on this