Need help with parallel process in background; not able to call FM in bgnd

Hello,
  I am trying since 2 days to solve the issue of parallel process in background without using FPP.
For which I want to call function module of class method in new task but to be processed by background process and not dialog.
I searched so many websites but everyone has suggesteed to 'call function in background task' . But the fact is the processing of function happens by dailog process even in this case.
I want to loop at table and call FM or class method inside each loop.
Kindly suggest me how can I call function or class method in new task in everycall and prcoess it in background.
thanks

Balaji,
Is the name of the button between single or double quotes?
Regards,
Dan
Blog: http://DanielMcGhan.us/
Work: http://SkillBuilders.com/

Similar Messages

  • Need help with applet servlet communication .. not able to get OutputStream

    i am facing problem with applet and servlet communication. i need to send few image files from my applet to the servlet to save those images in DB.
    i need help with sending image data to my servlet.
    below is my sample program which i am trying.
    java source code which i am using in my applet ..
    public class Test {
        public static void main(String argv[]) {
            try {
                    URL serverURL = new URL("http://localhost:8084/uploadApp/TestServlet");
                    URLConnection connection = serverURL.openConnection();
                    Intermediate value=new Intermediate();
                    value.setUserId("user123");
                    connection.setDoInput(true);
                    connection.setDoOutput(true);
                    connection.setUseCaches(false);
                    connection.setDefaultUseCaches(false);
                    // Specify the content type that we will send binary data
                    connection.setRequestProperty ("Content-Type", "application/octet-stream");
                    ObjectOutputStream outputStream = new ObjectOutputStream(connection.getOutputStream());
                    outputStream.writeObject(value);
                    outputStream.flush();
                    outputStream.close();
                } catch (MalformedURLException ex) {
                    System.out.println(ex.getMessage());
                }  catch (IOException ex) {
                        System.out.println(ex.getMessage());
    }servlet code here ..
    public class TestServlet extends HttpServlet {
         * Processes requests for both HTTP <code>GET</code> and <code>POST</code> methods.
         * @param request servlet request
         * @param response servlet response
         * @throws ServletException if a servlet-specific error occurs
         * @throws IOException if an I/O error occurs
        protected void processRequest(HttpServletRequest request, HttpServletResponse response)
                throws ServletException, IOException {
             System.out.println(" in servlet -----------");
            response.setContentType("text/html;charset=UTF-8");
            PrintWriter out = response.getWriter();
            ObjectInputStream inputFromApplet = null;
            Intermediate aStudent = null;
            BufferedReader inTest = null;
            try {         
                // get an input stream from the applet
                inputFromApplet = new ObjectInputStream(request.getInputStream());
                // read the serialized object data from applet
                data = (Intermediate) inputFromApplet.readObject();
                System.out.println("userid in servlet -----------"+ data.getUserId());
                inputFromApplet.close();
            } catch (Exception e) {
                e.printStackTrace();
                System.err.println("WARNING! filename.path JNDI not found");
            } finally {
                out.close();
        @Override
        protected void doGet(HttpServletRequest request, HttpServletResponse response)
                throws ServletException, IOException {
            System.out.println(" in foGet -----------");
            processRequest(request, response);
         * Handles the HTTP <code>POST</code> method.
         * @param request servlet request
         * @param response servlet response
         * @throws ServletException if a servlet-specific error occurs
         * @throws IOException if an I/O error occurs
        @Override
        protected void doPost(HttpServletRequest request, HttpServletResponse response)
                throws ServletException, IOException {
            System.out.println(" in doPost -----------");
            processRequest(request, response);
         * Returns a short description of the servlet.
         * @return a String containing servlet description
        @Override
        public String getServletInfo() {
            return "Short description";
        }// </editor-fold>
    }the Intermediate class ..
    import java.io.Serializable;
    public class Intermediate implements Serializable{
    String userId;
        public String getUserId() {
            return userId;
        public void setUserId(String userId) {
            this.userId = userId;
    }

    Hi,
    well i am not able to get any value from connection.getOutputStream() and i doubt my applet is not able to hit the servlet. could you review my code and tell me if it has some bug somewhere. and more over i want to know how to send multiple file data from applet to servlet . i want some sample or example if possible.
    do share if you have any experience of this sort..
    Thanks.

  • Need help with Page Layout and Background Scaling

    hello, everyone.
    I am in the process of designing a new website for myself,
    and while I was researching nicely designed pages to use as
    inspiration, I stumbled upon this site:
    http://www.jeffsarmiento.com/
    obviously, the design is very impressive, but it also
    incorporates a lot of web mechanics that I have been trying to
    figure out, so I will use this page as an example.
    one thing I need help with is backgrounds. as you can see in
    the posted website, the creator used a seamlessly tiled paper
    texture to display the bulk of his content on. also make not of the
    pattern that is located to the left of the paper texture. how do I
    create seamless backgrounds like this that will scale to fit any
    amount of content or any resolution? I can't imagine that the guy
    that made that site created a new size background every time he
    made an update, so there has to be an easier way.
    the second thing that I am having trouble with is general
    site layout. I have read that most sites used series of invisible
    tables to organize there content, but when I open the source of
    this page in dreamweaver, he was using something different. div
    tags? should I be using these? who do I use them? are there any
    general layout tips that someone could pass on to me? perhaps a
    link to a good tutorial?
    please help me. i am very confused.
    thanks so much.

    IMO not a good site to emulate. To wit:
    Top background image:
    http://www.jeffsarmiento.com/images/bg-top.jpg;
    745px
    x 350px 137K
    Main background image:
    http://www.jeffsarmiento.com/images/bg-tile.jpg;
    745px x 950px 130K
    Total page size: 454K (Check here:
    www.websiteoptimization.com)
    Website usability experts routinely recommend a maximum page
    size of ~80K
    Check out the We We Scale @ www.FutureNowInc.com/wewe/ where
    they suggest,
    "You speak about yourself approximately 0,003 times as often
    as you speak
    about your customers. Might that have an impact on your
    effectiveness?"
    That is 100% consistent with the #1 Web Design mistake:
    "Believing people
    care about you and your web site." or to phrase more
    expansively, "Our site
    tries to tell you how wonderful we are as a company, but not
    how we're going
    to solve your problems."
    www.sitepoint.com has some excellent books on making a
    website actually
    attractive and usable at the same time.
    Walt
    "beWILLdered_" <[email protected]> wrote in
    message
    news:[email protected]...
    > hello, everyone.
    > I am in the process of designing a new website for
    myself, and while I was
    > researching nicely designed pages to use as inspiration,
    I stumbled upon
    > this
    > site:
    >
    http://www.jeffsarmiento.com/
    > obviously, the design is very impressive, but it also
    incorporates a lot
    > of
    > web mechanics that I have been trying to figure out, so
    I will use this
    > page as
    > an example.
    > one thing I need help with is backgrounds. as you can
    see in the posted
    > website, the creator used a seamlessly tiled paper
    texture to display the
    > bulk
    > of his content on. also make not of the pattern that is
    located to the
    > left of
    > the paper texture. how do I create seamless backgrounds
    like this that
    > will
    > scale to fit any amount of content or any resolution? I
    can't imagine that
    > the
    > guy that made that site created a new size background
    every time he made
    > an
    > update, so there has to be an easier way.
    > the second thing that I am having trouble with is
    general site layout. I
    > have
    > read that most sites used series of invisible tables to
    organize there
    > content,
    > but when I open the source of this page in dreamweaver,
    he was using
    > something
    > different. div tags? should I be using these? who do I
    use them? are there
    > any
    > general layout tips that someone could pass on to me?
    perhaps a link to a
    > good
    > tutorial?
    > please help me. i am very confused.
    >
    > thanks so much.
    >

  • I need help with the processes running a media server.

    Hi there!   I need some help with the following log please.  The processes listed I am assuming are the current processes being used from my MacBook Pro to the media server?  Is that correct?  Are these common processes?
    Incident Identifier: EC931B64-E141-4C64-B428-427DF014C7E8
    CrashReporter Key:   b16be41bf16206d8f231e7e71676ab2a9c4dd25e
    Hardware Model:      iPhone4,1
    OS Version:          iPhone OS 5.0.1 (9A405)
    Kernel Version:      Darwin Kernel Version 11.0.0: Tue Nov  1 20:34:16 PDT 2011; root:xnu-1878.4.46~1/RELEASE_ARM_S5L8940X
    Date:                2012-08-24 16:06:18 -0400
    Time since snapshot: 152 ms
    Free pages:        1195
    Wired pages:       88383
    Purgeable pages:   0
    Largest process:   mediaserverd
    Processes
             Name                 UUID                    Count resident pages
                 atc <2271ed33ec773eeb9f381bf1baac9dee>     390
           securityd <e31a714c227a3d1c98ef8aacd44d91ee>     243
             assetsd <281396d3e7d831fbb6a5374157663dbc>    1370
          MobileMail <7064f2baf3f23db987bc8ec99855fe53>    1438 (jettisoned)
            mstreamd <cbe9881735043a389e7cdad3b5bcf5ce>    1099 (jettisoned)
              Camera <88291709452932ac9cbd0f1c06902214>    3105 (active)
         dataaccessd <b4f61f117ee635c48329af8572733d30>    1760
         MobilePhone <fe38c6944a053c9187b41ee50aa151b0>    5549
            networkd <6ee7a78e56073f6e8db4c2cc3265fdb4>     170
          aosnotifyd <58089d732ab43bbea0aec4a6f812f446>     320
            BTServer <e03baab8e0103188979ce54b87591065>     261
          aggregated <68a25a1690cb372096543a46abed14d7>     337
                apsd <e4b6e6e4f31e36f79815747ecbf52907>     291
       fairplayd.N94 <2c0105776e393b39ba95edffaf3bdd17>     294
           fseventsd <78af02202422321885dfc85c24534b0e>     170
                iapd <3ee7f82879033b4fb93b9cf1f4ecae29>     366
             imagent <8e2042f2ec9e3af9ba400f031f1bbfa7>     416
       mDNSResponder <b75f43f012ad3d9ea172d37491994e22>     265
        mediaremoted <b9fa7d1381013c2fa90ea134ff905f59>     258
        mediaserverd <478e5e8345c83be5ba1868906813bb75>    6774
                 ubd <7eaf0b0ca5b83afabecb0dfaa38c7a19>     389
               wifid <e176ab123beb3000bdb89e020612c1d6>     284
           locationd <91c84ab19dd03e4ab1b4cc30178ab1c0>     831
              powerd <25ddef6b52e4385b819e777dd2eeed3c>     167
           lockdownd <a68aa1526ef13a9bb4426bb71ffc1e3c>     250
          CommCenter <51922c9a50e73fe3badccaa4b1b1123b>     781
             syslogd <dd3766bcb1213e91b66283635db09773>     107
         SpringBoard <7506c20d86da3f1dbe9bf38f8bda253d>    5673 (active)
             configd <3430c0025ed13f56800a329b7254d2ae>     418
             notifyd <3793fabace3a385687b3c29c1fa1fcac>     252
      UserEventAgent <6e1cabc1ec6d372c90a6bdeaa7b258fa>     433
             launchd <cc35dd7a872334319ed028e6bbeae081>     133
    **End**
    Thanks a bunch!!!

    COULD NOT OF BEEN BOUGHT BRANDNEW IN 2011** apologies

  • Need Help with parallel parking simulator

    Hi,
    i am currently working on a Parallel Parking simulator project which involves hardware and software.
    The hardware part involves real driving equipment interfaced to the PC and connecting Via USB port ( on windows XP )
    and the software which involves Java3d API for graphics.
    i have trouble with the physical car Model , for straight line motion i am using Newton;s equations, however for car turning i cannot find a suitable model, i have been browsing and googling a lot , i came across many Physics Engines like ODE java, however i am totally new to this whole Java3d , as well as gaming experience, i apreciate any help regarding modeling car turning ( cornering) or an advice about physics engines, and by the way , any USB advice welcome since JUSB package doesnt support Windows. i have been able to emulate a Serial Com Port for communication, however i cannot even find an API for this ( again for my OS Windows XP) why i am limited to Windows is that the USB driver is only available for windows.
    Any Help ???
    Thanks a lot

    Can't say I've done this myself, but this would be my approach.
    To rotate an object, you normally need to find the midpoint, or centre of gravity.
    In this case, you will want to rotate the car around the midpoint of the back axle.
    This is because the back axle is fixed, and the car kind of pivots around it.
    So, the "origin", where you will rotate the car, will be the midpoint of the back axle.
    That's as far as I've caught on this thought.
    I'm not sure how you'd map the steering wheel direction, to a rotation of the car. Unless you say that 30 degrees on the steering wheel = 5 degrees car rotation, or some other crude mapping. You'd have to take into account whether the car was going forward or backwards.
    So forwards = 5 degrees, backwards = -5 degrees.
    This library mentions support for steering wheels under Java.
    http://lwjgl.org/
    regards,
    Owen

  • Need help with batch processing picture packages

    Hi, I am having trouble batch processing picture packages is CS2.  (Windows).
    I have hundreds of images that need to be processed into picture packages and would love to find a speedier way to do this.
    I know how to create an action.  I know how to batch process from this action.  I also know how to create picture packages, but I cannot get the final result I am after - please read on....
    I have seperated all the images into their seperate folders for each style of picture package required.
    I can create an action for the picture package required and then do a batch process on the particular folder, but this leaves all the picture packages open on the desktop - as when you chose the close and save in the batch process - this only closes and saves the original image - the picture package has been created as a new document and is on the desktop still open - named Picture Package 1, Picture Package 2 - etc etc.
    I hope I am making some kind of sense here... (??!!)
    What I would like to happen is that the picture package will be saved over the original file (or to a new folder) with the original file name of the original image or maybe even with an adjustment to file name (e.g - orignal file name sc1234.jpeg - new file name sc1234packA.jpeg)
    So is this possible to do??  I'm thinking there must be a way.... i'm sure there are many group photographers out there who come across this everyday??
    Otherwise I have to save each picture package manually to original file name (via searching though files to match the original image to the picture package....) Very time consuming.
    Thanks for your help (in anticipation)...
    Jodie

    hmm - thanks for that - sounds like I will have to try and find some info and assistance regarding the scripting - it may be something I need to look into at a later time in the future....
    At the moment though I will have to plod along with this method I guess!
    Thanks for your assistance...
    Jodie

  • Need help with construction process. . .

    Hi All
    I put a post on here about 2 months ago regarding exporting
    a PSD, and using the HTML that Photoshop generated. All the kind
    people on here quickly pointed me into the direction of learning
    coding rather than letting something produce it for me. So i did. .
    But i have a new problem - there are lots of tutorials out
    there for how to code HTML and CSS, but none that show you the
    correct process for producing sites.
    The current site i am on has a background that i made in PS
    and just exported as a image. It has a content section (blank black
    box) and the background (grunge grey stuff) all in one image. Now
    when i take this into DW, i add it as the background for the body
    of the site. I center it, and no-repeat the image. I test it and
    all is good.
    SO i start to add my navigation, which is just text links,
    not buttons. I add it on top of the area where i want it to be -
    BUT - when i resize the browser, the background stays centered but
    the links stay where they are.
    What i want is for the links to move with the changing size
    of the browser - HOW?
    Also, is this the correct 'working ethic' for a site? To have
    the content areas as part of the background and just position parts
    on top of the site so that they look like they are in the correct
    areas?
    I guess basically, i have a background image that is centered
    with no repeat. I want the site to be centered, AS WELL as the
    links. I would like them to all stay in relation to each other when
    a browser changes size. Where am i going wrong? In the HTML or CSS?
    Sorry if i have explained it in a bad way, i'm just trying so
    hard to learn the right way of doing things.
    Many Thanks In Advance
    JP

    Did you follow this link (and subsequent ones)?
    Taking a Fireworks comp to a CSS-based layout in Dreamweaver
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "thewakeplace.com" <[email protected]> wrote
    in message
    news:[email protected]...
    > Hi All
    >
    > I put a post on here about 2 months ago regarding
    exporting a PSD, and
    > using
    > the HTML that Photoshop generated. All the kind people
    on here quickly
    > pointed
    > me into the direction of learning coding rather than
    letting something
    > produce
    > it for me. So i did. . . .
    > But i have a new problem - there are lots of tutorials
    out there for how
    > to
    > code HTML and CSS, but none that show you the correct
    process for
    > producing
    > sites.
    >
    > The current site i am on has a background that i made in
    PS and just
    > exported
    > as a image. It has a content section (blank black box)
    and the background
    > (grunge grey stuff) all in one image. Now when i take
    this into DW, i add
    > it as
    > the background for the body of the site. I center it,
    and no-repeat the
    > image.
    > I test it and all is good.
    > SO i start to add my navigation, which is just text
    links, not buttons. I
    > add
    > it on top of the area where i want it to be - BUT - when
    i resize the
    > browser,
    > the background stays centered but the links stay where
    they are.
    > What i want is for the links to move with the changing
    size of the
    > browser -
    > HOW?
    >
    > Also, is this the correct 'working ethic' for a site? To
    have the content
    > areas as part of the background and just position parts
    on top of the site
    > so
    > that they look like they are in the correct areas?
    >
    > I guess basically, i have a background image that is
    centered with no
    > repeat.
    > I want the site to be centered, AS WELL as the links. I
    would like them to
    > all
    > stay in relation to each other when a browser changes
    size. Where am i
    > going
    > wrong? In the HTML or CSS?
    >
    > Sorry if i have explained it in a bad way, i'm just
    trying so hard to
    > learn
    > the right way of doing things.
    >
    > Many Thanks In Advance
    >
    > JP
    >

  • Migrating from Red Brick database to Oracle 11g -Need help with the process

    Hi,
    I am on this new project were we are migrating from IBM Red Brick Data Warehouse to Oracle 11g. We have a very tight time line. I was hoping if any of you have done this migration before and are willing to share their experience. Any help would be greatly appreciated. I would like to get a brief idea about how to go about the process.
    Thanks in advance!

    Hello,
    that is a matter of supply and demand, and as the demand to migrate Red Brick to Oracle RDBMS is very low, Oracle never included Red Brick into the migration tools.
    If you search in the forums for Red Brick, you will not find much more than this one from the year 2006:
    Re: Migration from rebrick 6.0.3 to Oracle 9i
    Options:
    In general we have the following options:
    1. Oracle Migration Workbench
    2. SQL Developer Migration Workbench
    3. Generic Connectivity
    4. SQL*Loader
    Regarding your dedicated foreign database, option 1 and 2 fail as those tools
    do not work against Red Brick DB.
    Generic Connectivity would be an option if you have an ODBC driver to this database.
    In this dedicated case, you can then set up generic connectivity (= a database
    link to the foreign database using odbc).
    The Oracle database we support generic connectivity can reside on Windows,
    Solaris, HP-UX, AIX and Linux.
    If the Oracle database is on any other platform, you might migrate to a
    database on this platform, then export the migrated DB and then load it into
    the real target db.
    Generic Connectivity will allow you to perform a SQL*Plus copy of tables; this
    means you can create tables like they are defined in your source and transfer
    the data to the Oracle db; but no procedures, triggers or anything coded can be
    transferred.
    Last option (4) is that you generate "flat files". This means ASCII-SPOOL
    Files and then import them using SQL*Loader. As far as I know there is no
    existing SQL*Loader sample file for Red Brick databases exports and you need to
    write them on your own.
    I recommend to read also the following note in My Oracle Support:
    Note 233876.1: Options for Connecting to Foreign Data Stores and Non-Oracle Databases
    Best regards
    Wolfgang

  • Need help with text() processing in XSL

    Hello,
    I have an xml that contains such text in my xml:
    before<a>inside</a>after
    and an xsl that transforms it to HTML (a cut for xsl):
    <xsl:template match="a">
    <xsl:apply-templates/>
    </xsl:template>
    <xsl:template match="text()">
    <xsl:value-of disable-output-escaping="yes" select="."/>
    </xsl:template>
    The result is: inside before after
    but I need: before inside after
    It seems it happens 'cause of this: http://www.w3.org/TR/xslt#conflict
    but I cannot find a way to solve this problem :(
    I had tried to use priority in xsl:template, but it didn't help :(
    Thanks a lot.

    DrClap
    here are xml and xsl.
    That's not a real xml and xsl, but they might describe the idea and problem. I hope I miss nothing.
    P.S. I cannot control xml, that's why I cannot use: <xsl:text> in xml.
    Thank you!
    xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
    <title>Page title</title>
    <page>
    Location: <red>http://host</red>
    </page>
    </root>
    xsl:
    <?xml version='1.0' encoding='ISO-8859-1'?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:fox="http://xml.apache.org/fop/extensions"
    exclude-result-prefixes="fo">
    <xsl:template match="root">
    <html>
    <head>
    <title>
    <xsl:apply-templates select="title"/>
    </title>
    </head>
    <body>
    <xsl:apply-templates select="page"/>
    </body>
    </html>
    </xsl:template>
    <xsl:template match="page">
    <xsl:apply-templates/>
    </xsl:template>
    <xsl:template match="title">
    [Test]: <xsl:apply-templates/>
    </xsl:template>
    <xsl:template match="red">
    <xsl:element name="span"><xsl:attribute name="style">color:red</xsl:attribute><xsl:apply-templates/></xsl:element>
    </xsl:template>
    <xsl:template match="text()">
    <xsl:value-of disable-output-escaping="yes" select="."/>
    </xsl:template>
    </xsl:stylesheet>

  • Elements 12 will not run. I am using windows 7, all updates have been made. When I try to open it up, it loads at first, then closes, and will not open up again. I need help with this, as I have not found a single answer in this forum that works.

    As stated, I just downloaded elements 12. Every time i open it up, it gets to the organizer home screen, then shuts down. After this, it will not reopen. I have made all the updates to my windows 7, and I have searched this forum and have yet to find an proper solution to this issue, and by the looks I am not the only person with this issue. Anyone's help would be greatly appreciated.

    My post has been viewed 24 times, and yet have had no answers. I have always like adobe products, however if this is the type of support they offer, I will never purchase another product of theirs. The issue I am having is the same issue many others have had, and yet no answer. Poor customer service!

  • Need help with working in the background while doing a presentation

    Hi guys,
    I wanted to know if my MBP had a way to let me do a presentation, where on my screen I could tell it to present what I wanted it to present rather than showing every single move that I would make. If for instance, I were to open an app for looking up something to present, I wouldn't want people to see that action, but rather the things that I would put on a special window or virtual place created just for that.
    Maybe there's an app that will let me do this? What happens to me know is that when I connect the MBP to the data show presenter, everything I do gets displayed on the big screen on the wall. I want to work in the background without people seeing that. Please help. Thanks.

    The system software makes it about as easy as possible. Press fn+F7 (the pictographic mnemonic on the F7 kety is two overlapping rectangles). This will toggle the display mode between mirroring (same image on internal and external display) and spanning (each display independently contributing to the total viewable area).
    As a bonus when using Keynote (the presentation software from iWork) in a dual-screen configuration, you get one display showing the presentation and the other showing you context (the upcoming slide) and a timer. Check out the demo included with you MacBook.
    Randall Schulz

  • I have a problem with linking media. I need help with the process

    I can't seem to locate the media off my external or dropbox. I have the project file opened it's just offline and won't let me go back to locate it.

    You need to ask in the forum for the program you are using
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Need help with Post Process Event

    Hi all:
    I need to implement user login generation thru a post process event. I read lots of posts about this and followed the steps described. So this is what I did:
    - Created a java class that implements PostProcessHandler and implemented the execute method. I added in both execute methods (EventResult and BulkEventResult) a statement to log message to a tmp file.
    - Created the plugin.xml
    - create a zip file with class and plugin.xml.
    - Put zip file in plugins directory.
    - Registered the plugin.
    - Created the EventHandler.xml file to define the postprocess event on User Entity CREATE operation.
    - Imported the Event metadata.
    Everything went well. Until I ran a reconciliation, and nothing is being called.
    Am I missing any steps?? I read that people successfully implemented this. Is there something I should do for lib folder or classpath...
    I cannot figure this out..
    Thank you

    I think this is what I am missing.
    I created my EventHandlers.xml in a temp folder with a space name:
    The temp folder: /tmp
    and under tmp folder I have the following:
    /metadata/user/custom/CustomPostProcessEvent/EventHandlers.xml
    I am going to change the EventHandlers.xml location:
    keep /tmp directory but
    Remove the metadata tree
    and create /db/EventHandlers.xml
    I will let you know...
    Thanks again for your feedback. It is very appreciated..

  • Need help with IE 8 and 9 not showing alignment right

    Ok I am working on a sit for a friend.  I have a Spry vertical menu that looks fine in FF when I view it in IE 8 or IE 9 it is to the left of the bos I need it centered.  Also in IE 8 the FAQ link jumps up beside the Slides link box.  And when I added a E-Male link under the menu it jumps up into the menu.
                    FF                                                                     IE-9                                                          IE-8
    I have been looking for a while now for a post that will help me fix this and I will keep looking till some one answers this post here is a link to the test page I have up.
    http://www.dnawebcreations.com/jump_index.html
    Thanks for any help.

    Using the original (un-modified) SpryMenuBarVertical.css as our foundation, I added the following style rules
    <style>
    ul.MenuBarVertical {
         width: 145px;
         border: none;
    ul.MenuBarVertical li {
         text-align: center;
         width: 145px;
    ul.MenuBarVertical a {
         background-color: #EB071C;
    @media screen, projection {
         ul.MenuBarVertical li.MenuBarItemIE      {
              background: #EB071C;
    </style>
    In passing, have a look here http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.dnawebcreations.com%2Fjump_in dex.html. This shows the improper use of the ol element.
    Gramps

  • Need help with BW Process chain issue

    Hi Gurus,
    I had made a copy of the existing process chain so that I can work on the changes. Its a metachain and I tried to copy a sub chain.
    But at a later point of time, I have realized that the process chain had got into a  nested loop in the meta chain, for the sub chain, I had copied. How do I rectify it?
    Kindly suggest

    hi,
    use the bottom up approach.
    Looking at the attached file it has many PCs.
    Just note down all list of all PC and then do the copy of individual PCs, later you can copy the complete meta chain.
    If you want give one more chance and try to copy meta chain again.
    Thank-You.
    Regards,
    VB

Maybe you are looking for

  • Can I use my iBook in Europe with no converter?

    I know with my iPod, all I need is a plug adaptor as the power charger does both USA and Europe so no need to carry a converter.. are these older Dual USB G3 iBooks the same in that respect? All I need is the plug adaptor but no converter as the powe

  • How to create new SVG export option

    I need to create a new SVG option to work with exportFile(). The new option will allow me to place a tag on in my exported SVG file. I'm not finding hints in the delivered documentation on how to do this. Could someone with experience in such, please

  • Count weeks backwards and passing the breakpoint between 2014/2015. Code finds non existing week numbers

    Hi I've tried to figure out where I've gone wrong here. I've tried to make an application to keep track of time spent in different Projects and activities within them. I want the user to quickly to have access to the last 6 weeks in a Combobox. I hav

  • Quick regex "link" question

    I need to extract the link and the links anchor text from Strings which take the following format: Bestsellers Or Find Gift (I.e. has more attributes other than the "href" attribute) I have the following regex: <a\s+[^<>]*?href\s*=\s*["'](.*)["']\s*>

  • How to delete Photoshop?

    Impossible to delete Photoshop, or to arrange them. How to manage? Is there à Apple Phoenix nummer in belgium for assistente?