[solved] layout problem in amarok 2.02

Hi,
Here, I have a bad layout problem with amarok 2.02. Amarok does not fit on my screen which is 1400 pixels large! I cannot reduce the part where the collection is shown. So that it is really unpractical to use.
I uploaded a snapshot to illustrate the problem (it is the full screen!):
emmanuelfavrenicolin.free.fr/Public/Sna … ok202.jpeg
Someone have the same problem ?
I tried to install svn version but I stopped after 3 hours of compilation, it is quite a big application.
Last edited by manouchk (2009-05-23 06:28:43)

Well, I tried amarok2-devel 2.0.90-1 but the problem of graphic layout remains similar, no improvement. Is it normall? Maybe amarok is only available for computer with screen >= 1600x1200  or is there an hidden configuration file where I could tweek this?
Last edited by manouchk (2009-05-18 02:41:03)

Similar Messages

  • Problems with Amarok and accents in filenames [SOLVED]

    Hello,
    First of all sorry for my bad english.
    I have just installed Arch with KDE4.
    I have my music collection in a NTFS partition, and I have managed to have Dolphin show accents correctly by installing ntfs-3g.
    All software I have tested is able to open files which contain accents in its filename from the NTFS partition without problem except amarok. For example, VLC can play any mp3 without problems, but amarok is unable to play all files which contain an accent or files whose parent directory contains an accent, despite the fact that it adds the files correctly to the collection.
    Is someone experiencing the same problem or know a solution?
    (SOLUTION)
    I managed to solve it changing the system locale to UTF8. It caused a mess of filenames with some of my documents but I managed to restore them from a backup.
    Thanks
    Last edited by Amt0571 (2010-06-18 22:24:23)

    That one indeed was the 1 pixel border bug.
    I have now solved this, atleast partially I believe. I am now using ArchSimple theme, which I modified to have 2px borders and better colors for my taste.
    Compositions are still not working, and I do not know why. I have multiple monitors and I am using twinview instead of Xinerama and it should work with it - atleast that is what wiki says if I have not missed anything. The networkmanager menu is still a bit weird looking, but atleast it is not that ugly anymore. Below is a screenshot from current state:
    http://dl.dropbox.com/u/27198869/images … 1%3A54.png
    I will mark this as solved now, even though there are still some minor issues which I think do not belong to this thread, but I will list them below anyway if someone knows something about them. I have not found answers for these:
    - GTK checkbox enabled state is way too light. It is hard to see if it is enabled or not. I can not find any docs about it.
    - GTK combobox, when I click it open, list background is black and text is black. Only the hovered text is visible. No docs about this either.
    - Compositions still not working. But that is not really the most important feature I need. I can live without it.
    - My menus are themed as white on black, but some menus are still black on grey (or white). But I can live with it.

  • Can anyone help me solve the problem of text displaying very rough on my new ASUS PA279Q display monitor running off my MacBook Pro?

    This is regarding a brand new ASUS PA 279Q, 2560 x 1440 IPS monitor. I'm connected via mini display port (into thunderbolt port on MacBook Pro) to display port on ASUS monitor; using cable ASUS included with the monitor. Mid 2012 MacBook Pro…full specs at bottom of this post.
    I have resolution set at 2560 x 1440 which is the native resolution according to the ASUS spec. I tried the other resolutions available in my System Preferences and text displayed rough with those settings too. I've tried adjusting contrast, brightness and sharpness via the ASUS control panel and didn't solve the problem. Also tried calibrating via Mac's system preferences/display and that did not improve text display either. All the text on this monitor (no matter what software I launch, Finder, InDesign, Illustrator, MS Word, Excel, VMWare Windows XP, Windows versions of Word, Excel, Acrobat, etc, all are consistently rendering text the same way ---  ROUGH and with "HALOS" around each letter.
    All point sizes of text and at various scales, display very rough on the screen. (My comparison is the retina display of my MBP and a Thunderbolt…so those two displays are my expectations.) I'm using the same MBP for both a Thunderbolt display (at work) and this ASUS at my home office.
    On the ASUS it's not as noticeable when the text is on white backgrounds, but I'm a graphic designer and compose images with text all day everyday. Not to mention the specs on this ASUS PA279Q indicate it's built for the professional so I would expect better text rendering. I haven't even addressed color calibration and balance yet, because that won't matter to me if the text won't display any better than it is now.
    I was so hopeful after researching all the specs on this monitor it would be a viable alternative to the glossy display of the Thunderbolt display. (Which, I do love the Thunderbolt display for it's clarity and how it displays crisp, clean text at all sizes. (This ASUS actually displays text decently if I increase the text so each letter is about 4" high. Which is pointless for practical purposes -- that'd be like doing page layout through a microscope!)
    I kept holding off on getting a monitor for the home office thinking the Thunderbolt would be updated soon. I'd be sick if I dropped a grand on piece of 2011 technology only to learn a few days later an updated Thunderbolt display hit the market! Not to mention, I'm praying Apple comes out with a less reflective Thunderbolt display. The glare and reflection is the main reason I looked elsewhere for a large monitor; hence my asking for help. Hoping the ASUS text display issue can be worked out. My expectation is for it to display like the MBP retina and Thunderbolt display text. That possible?
    Alternatively, I guess I could do the Apple Refurb Thunderbolt at $799. And see if there's a decent aftermarket anti-glare I could stick on it?
    Thanks for reading my post. Hope someone can help; offer any suggestions? Words or wisdom?
    Has anyone else had similar issues and figured out a resolution? Help!
    MacBook Pro
    Retina, Mid 2012, 2.3 Ghz Intel i7
    8GB 1600 MHz DDR3
    OS X 10.8.5
    NVIDIA GeForce GT 650M 1024 MB
    ASUS PA279Q

    I uninstalled those two items. It still runs slow on start-up and when opening safari, firefox, iphoto, itunes, etc. It's not snappy like it used to be. Any other ideas? Thanks.

  • Using null Layout - Problems

    Hullo - I've written a little app that, because of the nature of what it does, prettymuch requires the use of null layout. It works well enough, but there are a few points where it does strange things that I don't understand. I haven't been able to find any good docs anywhere for how exactly layout/rendering works. The Swing tutorial, for example, almost completely ignores the topic.
    Basically, I set the layout to null, add my components, use setBounds...but then nothing happens. In order for anything to be visible, I have to call pack() before I call show(). What is pack? What does it do? How can Sun's null layout examples work even though most of them don't use it?
    Second, if I create JFrame of a certain size, and add a component that goes off the bottom of the JFrame (on purpose), then expand the size of the JFrame to reveal the bottom part of that component, it doesn't paint - there's just a grey area. No amount of repaint() pack() or anything will cause it to show. The only way I've found to do it is to make the JFrame larger to begin with, add the component so that it's visible, then resize to the smaller size, which is kind of ugly and clunky.
    I basically do not understand why Swing is doing the things it does; why it paints sometimes and not other times, where it paints, when it paints, where it shows objects, how it packs them, etc. I would be very grateful if someone could englighten me!

    Hullo - I've written a little app that, because of the
    nature of what it does, prettymuch requires the use of
    null layout. It works well enough, but there are a
    few points where it does strange things that I don't
    understand. I haven't been able to find any good docs
    anywhere for how exactly layout/rendering works. The
    Swing tutorial, for example, almost completely ignores
    the topic.
    Basically, I set the layout to null, add my
    components, use setBounds...but then nothing happens.
    In order for anything to be visible, I have to call
    pack() before I call show(). What is pack? What
    does it do? How can Sun's null layout examples work
    even though most of them don't use it?
    Second, if I create JFrame of a certain size, and add
    a component that goes off the bottom of the JFrame (on
    purpose), then expand the size of the JFrame to reveal
    the bottom part of that component, it doesn't paint -
    there's just a grey area. No amount of repaint()
    pack() or anything will cause it to show. The only
    way I've found to do it is to make the JFrame larger
    to begin with, add the component so that it's visible,
    then resize to the smaller size, which is kind of ugly
    and clunky.
    I basically do not understand why Swing is doing the
    things it does; why it paints sometimes and not other
    times, where it paints, when it paints, where it shows
    objects, how it packs them, etc. I would be very
    grateful if someone could englighten me!Okay, I think you should call setVisible(true); instead of pack then show. Pack basically organizes the components so they take up the least amount of room, and then it shrinks the frame to as small as it will go without hiding any components. It think if you call revalidate() instead of repaint(), should solve your problem.
    The other thing to do, is (hehe) make your own components

  • Hi I am from Spain and I am new on Macworld, recently I have bought a Mac Book pro, the keyboard is not configured rightly when I have to write @ I have to press g instead of @ key , how can I solve this problem ?. Thanks in advance.

    Hi ,
    I am from Spain and I am new in MacWorld, recently I have bought  a MacBook Pro , but teh keyboard is not configured rightly, when I want to write @ I have to press g instead of the @ key, or the symbol for questions ?, I have to press :: key. Please how can I solve this problem ?. Thanks in advance.
    BR,
    XAvier

    xavier85 wrote:
    I am new in MacWorld
    Sorry to disappoint you, but this isn't MacWorld.
    when I want to write @ I have to press g instead of the @ key
    Are you sure you don't have to press ⌥-G (Option-G) to get @?
    Anyway, sounds like a keyboard/keyboard layout mismatch.
    Go to System Preferences > Language & Text > Input Sources. From "Select input methods to use" enable (check) the following
    Keyboard & Character Viewer
    U.S.
    Spanish
    Spanish - ISO
    Also enable "Show Input menu in menu bar".
    The Input menu should appear to the right of your menu bar, with the icon of a national flag. From this menu, choose "Show Keyboard Viewer". Then compare the layout displayed by Keyboard Viewer with the label on your MBP's keyboard. If it doesn't match, choose a different layout from the Input menu.
    My suspicion is that you're using a US keyboard with a Spanish keyboard layout, hence the difference you noted.

  • Layout problem with div. on PC but ok on iPad how to fix?

    hello. like the title says, im having a problem here. i im builiding my own website and am creating a page with all my personal exp. and so on. to keep it nice i created serveral div tags. here is my site:
    http://www.eduweb.hhs.nl/~10071717/home.htm
    when you go to the "CV" link in the left colum you will see the layout is ok, vertically. but there is way to much space between the created table (div tags)
    on dreamweaver "live view" it shows fine with one line of space between the bottom of the table and the top of the text (trying to be as clear as possible).
    but when i press Ctrl+F12 (prev in browser) it show like it is now.
    on my iPad it shows just fine:
    you know what i mean now?
    here are my html codes(made them red to be clear):
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Curriculum Vitae</title>
    <link href="css/main.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div id="wrapper">
      <div id="banner">
        <p>Content for  id "wrapper"</p>
      </div>
      <div id="navigation">
        <ul>
          <li><a href="home.htm">home</a>    </li>
        </ul>
        <ul>
          <li><a href="bouwkunde.htm">bouwkunde</a></li>
          <li><a href="cv.htm">CV</a></li>
          <li><a href="werkervaringen.htm">werkervaringen</a></li>
          <li><a href="mijn_werk.htm">mijn werk</a></li>
          <li><a href="contact.htm">contact</a></li>
        </ul>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
      </div>
      <div id="main">
        <h2>Curriculum Vitae</h2>
        <p> </p>
        <h6>Persoonlijk</h6>
        <div id="CvPersoonlijkL">
          <p>naam</p>
          <p>voornaam</p>
          <p>adres</p>
          <p> </p>
          <p>geboortedatum</p>
          <p>geboorteplaats</p>
          <p>telefoon</p>
          <p>mobiele nummer</p>
          <p>E-mail adres</p>
          <p>Nationaliteit</p>
          <p>Sofinummer</p>
        </div>
        <div id="CvPersoonlijkR">
          <p>kamp</p>
          <p>boris</p>
          <p>Zwartendijk 31</p>
          <p>2671LL, Naaldwijk</p>
          <p>18-03-1991</p>
          <p>Monster, Zuid-holland</p>
          <p>0174-670671</p>
    <p>06-55718742</p>
          <p><a href="mailto:[email protected]?subject=Betreft Digitaal Portfolio">[email protected]</a></p>
          <p>nederlander</p>
          <p>205270621</p>
        </div>
        <p>  </p>
        <p> </p>
        <p> </p>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6> </h6>
        <h6>opleidingen</h6>
        <div id="CvOpleidingenL">
          <p>MBO bouwkunde</p>
          <ul>
            <li>school:</li>
            <li>naam richting:</li>
            <li>periode:</li>
          </ul>
          <p> </p>
          <p>HAVO</p>
          <ul>
            <li>school</li>
          </ul>
          <ul>
            <li>periode</li>
          </ul>
        </div>
        <div id="CvOpleidingR">
          <p> </p>
          <p>mondriaan techniek &amp; ICT den haag</p>
          <p>vormgeving ontwerp En architectuur</p>
          <p>2006-2010</p>
          <p> </p>
          <p> </p>
          <p>ISW, tiendweg, Naaldwijk </p>
          <p>2003-2006</p>
    </div>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
    <h6>vaardigheden</h6>
    <div id="CvVaardighedenL">
      <ul>
            <li>Autodesk AutoCAD 2D</li>
            <li>Autodesk AutoCad 3D</li>
            <li>Autodesk Revit </li>
            <li>Google SketchUp</li>
            <li>BouwCalc Voorcalculatie</li>
            <li>PlanCalc Windows</li>
            <li>Microsoft Word</li>
            <li>Microsoft Excel</li>
            <li>Microsoft PowerPoint</li>
            <li>PC zelf</li>
          </ul>
      </div>
        <div id="CvVaardighedenM">
          <p>sterk</p>
          <p>goed</p>
          <p>matig</p>
          <p>sterk</p>
          <p>matig</p>
          <p>matig</p>
          <p>sterk</p>
          <p>sterk</p>
          <p>sterk</p>
          <p>sterk </p>
        </div>
        <div id="CvVaardighedenR">
          <p>2006-heden</p>
          <p>2008-heden</p>
          <p>2009-2010</p>
          <p>2006-heden</p>
          <p>2008-2010</p>
          <p>2008-2010</p>
          <p>2003-heden</p>
          <p>2003-heden</p>
          <p>2003-heden </p>
          <p>2003-heden</p>
        </div>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
    <h6>overige informatie</h6>
        <div id="CvOverigL">
          <p>rijbewijs:</p>
        </div>
        <div id="CvOverigR">Ja, rijbewijs B sinds juli 2009</div>
      </div>
    </div>
    </body>
    </html>
    i hope someone can solve this problem........... its really strange.
    thanks!!
    Boris

    After the end of each section of your CV you have code like below before the start of your next section/s:
    <p>  </p>
    <p> </p>
    <p> </p>
    <h6> </h6><h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    <h6> </h6>
    You need to delete all of that so the section/s end cleanly before the start of the next section as shown below:
    <p>205270621</p>
        </div>
    <!-- this is the end of your first section with all the code as mentioned above deleted -->
    <h6>opleidingen</h6>
        <div id="CvOpleidingenL">
    Then you need to add clear: both; and padding: 15px 0 7px 0; as shown below to the <h6> css:
    h6 {
        font-family: "BankGothic Lt BT", georgia, "times New Roman";
        font-size: 12px;
        color: #000;
    clear: both;
    padding: 15px 0 7px 0;

  • ALV Grid Layout problem

    I have define a form layout on the first screen (ALV) of my program then the program call another screen,  the same layout is applied to the new screen 0200 (ALV). I don't want the same layout been applied to the new screen. What is my problem?
    Regards,

    Hi Daniel ,
    Your problem can be solved by the following ways,
    For example : you have 2 screens , screen 200 and screen 201 .
    1)Go to T code SE51 , for 1st screen number 200. you create/drag a custom container as per your desired size.
    2) For the same program now for the second  screen 201 , you create/drag a custom container as per second screen requirement ,it should not same like 1st screen size (To see the difference between 1st and 2nd screens).
    With this you can solve your problem
    Regards,
    Saravana.S

  • Layout Problem, Help Need

    I developed one custom Report, which will print on pre print stationary. Really Problem here is when i send to printer it will printer properly on 8/12 By 11 Page, but i don't what is the reason it is not printing on Page after 7 Inch, even i thought i increase layout width it dos't Print after 7 Inch on Page, can i know why it is doing like these, any clue, please let me know.
    Report Verions : 6i
    Main Section : Width => 8.5
    Height => 12.5
    Orientation => Portrait
    Report Width => 80
    Report Height => 90
    Your Help Rally appreicate in advance.
    Thanks,
    Praveen

    You may need to contact support and actually show them the report to really solve the problem, but here are a few things to check first:
    a) Check the report margins, make sure that they will allow the report body to display past 7".
    b) Check that the frames and repeating frames are set to horizontally variable, or expand so that they can grow if required.
    Hope this helps,
    Danny

  • Layout problem width of transparent container

    Hello,
    I have a webdynpro with 3 transparent containers in matrix layout. All of them have width 100% and MatrixheadData.
    The first one has a group and some text fields.
    The second one has a group and the group some transparent containers.
    The third one only has a textfield.
    The third container is the widest, than comes the first one, the second one is the narrowst. The difference is only 1 or 2mm but it looks very unprofessional. I expected all three to have the some width.
    regards
    stefan

    Hi Stefan,
    What is the layout of your rootuielement container? It will be flow layout by default, make that as Matrix Layout and I think it should solve your problem.
    Regards
    Nithya

  • Mobile Printing page layout problems

    I have the photo smart 7520 printer and a android phone and when I print a photo from my phone wirelessly and I select the paper size and layout landscape or portrait...The photo never changes the layout and cuts off half the picture it seems it just only prints out landscape. I have wasted so much photo paper trying to print out pictures. Please help Thank you!!!

    Hi,
    I need some inputs from you to answer this.
    Which app are you using from your phone?
    Whats the paper size you are setting?
    Whats the Orientation used by you?
    Size of the Media [Photo Paper] used.
    Regards,
    Oliver 
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"--Please mark the post that solves your problem as "Accepted Solution"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.

  • When i login to update my existing apps, the login window shows the wrong apple id. and it's all prayed out, i can't change it. how do i solve this problem?

    When I login to update my existing apps, the login window shows the wrong apple id. i cannot change it because it is all grayed out. how do i solve this problem?

    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with one Apple ID with a new Apple ID.

  • After updating to Firefox 7.0.1, menu bar for Google,yahoo, Facebook (message,notification,profile,home) and others site are disabled. How can solve this problem?

    after updating to Firefox 7.0.1, menu bar for Google(web ,image,video,map etc),yahoo, Facebook (message,notification,profile,home) and others site are disabled. even I cant log out from different sites cz the log out bar is completely disabled. I tried with Firefox 4;5 and 6, same problem exist . I tried by active all add ons for facebook, same problem exist. If I use internet explorer , I don't find such problem with it.
    How can I solve this problem?

    Thanks a lot for your swift response. And sorry if it was a bit too hectic to go through my detailed query (which I did because it was misunderstood when I asked previously). As I've mentioned above, I was informed that updating to 5.0.1 would '''require''' me to '''delete''' the current version and then install the new one. And doing so will involve losing all my bookmarks. I guess I should have been more specific and detailed there. By losing, I didn't mean losing them forever. I'm aware that they're secured in some place and deleting and installing the software doesn't harm its existence. What I meant that if I install the new version, I'd have to delete the old one. And after installing the new version, I'd have to transfer them (bookmarks) back from wherever they are. Get it? When it updated from 3.6.9 to 3.6.13, and from 3.6.13 to 3.6.18, I didn't need to follow that process. They were already present on their own.
    BTW, I'm having no problems with 3.6.18 but after learning about the existence of version 5.0.1, I'm a bit too eager to lay my hands over it.
    Thanks for your help; hope this wasn't extremely long.

  • I recieve SMS and i hear established melody and I do't hear the person on all over SMS. How to solve this problem?

    Problem with an incoming message. For example, during my conversation the second line receives a call, I hear the sound in dynamics such as "piiiip piiiip," but when in this situation I recieve SMS and i hear established melody and I do't hear the person on all over SMS. How to solve this problem? Perhaps someone tell me? save in advance

    Not Charge
    - See:     
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. The cable for 5G iPod (lightning connector) seems to be more prone to failure than the older cable.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • How I can solve this problem or manipulate it ports 80,443 are closed by ISP and they don't want to open it

    hi,
     I see that I have a particulier abonnee of my ISP , which has closed all the ports for security reason and they don't want to open  any of it 80,443 ect.
    suppose If I want to use Essential server 2012  how I can solve this problem , essential wants domain name whith A record.
    I asked DDNS service provider if I lease from them a domain name whith A record  would that help to open or manipulate the port 80,443  they said that I have to solve this problem myself . they lease only domain names with dynamic dns records.  
     so what can be a solution the ISP provider won't open this ports , how I can solve this problem .   domain name with ip adres is not helping so what it's go to help?
    thanks
    johan
    h.david

    The domain name in this instance is only used for remote access, and is seperate from the active directory domain name.
    If your ISP blocks port 80 and 443, and you dont intend to use remote access anyway, the wizard will likely not complete successfully whether you have a valid domain name or not.
    Robert Pearman SBS MVP
    itauthority.co.uk |
    Title(Required)
    Facebook |
    Twitter |
    Linked in |
    Google+

  • Hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem pleas

    hello all .. i have a big problem in my ipad version 5.1.1 that is when i connect the ipad with my computer the i tunes give me this message ( itunes couldnt connect to this ipad .an unknown error occurred (0xE8000012).) how i can solve this problem please
    and this is an pic for the problem

    There is some troubleshooting for 0xE8 error codes on this page : http://support.apple.com/kb/TS3221 - you could see if anything on that page fixes it

Maybe you are looking for

  • Is there a way to create a folder shortcut?

    I just got an E5 and it's my first "smartphone". I was wondering if there was a way to create shortcut of a folder on the active standby screen? I created an 'apps folder' and it has all the apps I usually use, but I want the folder to be a shortcut

  • Display Username on G/L account line item display of T-code FAGLB03

    Hi Experts: Now I have a issue,we want to display the header level username (BKPF-USNAM) on the list of G/L account line item display.What I want to ask is if there is another report existed in which contain this field? Or only change the standard co

  • Prb while programaticaly applying an RM policy

    Trying to programaticaly apply a policy using LCES web services call, I bump on the following SOAP exception : com.adobe.edc.sdk.SDKException: Failed to retrieve policy [PS:72238891-845b-4094-88a2-881f532a63ae] -- Invalid policy(error code bin: 1284,

  • How to get BIW with NW ABAP7.0

    Hi Frndz.. Actualy am NW EP deveolper , now i started to learn BI and i installed NW ABAP 7.0 Trail version .In this i found BIW and let me suggest this BIW(coming with NW ABAP7.0 Trail) is enough to learn BI. To conform this i given a Tcode RRMX , i

  • My Photoshop won't allow me to save .png files

    I have a menu I created, and I used the sl ice tool to slice it, so when I do "Save for web..." I select png and clik save, but it only saves one of the menus as .png, the rest of them are jpg, why is this happening? this morning was working fine. An