Oracle Multimedia PL/SQL Web Toolkit Sample Application

Hi,
I am trying Oracle Multimedia PL/SQL Web Toolkit Sample Application for Oracle database 11g Release 2, on the client components of the readme file, it says that oracle http server must be installed, and http server is available on the companion CD of Oracle Database 10g Release 2 (10.2), actually I'm using Oracle database 11g, is it because of database version that I cannot find http server component to add using universal installer or because during installation I chose install on my laptop and not a server?
regards,
Hassane Cabir

In apex folder (the downloaded one), there is README.txt under owa which contains information about PL/SQL Web Toolkit and how to upgrade.
This is the content of this file:
PL/SQL Web Toolkit 10.1.2.0.6
Application Express 3.0 requires PL/SQL Web Toolkit version 10.1.2.0.6 or greater.
As a convenience, the PL/SQL Web Toolkit 10.1.2.0.6 is included with Application Express 3.0
in the apex/owa directory. This version of the PL/SQL Web Toolkit is not a replacement for
subsequent versions of the PL/SQL Web Toolkit, as delivered with database patch sets or
Critical Patch Updates.
If the PL/SQL Web Toolkit version is lower than version 10.1.2.0.6, the included PL/SQL Web
Toolkit bundled with Application Express 3.0 should be installed prior to the installation of
Application Express 3.0.
To determine the PL/SQL Web Toolkit version, connect to the database as the SYS user and
run the query:
select owa_util.get_version from dual;
Installing the PL/SQL Web Toolkit 10.1.2.0.6
1) Stop all applications using the database
2) Navigate to the directory apex/owa
3) Connect via SQL*Plus as the database user SYS
4) Run the PL/SQL Web Toolkit installation script by issuing: @owainst.sql
5) Review the output displayed from owainst.sql and ensure no errors were encountered.
6) Confirm the PL/SQL Web Toolkit version is 10.1.2.0.6 or greater by connecting to the database
as the SYS user and running the query:
select owa_util.get_version from dual;
7) Run the utlrp.sql script from the Oracle Database home to recompile all invalid PL/SQL
packages now instead of when the packages are accessed for the first time. This step is
optional but recommended. To run utlrp.sql, issue: @?/rdbms/admin/utlrp.sql
Saad

