WD Windows in one application?

I have to develop one application, consists of a set of views which are Role-based. ie different user has different view.
My Question is , do i have to create different Windows for each view, or one window is enough ?

Hi..
If you are using the webdynpro iview you  have to specify the application name.You cannot show different views as different iviews.You can capture the current user and change the visibility accordingly.
Validate the user to get the role and change the visibility
Hope this helps you...
Regards
Alamelu

Similar Messages

  • Whenever i have 2 windows for one application loaded up i can't open the second window

    so like for steam, if i have a chat window and the steam client running and i click on the steam icon in the dock only the client comes up, i have to literally move the client out of the way just to view the message which is hiding behind it, how do i load up the chat box right away

    Two finger swipe.

  • Problem with drag and drop application windows from one workspace to another

    I work with multiple desktops (Spaces) and before I freely dragged the mouse a window from one space to another, now the mouse rests on the edge of space and the application does not become the next space. What am I doing wrong or where this option is set?

    After the publication of the problem has disappeared, the window is dragged. Miracle! )

  • Can I download Sun One Application Server 7(standard Edition)on Windows XP

    Hi,
    I have Windows XP Home Edition on my system.I am planning to develop and test some applications on Sun One application Server 7.Will the server support XP platform?Any help is appreciated..
    Thanks,
    Radhika

    Hi Radhika,
    We certified Sun ONE Application Server on XP Professional.
    http://docs.sun.com/source/816-7142-10/platform.html#1003131
    You might be able to successfully install and use the product on XP Home Edition, but it this particular edition of XP is not officially supported.
    Download link is:
    http://wwws.sun.com/software/products/appsrvr/appsrvr_download.html
    Chris

  • Creating a connection pool using Oracle 10g, Sun ONE Application Serve 8.1

    Has any one succesfully configured Oracle 10g to work with Sun ONE Application Server 8.1 on Windows 2000 server service pack 4? I am embarking on a new J2EE project and I need to configure it as soon as possible.

    I haven't done it myself on that particular service pack, but I don't see why it should be any different than configuring a connection pool on other vanilla win2k/other OSes.
    Would you please try and let this forum know?
    thanks.

  • Creating a connection pool using SQL Server 2000, Sun ONE Application Serve

    Has any one succesfully configured SQL Server 2000 to work with Sun ONE Application Server 7 on Windows 2000 server service pack 4? I am embarking on a new J2EE project and I need to configure it as soon as possible.
    The problem I am having is that, when I ping the data souce name, there is a connection error.
    I have set the data source name and other details as follows:
    Under JDBC, I have set the parameters for the connection pool as follows:
    Data Source Name:      com.microsoft.jdbc.sqlserver.SQLServerDriver
    Database Name:          jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=Test
    User:               test
    Password:          test
    In the JVM settings page, I have set the prefix class path as follows for the location of the Microsoft JDBC
    drivers that I downloaded as follows:
    c:\microsoft\drivers/lib/msbase.jar
    c:\microsoft\drivers/lib/msutil.jar
    c:\microsoft\drivers/lib/mssqlserver.jar
    Under JVM Options, there is a strange setting which I don't understand: perhaps this is the cause of the
    connction error?
    -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
    Please help????

    I'm in a similar boat...
    Trying to setup AS7 JDBC and followed the instructions on the link you provided and get the following exception. I kept the case the same, thinking 'setpassword" was incorrect, so I tried changing the property to "Password", but get the same exception but it points to "setPassword" instead.
    SEVERE: RAR5041:Cannot get jdbc connection
    com.sun.enterprise.repository.J2EEResourceException
    java.lang.NoSuchMethodException: setpassword
    at com.sun.enterprise.repository.JdbcConnectionPool.createDataSource(JdbcConnectionPool.java:243)
    at com.sun.enterprise.resource.JdbcUrlAllocator.createResource(JdbcUrlAllocator.java:80)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.createSteadyResources(IASNonSharedResourcePool.java:856)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.initPool(IASNonSharedResourcePool.java:416)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.internalGetResource(IASNonSharedResourcePool.java:625)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.getResource(IASNonSharedResourcePool.java:520)
    at com.sun.enterprise.resource.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:263)
    at com.sun.enterprise.resource.JdbcXAConnection.<init>(JdbcXAConnection.java:74)
    at com.sun.enterprise.resource.Jdbc10XaAllocator.createResource(Jdbc10XaAllocator.java:94)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.createSteadyResources(IASNonSharedResourcePool.java:856)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.initPool(IASNonSharedResourcePool.java:416)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.internalGetResource(IASNonSharedResourcePool.java:625)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.getResource(IASNonSharedResourcePool.java:520)
    at com.sun.enterprise.resource.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:263)
    at com.sun.enterprise.resource.PoolManagerImpl.getResource(PoolManagerImpl.java:170)
    at com.sun.enterprise.resource.JdbcDataSource.internalGetConnection(JdbcDataSource.java:241)
    at com.sun.enterprise.resource.JdbcDataSource.getConnection(JdbcDataSource.java:98)
    at com.rvi.database.jdbcConnection.getConnection(jdbcConnection.java:93)
    at com.webapp.database.ArticlesDAO.selectByYear(ArticlesDAO.java:102)
    at com.webapp.actions.ArticleAction.list(ArticleAction.java:96)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
    at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:216)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
    at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
    at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)

  • Why CreateNewFrame() returns as NULL after successful created 136 child frame window and trying to create 137th child frame window in MDI application

    I am working on MDI application which was developed in VC++ in VS 2012. When my application is launched, it will display a Tree. Under a tree there are 254 nodes. Basically
    these nodes data are read from Configuration xml file and loaded into the Tree. By double clicking on each node, first it will create object for document class ( By calling CreateNewDocument() method) after that member variables for that
    document class will be initialized and then it will create the new frame window (by calling
    CreateNewFrame(pDoc,NULL). New child frame window will show under Main window to the user.
    User able to see the data from child frame window.
    Similarly by double clicking on each node it will create another object for the same document class and new child frame window will be opened for that node. Each child frame window runs
    in different data and showed under the Main window.
    Existing requirement by double clicking on each node, node data shall show in separate child window and there is no requirement for all 254 child windows opened simultaneously.
    But current requirement is , all 254 child windows shall open simultaneously by double clicking on each node one by one.
    In debug mode I have tried double clicking on each node. I able to open up to 50 nodes. After 50th child windows are opened, I unable to access to the application
    (Unable to open further node data window since application is getting hanged).
    Each child window is having tree, multiple splitter window and some additional controls (static text, ...).
    Same I have tried in release mode, I able to open up to 136 child windows. After that the application fail to create the new frame window in VS 2012. i.e CreateNewFrame() return
    NULL after successful created 136 child frame window. Debug purpose I have added the code to retrieve last error code by calling GetLastError() method. I got the value as "0". By closing any existing child window then I able to open remaining nodes.
    At any point of time I can reach maximum of 136 child frame window that can be opened under Main window. Failing to open all 254 child frame window
    simultaneously,  currently I fail to meet the current requirement.
    current Requirement is all 254 child frame window are opened simultaneously. Please let me know what may be the reason fail to create new frame window after 136 frame window that are
    opened already. In Microsoft site, mentioned that there is no limitation for creating frame  window in MDI application. I have tried another sample MDI application having limited number of controls, in which I able to create "n"
    number of child frame windows. why not able to create more than 136 child frame window in my actual application?
    Is there any possibility by changing project settings allow me to create 254 child frame window??
    Code Snippet as below:
    CDiagBaseDoc * CDiagBaseMDocTemplate::OpenDiagView( ...)
         CDiagBaseDoc* pDoc = NULL;
        if (pDoc == NULL)
            pDoc = (CDiagBaseDoc*)CreateNewDocument();
        if ( pDoc )
           CFrameWnd* pFrame = NULL;
           if (bAlreadyOpen)
                  // If Child frame window already opened, then handling the code here.
         else
               pFrame = CreateNewFrame(pDoc, NULL);
               if (pFrame == NULL)
                  ASSERT(FALSE);
                  delete pDoc;       // explicit delete on error
                 pDoc = NULL;
              ASSERT_VALID(pFrame);
              if( pDoc != NULL ) //VS2012
                 if ( !pDoc->OnNewDocument() )
                    TRACE0("CDocument::OnNewDocument returned FALSE\n");
                    delete pDoc;       // explicit delete on error
                    pDoc = NULL;
                    pFrame->DestroyWindow();
                     pFrame = NULL;
           if (pFrame)
               InitialUpdateFrame(pFrame, pDoc);
               ShowWindow( pFrame->GetSafeHwnd(), SW_MAXIMIZE ); //when opening node for the 1st time, maximize it
    }<o:p></o:p>

    Hi MuruganK,
    Have you checked how much memory your application used? You could check it by Task Manager. Maybe your application reach Memory Limits for Windows.
    https://msdn.microsoft.com/en-us/library/windows/desktop/aa366778%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
    Is it possible that there are some memory leaks in your application? It would better if you have made a simple sample to reproduce and narrow down this issue.
    Best regards,
    Shu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Maximize Windows and close applications

    After trying to find a person to speak to, i had to gave up and now try in this forum.
    Is there no way to ask a question to apple?!?
    I mean, sending an email?
    Even did everything to get into phone-contact, but only after i did everything, i learned that this is only available in the USA and canada
    OK, here are my questions:
    I am in dire need of two things:
    1)
    If i click on the "Zoom" Button on an application, it shall MAXIMIZE, taking up all room available beside the space needed for the upper menu bar and that was is needed for the dock (if it is visible).
    2)
    When i close the last windows on an application, it shall close the application!
    How can i accomplish that in Mac OS X?
    Does anybody know?
    Could anybody hint to be a mail-address, where i could ask this question?
    Thanx a bunch!

    1) If i click on the "Zoom" Button on an application, it shall MAXIMIZE, taking up all room available beside the space needed for the upper menu bar and that was is needed for the dock (if it is visible).
    That's not how Mac OS X works (at least by default), and isn't what most people want anyway, it's just what they are used to in Windows and stems from a time past where users typically did one thing (or at least only ran one application) at a time. It made sense for that application to use all the screen.
    That is no longer the case in modern operating systems where users may have many applications running at once, and benefit from being able to overlay applications.
    It's even more true when you look at modern applications with their myriad of toolbars, palettes, etc. - you need to be able to position the document windows independent of the user interface elements.
    And it's yet more true when you look at modern hardware options like a 30" display. There is no way it is practical to zoom a web page, for example, to fill a 30" screen.
    Instead Apple's model leaves it to the developer to determine what the optimal size is for their windows. For a page-creation application (e.g. word processing, desktop publishing, etc.) it makes sense for the document window to size relative to the page being created. For a graphics application such as Photoshop it makes sense for the window to size based on the image being edited, and for a web application such as Safari it makes sense for the document window to size based on the web page you're viewing. In most cases, none of these make sense to fill the screen.
    Now there are cases where it is valid to fill the screen such as presentations and kiosks, but for these you typically need applications designed for such purposes (e.g. Keynote or PowerPoint for presentations) but it is still the responsibility of the application to set its view accordingly.

  • Finder only shows one application at a time...

    Hi all,
    Hopefully someone can shed light on my dilemma.
    After a system crash today I'm having problems in the Finder.
    I can only have one application visible on screen at a time.
    When I click the Desktop the Finder and any windows there come forward and the previous application is hidden.
    If I'm in Safari and click the iCal icon in the Dock iCal comes forward and Safari is hidden.
    Icons on the desktop are visible at all times and can be clicked / opened etc.
    The only way to have other app windows on screen is to go to the Application Menu and choose "Show All". Clicking a window in another application hides everything again.
    Hide "App Name" / Hide Others are both greyed out and I can't use Cmd-H to hide an app either.
    I've deleted prefs for everything I can think of (Desktop, Dock, Finder) and opened most com.apple. prefs up to find a flag that's been tripped somewhere but to no avail.
    It's acting like the old Mac OS where you could have this as an option in the General Settings Control Panel (from memory...)
    Safe Boot didn't help whilst logging into my other users show none of the symptoms. Obviously It's something in my log in that is causing the problem but I don't know where else to look!
    Any help is greatly appreciated.
    Regards,
    Michael
    PowerBook 15" 1.5Ghz/1Gb/80Gb   Mac OS X (10.3.9)  

    Finder preferences <delete
    • Navigate to ~/Library/Preferences and delete.....
    com.apple.finder.plist
    com.apple.sidebarlists.plist
    Navigate to ~/Library/Preferences/ByHost and delete...
    • com.apple.windowserver.xxxxxxxxxx.plist
    where xxxxxx = a hexadecimal numeric string.
    Navigate to /Library/Preferences and delete...
    • com.apple.windowserver.plist
    george

  • Sound only plays from one application at a time

    I've been having a problem recently with my laptop where it will play sound just fine, but only for one application.
    Explained differently, if I try to start anything that would play sound, and if something else is already playing sound, there won't be any sound from the newer source, and if I want it to play sound, I would have to mute the first source and restart the second.
    Another oddity to this problem is that I can work around this problem by first muting the first source, then starting up the second source, and un-muting the first. This can also be done with additional sources by muting everything that came before it. However, this does not work in every case, and having to do so everytime is rather tedious. I've looked for a few solutions already (Checking drivers, etc.) but nothing seems to work.
    Laptop: Satellite L755D-S5104
    OS: Windows 7 Home Premium Service Pack 1

    Hi V07,
    Here is what I've notice when Im playing a video sound using K-Lite Codec [Media Player Classic] then while the sound plays on the background. I started to play the game LOL (Leagua of Legends) and it provides me both sound the LOL and video sound with no issues.
    I tried playing video using Media Player Classic and open another video using VLC Player both of this application works fine with no conflict. Both of the player provide good quality sounds.
    You can try installing K-Lite Codec [Media Player Classic] and VLC player.
    K-Lite Code for Win7
    http://www.codecguide.com/download_kl.htm
    VLC Player for Win7/Win8
    http://www.codecguide.com/download_other.htm#videolan
    Im hoping it will work to your laptops because on my Toshiba laptop it works perfectly.
    BTW IF YOU THINK IT HELPS ALOT. PLEASE DONT BE AFRAID TO CLICK KUDOS star^_^
    - cokies

  • How to pass a CString from one application to another application using WPARAM/LPARAM in sendmessage fn.

    I have two different application A & B. I am trying to send a message from A to B. In application A , I get the window handle of application B and call postmessage fn to post a message to application B. While posting the message I am trying to send a
    cstring in wparam parameter so that it can be accessed in the message handler.
    Code in Application A:
    void CTestApplnDlg::OnBnClickedOk()
     CString csProcessName = _T("FSAPP.exe");
     CFSProcess objProcess;
     HWND hFSWnd = NULL;
     if(objProcess.GetProcessHandle(csProcessName, hFSWnd))
      CString * csMessage = new CString(_T("This is message from A application."));
      ::PostMessage(hFSWnd, WM_THIRD_PARTY_NOTIFICATION, (WPARAM)csMessage
    , NULL);
    In the other application in the event event handler I try to do the following :
    LRESULT CMainFrame::OnProcessThirdPartyNotification(WPARAM wParam, LPARAM lParam)
     CString* csMessage = (CString*)wParam;
     if(csMessage )
      AfxMessageBox(*csMessage);
     return 0L;
    In the message handler fn, the variable csMessage is pointing to a address but the value is a bad ptr. On accessing the variable like *csMessage it crashes. I have created the variable in heap when the message is posted. So I hope the variable will be in memory.
    Pls help.

    The ultimate problem is that when you place a CString in a wparam like that you are putting an address.  That address only has meaning in the first program.  Your second program cannot access the first programs memory (this is good, otherwise misbehaving
    programs could take down all applications in Windows).  But it does make transferring data between programs more complicated. 
    Some messages like WM_COPYDATA will copy a data buffer from one process to another and are appropriate for what you are trying to do, but a custom message like
    WM_THIRD_PARTY_NOTIFICATION is not one of them.
    By the way your example has a memory leak as well since you would have no way to ever clean up the string you allocate in OnBnClickedOk

  • How do I open the updates window in "Adobe Application Manager"?

    How do I open the updates window in "Adobe Application Manager"? Or can I or should I....??
    I am a brand new Cloud member.  I heard of the Retina update.  Assuming this was where the updates would logically appear I went to the "Adobe Application Manager" app first.  Without closing the "Adobe Application Manager" I opened Photoshop and went to the help menu and selected "Updates..."; a second window opened in the already open "Adobe Application Manager".
    I selected update all.
    The result is below:
    DW CS6 12.1 Creative Cloud
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Dreamweaver CS6 12.0.1 update to address critical issues
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Photoshop 13.1 for Creative Cloud
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Adobe InDesign CS6 8.0.1 update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Adobe Bridge CS6 5.0.1 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Adobe Illustrator CS6 Update (version 16.2.0)
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    DPS Desktop Tools CS6 2.05.1 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Dynamic Link Media Server CS6 1.0.1 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Photoshop Camera Raw 7.2
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Extension Manager 6.0.4 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Adobe Media Encoder CS6 6.0.2 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1I200
    Now, I closed the "Adobe Application Manager" and opened "Photoshop" again and again selected "Updates..." from the help menu.  The "Adobe Application Manager" opened again with just one window this time and the updates happened correctly.
    I was hoping one of the updates would be to the "Adobe Application Manager", I don't think so.
    So, If I were you I wouldn't select "Updates..." from an Adobe app unless the "Adobe Application Manager" is closed until they fix it...
    Current version: Adobe® Application Manager - Version 7.0.0.128 (7.0.0.128) Note the Two windows in the "Adobe Application Manager" in the attached image.

    The updates are currently available by going to Help>Updates within the Application.  Once you invoke the Updater, which is a component of the Adobe Application Manager, it will locate and apply the updates.  It looks like most of your updates have failed to install.  I would recommend you begin by trying to apply the updates that are available on our product update page at http://www.adobe.com/downloads/updates/ and seeing if you face the same difficulty.
    If you continue to experience problems with applying the updates then please review your installation log to determine the cause of the failure.  You can find details on how to locate and interpret the installation log at Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html.

  • How to create large message window in Oracle Applications.

    Hi there,
    I would like to display a window in Oracle Applications very similar to the window we see when we go to Help-> About Oracle Applications.
    Basically I need a window that can display quite a bit of text (hence with a scroll bar) that I can call from custom.pll
    I tried using fnd_message.set_string but this cuts off the message if it is too long.
    Does anyone know how to do this.
    TIA.
    Ash.

    Hi Sandeep.
    Thank you so much for the idea...i am trying to do this but have run into a problem when closing the form.
    I have created a new form from template.fmb, with one window with just one field to display the message and one 'ok' button (that will close the form).
    I am now calling this form from within a trigger in CUSTOM.pll.
    Basically, when a user clicks on the quanitity field on a purchase order line, i want this message to pop up depending on the item they have selected.
    I have used the 'WHEN-NEW-ITEM-INSTANCE' trigger on the quantity field. Once the conditions validates to true, the message pops up... but when I try to close the form (clicking the OK button), it seems like it pops up again as it returns control back to the quantity field and then the trigger kicks in again?
    Any ideas as to how I can resolve this.
    Thanks.
    Ash.

  • Evertime i open a secondary window in an application it opens on my laptop and I working on the application on my thunderbolt. what setting do i use to open the secondary window on the thunderbolt?

    evertime i open a secondary window in an application it opens on my laptop and I working on the application on my thunderbolt. what setting do i use to open the secondary window on the thunderbolt?

    ''Problem:'' For whatever reason, NoScript is stopping Runescape Community Toolbar from working properly which freezes your first Firefox window.
    ''Fix:'' Uninstall the toolbar. Disable NoScript. Install the toolbar. Add your RS account to it and make sure it works, then Enable NoScript again.
    EDIT: Posted a fix earlier that was wrong. Corrected to the right one, sorry ^_^ Answer was on Runescape Forums.

  • Sun One Application Server

    I installed Sun ONE Application Server 7, but the server cannot be started. This is the error:
    Could not start the instance: domain1:admin-server
    server failed to start: abnormal subprocess termination
    What should I do to make it work? (My OS is Windows 2000 Server)

    Have you tried the Sun ONE Software Forum?
    http://softwareforum.sun.com/NASApp/jive/index.jsp

Maybe you are looking for

  • International Preferences cannot be open - System Prefs quit unexpectedly

    Hi, When trying to set Czech Language as the default keyboard input language, I must have changed something or deleted something because since then, i cannot open International Preferences. the small flags are their on the top bar. and I can switch b

  • 13 inch Air screen vs. 13 inch Pro screen

    Hello. I'm looking at getting either the 13 inch new Air or the 13 inch Pro.  I'm wondering what the practical or observed difference between the screens is given that the air's resolution is better. Has anyone observed the difference or have any opi

  • Blurry images in slideshow

    Hi, I have a slideshow with a background and transparent PNG files sliding. However, the PNG's look blurry in the slideshow, but when I right-clicked on the slide and opened the images in a new window to check if it was the compression, the image loo

  • Remove calling features - Answer 1571 and Privacy ...

    I've just ordered a new connection, and decided to opt into the "free" calling features Answer 1571 and Privacy at Home. After completing the order I was notified by email that these features are only free under certain conditions, otherwise there's

  • Problems when I publish

    Hi! I use Iweb but now when I try to publish it says unknown problem. I recently had to replace my harddrive and I used an external harddrive for a complete backup. So in 10 min the computer was up and running again. Everything seams to work except t