Adding parameters to button programmatically

H All,
I have an requirement to pass the parameters of an single row selected by user to the next page. It is an advance table in iReceivables page. I have created an button in the advance table using personalization and when the user clicks on the button the values(1 to 3) will be forwarded to the next page.
Can some one assist me on how to add parameters to an button programmatically.
Regards,
Ramakrishnan

You cannot achieve this without Action (PPR)
1. You need to extend the controller and programmatically configure the PPR on Button Click.
Add Following code in PR:
OAButtonBean button = (OAButtonBean) webBean.findChildRecursive("<ID of Button added by personalization>") ;
// Assuming you need to pass just one parameter, PK of VO.
Hashtable paramsWithBinds = new Hashtable(1);
paramsWithBinds.put ("PKparam", new OADataBoundValueFireActionURL((OAWebBeanData)webBean,
"{$<View Attribute name of the PK>}"));
button.setFireActionForSubmit("<EVENT NAME OF PPR ON BUTTON CLICK>", null, paramsWithBinds,false, false);
2.
Add following Code in PFR:
if("<EVENT NAME OF PPR ON BUTTON CLICK>".equals(pageContext.getParameter("event"))) {
System.out.println("WE ARE IN HANDLE OF BUTTON CLICK");
System.out.println( pageContext.getParameter("PKparam")) ;
// PKParam is set in PR for the Primary Key of VO.
//Now you can pass this as a parameter to your Next page.
Regards,
Prince
http://princekapoor82.blogspot.com
typo fixed.
Edited by: Prince on Oct 11, 2011 11:20 PM

Similar Messages

  • Adding a push button on the report toolbar

    adding a save button on the report toolbar, so that after clicking the button, the data fetched on the report will be stored in the application server.

    Hi
    to automate this process ,best way is to create a Z rport and there u can submit this sap standard report and get its output into an Internal table and then u can write this internal table to application server via following demo code -
    this is code for both (download /upload),u can not use CG3y and CG3z as u want to do it as a background job ..
    *& Report ZGILL_AS *
    REPORT ZGILL_AS message-id rp .
    tables: pa0001,pa0002.
    select-options s_pernr for pa0001-pernr no intervals MODIF ID XYZ.
    parameters: p_dwnld AS CHECKBOX ,
    p_upld AS CHECKBOX DEFAULT 'X'.
    parameters: P_DSNI(75) TYPE C MODIF ID ABG DEFAULT
    '/usr/local/sapdata/amit.dat' LOWER CASE.
    data: begin of itab occurs 0,
    pernr(8),
    sp1(1) value ',',
    werks(4),
    sp2(1) value ',',
    persg(1),
    sp3(1) value ',',
    persk(2),
    end of itab.
    data: s_eof(3).
    start-of-selection.
    if p_upld = 'X'.
    OPEN DATASET P_DSNI FOR OUTPUT IN LEGACY TEXT MODE.
    PERFORM FETCH_DATA.
    STOP.
    elseif p_dwnld = 'X'.
    OPEN DATASET P_DSNI FOR INPUT IN LEGACY TEXT MODE.
    IF SY-SUBRC NE 0.
    MESSAGE E016 WITH
    'Error opening seq. file, RC:' SY-SUBRC.
    EXIT.
    ENDIF.
    CLEAR S_EOF.
    DO.
    PERFORM FETCH_file.
    IF S_EOF EQ 'YES'. stop. ENDIF.
    ENDDO.
    endif.
    END-OF-SELECTION.
    if itab[] is not initial.
    perform print_file1 tables itab.
    else.
    write:/ 'No records exists'.
    endif.
    *& Form FETCH_DATA
    text
    --> p1 text
    <-- p2 text
    FORM FETCH_DATA .
    SELECT * FROM PA0001 WHERE PERNR IN S_PERNR.
    MOVE-CORRESPONDING PA0001 TO ITAB.
    TRANSFER ITAB TO P_DSNI.
    APPEND ITAB.
    ENDSELECT.
    CLOSE DATASET P_DSNI.
    ENDFORM. " FETCH_DATA
    *& Form FETCH_file
    text
    --> p1 text
    <-- p2 text
    FORM FETCH_file .
    READ DATASET P_DSNI INTO itab.
    append itab.
    clear itab.
    IF SY-SUBRC NE 0.
    S_EOF = 'YES'. EXIT.
    ENDIF.
    ENDFORM. " FETCH_file
    *& Form print_file1
    text
    -->P_ITAB text
    FORM print_file1 tables P_ITAB structure itab .
    write:/2 'EmpNo',
    14 'Personnel Area',
    34 'Emp Group',
    47 'Emp SubGroup'.
    skip 1.
    loop at p_itab.
    write:2 p_itab-pernr,
    14 p_itab-werks,
    34 p_itab-persg,
    47 p_itab-persk.
    skip 1.
    endloop.
    ENDFORM. " print_file1
    <b>Reward if usefull</b>

  • Strange bug -- adding one more button OR page causes Form warning to appear

    I'm building a simple interactive document in InDesign CS4 on the Mac, to be exported/delivered as a PDF. There are a few text-based buttons on the Master Page that are set to Go To a Text Anchor on Release. There are 4 buttons of these buttons on the page, and each one leads to a different page in the document, and they all work fine. They are all built the same way.
    I want to export a PDF that opens cleanly in Reader, meaning no unexpected dialog boxes or warning messages appear. Up until this point, my document opens cleanly in Reader.
    However, when I create a FIFTH button (using the exact same method used to create the other buttons), OR I add ANY more pages to my document (which currently stands at 16 pages, but will need to ultimately be upwards of 40), for some reason, opening the PDF in Reader causes Reader to start displaying the large, distracting pink warning message at the top of the page:
    "Please fill out the following form. You cannot save data typed into this form. Please print your completed form if you would like a copy for your records."
    The fifth button I create (from scratch) causes this message to appear.
    Or, if I add another page (using my Master Page, where the buttons are used), this message appears. Even if the fifth button is not created, and I add another page from the Master, this message appears.
    If I add a blank new page (without using the Master Page), the message does NOT appear.
    So, for some reason, adding ONE more button, or referring to the Master Page in the document ONE more time by adding a 17th (or more) pages, seems to kick InDesign/Acrobat Reader into thinking my document is suddenly a form, and causes Reader to display that obnoxious pink message when opening the document.
    I've tried several troubleshooting steps.
    - I've ensured my buttons have unique names.
    - I've tried creating the fifth button from scratch, and also tried creating it from duplicating one of the existing "good" buttons.
    - I've made sure the button has a destination page/Text Anchor to go to.
    - I've opened the PDF in Acrobat Pro 9, and gone through all of the page and buttons in the Forms Manager, and there is nothing out of the ordinary in that view.
    Why is Reader suddenly thinking my document is a form (that "cannot be edited/saved") when I add one more button, or one more page!? It's bizarre, and quite frustrating.
    Thanks for any insights,
    Robbie

    You can use that same workaround with ID CS4 files. You just have to make the PDF and then go into Acrobat to add the security that doesn't allow editing (Acrobat -> Security -> Encrypt with Password) . That gets rid of the warning about the form. Of course if you actually have a form somewhere in your document, you won't be able to use that......

  • MS CRM 2015 Adding Custom RIbbon button in dashboard and Changing Colors

    Hi,
    I am Looking for customization in MS Dynamics CRM 2015 and want to Add Custom Ribbon button in dashboard and Changing Colors of that ribbon using customization.xml i am new to crm 2015 and only know how to import export solutions.
    Regards
    Irfan

    Hello Irfan,
    For adding a custom button please refer this blog
    https://community.dynamics.com/crm/b/aeonnexuscrm/archive/2014/10/21/ms-crm-2013-adding-custom-ribbon-button-in-dashboard.aspx
    And for changing colors in Chart
    https://crmchartguy.wordpress.com/2012/08/23/palette-custom-colors-in-charts/
    Hope this helps!
    Regards, Abhishek Bakshi If you find this post helpful then please Vote as Helpful and Mark As Answer. Check my blog on https://mydynamicscrmblog.wordpress.com/

  • Adding a Glossary button which doesnt move the timeline on !

    I'm using Captivate 3. On each page there is a
    backwards/forwards button. On this one module we've now added a
    'Glossary button'. If the user clicks this it opens up a external
    PDF file in a seperate window. That works fine.
    Say they are at the end of a page , the page is paused as its
    waiting for them to click Back/Forward or Menu.
    However if they click the Glossary button this moves the
    timeline forward as its a kind of 'continue' which is frustrating
    as it then moves to the next page. I just want them to be able to
    click Glossary as many times as they want and the program doesnt
    move on a page.
    Has anyone come across this before ? Just want a button which
    doesnt seem to move on ! Its not set to continue at all. Just set
    to open an external file
    Regards

    Hello P_SJ,
    The way I would tackle this would be to create the button in
    Adobe Flash (including the link to the PDF document) and then
    import this into Captivate as an animation. The reason for me
    suggesting this is because with Images and Animations you can make
    the object persist for the entire project (Options tab > Display
    for > rest of project).
    If you don't need the button to persist then you could just
    disable the Pause after option (Options tab) in the Button dialog
    and set the On success menu option to Open URL or file.
    I guess that even if you did need the button to persist you
    could just copy the button and paste this onto all the relevant
    slides. That might work as well.
    HTH
    Regards - Mark

  • Stop constantly re-adding the smiley button I keep removeing

    Stop constantly re-adding the smiley button I keep removing. I don't want it, I remove it for a reason. It is annoying enough to have to remove it on my own computer but I also have to do this on 20+ business computers every single patch.

    Hi stimpo, :-(
    <sub>Disclaimer: We are only fellow Firefox users here, and so can not discuss development decisions and policies. </sub>
    Sorry it was a mistake and I hope it does not happen on future upgrades.
    * ''Bug 1136300 - Hello (and Share) buttons are returned to the toolbar after latest upgrade despite having previously removed them '' https://bugzilla.mozilla.org/show_bug.cgi?id=1136300#c6 <blockquote>.... So that would have to be re-done by users. This will not be a problem for any subsequent release, like Fx 37. .... </blockquote>
    ** Please do not comment in bugs https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
    As you presumably deploy Firefox you may consider using Firefox ESR. That has a slower release cycle and does not suffer this particular problem. ESR is currently Fx33.1 and does not even support Firefox Hello (The smiley icon VOIP feature was [https://www.mozilla.org/en-US/firefox/34.0/releasenotes/ introduced] in Fx34 )
    * https://www.mozilla.org/en-US/firefox/organizations/faq/

  • Programmatically adding action to button

    I have tried to programmatically add javascript to an Acrobat button, as follows (using APToolkitNet):
    FieldInfo fi = toolKit.FieldInfo( "ButtonX" ,1 );
    fi.MouseUpScript = "app.alert('hello world')"; //OR
    fi.JavaScript = "app.alert('hello world')";
    I run my code, and this script does get added to my form javascripts. The problem is, they are being added as being a type of Calculation, as follows:
    //<AcroForm>
    //<ACRO_source>ButtonX:Calculate</ACRO_source>
    //<ACRO_script>
    /*********** belongs to: AcroForm:ButtonX:Calculate ***********/
    app.alert('hello world')
    //</ACRO_script>
    //</AcroForm>
    When it should be (i.e. this is what occurs when you manually add the javascript):
    //<AcroForm>
    //<ACRO_source>ButtonX:Annot1:MouseUp:Action1</ACRO_source>
    //<ACRO_script>
    /*********** belongs to: AcroForm:ButtonX:Annot1:MouseUp:Action1 ***********/
    app.alert('hello world')
    //</ACRO_script>
    //</AcroForm>
    Can anyone help me???
    Thanks

    Since Acrobat supports 4 mouse actions, you will have to find out how to differentiate between the "Mouse Enter", "Mouse Down", "Mouse Up", and "Mouse Exit" actions. The vendor should have provided documentation or can provide the information.

  • Adding a new button in the PO search summary in SRM 3

    Hello gurus,
    my requirement is to add a new button in the search summary for PO in SRM. Here's the task: every time a search is executed, the result is a list of purchase orders and every item has on the left two icons, "Show PO" and "Modify PO". There are merely a shortcut that brings the user to the PO screen in which the document is shown/can be modified.
    These two buttons are standard... my task is to add a new button in the template, "Copy PO", which should be a shortcut to the omonimous button which is present in the PO view screen. So I think this new button should work as the two standard ones.
    In order to do so, I looked into the proper template: SAPLBBP_PDH_SEARCH, screen 3003, which belongs to the package BBP_PRODOC_C (ITS service BBPSEARCH).
    I tried to "duplicate" the part referring to a standard button (e.g. the "display icon" chunk), obtaining a new chunk which represents the new button in the template.
    And... it works, in the sense that the button is visible and clickable. So far so good. Here's the questions since I'm not absolutely an expert on Jscript... My button, once clicked, triggers my FORM (PO_COPY) which should receive the header GUID of the Puchase Order.
    In debug I've seen that the form fails since it does not receive any parameter, and that's probably related to this section:
    (angle brackets omitted, it gave me an error posting tags in sdn)
    "JavaScript:HyperSubmit('PO_COPY', '`MAINLIST-LINE_NUMBER[j].value`')"
    The problem is I did not understand how to check for possible parameters of this HyperSubmit method. Also, I'd like to check what's the structure of MAINLIST (as far as I've seen,  MAINLIST-LINE_NUMBER[j].value is a parameter passed to the form) but don't know how to see that. Can anyone please direct me through these passages? Thanks in advance.

    Hi Matteo Montalto,
    Please let me know how you added new button.
    Regards,
    neelima

  • Blank row added after cancel button on create page

    Hi All,
    I have a create item page where I insert items into the item table in the database.
    On press of the cancel button on this create page, the control reaches a itemlist page with my old search criteria and result but with a new blank row added to it.
    Anybody know what's wrong?

    Sorry, I misunderstood your previous question. When the cancel button is pressed. I am using pageContext.forwardImmediately with parameters to forward back to my search page. Then in the search page controller I call the AM initQuery method to run the query. My initQuery method has the following code,
    StringBuffer whereClause = new StringBuffer(200);
    Vector parameters = new Vector(3);
    int clauseCount = 0;
    int bindCount = 0;
    setWhereClauseParams(null);
    if ((Program != null) && (!("".equals(Program.trim()))))
    whereClause.append("PROGRAM = :");
    whereClause.append(++bindCount);
    parameters.addElement(Program);
    clauseCount++;
    if ((PId != null) && (!("".equals(PId.trim()))))
    Number PIdNum = null;
    try
    PIdNum = new Number(PId);
    catch(Exception e)
    throw new OAException("AK", "FWK_TBX_INVALID_EMP_NUMBER");
    if (bindCount > 0)
    whereClause.append(" AND (P_ID = :");
    else
    whereClause.append(" (P_ID = :");
    whereClause.append(++bindCount);
    whereClause.append(")");
    parameters.addElement(PIdNum);
    clauseCount++;
    setWhereClause(whereClause.toString());
    if (bindCount > 0)
    Object[] params = new Object[bindCount];
    parameters.copyInto(params);
    setWhereClauseParams(params);
    executeQuery();

  • ClientListener on Button -  Programmatically

    Hello,
    Requirement : I need to Create a command button and when you hover your mouse on it, a function has to be called . Everything has to be done programmatically.
    My Procedure: I have already created a RichCommandButton programmatically with a binding to a function(HandleImagePress) which triggers when I click the button. This function inturn creates, populates and displays the necessary information in the form of a popup. However , With the new requirement, I am just supposed to hover onto my button to trigger this function (HandleImagePress). I believe I need to create ClientListener and so I tried it. But it doesnt work the way I want ... :-(
    This is what I have tried:
    public void handleImagePress(ActionEvent event){
    // There is code to create , populate and display and popup . It works fine
    private UIComponent ImageButton(UIComponent parent){
    RichCommandButton img = new RichCommandButton();
    String imagestyle = "width:120pt; height:120.0pt;margin:10.0pt;";
    img.setInlineStyle(imagestyle);
    // Compose method expression to invoke action event handler when button is pressed.
    FacesContext fctx = FacesContext.getCurrentInstance();
    Application application = fctx.getApplication();
    ExpressionFactory elFactory = application.getExpressionFactory();
    ELContext elContext = fctx.getELContext();
    MethodExpression methodExpression =null;
    // Make sure the EL expression references a valid managed bean method. Ensure the bean scope is properly addressed.
    methodExpression = elFactory.createMethodExpression( elContext,"#{pageFlowScope.pinint.handleImagePress}",Object.class,new Class[] {ActionEvent.class});
    // Create the command button action listener reference.
    MethodExpressionActionListener al = null;
    al= new MethodExpressionActionListener(methodExpression);
    img.addActionListener(al);
    // Add new command button to parent component and PPR the component for the button to show.
    parent.getChildren().add(img);
    ClientListenerSet set = img.getClientListeners();
    *if (set == null) {*
    set = new ClientListenerSet();
    img.setClientListeners(set);
    set.addBehavior("new AdfShowPopupBehavior('popup',AdfRichPopup.ALIGN_AFTER_END,null,'mouseOver')");
    // set.addListener("mouseOver", "handleImagePress");
    AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
    adfFacesContext.addPartialTarget(parent);
    return img;
    With this code, I need to click on image atleast once to create a popup . Is it possible to call the function without clicking but by just hovering on it? (bcoz the HandleImagePress function takes care of everything regarding to popup)
    Help will be greatly appreciated :-)
    Thank You

    Thank You for the reply, I have created a command button in Jdeveloper, ADF Faces component. It doesn't have "addMouseMotionListener" . So i have tried this way,
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseMotionListener;
    I have tried adding a Mouse event instead of an Actionevent this way ..
    public void handleImagePress(MouseEvent event){
    int m = event.MOUSE_ENTERED;
    System.out.println(m);
    System.out.println("--mouse clicked");
    System.out.println(event.MOUSE_CLICKED);
    //code to create , display, popup
    private UIComponent ImageButton(UIComponent parent){
    //I have changed the following line..
    methodExpression = elFactory.createMethodExpression( elContext,"#{pageFlowScope.pinint.handleImagePress}",Object.class,new Class[] {MouseEvent.class});
    But it complains java.lang.IllegalArgumentException: argument type mismatch, when I click on the button.
    Please let me know of a work around with this issue.

  • I need to call the Run continously button programmatically from MFC application .

    I have create Labview application from sample VI and with help of VirtualInstrument class I am to access the methods like Run ,SetControlValue and getControlvalue .But for VI we have Run continously button also .how do I programmatically call the Run continously button opteration from my applciation using VI methods.

    "Run Continuously" is not something that should be used in an application. (There are very few legitimate uses for continuous run, e.g. to quickly play with a few input parameters while debugging a subVI independent of the main application. The equivalent in your case would be to just place the run invocation in a loop and call it repeatedly. This is definitely not the way to do it!)
    Why don't you simply place a big while loop around all the code inside the VI that needs to run continuously?
    See also THIS recent discussion.
    LabVIEW Champion . Do more with less code and in less time .

  • ALV grid control, Adding the push Button in the Toolbar

    Hello All,
    I am facing a problem when trying to do calculation based on the button added at the toolbar of interactive ALV list.
    When I click on the toolbar button Compute, the ALV should calculate the
    multiplication of the Qty (manually entered by a user) & price per unit already available in the ALV & show it the Column Total value.
    Presently when I try to do this using
      Method handle_user_command.
       modifying the inetrnal table GT_FINAL_OUTPUT
       with the Total price value .
       & updating the column Total price (Qty * price) in the Internal table
    After doing this  I am agin calling the below function
        CALL METHOD g_grid->set_table_for_first_display
        EXPORTING
        i_structure_name = 'GT_FINAL_OUTPUT'
        is_layout = gs_layout
        CHANGING
        it_fieldcatalog = gt_fieldcat
         it_outtab = GT_FINAL_OUTPUT[].
    At above function it gives  short dump or sometimes it does not update the  ALV screen with the new updated value of Total price .
    The short dump comes states  the error of unassigned field symbol.
    Kindly suggest a program where we can do manipulation at the editable ALV.
    Or solution to above issue .
    Regards,
    Anurag

    You should only be calling the SET_TABLE_FOR_FIRST_DISPLAY one time in the PBO of your screen,  otherwise you should be using the REFRESH_TABLE_DISPLAY method.  IN your PBO, check that the instance of the alv_container is alive, if so, do not call the SET method, rather call the REFRESH method.
    if alv_container is initial.
        create object......
        create object g_grid.....
        call method g_grid->set_table_for_first_display......
    else.
    call method   g_grid->refresh_table_display( ).
    endif.
    Regards,
    Rich HEilman

  • The pop-up menu I added to a button disappears

    When I add a pop-up menu to a button symbol I've created, all
    is well until I click on "done." Then, when I click on the + sign
    for that button, it says "Add Pop-up Menu..." as if I hadn't added
    it already. When I click on "Add Pop-up Menu..." again, nothing's
    there.
    I'm using Fireworks CS4 for the Mac. I've used Fireworks MX
    on my PC for many years, and have never had this problem.
    Help!!

    I found a bizarre work around for the pop-up menus that will
    not seem to retain any changes made in the pop-up menu editor. As
    soon as you finish making the changes in the editor and hit Done,
    go to the library (either document library or common library) and
    double click on the symbol to which the pop-up menu is attached.
    Click the Edit button. Then finish the editing by hitting the left
    arrow at the top left of the workspace. Now the changes to the
    pop-up menu have been saved.

  • Adding a print button to iProcurement Requistions View page

    Hi,
    I have a requirement where I need to add a print button or link to all requesitions that have been approved . This button/link need to invoke a custom Oracle report passing the relevant parameters in this case the requisition number.
    I have seen a post whenin tapash has explained how to invoke a report . But what Ineed to know is whether I can add the link/button by personazilation and if so after doing so how to invoke the report.
    Thanks

    I thought you had to put the button/link on top of the page, looks like you want it at row level. This makes it more simple, you donot need to extend the controller you can just use personalization and do it. Here is how you do it,
    - add the button/link using personalization
    - while setting the destinationURI property you need to add a parameter to pass the requisitionId
    for example if you need to launch the page http://www.yahoo.com then you need to set the destinationURI as
    http://www.yahoo.com&requisitionId={@<viewAtrribute>}
    where the viewAttribute represents the viewAttribute name from which the requistionId filed derives it's value. You will be able to find the view attribute name easily using About this page. If you expand the page structure in About this page you should find the viewAttribute mapped to the requisitionId field in the table.

  • I need help adding an additional button to a web template

    Hello,
    I am trying to add an aditional button to a web template I inherited.  I am not a web person just trying to fill a gap at the company.
    If you look at my test server www.pondviewtech.com I want to add another button above the request demo one.  I have tried a bunch of things:  making the button smaller, adding a similar line to my index file as the same button, deleting the "Welcome to" text.  The best I could get was this www.pondviewtech.com/buttontest.html .  I have attached my buttontest.html file.  I couldn't figure out how to paste a few lines of code in this page.
    I didn't create the template so if it is a mess don't worry about my feelings.
    Thanks for any help or suggestions.

    Change this -
            <p><u>Welcome to Automated Compliance Solutions</u></p>
            <p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
    to this -
            <p><u>Welcome to Automated Compliance Solutions</u></p>
            <p><a href="yourlink.htm"><img src="yourbutton.png" width="266" height="56" border="0" align="right" /></a></p>
            <p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
    Be aware that my suggestion here is NOT valid XHTML, but since you are not a web developer, and the 'invalid' markup that I have suggested will not affect the rendering or operation of the page, I decided to keep it simple for you.  In my suggestion, "yourlink.html" refers to the page to which you want this button to link, and "yourbutton.png" refers to the filename of the button image (obviously you'd want to change this to correspond to the filename and extension of the image you have created).

Maybe you are looking for

  • Reduce file size in Acrobat 7

    Is there a way to automatically reduce the file size in acrobat 7 so that it is compatible with version 4? I would like to be able to do this automatically instead of having to go to File=>Reduce file size and downsizing each doc individually. Any he

  • Jdbc and applet

    I have Jdbc code which is running fine as a stand alone program. When i integrated it with an apllet it gives me access denied (java.lang.RuntimePermission accessClassInPackage.sun.jdbc.odbc) I m using netbeans. 3.6 The intersting thing is the code r

  • UnsatisfiedLinkError - NotesFactory.createSession

    Hi, I try to export data from Lotus Notes with the help of the lotus.domino.*-files (notes.jar). When creating a new Session-Object (Session s = NotesFactory.createSession();) I get an "unsatisfiedLinkError"........ Can anybody help me? Thanks a lot.

  • Drag and drop file list to MS PowerPoint

    Hi there ! I've implemented a Transferable that supports drag and drop of multiple files from java application to natives. I took a DataFlavor.javaFileListFlavor and my getTransferData() method returns a Vector of File. My most important files are im

  • Pages 09 document files are 4 x the size of the same doc saved in Word?

    I noticed that if I save a document in Pages 09 native format, it is about 4 times the size as the same document saved as a Word document. None of the documents that I'm working on have graphics, fancy backgrounds or mixed fonts. They are simple one