Roll Your Own - APEX 4.0 and JQuery-UI Application

For those with a apex.oracle.com account and want to see jQeury tabs running via 4.0 in your own Workspace, use following this script to create your own version of Shijesh's (Apex_Noob) application.
Credit also goes out to Alistair Laing for his hard work in investigating why 4.0 is requiring the use of the googleapis jquery.js... libraries.
Application Builder - Create
Application Type - Database
Create Application - From Scratch
Name - jQuery Application
Add Page - keep default and Click Add Page
Click CreateMy application defaulted to Theme 2, you will need to switch the theme to one of the following: If you don't the tabs will not render properly.
8 Orange
10 Sand
13 Classic Blue
14 Simple Green
15 Light Blue
16 Dark Blue
18 Simple Gray
19 Red Gray
Message - Application created successfully.
Click Shared ComponentsUnder User Interface Click - ThemesIf you don't see one of the above Themes, you will need to Create and switch your Theme.
Click - CreateFrom the Repository selected Click - Next and select one of the above Themes
Click - Switch ThemeSelect one of the above Themes and Click - Next
Click -NextClick - Switch ThemeReturn to your newly created Application by Clicking on Application xxxxxxx Breadcrumb
Click - Create PageSelect - Blank PageClick - NextAssign the page a name
Click - NextAccept defaults and Click - NextClick - FinishClick - Edit PageI still work in Component View, to toggle to this View, click on the control adjacent to Page number and Go button. Hover over the ones on the far right and you will see both Component View and Tree View
From Component View
Click on the Page Edit Control
In the Text Area labeled Javascript/Execute when Page Loads - paste in the following code:
$x("tabs").appendChild( $x("tabs-1"));
$x("tabs").appendChild( $x("tabs-2"));
jQuery("#tabs").tabs();In the Text Area labeled HTML Header and Body Attribute/HTML Header - paste in the following code:
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/themes/redmond/jquery-ui.css" type="text/css" />
<script src= "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.js"> </script>Click - Apply ChangesRequired use of the Google jqueryui libraries is being questioned by recent threads created by Alistair Laing since it appears that 4.0 does not currently support jQeury tabs
{thread:id=1083507}
{thread:id=1083540}
Create a Region
Type HTML Text - accept defaults
Provide a Title like "Tabs" and accept defaults
Template - Reports Region
Sequence 10
Click - NextIn the Enter HTML Text Region Source: Text Area - paste in the following code:
<div id="tabs">
<ul>
<li><a href="#tabs-1">Employees</a></li>
<li><a href="#tabs-2">Departments</a></li>
</ul>
</div>Click - Create RegionCreate a second Region
Type Report/Sql Report
Provide a Title like "Employees" and accept defaults
Template Reports Region
Sequence 20
Click - NextIn the Enter SQL Query or PL/SQL function returning a SQL Query: Text Area - paste in the following code:
SELECT empno,
       ename,
       job,
       mgr,
       hiredate,
       sal,
       comm,
       deptno
FROM   empClick - Create RegionEdit the newly created Report Region
Under Attributes/Static ID - paste in the following code:
tabs-1Click - Apply ChangesCreate a third Region
Type Report/Sql Report
Provide a Title like "Departments" and accept defaults
Template Reports Region
Sequence 30
Click - NextIn the Enter SQL Query or PL/SQL function returning a SQL Query: Text Area - paste in the following code:
SELECT deptno,
       dname,
       loc
FROM   deptClick - Create RegionEdit the newly created Report Region
Under Attributes/Static ID - paste in the following code:
tabs-2Click - Apply ChangesRun you page and you should see you tabs.
Jeff

