HT4059 How can I change left/right margins of epub files in iBooks?

Yea, just like I said above. I have a lot epub files but I would like to "see more" on screen. How can I reduse leet and right margins? Can I do it by kind of iBooks setup or by css manipulations or smt else? Any ideas?
hälsningar
Skie

thanks
i also found solution for my poblem:
i have this code:
jMenuItem jMnItEdit;
jMnItEdit.setAccelerator( KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_ENTER, 0));
also i had ActionListener bounded to this JMenuItem
but Ialso had in form JTable and it always grabbed my VK_ENTER event and that menu item wasn't working at all
but when i overrode that input map for JTable and set
tableInputMap.put(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER, 0, false), "none");
everything started to work perfectly,
thanks a lot

Similar Messages

  • Howto change left/right margin when print

    In a report we defined a left margin of 2 cm and a right margin of 1 cm.
    When printing the report simplex everything is ok.
    But when printing the report duplex we want to change the margins. Odd pages should print "normal" - but the page on the back, i.e. even pages, should then be "moved" to the left. That means the left margin has to be 1 cm and the right margin 2 cm.
    How can we achieve this behavior?

    Hi Rainer
    For information on settings for Duplex printing please refer to the below link:
    [link|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40e40899-721e-2b10-b084-c7ed76af46f1]
    Hope this helps!!
    Regards
    Sourashree

  • How can I change a layout margin to print?

    Many thanks for the last bit of info. However, I designed a card to have .5" margins all round, but the right margin on the layout shows an extra 1/8th of an inch greater on the right margin than the .5" margin showing everywhere else. Why can I not change this margin. I designed a greeting card with a border on both sides of the card, and they don't match cause I can't change this one right side margin. I have looked on all the layout menus to see if there is a reason and just cannot find it. Any clues?

    I'm not sure if you're doing this in landscape view, but that could explain it. Many printers, especially ink jets, have a bigger bottom or trailing margin than the lead margin. The documentation that came with your printer may list minimum margins. Once you find which is the bigger, set both margins to that amount. Unfortunately, that may be bigger than you want.
    Peggy

  • How can I change a print-ready booklet PDF file to single pages?

    I have a PDF file that is already in booklet-view, so when viewing the document, page 1 of the PDF shows the last page of the booklet on the left hand side and the first page of the booklet on the right hand side. Is there a way to change the 2-up pages to 1-up pages? Or a free program that I can throw the file into that would display it online as a booklet, in sequential page order?

    Hey needadobehelp10,
    Using Adobe Acrobat/Reader, you can simply change your PDF view settings under "View > Page Display > Single Page View"
    Is this really you wish for?
    Please let me know.
    Regards,
    Anubha

  • How can we change the time of the media file from java code ?

    Hi,
    particularly, how can we start the media file from the second 55 and not from the second 0 (beginning) ?
    Thanks.

    I tryed to use such method but an exception was raised:
    javax.media.NotRealizedError: Cannot set media time on a unrealized controller
         at com.sun.media.BasicPlayer.setMediaTime(BasicPlayer.java:427)
         at com.sabily.mualim.main.MediaFileDemo.loadMediaFile(MediaFileDemo.java:72)
         at com.sabily.mualim.main.MediaFileDemo.<init>(MediaFileDemo.java:77)
         at com.sabily.mualim.main.MualimStandalone.main(MualimStandalone.java:12)
    Exception in thread "main" javax.media.NotRealizedError: Cannot set media time on a unrealized controller
         at com.sun.media.BasicPlayer.setMediaTime(BasicPlayer.java:427)
         at com.sabily.mualim.main.MediaFileDemo.loadMediaFile(MediaFileDemo.java:72)
         at com.sabily.mualim.main.MediaFileDemo.<init>(MediaFileDemo.java:77)
         at com.sabily.mualim.main.MualimStandalone.main(MualimStandalone.java:12)
    below is the code related to playing media file:
    package com.sabily.mualim.main;
    import java.awt.BorderLayout;
    import java.awt.Component;
    import java.awt.Container;
    import java.awt.Panel;
    import java.io.IOException;
    import java.net.MalformedURLException;
    import java.net.URL;
    import javax.media.ControllerAdapter;
    import javax.media.ControllerListener;
    import javax.media.Manager;
    import javax.media.NoPlayerException;
    import javax.media.Player;
    import javax.media.RealizeCompleteEvent;
    import javax.media.Time;
    import javax.media.TimeBase;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class MediaFileDemo extends JFrame{
         private Player player;
         Component center;
         Component south;
         private void loadMediaFile() {
              final Container contentPane = getContentPane();
              if (player != null) {
                   player.stop();
              try {
    //               player = Manager.createPlayer(new URL("file:C:/Nouveau dossier/e1_intro.wav"));
                   player = Manager.createPlayer(new URL("file:C:/mp3/001.wav"));
                   //player = Manager.createPlayer(new URL("file:D:/Film/Earth_Planet/Planet.Earth.EP08.Jungles/Planet.Earth.EP08.Jungles.avi"));
              } catch (NoPlayerException e) {
                   e.printStackTrace();
              } catch (MalformedURLException e) {
                   e.printStackTrace();
              } catch (IOException e) {
                   e.printStackTrace();
              ControllerListener listener = new ControllerAdapter() {
                   public void realizeComplete(RealizeCompleteEvent event) {
                        Component vc = player.getVisualComponent();
                        if (vc != null) {
                             contentPane.add(vc, BorderLayout.CENTER);
                             center = vc;
                        } else {
                             if (center != null) {
                                  contentPane.remove(center);
                                  contentPane.validate();
                        Component cpc = player.getControlPanelComponent();
                        if (cpc != null) {
                             contentPane.add(cpc, BorderLayout.SOUTH);
                             south = cpc;
                        } else {
                             if (south != null) {
                                  contentPane.remove(south);
                                  contentPane.validate();
                        pack();
                        //setTitle("Lesson 1");
              player.addControllerListener(listener);
              player.setMediaTime(new Time(15));
              player.start();
         public MediaFileDemo() {
              loadMediaFile();
         public Player getPlayer() {
              return player;
         public void setPlayer(Player player) {
              this.player = player;
    Best Regards

  • How can I change the name of the XML file which is submitted by mail?

    Hello Everybody,
    If I submit my pdf file as XML
    I will get something like this:
    MyFile.PDF -> submit as XML -> MyFile_data.XML
    My problem is with the _data at the end of the file name -> this addition is coming from the windows logon language,
    I know that because if the windows logon is in spanish I get the addition _datos for example: MyFile_datos.XML
    Is there a way to change the name of the xml file for example : MyFile.XML
    Thank you all in advance,
    Eran

    Hello Uti,
    I found out it is something with the adobe reader installation.
    If it is in English the suffix is _data
    If it is in Spanish the suffix is _datos
    If it is in Hebrew the suffix is _נתונים
    So Now I think i will have to open OSS for this issue.
    Thank you so much for your reply - I thought i was the only one with this problem...
    Best Regards,
    Eran

  • How can I reenable left/right swipe UX (Safari-like) in nightly?

    Swiping itself works but the animation is gone altogether. Is there a way to reenable this? I think the feature is gone since mid December. It made FF so much more user friendly, I hope the disappearance is only temporary (and not caused by suits).

    Thanks, that solved it. I hope someone fixes this host of bugs leading to having to hide that feature (not that I ever was aware of their existence)...

  • How can I change the appearance of html report file generated from Teststand to that I change the orientation of the data in the tables?

    For instance, I'd like to have the measurement results, limits, and status all on one line in a table.
    I am running Teststand 2.0 on Windows 2000.

    Hello Joel_IEI,
    You can modify each report entry as it is being generated by doing the following steps:
    1) In the TestStand Sequence Editor's Report Options, change the Report Generator to "Sequence".
    2) In your sequence file, override the ModifyReportEntry callback. In this callback, you can modify or even replace ENTIRELY the default report information TestStand plans to append to the report. You can use Statement steps to modify the contents of Parameters.ReportEntry (the TestStand variable that you will use to do this), or replace the contents entirely!
    You can look at the code example Adding Extra Results to a Report Using the Modi
    fyReportEntry Callback Sequence for more information.
    David Mc.
    National Instruments

  • How can I change the font within a chart in an ibook

    I need to change the font size in a chart that is in an iBook because it is so small I can't read any of it.  When I try pressing the larger/smaller font buttons, the text outside the chart changes but not within the chart.

    Use the SeriesCollection(1).Name function. In LV, wire up the following:
    _Chart into Method SeriesCollection (index = 1 to 4)
    Cascade into Variant to Data (wire type Excel.Series)
    Wire Series into Property Name, Write the string
    Michael Munroe
    www.abcdefirm.com
    Michael Munroe, ABCDEF
    Certified LabVIEW Developer, MCP
    Find and fix bad VI Properties with Property Inspector

  • How can i change the html, jsp, js, css file using ../tools/filemanager.jsp

    Hallo Experts
    I want to know how to get the html, jsp, js, css file using .../strategy/tools/filemanager.jsp? If I search the file such as "commentslist", I'll find the file. It is shown in the table with three columns:
    Column with trash symbol for deletion, Path and Date. But I cannot to fetch the file and saved local to make the modifications.  Could you tell me how I can get the file? Is there another way to this?
    Thanks a lot and
    Best regards!
    Ping

    Wang,
    If you are looking at the commentslist file with the intention of customizing, you would use File Manager Path to be directed to the file's location:
    \usr\sap\<3 letter CE instance>\J00\j2ee\cluster\apps\sap.com\xappscpmsm~strategymanagement\servlet_jsp\strategy\root\pilotworks
    Any customization would have to be noted, since upgrades will overwrite customizations.
    Regards,
    Bob

  • How can I change the name of an icon/app like iBooks?

    I've looked online but cant figure it out.. Thanks for any help you can give me!

    That's too bad. But I appreciate your answering me so quickly. I've spent too much time trying to add "PDFs " to the iBooks icon to help me remember where the PDFs are.  Thanks!

  • How can client change link to external file in in-browser editing

    Hi, I made a website for a client. It has links to pdf files. Obviously they can change the text, but how can they change the link to another pdf file. Thank you.

    Sorry, this is not supported currently. Please vote for this idea: http://forums.adobe.com/message/5552091#5552091
    This helps the product team prioritize.
    Thanks,
    Abhishek

  • How do i change my settings so that a file automatically opens in Office Word

    I am using Firefox as my search engine and when I open files it used to ask me if it was ok to open them in Office Word. It used to open them perfectly. I guess I clicked something wrong and now the files open automatically in Microsoft Works Word Processor. How can I change it back to open then files automatically in Office Word?

    There are a few different possibilities when Firefox doesn't handle downloads automatically.
    First, can you check the Options dialog to make sure Firefox saved your preference?
    "3-bar" menu button (or Tools menu) > Options > Applications
    It takes some time for the list to load... then in the search box above the list type '''word''' to filter it down to the entries for Word documents. Do these show that you want to Open with MS Word?
    If those check out but Firefox isn't doing it, there are two possibilities:
    (1) Website might be using a generic content type header.
    Firefox doesn't actually inspect the document or check the file extension. Instead, it relies on the server to send a content type such as "application/msword" to look up the proper handling. If the server just says this is a binary file of non-specific type, then Firefox always prompts you for instructions.
    If this is the problem, then you would find that Firefox sometimes handles Word documents correctly and sometimes doesn't depending on the site.
    (2) Download handler settings file might be corrupted.
    The longer you have Firefox, the more likely that extra lines will creep into this file and potentially cause conflicting instructions. You can rename the file and have Firefox generate a fresh one.
    Open your current Firefox settings (AKA Firefox profile) folder using either
    * "3-bar" menu button > "?" button > Troubleshooting Information
    * (menu bar) Help > Troubleshooting Information
    * type or paste about:support in the address bar and press Enter
    In the first table on the page, click the "Show Folder" button. This should launch a separate window listing files and folders.
    Leaving that window open, switch back to Firefox and Exit, either:
    * "3-bar" menu button > "power" button
    * (menu bar) File > Exit
    Pause while Firefox finishes its cleanup, then rename '''mimeTypes.rdf''' to something like mimeTypes.old
    Start Firefox back up again and it should create a new settings file with default settings. Any improvement on the next download or two?

  • How we will change the lowercase data in flat file to uppercase

    How can i change the lowercase date in flat file  after uploaded, out put should be uppercase.

    Hi ramana,
    See the example.
    DO.
       READ DATASET s_filename INTO I_TEMP.
       IF SY-SUBRC <> 0.
        EXIT.
       ELSE.
         move I_TEMP to I_FINALTAB.
         append I_FINALTAB.
         clear I_FINALTAB.
      ENDIF.
    ENDDO.
         In the above code we are moving the data form file to i_temp and i_temp to I_FINAL.
    Here before moving to i_FINAL.
    use  TRANSLATE i_temp to UPPSERCASE.
    Then move to i_final.
    Pls. reward if useful.

  • Bookmarks toolbar changed from the right side of the drop-down menu to the left. How can I change it back on Firefox 4.0.1 for Mac?

    I just updated to Firefox 4.0.1. Some changes I don't like, especially that the Bookmarks toolbar opens to the left of the drop-down menu instead of the right. How can I change it?

    You may have bookmarks that have long title. Firefox 4 shows the full text of the bookmark name, so if it doesn't fit with opening to the right side the Firefox will open to the left side. You can scroll through the list and make the bookmarks with a long name shorter.
    * [[How do I use bookmarks?]]

Maybe you are looking for

  • I am very dissapointed...help me if you can ,plz

    Hello my good ppl, i need your help,my ipod touch is very silent, by my standards..i mean you cant watch a movie in a bus, **** you cant listen to music sometimes either...if i turn max the volume still its not valid for all recordings...and..on max

  • How to use reverse function in FOR loop

    Hi, Can we use REVERSE function in for loop. If so can u please give an explanation with some example. Thanks in advance. Satya.

  • Problem in repaint

    I drawn some rectangles.If one rectangle was clicked,the rectangles below it should move down..but for me,its not repainting.the old location as well as the new location was there when i click the rectangle... import javax.swing.JApplet; * To change

  • Do Not Disturb still isn't working!

    Does anyone know why the iPhones do not disturb feature still isn't working. My phone still rings during my set schedule as well as when I set it to do not disturb.

  • Oracle 9i and Oracle Client 7x

    We upgraded our database software from 7.3.4 to 9i. The application we are using is the Viking Development System and is still a 16-bit application. I was able to get certain parts of the program to work on a variety of workstations (95, 98 and 2000)