Similar Messages

  • Migrate/Import/[etc.] PL/SQL Web-Toolkit Application to APEX

    Hello all,
    I've only recently learned about APEX and have dabbled with it for a little while, and I'm quite impressed with how amazingly quick it is to develop applications with it.
    A few co-workers and myself are trying to convince "The Management" that we should pursue using APEX to develop our Enterprise Applications. Currently we write our web apps using the PL/SQL WebToolkit, accessing our applications at URL's like: http://host/dad/[package.]procedure .
    Recently (within the past month) there was a convention in the Southern California region where I believe some people from TUSC presented on APEX. As I understand it, they said it was possible to migrate existing applications (written in packages and procedures) to APEX. I'm also told that it is possible to view the PL/SQL that is rendered by APEX to display the application.
    We've practically sold our Director, however he has a few outstanding issues he's asked me to research, as he feels his boss would be most concerned with:
    * How much effort will it take to migrate/import/etc the PL/SQL WebToolkit Application to APEX
    * Should the need arise, how much effort would it take to move from APEX back to PL/SQL WebToolkit
    I've tried researching these topics over the past few days and I haven't really come up with much. I realize that you can call PL/SQL packages/procedures/etc from within a region, but as I read on a thread in these forums ( How to jump from mod_plsql to APEX! ), you still won't be able to take advantage of the Items, Computations, Processes, etc. Is there, in fact, a way of importing a PL/SQL-developed Web Application into APEX to take advantage of all its tools? I would imagine it would be quite a feat to be able to create the items for the form fields, maintain the layout and such, but I need to provide my Director with as much information on these topics as possible.
    Many of us developers are really excited at the prospect of developing with this tool; it would be a shame to lose the opportunity over not being able to provide any information on the topics above.
    Thanks in advance for your assistance,
    -Luis

    Hi Luis,
    I had a client a couple of years back who had an existing PL/SQL Web Toolkit application who used the htp.p etc calls to generate the HTML (and in some cases CSS) for their site. They were interested in using Application Express and asked me to design a new administration module for their site (which I did). The development went extremely smoothly so they then asked about re-writing their existing site in APEX (since maintaining the old site was not a straight-forward task).
    Fortunately for me, the original designer had the foresight to put lots of the application logic into packages (which I could reuse), but I quickly (about 2 or 3 days from memory) created a custom theme and templates in APEX which gave the same look and feel as the existing site.
    Personally, I think if you tried to re-use the existing htp.p calls (by using PL/SQL regions etc), then you would be missing out on some of the major advantages of using APEX (such as the ability to easily change the look and feel of your application).
    I always think that migrating to a new tool/platform etc is a great opportunity to re-examine your existing code to perhaps see if you can do things differently (speed up those queries, perhaps make the navigation more logical etc).
    So, yes you can certainly re-use lots of your existing packaged logic, but I would also take the leap and use the features that Application Express provides to make future maintenance of your application easier.
    Just my thoughts.
    John.

  • SP2-0310 trying to upgrade PL/SQL Web Toolkit on 10g XE

    Hi,
    I upgraded my local Oracle 10g XE APEX installation to version 4.0.2.00.06 but then I realized that I probably also needed a newer version of the PL/SQL Web Toolkit.
    So I changed my path to the owa folder and then I executed owainst.sql connected with SYS as SYSDBA.
    This is the output:
    SQL> @owainst.sql
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    OWA_DBG_MSG
    Installed OWA version is: 10.1.2.0.4;
    Shipped OWA version is  : 10.1.2.0.6;
    OWA packages v10.1.2.0.6 will be installed into your database v102010
    Will install owadummy.sql and owacomm.sql
    Session altered.
    SP2-0310: unable to open file "&wpi_file_var.sql"
    SP2-0310: unable to open file "&owa_file_var.sql"
    Session altered.Why doesn't this work? This is really driving me crazy! Is there something wrong with the version of owa shipped with the 4.0.2 patch?
    Thanks,
    Matthias

    Found the solution to my problem...
    I had "set define off" in my glogin.sql file :-) So the script couldn't replace the & variables...
    Matthias

  • Pl/Sql Web Toolkit vs. Apex

    What are the main differences between Apex and Pl/Sql web pages?
    Is Pl/Sql Web Toolkit better for bigger and more complex applications since you do everything from scratch? ?. Since Apex is build in Pl/sql i think it's just a shorcut(a faster way) to build web applications.
    Please corect me if i'm wrong.
    All my regards,
    Popovich Jhyr

    You are serious asking this in the APEX support forum?? APEX allows you to develop the application in a RAD fashion, where as doing stuff with the pl/sql toolkit is all done by hand.. Plus APEX handles the session handling for you...
    'nuff said.. If you want to do things by hand, glad I am NOT paying your salary...
    Thank you,
    Tony Miller
    Webster, TX
    I cried because I did not have an office with a door until I met a man who had no cubicle.
    -Dilbert

  • How to print a page written in pl/sql web toolkit

    Dear members,
    I have a time sheet page created using pl/sql web toolkit. I want to submit this page to the printer.
    Please let me know, if there are any examples or documents on this one.
    Thanks
    Murugan

    I try to show/hide a div depending on the occurence of errors. I resolved this problem by doing this in javascript.
    function showEdu(){
    $("#edu").animate({ height: 'show', opacity: 'show' }, 'slow');
    $s('P6_EDU_SHOWN','Y');
    function hideEdu(){
    $("#edu").animate({ height: 'hide', opacity: 'hide' }, 'slow');
    $s('P6_EDU_SHOWN','N');
    function checkEduError(){
    if($("span").hasClass("errTxt") == true)
    {showEdu();}
    else
    if($v('P6_EDU_SHOWN') == 'Y')
    {showEdu();}
    else
    {hideEdu();}
    }

  • APEX 3.0 requires PL/SQL Web Toolkit version 10.1.2.0.6 or greater

    Hi All,
    We have just upgraded our APEX 2.2.1 env (running in a 9.2.0.8 database) to APEX 3.1.1 and after that upgrade we realized about the requirement to have web toolkit version 10.1.2.0.6 installed prior to the installation of APEX 3.0.
    Based in this scenario, I have some questions:
    1. Can we install PL/SQL Web Toolkit version 10.1.2.0.6 on a 9.2.0.8 database? Our current PL/SQL Web Toolkit version is 9.0.4.0.6
    2. If so, can we do it now? after APEX 3.1.1 was installed?
    3. What are the problems we could have if we don't install web toolkit v. 10.1.2.0.6?
    Thanks in advance,
    Harvey

    Hi Harvey,
    1.) Yes you can
    2.) Yes you can install it after you have installed APEX 3.1.1 -> because it's independent of the APEX installation, it's just a pre-requirement for APEX to run.
    3.) I think I read one time in the forum that it's required for the region caching feature of APEX. But independent of that, if it's a documented pre-requirement I wouldn't wait until I hit a bug which would required 10.1.2.0.6
    Just my 2 cents
    Patrick

  • PL/SQL Web Toolkit version 10.1.2.0.6, where to download?

    Hi:
    It's written in the documentation that we should have PL/SQL Web Toolkit version 10.1.2.0.6 or later... but I didn't find from where I can download.
    I'm sorry if it's not the appropriate forum.
    Saad

    Hello Saad,
    >> So can I download this alone from version 3.1 ?
    I’m not sure what you mean by “download this alone”. If you downloaded the 3.1 full installation file, you don’t need to download anything else. Just unzip the file, and under ‘apex\owa’ directory, you’ll find the proper files to install PL/SQL Web Toolkit version 10.1.2.0.6. Just read the readme file in the directory.
    Regards,
    Arie.

  • Web services (sample application)

    Hello,
    we're trying to get the sample applications (including web services) working (using HTML DB 1.6.0.00.87).
    First, we encountered "ORA-20001: The webservice was unreachable because either the URL you supplied was invalid, or your environment requires a valid proxy server address for HTTP requests.". After entering our proxy server's address, a new error occurs:
    "ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing LPX-00104: Warning: element "HTML" is not declared in the DTD Error at line 2"
    Same thing happens when trying to create a new web service reference based on the tutorial provided by Oracle: http://www.oracle.com/global/de/community/tipps/WebServices/index.html
    Any ideas where our mistake lies?
    Thanks in advance for your help!

    I've run into the same issue. I thought it was because I was using version 1.6, so I upgraded to HTML DB 2.0 today (I am running 10.2 locally). However, I am getting the same error:
    ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing LPX-00104: Warning: element "html" is not declared in the DTD Error at line 2
    This happens when I select the IBM UDDI from the list and search for %xMethods% as indicated in the 2-Day Developers Guide.
    I get the same error when selecting the Oracle UDDI.
    The XMethods UDDI goes out and searches for something, but 30 minute waits have not resulted in any return, although I have gotten "no matches found" in the past. The IBM UDDI has resulted in the same error.
    I've check my proxy settings (don't have any) and tried in both IE 6 and Firefox 1.5.
    When I pull the search string down to "%", then every UDDI registry search goes off and spins. In the past, I got a huge number of matches from XMethods, but couldn't start paging through for the "xMethod Delayed Stock Quotes" example in the tutorial.
    I would appreciate any enlightment anyone can shed on what's happening under the covers.
    Many thanks,
    Petie

  • PL/SQL SSO SDK Sample Application doesn't work!

    In the latest document on the SSO SDK (http://download-east.oracle.com/docs/cd/A97329_01/manage.902/a96114.pdf), there is a major programming error in the sample application on page 4-5. There is an invalid EXCEPTION block followed by an invalid ELSE block.
    There is absolutely no help from Oracle Support or Metalink on this issue. I am calling upon all Portal Developers frustrated with this very obvious syntax error to pressure Oracle to rewrite this document ASAP. From what I have read, this seems to be a problem since mid-2000. Let's flood Oracle Support with e-mail demanding this issue to be resolved at the highest priority!
    I can't believe Oracle would allow this document to be released without being thoroughly proofread!

    Bill, thanks for bringing this to our attention. We certainly do our best to avoid documentation inaccuracies. Given the scope of the documentation, unfortuately occationally things slip through and we certainly appreciate it when people take the time to let us know if they find a "doc Bug".
    Hopefully this won't happen too often but just in case (refering to the documentation)
    If you find any errors or have any other suggestions for improvement, please indicate the title and
    part number of the documentation and the chapter, section, and page number (if available). You can
    send comments to us in the following ways:
    Electronic mail: [email protected]
    FAX: 650-506-7375 Attn: Oracle9i Application Server Documentation Manager
    Post:
    Oracle Corporation
    Oracle9i Application Server Documentation
    500 Oracle Parkway, M/S 1op6
    Redwood Shores, CA 94065
    USA
    Thanks again

  • PL/SQL WEB Toolkit: Using BUTTON to execute PL/SQL procedure

    I am trying to execute a PL/SQL procedure with a "SUBMIT" button from a WEB page. I have several URLs that execute perfectly, but I do not want endusers to have to type the URL themselves. I want to display a web page with multiple URLs in a drop_down list. User chooses a member of the list, clicks the "SUBMIT" buttom and that specific URL executes and produces the proper result. I am NOT a web developer, but this is what I've written sofar:
    CREATE OR REPLACE PROCEDURE html_list
    IS
    BEGIN
    HTP.PRINT ('<html>');
    HTP.PRINT ('<head>');
    HTP.PRINT ('<meta http-equiv="Content-Type" content="text/html">');
    HTP.PRINT ('<title>Title of the HTML File</title>');
    HTP.PRINT ('</head>');
    HTP.PRINT ('<body TEXT="#000000" BGCOLOR="#FFFFFF">');
    HTP.PRINT ('<h1>List of Valid URLs</h1>');
    HTP.PRINT ('<p>Choose your desired URL from the list below.');
    HTP.PRINT ('<FORM method="post" action="WHATEVER_COUNTS_WEB">');
    HTP.PRINT ('<FORM method="post" action="REQUEST_OBJECTS?PARAM1=MY_SCHEMA_ID">');
    HTP.PRINT ( '<SELECT name="URL">
    <option value="http://asai01.ffxlab.net:8080/me_epg_dad/WHATEVER_COUNTS_WEB">Count of Rows in Whatever Tables
    <option value="http://asai01.ffxlab.net:8080/me_epg_dad/REQUEST_OBJECTS?PARAM1=ME">Request Objects for MY_SCHEMA_ID
    <input type="submit" value="Submit"/>
    </SELECT>');
    HTP.PRINT ('</FORM>');
    HTP.PRINT ('</body>');
    HTP.PRINT ('</html>');
    END;
    Any help would be greatly appreciated. I've been writing PL/SQL code since 1989, but have never had to execute code via a WEB page until this week.
    Thanks so much

    Hi,
    Welcome to Oracle Forums!
    Please acquaint yourself with the FAQ and forum etiquette if you haven't already done so.
    Always post code snippets enclosed in a pair of &#123;code&#125; tags as explained in FAQ
    This Forum is dedicated to Oracle Forms. Unfortunately there is no Forum for WebToolKit that I know of. The closest is Oracle Application Express (APEX).
    If you objective is to have the User Navigate to the URL clicked then the easiest way is to use anchor tag with href attribute
    CREATE OR REPLACE PROCEDURE html_list
    IS
    BEGIN
    HTP.PRINT ('<html>');
    HTP.PRINT ('<head>');
    HTP.PRINT ('<meta http-equiv="Content-Type" content="text/html">');
    HTP.PRINT ('<title>Title of the HTML File</title>');
    HTP.PRINT ('</head>');
    HTP.PRINT ('<body TEXT="#000000" BGCOLOR="#FFFFFF">');
    HTP.PRINT ('<h1>List of Valid URLs</h1>');
    HTP.PRINT ('<p>Choose your desired URL from the list below.</p>');
    HTP.PRINT ('<a href="http://asai01.ffxlab.net:8080/me_epg_dad/WHATEVER_COUNTS_WEB" target="_blank">Count of Rows in Whatever Tables</a>');
    HTP.PRINT('<a "http://asai01.ffxlab.net:8080/me_epg_dad/REQUEST_OBJECTS?PARAM1=ME" target="_blank">Request Objects for MY_SCHEMA_ID</a>');
    HTP.PRINT ('<FORM method="post" action="WHATEVER_COUNTS_WEB">');
    HTP.PRINT ('<FORM method="post" action="REQUEST_OBJECTS?PARAM1=MY_SCHEMA_ID">');
    HTP.PRINT ( '<SELECT name="URL">
    <option value="http://asai01.ffxlab.net:8080/me_epg_dad/WHATEVER_COUNTS_WEB">Count of Rows in Whatever Tables
    <option value="http://asai01.ffxlab.net:8080/me_epg_dad/REQUEST_OBJECTS?PARAM1=ME">Request Objects for MY_SCHEMA_ID
    <input type="submit" value="Submit"/>
    </SELECT>');
    HTP.PRINT ('</FORM>'); */
    HTP.PRINT ('</body>');
    HTP.PRINT ('</html>');
    END;Change the target attribute to suite your needs. More here http://www.w3schools.com/tags/att_a_target.asp
    Or, maybe explore Apex !
    Cheers,

  • Calling Oracle BugDB PL/SQL Package Procedures from Application Modules

    Hi Experts,
    I am using JDev 11g R2.My requirement is as follows:
    1.Create a public database link to remote bugDB using the Testing Environment.(Done)
    2.Access the data from local database to BugDB using that DB link (Done)
    3.Insert/Create a bug using the Create_Bug procedure in the API provided by BugDB(Failed).In the Application ModuleImpl class I have added the following code(Just an Example) to call the API containing a pl/sql procedure which creates a bug in the remote db table.
    public void Create_Bug(String Product, String Component, String Subcomponent, String Status) {
    CallableStatement st = null ;
    try {
    StringBuffer str = new StringBuffer();
    str.append(" BEGIN ");
    str.append(" Bug.Bug_API_V1.Create_Bug@bugtest( ");
    str.append(" Product => :1, ");
    str.append(" Component => :2, ");
    str.append(" BugNo => :3 ");
    str.append(" Status => :4 ");
    str.append(" ")
    str.append(" ); ");
    str.append(" END; ");
    st =getDBTransaction().createCallableStatement(str.toString(), 1);
    st.setString(1, Product);
    st.setString(2, Component);
    st.setString(3, Subcomponent);
    st.setString(4, Status);
    st.execute();
    } catch (SQLException sqle) {
    // TODO: Add catch code
    sqle.printStackTrace();
    } catch (NumberFormatException nfe) {
    // TODO: Add catch code
    nfe.printStackTrace();
    4.Added a managed bean to invoke this AppModuleDataControl which stores the value in the remote database.(Failed in this part).
    Its not showing any errors in the log but the bug is not created either in the remote database.Could anyone guide me where am I going wrong or what is the better way to handle this requirement.Any suggestion for materials,links or tutorials would be highly appreciated.Thanks in advance.
    Regards,
    Prasanna

    Prasanna,
    this is a public form_ and the Oracle bug database API is not public! Can you please post internal questions to Oracle internal forums and mailing lists?
    thank you
    Frank

  • Options for supporting web toolkit applications

    The various changes which have occurred between 10 and 11g are very detrimental to any users developing or supporting applications built with the original web toolkit (not APEX).
    In 10g, you could download the database and companion CD and end up with a database and http server with mod_plsql running in no time flat.
    In 11g, the database install is just as easy, but the http server install requires "Oracle Fusion Middleware Web Tier" which weighs in at a scary 1Gb+ (for a webserver) and assumes you are wanting to run lots of instances across an "enterprise grid". Even finding the error logs for when it doesn't work is hard. I spent a happy 4 hours trying to install it (following the instructions) without success.
    So, you think, what are the alternatives.....
    1. You could use the EPG, but the majority of advice is that this isn't suitable for production deployments
    2. You could use the APEX listener, but that doesn't support some of the features: flexible parameters, basic auth, etc
    There are a number of things Oracle could do to rectify this
    1. Open source mod_plsql. If they are not going to develop it further then let someone else do it for them
    2. Maintain backwards compatibility with mod_plsql in the APEX listener - not every application is APEX
    Hopefully someone from the APEX listener team can say "yes, we'll be making the apex listener compatible with all mod_plsql features in the next release". Fingers crossed...
    This was expressed more eloquently by John Flack here
    http://it.toolbox.com/blogs/jjflash-oracle-journal/application-express-listener-an-open-letter-35464
    Edited by: user486189 on 07-Aug-2010 04:52

    Thanks for the favorable mention of my blog - I updated that entry with a later one based on the Release Candidate version of the Apex Listener. I haven't given the production version a really good try yet, but what I've seen is pretty close to what I saw in the early adopter versions, except that the documentation is much better - bravo.
    You've named two alternatives to mod_plsql. Here are a few more:
    mod_owa: This is similar to mod_plsql, but it works under the generic version of Apache web server, rather than Oracle's customized version, Oracle HTTP Server. It is configured a little differently from mod_plsql and has some variations in the way it supports some of the more advanced features of the PL/SQL Web Toolkit, like flexible parameters. Joe Lennon wrote a blog entry about mod_owa here: http://www.joelennon.ie/2008/12/09/install-apache-mod-owa/.
    The base website for mod_owa is: http://oss.oracle.com/projects/mod_owa/dist/documentation/modowa.htm
    Thoth Gateway: If you have a Microsoft IIS web server, you might try the Thoth Gateway. Find it here: http://code.google.com/p/thoth-gateway/
    DBPrism: This is another JEE based application that I know that some are using. DBPrism was not primarily intended as a mod_plsql replacement, but does do that too. Find it at: http://www.dbprism.com.ar/en/index.html
    Please be aware, I haven't tried these (except a brief trial of an earlier version of mod_owa) so I can't vouch for them.

  • PLSQL Web Toolkit disabled in R12 - What are the alternatives?

    We have developed a fair amount of add-on applications in our e-business suite using the plsql web toolkit (htp). This functionality has been disbaled in R12.
    My question to Oracle Support was , "What is the work around for using applications we developed in 11i that were developed using the plsql web toolkit?
    Oracle response:
    R12 does not support WWK fucntions.
    You will need to recreate these as custom JSP pages.
    The pl/sql toolkit in the Apache Server is disabled in R12 as a security precaution.
    1. What are other people doing who have encountered this issue?
    2. Is it possible to enable the pl/sql toolkit in the apache server? If for nothing else than to buy time until these apps are re-written as jsp apps.
    3. Is anyone doing something other than jsp? i.e. SSWA Servlet Function?
    Any help or suggestions appreciated.

    Steven, this is a re-post of a question I asked in your article
    http://blogs.oracle.com/stevenChan/2006/11/mod_plsql_not_supported_in_ebu.html
    (great stuff btw)
    Hoping others may see this and have some input as well. So.....
    As means to buy some time while we learn how to redevelop our existing extensions in the R12 OA Framework as jsp, we are exploring using mod_plsql on a separate Oracle Application Server 10g installation to extend the life of our applications written using the pl/sql web toolkit.
    So here is my question: How do you integrate applications using this seperate mod_plsql into R12's security since it does not allow you to register a function type WWK (SSWA plsql function)? i.e registering as an EBS function then adding to a menu and so on.
    Do you still register the function as a WWK (SSWA plsql function) and enter a fully qualified url to the mod_plsql pkg.proc in the Web HTML tab?
    Thanks for any comments.

  • PL/SQL WEB for Oracle9i

    Viewed some documentations and samples on PL/SQL WEB for Oracle9i Application Server but not for Oracle9i. Can any one tell me where I can find the sample of PL/SQL WEB especially for Oracle9i ? Thanks!

    Chapter 18 of the Oracle9i Application Developer's Guide - Fundamentals is about PL/SQL and Web-Applications. Have a look at http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96590/adgweb.htm
    regards
    Rainer

  • How to activate Events Calendar Sample Application's Weekly and Daily View?

    Does anyone know how to activate the Weekly and Daily View for the sample calendar application called "Events?" I am trying to generate, or incorporate, a calendar application based upon the sample application provided by Oracle. I have installed the sample application but I am unable to view the calendar in daily or weekly formats. Any assistance would be appreciated. Thanks in-advance.

    Hi,
    If the calendar was set up to only use the Monthly view, then you will be missing a number of items on your page.
    The simplest thing to do would be to create a new calendar page in your copy of your sample app and then identify those items that are missing from your original page. These should be Monthly/Weekly/Daily buttons, Adjust Calendar Date - Monthly/Weekly/Daily processes and a hidden Pnn_CALENDAR_TYPE page item that holds the currently displayed type.
    Andy

Maybe you are looking for

  • Help / suggestions with multiple apple id's

    I would like to give a scenario and hopefully get some advice / help / suggestions on how best to approach this: We are an Academy in the UK with over 700 students on roll ranging from 14 to 18 years old.  Each student has an iPad mini.  Not all stud

  • List of issues to gain IE compatibility

    I am trying to figure out what I need to do to make an iWeb site compatible with Internet Explorer (say, version 6 and above). From reading the various information, here is my list: 1) Change all PNG files to JPG (because if a PC has JS disabled (def

  • Accessing back-ups on external hard-drive with Time Machine.

    Hi guys, I hope someone can help me with this problem. I am a novice at this so please be patient and forgive my ignorance. I backed up the internal hard-drive of my '06 iMac onto an external Iomega 500GB hard-drive using Time Machine. A couple of we

  • Service apple mobile device failed to start, Verify privileges. What?

    After being prompted to upgrade my iTunes software, I clicked ok. The upgrade failed to complete the installation with "service apple mobile device failed to start, Verify privileges to start system services". notice. I am given the option to Abort,

  • JLayeredPane

    Hi, I'm having a problem with JLayeredPane. My background image won't show up. Any suggestions? Thanks in advance           JFrame frame = new JFrame();           Toolkit t = frame.getToolkit();           Dimension d = t.getScreenSize();           in