Great post Jeff,
With regard to Jquery UI and tabs I've contacted the Apex dev team and received a reply from them.
All the jQueryUI files are included in the APEX 4.0 distribution, but not all jQueryUI components
are loaded by default to avoid a huge initial download. It's not necessary to load your own version of jQueryUI, just load the missing component.
For the "Tabs" you have to add
<link href="IMAGE_PREFIX#libraries/jquery-ui/1.8/themes/base/jquery.ui.tabs.css" rel="stylesheet" type="text/css" />
<script src="#IMAGE_PREFIX#libraries/jquery-ui/1.8/ui/minified/jquery.ui.tabs.min.js" type="text/javascript"></script>
to your page template or the header attribute of your page where you want to use it.They did not mention which other Jquery UI widgets were not included so people need to check to see if they get any JS errors Like "$('#tabs').tabs() is not a function" this would suggest that tabs is not being loaded. To included it in you page header directly after #HEAD# you need to place the css and js as stated above.
If you need jquery help just post you queries here or the is some other jquery links that maybe of some use
jQuery
http://jquery.com/ - Official jQuery Website
http://api.jquery.com/ - jQuery API Library
http://plugins.jquery.com/ - jQuery Plugins (Not APEX related)|
http://yayquery.com/ - yayQuery - jQuery Podcast
http://jqueryui.com/ - Official jQuery UI Website
http://jqueryui.com/demos/ - jQuery UI Demos
Edited by: Alistair Laing on Jun 9, 2010 4:04 PM
Add more links
Edited by: Alistair Laing on Jun 9, 2010 4:09 PM

Similar Messages

  • Rolling Your Own Script Editor

    Does anyone know if there is a way in a window you've developed on your
    own to access Forte's "compile" logic? Have a TextEditField and would
    like the stuff in it to be compiled.
    Curtis Marsden
    [email protected]

    If we are making a text-editor wish list, let me add my two cents worth --
    How about text-sensitive help - when you do f1, look up the word under the
    cursor, and if it is found, automatically position to that topic in the
    help file. And as long as we are talking about help, how about more
    example syntax, suitable for cutting and pasting?
    I do like Forte's search and replace feature, with the little check-boxes,
    but wish that it would find all references, not just those in methods. I
    got nailed once changing an attribute or method name (I forget which) that
    was also referenced in a virtual attribute. The code broke, and it was
    pretty hard to track down why.
    Beyond that, I would echo ALL of Richard's suggestions. If I were to pick
    the one or two points that I would consider most important, it would be
    these: Using color to highlight key words and comments in the methods; and
    using a treeview with projects, classes, and methods to simplify navigation
    of the project hierarchy.
    --Jeanne
    ======================================================
    Jeanne Hesler <[email protected]>
    MSF&W Software, Product Development
    (217) 698-3535 ext 207
    http://www.msfw.com
    ======================================================
    /\ Imaging Developer - the only imaging product
    \/ integrated into the Forte Development Environment
    ======================================================
    From: Richard Stobart <[email protected]>
    To: Don Nelson <[email protected]>; Thomas Mercer-Hursh, Ph.D.
    <[email protected]>
    Cc: Forte Users <[email protected]>
    Subject: Re: Rolling your own script editor
    Date: Sunday, March 29, 1998 6:45 AM
    I think the point is that the editing in Forte is archaic. Someone (andwe
    all are looking directly at Forte themselves) needs to provide a user
    friendly development environment.
    Useful features that are on all successful IDE's built in the later partof
    the century are:
    Text highlighting - This doesn't even work properly in V3F. Tryshift-down
    past a long line.
    Context highlighting or colours - Type a reserved word and it appears in
    bold would be a good start.
    Search - What is that greyed out cancel button for?
    Search - I am reading someone's code and they are calling a method on anSO.
    How do I quickly find where that method is?
    Layout - What about a tree view of Projects, Classes and
    Methods/Attributes - Double click on the method and go directly there. Take
    a look at MSVC for a useable interface.
    'How do I?' on help.
    Why is it necessary to keep going to the web to look for tech support?
    Can't that be added to Help.
    Object ID's - all or nothing. Try changing an object's name. All the
    function prototypes change - none of the code changes - brokeneverywhere.
    If there was a descent Search and Replace (Would you like to replacethis?
    And the text in your function prototype, Would you like to replace this
    too?) this would be vaguely acceptable.
    I could go on but I won't.
    Regards
    Richard Stobart
    Consultant, ECSoft, UK
    101 Wigmore Street
    London W1H 9AA
    (0171) 355 1101
    -----Original Message-----
    From: Don Nelson <[email protected]>
    To: Thomas Mercer-Hursh, Ph.D. <[email protected]>
    Cc: Forte Users <[email protected]>
    Date: 29 March 1998 01:49
    Subject: Re: Rolling your own script editor
    You probably could, but it would very likely "break" with future
    versions
    of Forte. Not recommended at this time.
    Don
    At 03:32 PM 3/27/98 -0800, Thomas Mercer-Hursh, Ph.D. wrote:
    At 09:45 PM 3/27/98 +0000, Alfred Scholldorf wrote:
    No, but Wow would that be a cool feature!
    Does anyone know if there is a way in a window you've developed on
    your
    own to access Forte's "compile" logic? Have a TextEditField andwould
    like the stuff in it to be compiled.
    [email protected]
    Also potentially quite interesting would be the option to use optional
    editors in place of any standard one. I have been very impressed, for
    example, with ED4W and its ability to recognize syntax, use color to
    highlight syntactically relevent areas, and provide typing shortcutswhich
    can pop in whole language segments in response to a few keystrokes. They
    haven't done a Forte language template yet, but they do provide all the
    tools necessary to do one and they have provided the capability withmany
    other languages to hand the current buffer to a compiler, collect the
    errors, and then return to ED4W with errors marked. I don't know howeasy
    it would be to get it to interface with the repository, but I don't seewhy
    this should be that difficult.
    =========================================================================
    Thomas Mercer-Hursh, Ph.D email:
    [email protected]
    Computing Integrity, Inc. sales: 510-233-9329
    550 Casey Drive - Cypress Point support: 510-233-9327
    Point Richmond, CA 94801-3751 fax: 510-233-6950
    ============================================
    Don Nelson
    Regional Consulting Manager - Rocky Mountain Region
    Forte Software, Inc.
    Denver, CO
    Phone: 303-265-7709
    Corporate voice mail: 510-986-3810
    aka: [email protected]
    ============================================
    "Until you learn to stalk and overrun, you can't devour anyone" - Hobbes

  • I am using apex 4.2 and in sample application i cant find the administratio

    i am using apex 4.2 and in sample application i cant find the administration module
    through which i can add users.
    I dont think that facility is available in 4.2 kindly confirm pls
    Any information shall be appreciated
    Thanks
    Edited by: susf on Nov 26, 2012 6:02 AM

    It is called the sample database application. This consist of tabs like
    customer
    product
    order
    and admin
    In apex 4.0 i had a facility in admin to create users. .Thats not available in 4.2
    I mean facility to create user
    I was looking for custom authentication feature which was present earlier in this demo
    its not present currently
    Edited by: susf on Nov 26, 2012 6:07 AM
    Edited by: susf on Nov 26, 2012 6:17 AM

  • Tasks to run your own apex-environment ?

    Hi,
    we are preparing to have our own apex production-environment.
    the management wants to know what tasks have to be done to run such an environment.
    does anyone have an overview and can we get a copy of it ?
    any thoughts,comments will be appreciated, too
    Leo

    In an EJB environment, you have absolutely no control over threading issues. (It was purposefully designed that way.) However, you do have your own little "sandbox" in the EJB ClassLoader - which is why there is a lot of use of the Singleton pattern for factories and (very carefully!) as small caching mechanisms. You might want to look into that avenue - but you have to know how your EJB vendor's ClassLoader scheme works (there does appear to be a convergence in this area) and you must be very sensitive to potential thread-blocking operations that may take a while to complete.

  • Rolling your own - disk array

    Hi, I am going to build my own 4 drive firewire array and need a little advice.
    I have an old SCSI enclousre with 4 removable drive trays, and I am going to rip out the guts of the thing and replace the SCSI bits with a inito2340 4 drive firewire bridgeboard (dual FW800 and single FW400 ports) and couple it with 4x300GB Maxtor PATA drives. The documentation on the bridgeboard states I can do a hardware stripe across the 4 drives for a 1.2TB striped partition.
    Has anyone else done this? If so, any suggestions? It's insanly cheap compared to the alternatives.
    ~100$ for the bridgeboard,
    70@ea for the HDD's
    SCSI enclousre for free
    so ~$350 for 1.2TB... much cheaper than buying one!
    Thanks,
    Alex
    G5 2.0DP   Mac OS X (10.4.2)  

    Hello, Welcome to the discussion boards. I have currently been working on creating custom stationery. The way I am doing it is reverse engineering what Apple has already done.
    The stationery check box you talk of is for creating stationery for the application the document was originally developed in, not for saving Mail stationery. I'm sorry if that was confusing to you.
    Apple's developer website has some great resources for creating Mail Stationery. Follow this link...
    http://developer.apple.com/documentation/AppleApplications/Conceptual/MailArticl es/Articles/stationery.html
    Also, here are a few more.
    http://theappleblog.com/2007/10/31/how-to-create-edit-your-own-mail-stationery/
    http://www.jdempsey.com/how-to-create-customized-osx-mail-stationery-in-leopard/
    I hope that helps, I am currently developing these for mh business, if you find any tricks, please repost, I found your post looking for other hints...
    thanks
    Have a great day

  • Rolling your own transactional report to replace operatorClient.jar

    I've recently been told by our ACS vendor that since we have now switched to their certificates (and not using Adobe's certs), we can no longer use the operatorClient.jar to generate transaction reports.
    Therefore, I have to roll my own transaction reports from the adept database. I'm looking for an overview of the adept database.
    Specifically, when a book is fulfilled, what tables get entries?
    When a book is re-downloaded, what data is updated?
    BTW, I have the adept schema in my Mysql Workbench EER diagram viewer.
    Thanks in advance,
    Mark Gaither
    LibreDigital Inc.

    Fulfillment is the transaction table I was thinking of.  I don't know the columns name, but if my memory isn't completely shot, the transaction id, operator id, and timestamp should be in the table.  I don't remember  however if there is a fulfillment row created for every download, or just the first.  If it is every time, then you will need to start/join with the license table which should have one entry per purchase, instead of download.
    (if you want to take this out of the forums, pm me, and I'll give you my email address)
    Also,  given what you said, I'm assuming you have already done talked to them to try to get the transaction reports, you may also want to consider reaching out to Bluefire again - with the question the way you phrased it here:
    'Since I can't get to the transaction report, what's the best way to get the information I need from my ACS4 database.'
    Sometimes asking the question differently will get better results, and I've long been a fan at the people at Bluefire, so I'd be surprised if they didn't try to help you.
    Good Luck.

  • Roll your own phone loads for CCM 5.0?

    The software download page for phone loads has packages for the 7935/7936 phones that claim to be supported on CCM 5.0
    Unfortunately the zip files only contain the .bin file and no .cop file
    Since the .cop is just a renamed .tgz file, would it be reasonable to create our own packages? It looks simple enough, just modify loads3002.txt and include the appropriate os793X.txt file.

    The .cop files are like the .exe files in Windows. Therefore you shouldn't need the .cop file in this case. You should just be able to copy the .bin file to the server in the tftp folder and make the change under the device defaults and restart the tftp service.

  • Steve jobs have you seen Logitech Revue google tv for only 99 bucks ya'll are supposed to be the cutting edge from the iphone 1 to now the 4 i have owned them all i currently own the ipad 1 and two and i love your products but i must say  catch up

    Here it is in question form
    How can logitec and google sell something so affordable That is not so futuristic ? From the first to the fourth the Iphone has been my companion
    In many so ways . Currently I own the Ipad 1 and 2   Let me tell you now the ipad 2 camera *****  compare it to the iphone 4
    Steve Jobs thank you for your vision but my question still stands . 99 bucks even if it is crap i.ll roll the dice your turn

    If it does the job for you and you are happy with it then that's all that matters. I assume you are unaware that you are one of a very small minority as google Tv actually had negative sales last quarter, yes that's right more people returned them for their money back than were sold.
    Did you have a question.

  • Can you save your own theme and button set up so I can use the same format

    Can you save your own theme and button set up, so I can use this same format for similar content. I want to keep the button content and the theme the same without having to create it everytime? I am trying to streamline the process for multiple dvd's with the same menu and buttons but different content. Does that make sense?

    I am only new to this caper too, but I am pretty sure you can save a theme as a favourite by pressing the "save theme as favourite" button under file. If you have edited an existing theme but don't want to lose it, make sure you untick the replace existing button.

  • How can you add your own print and export buttons to the CR viewer toolbar?

    I posted a previous question that was asking how to get around the Information Bar in IE7 when you export and print.  Unfortunately the CR viewer file download code gets blocked by IE7 because the buttons don't directly download the file.  However, I have been able to get a regular button that calls the following code and streams the file to the client and IE7 does not block it. 
    Sub PrintPDF(sender As Object, e As System.EventArgs)
         Dim crReportDocument as ReportDocument
         Dim crExportOptions as ExportOptions
         Dim crDiskFileDestinationOptions as DiskFileDestinationOptions
         Dim Fname as string
         CrReportDocument = New ReportDocument()
         CrReportDocument.Load(Server.MapPath("estactionlist.rpt"))
         Fname = Server.MapPath("./") & Session.SessionID.ToString & ".pdf"
         CrDiskFileDestinationOptions = New DiskFileDestinationOptions()
         CrDiskFileDestinationOptions.DiskFileName = FName
         CrExportOptions = crReportDocument.ExportOptions
         With crExportOptions
              .DestinationOptions = CrDiskFileDestinationOptions
              .ExportDestinationType = ExportDestinationType.DiskFile
              .ExportFormatType = ExportFormatType.PortableDocFormat
         End With
         CrReportDocument.Export()
         Response.ClearContent()
         Response.ClearHeaders()
                    Response.AddHeader("content-disposition", "attachment;filename=test.pdf")
                    Response.ContentType = "application/pdf"
                    Response.Charset = ""
                    Response.WriteFile(Fname)
                    Response.Flush()
         Response.Close()
         System.IO.File.Delete(Fname)
    End Sub
    So here are my questions?
    1. Is it possible to add a custom print control/icon to the CR viewer toolbar?
    2. If one is not possible, then is it possible to override the CR viewer print and export buttons with your own subroutines like the one above?
    I just want my page to look nice and hate to have print and export buttons outside of my CR viewer. 
    Thanks,
    Kevin

    It might be possible to replace the buttons in a windows app since you can retrieve the toolbar as a toolbar object in the winform viewer  ( ToolStrip toolBar = (ToolStrip) crystalReportViewer1.Controls[3]; )  however with a web app, it's a lot more difficult.
    The problem is that that you need to parse the Request string to try and figure out if the print / export button was clicked.  The code below makes the print button disappear if you click it, so you should be able to modify it to call your custom printing / exporting code instead  (You have to do this check in a postback)
            Dim I As Integer = 0
            If Request.Form.AllKeys.Length > 0 Then
                For I = 0 To Request.Form.AllKeys.Length - 1
                    Response.Write(Request.Form.Keys(I).ToString & "<BR>")
                    If Request.Form.Keys(I).ToString = "CrystalReportViewer2:_ctl2:_ctl2.x" Then
                        CrystalReportViewer2.HasPrintButton = False
                    End If
                Next
           End If
    Shawn

  • Hello, I'm from Belgium and I just bought the iPad 2. I watched a lot of movies and I saw that it's possible to make your own movie with the iPad, but which app do you need to make movies. Greetings, Lars

    Hello, I'm from Belgium and I just bought the iPad 2. I watched a lot of movies and I saw that it's possible to make your own movie with the iPad, but which app do you need to make movies. Greetings, Lars

    Hier kun je er meer over lezen; http://www.wikihow.com/Use-the-Cameras-on-Your-iPad-2
    En hier kun je meer informatie vinden over de iPad;  www.iPadforum.tk

  • Iweb 09 and posting to your own domain name -- how does it work?

    Dear Apple geniuses,
    What I always hated about iWeb was the long web address -- I am thinking about buying 09 and a domain name so I can have a simple address. (I am on iLife 07 now) But I am not exactly sure how it works can you help me!
    Question 1. Once I get the domain name for example, www.christine.com, and post my iwebsite to it will people be see it just by typing in www.christine.com? (I won't have to add anything else to the address).
    Question 2. Can you suggest a domain registar that works well with iWeb (I read something about needing one that will allow a setting for CNAME).
    Question 3. Will this website come up in google searches?
    Question 4. I plan to use the widget to have youtube video on my website because I want the video to play quickly so people don't have to wait for it to load-- will all of that work if I post to my own domain?
    Thanks and sorry for my computer stupidity!

    1. No, you don't have to add anything to the address and people should be able to get to your site by either typing in http://yourdomain.com or http://www.yourdomain.com.
    2. GoDaddy are very good and I have a domain name registered with them. Also, Network Solutions too. You only need a registrar/host that provides CNAME forwarding if you are intending to purchase a MobileMe account and publish your site to MME. However, you do not need to do this to be able to use iWeb. You can purchase your domain name, plus a Linux hosting option from GoDaddy and you can then upload your site directly to your hosting space using a dedicated ftp program such as Cyberduck.
    3. Your site will come up in Google Searches yes, but you need to notify them that your site exists first.
    4. Posting YouTube on your site will work if you publish to MobileMe and upload directly to your server. If you want quick loading, however, I would suggest that you upload directly to your server as at times MobileMe is notoriously slow. I upload directly, as I have business site and I wanted faster loading speeds that MME could not give me.
    Your version of iLife will be 06 and not 07 - as far as I am aware that does not exist, it went 06, 08 and now 09.

  • What does it mean when you receive a text on your iphone 6 form your own number and the message is duplicated on each side (sent/recieved) and has "verizon message" with a long number at the end of the text, duplicated as well?

    what does it mean when you receive a text on your iphone 6 from your own number and the message is duplicated on each side (sent/received) and has "verizon message" with a long number at the end of the text, duplicated as well?

        Great question stacybrownie! Let's get to the bottom of this so that it's not a cause for concern. When a message is sent to/from your own number, it will display as one sent, one received. This makes it display two messages as you are seeing. Let's clarify the second part of your question. Where do you see "Verizon Message" exactly? What is the long number at the end of the text? When did this start and is it with all text messages or only this instance?
    AdaS_VZW
    Follow us on Twitter at @VZWSupport 

  • Using your own web fonts in Muse and NOT TypeKit's

    Hi All, I purchased a family of webfonts for the font I will be using in my website. There is no option to add my own web fonts in the fonts menu anywhere, just web safe, typekit and system. For now I'm designing my site with the desktop version of the webfont im using to see somewhat what the final outcome will loom like. Is there a way I can somehow assign my webfont to my site after my website is built and exported to my web server? I can't believe this isnt an option. I'd use Dreamweaver but it is needless difficult to build a website in it.
    Any help would be appreciated.

    if you don't change the websafe font on the website to begin with, or later on come back to arial or something after you've designed with your own font, you can replace the entire font family in css in a matter of a few minutes. the sizes and other stuff will keep unless the font you're using doesn't have Bold or Italic for different hierarchies.
    from stack overflow:
    <style type="text/css">
    @font-face {
        font-family: "My Custom Font";
        src: url(http://www.example.org/mycustomfont.ttf) format("truetype");
    p.customfont {
        font-family: "My Custom Font", Verdana, Tahoma;
    </style>

  • Can you change and set your own defult midi sync project settings

    Hi All,
    Can you change the default Midi Sync Project Setting so they have your own settings everytime you start up logic Pro X?
    Preferences > Midi > Sync >MIDI sync project settings
    General Default:
    Frame Rate 25 fps
    Check auto detect format of MTC
    Default required:
    Set frame rate to 29.97fps
    check 'auto detect format of MTC'
    check Enable Separate SMPTE View Offset
    MDI Default is:
    MTC and MMC  all unchecked
    Default required:
    Check 'Transmit MTC'
    Check 'Transmit MMC'
    Check 'Listen to MMC Input'
    Any assistance would be appreciated.
    Regards,
               Gavin.

    No, that's not what I typed above.
    The rule is... Preferences are Global, changes made in Preferences affect all Projects.
    "Settings" are on a per song basis.
    In Logic 9 (and I imagine in X as well) there are two main areas to configure Logic.
    1. Is Preferences    Preferences settings are global and affect all projects.
    2. Is Settings          Settings are set for each project, they are not global
    You typed:  Preferences > Midi > Sync >MIDI sync project settings
    See what is says, MIDI Sync Project Settings.
    Preferences has forwarded you into the Settings area so no, the MIDI Sync options are not global, they have to be adjusted for each song, that's why I suggested setting up templates of your most used project setups.

Maybe you are looking for

  • Adhoc query - Hit list 40, output 5

    My client has an adhoc query set up and the selections make sense the hit list number is correct as compared to what is on the DB - I have checked using SE16. However when the output is produced only 5 records are shown. There are no auths issues acc

  • Error when RFC adapter calling the BAPI

    Hi freinds Today when I was executing my scenario ( File -- XI -- RFC ), I got following error :: Exception caught by adapter framework: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: JCO.Exception

  • HP Printer and macbook air

    I am having a lot of problems getting my printer and my new macbook air to function together. One night they worked as long as I had them connected by a USB cable, but then the next morning they would not, and as far as wireless goes, they will not c

  • No sound when ripping dvd to mp4

    i have found this problem with several movies, can post list if wanted. i mostly dvd2pod without any problems, but with these i have also tried handbrake and handbrake lite and still no sound. video is ok. united 93 is even odder: have video in the b

  • Searching for location

    I just received the Nokia 928 and set up all my favorites and everything is ready to go except..........Here maps and Nokia Drive+ Beta is always searching for my location which with that I cannot use navigation to get to where I need to go. Does any