FacesServlet rendering issue

Hi, Am facing a pretty trivial issue. Can someone please help?
My web.xml mapping is like this:
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<servlet>
<servlet-name>FacesServlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>FacesServlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.faces</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.xhtml</url-pattern>
</servlet-mapping>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<servlet>
<servlet-name>FacesServlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>FacesServlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.faces</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.xhtml</url-pattern>
</servlet-mapping>
And my index.html is:
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Refresh" content="0;url=index.faces">
</head>
<body>
TODO hmmmm
</body>
</html>
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Refresh" content="0;url=index.faces">
</head>
<body>
TODO hmmmm
</body>
</html>
It simply redirects to index.faces (which is supposed to call index.xhtml). Index.xhtml is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Cognizant GTO JavaCoE</title>
</head>
<body>
<f:view>
<h:form>
<h2>Welcome to the Application</h2>
<h:commandButton id="listButton" value="Cancel"/>
</h:form>
</f:view>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Cognizant GTO JavaCoE</title>
</head>
<body>
     <f:view>
     <h:form>
     <h2>Welcome to the Application</h2>
     <h:commandButton id="listButton" value="Cancel"/>
     </h:form>
     </f:view>
</body>
</html>
...a very simple JSF file.
I have deplyed this App on JBoss. Am using eclipse IDE. When I launch the URL http://localhost:8080/MyApp/, it just says "404 : description The requested resource (/MyApp/) is not available."
"MyApp" is my project name in eclipse. Am not sure why it's reporting this error. Can someone please help?

hm, I can remember already replying to this question :/
Why do you think the context is MyApp? If you don't configure a context name yourself anywhere (like in the application.xml of the EAR or the jboss-web.xml you put in the WAR), JBoss will assume the name of the war file without extension. So 'myapp.war' will become '/myapp' and 'mysuperduperwebapp.war' will become '/mysuperduperwebapp'. So unless your war is named MyApp.war, the context is not correct. Note that I would use all lowercase names.

Similar Messages

  • Is that a webkit rendering issue in Safari 5.1?

    I add my voice to rendering issues encountered in Safari 5.1, here they are:
    1) Fonts look pixelated on some websites. Here's an example drawn from weebly.
    The font used here is OFL Sorts Mill Goudy, so I guess there must be a font rendering engine in weebly that allows non web safe fonts to be displayed properly. That works fine in Firefox 5 & 6, and until recently on Safari 5. Chrome 12 has exactly the same issue as Safari 5.1, so it could be a general rendering issue in webkit.
    2) Videos on Vimeo show now a black rectangle instead of the video.
    3) The "Insert image" feature in this forum takes forever to load, displaying a white rectangle during several seconds. Same issue with the Evernote clip bookmarklet.
    Hope these issues will be fixed soon, any help is appreciated if something can be changed in Safari settings.
    Note: resetting Safari (including cleaning cache) doesn't solve the described problems. I'm running Snow Leopard 10.6.8 on Mac Pro Quad 2.8 Ghz.

    Thanks for helping diagnose this.
    However, my testing indicates that this is not a bug with border-collapse: collapse. Here is why:
    If I change the value of border-collapse to "separate" and add "border-spacing: 0", the bug remains. To try this, request http://www.panlex.org/cgi-bin/plxu28-bug2.cgi .
    If I leave the value of border-collapse unchanged but change the button elements in the cells to plain text, the bug disappears. To try this, request http://www.panlex.org/cgi-bin/plxu28-bug1.cgi .
    On the basis of this testing, it would seem to me that the bug is dependent on the button elements and independent of the border-collapse CSS attribute.
    This doesn't explain, however, why you have found border-collapse: collapse producing slow results with other large tables and it doesn't do so with my table in http://www.panlex.org/cgi-bin/plxu28-bug1.cgi . It also doesn't explain why you saw the bug disappear when you changed border-collapse on my page but I didn't see it disappear.
    Any further diagnostic help would be welcome.

  • Custom Cell Renderer issue in Custom JTable

    I have CustomeTable extends JTable which renders different UI Components like (JTextField/ ComboBox /JButton/JCheckBox) in *"single column*" so i have overridden *getCellRenderer* and *getCellEditor methods.*
    Now my Custom Table changes contextually by selecting different nodes in JTree similar to Windows Explorer
    *The problem is Some times When i Click Button & then i click other Node which displays other UIComponents old components (Button is painted) instead of new COmponent(JTextfield or ...)*
    *For each UI Renderer i have called its repaint() method still this issue is noticed not frequentlly but yes occasionally.*

    Following are some of my Custom Text / Combo Renderer / Password / Button to display different UI Components @ Column 2 as per my above Code
    private class MyDefaultRenderer implements TableCellRenderer {
            private JTextField l;
            private Border borderPrevious;
            public MyDefaultRenderer() {
                l = new JTextField();
                borderPrevious = l.getBorder();
            public Component getTableCellRendererComponent(JTable table,
                    Object value,
                    boolean isSelected,
                    boolean hasFocus,
                    int row,
                    int column) {
                PropertyInfoType propertyType = propertyInfoList.get(row).getType();
                if (ConfigCommonPropertyPanel.isInputEditable && !propertyInfoList.get(row).isReadOnly()) {
                String tempVal = "";
                if (value != null && value instanceof String) {
                    tempVal = value.toString();
                l.setText(tempVal);
                l.setOpaque(true);
                l.revalidate();
                l.repaint();
                return l;
            public Object getCellEditorValue() {
                return l.getText();
           private class ButtonRenderer implements TableCellRenderer {
            JPanel buttonPanel;
            JButton button;
            public ButtonRenderer() {
                buttonPanel = new JPanel(new FlowLayout(FlowLayout.LEFT));
                button = new JButton(getAdminUIMsg(168));
                buttonPanel.setOpaque(true);
                buttonPanel.add(button);
         public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
                button.setFont(LNFManager.getThemeForComponent(table).getBodyText());
                buttonPanel.setPreferredSize(new Dimension(getPreferredSize().width, getRowHeight()));
                buttonPanel.revalidate();
                buttonPanel.repaint();
                return buttonPanel;
        private class ButtonEditor extends JButton implements TableCellEditor, ActionListener {
            int rowIndex;
            int columnIndex;
            JTable table;
            JPanel panel;
            public ButtonEditor() {
                super("Validate Database");
                panel = new JPanel(new FlowLayout(FlowLayout.LEFT));
                addActionListener(this);
            public Component getTableCellEditorComponent(JTable table, Object value,
                    boolean isSelected, int row, int column) {
                rowIndex = row;
                columnIndex = column;
                setOpaque(true);
                panel.setOpaque(true);
                panel.setPreferredSize(new Dimension(getPreferredSize().width, getRowHeight()));
                setFocusable(true);
                panel.repaint();
                panel.add(this);
                return panel;
            public Object getCellEditorValue() {
                return this.isSelected();
            public boolean isCellEditable(EventObject anEvent) {
                return true;
            public boolean shouldSelectCell(EventObject anEvent) {
                return true;
            public boolean stopCellEditing() {
                return true;
            public void cancelCellEditing() {
            public void addCellEditorListener(CellEditorListener l) {
            public void removeCellEditorListener(CellEditorListener l) {
            public void actionPerformed(ActionEvent e) {
                              try{
    // Some Business Logic To check my Database / LDAP Connections on Button Click
                                 }catch( Exception ex){
                                  } finally{
                                            stopCellEditing();
                                            transferFocus();
                   +Shouldnt i call repaint() on a specific Component for a Specific renderer ?+
    My Code works perfectly 99 % of the times ..
    But very rarely when i click My Button On my Custom Table say
    When i click NODE A - which displays different UI in Right Split Info
    Row 2 Column 2 - has Validate Button
    Then i Click NODe B - Which displayes Contextual UI Components
    Row 2 Column 2 should display TextBox (as expected)
    but due to some rendering issue its Displaying same Validate Button
    I have debugged and verified my logic to call renderer is perfect.
    My rest of rows /columns displays appropriate UI Components except the
    position of Button .
    I think after my Button Editor is Invoked & i perform some business logic Button renderer is not getting invoked ???

  • Adobe Acrobat X Pro Ver. 10.1.7 rendering issues

    Hello
    I have rendering issues with Acrobat X Pro Ver 10.1.7.
    When I zoom in to 100% and use the hand tool to move the image around, it moves about 1 inch then it freezes for 3-4 seconds, then I can move it again.  This happens at all zoom %, but it gets worse as I zoom in further.
    This gets even worse if I add text callouts and text boxes.
    Windows reports the size of the .pdf document at about 700 Kilobytes.
    I played with the Preferences - 3D & Multimedia - Rendeiring settings, etc. to no avail.
    I have 64 bit Windows 7 Enterprise on a DELL Precision  M4500-I 1.6GHZ CORE I7 QUAD CORE laptop with 8 GB of RAM and a NVIDIA QUADRO FX 1800M with 1 GB of RAM.  I also played with the NVIDIA Control Panel settings to no avail.
    This gets very anoying, I need to get work done on these .pdf files and this issue slows me down, and irritates the hell out of me.
    I thought my laptop is underpowered, but at this point I tend to believe it is an Acrobat issue.
    Please, any input appreciated. 
    Thanks

    Moved to Acrobat Installation & Update Issues

  • SSRS web based report viewer control rendering issues - text getting clipped chopped off

    Hi,
    I am using web based SSRS report viewer control to display SSRS reports in browsers like Chrome, FF, IE, Safari etc. My issue is some text is getting chopped off (clipped) in all cells of some reports. I investigated on my end by analyzing generated HTML
    and I could see a problem in the HTML that report viewer control is generating. But I am afraid to apply any HTML or Javascript hacks at the moment considering we have hundreds of reports.
    You can see in above image how text got chopped off. The problem in HTML (given below) is the text has been wrapped in a div tag with a fixed height. If I remove the height and also padding on parent TD, the text appears properly.
    <td class="A23dfe7c5f99245f2a0db522a22a6035597c" style="HEIGHT:5.00mm;background-color:#d3d3d3;"><div style="HEIGHT:3.24mm;overflow:hidden;"><table lang="en-US" cellspacing="0"
    cellpadding="0" border="0" class="Pd9776e5f7eaf4df696265b8b49d1da39_1_r17"><tbody><tr><td class="A23dfe7c5f99245f2a0db522a22a6035597" style="word-wrap:break-word;white-space:pre-wrap;">MyType11</td></tr></tbody></table></div></td>
    Please let me know if you have faced a similar scenario before.
    Here is link to stackoverflow thread -
    Stackoverflow thread
    Regards
    Murtaza

    Hi Murtaza,
    According to your description, when you display the report with Report Viewer control, the data within the text is cutoff.
    Based on my research, the issue could cause by that Arial Unicode MS font hasn’t been installed on the server where Reporting Services run. Besides, when we use ReportViewer control to render report, we’d  better set
    AsyncRendering="true" in the Report Viewer control. Also please run the IE with compatibility mode. For more information, please refer to similar threads below:
    Data in column getting cut-off in report viewer control
    SSRS Rendering Issues
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • ITunes 7 Rendering Issues

    Ahoy hoy,
    I became entangled in this problem upon first running iTunes;
    Running it for the first few minutes, all is fine, tick-tock, no problems so far.
    Then...
    If one is inclined to switch applications, to say Firefox etc., hide iTunes, and then switch back to iTunes upon revealing it from that wonderful hiding place that is apple+h, it comes out all DICOMBOGULATED... of which a preview can be seen:
    http://www.flickr.com/photos/duffin-tim/243757719/
    It renders the interface all like, nineteen-eightees-Commador64-loading-a-game-up-like (I can post more previews of the glitch, some of them look pretty cool); what is the meaning of this?, am I alone in this problem? Coming to mind is a VRAM issue, but I am not one to speculate on such topics as it's not my professional area.
    Toogy Boogy,
    Tim D.
    iBook G4 1Ghz   Mac OS X (10.4.7)   Sun-spotted monitor; ladybird stickers; fadded 'S' key; burnt-out not working firewire; all else's d

    I have seen some wierd GUI rendering issues as well, notably, this one:
    http://www.n715dp.com/links/itunes7gui.jpg
    I can replicate this happening by closing the window (leaving the application running) and then opening it up again. The only way to make it go away is to click on the iTunes Store source and then back on my library again.

  • What sequence setting would you use to edit 1280 x1080 DVCProHD (P2) and 1920 x 1080 AVCHD (Sony) in FCP. Experiencing Quality and rendering issues.

    What sequence setting would you use to edit both 1280 x1080 DVCProHD (P2) and 1920 x 1080 AVCHD (Sony) in a single timeline in FCP. I'm experiencing quality and rendering issues.  I've tried numerous settings but can't seem to figure this one out.  Thanks for your assistance.

    Although you can combine the avchd 1920x1080 material with prores 1920x1080 in the same timeline, you might land up saving time just converting everything to 1920x1080 prores 422.   You'd probably reduce the amount of rendering while you're working and exporting when you're done by a great deal.  This workflow will require much more drive space.

  • InDesign CS4 - Serious Screen Rendering Issue

    I just migrated from the CS2 Suite to CS4 Suite (I uninstalled CS2 Suite first before installing CS4 Suite) on my Windows XP SP3 system.
    The first thing I noticed was that InDesign CS4 (ID) had trouble rendering its screens properly when doing common functions. When the issue occurs, only "parts" of the ID app screen will display (see attached figure), and the CPU usage (as shown in Task Manager) goes to 100% usage. At this point, my system grinds to a halt, and I don't know where I am in the ID application because the screen is not fully "painted". All I can do then is shut down ID using the "End Task" option of the Windows Task Manager. As soon as ID closes, my CPU usage immediately goes back to normal (5-10% range).
    So far, I've noticed this rendering issue when:
    - I minimize the app to the system tray, then go to maximize it. This happens with or without an ID file open.
    - I am closing/exiting a file
    - any time a lot of screen repainting needs to occur when moving "in" and "out" of ID
    This issue may not happen at every instance in the above circumstances, but often enough (90% of the time) to make ID virtually unusable to me. Sometimes, I am able to "jog" ID back to its senses (i.e., a proper repainting of the screen) by navigating through the ID menus. This works only sporadically, however, and the results usually do not last long.
    This issue does not show up on any other of my CS4 apps (PhotoShop, Illustrator, Acrobat, etc.), nor on any of my Windows Office 2003 apps. My other colleagues in my department have not seen this issue with their CS4 ID, and some of them are running nearly identical systems as mine (everything but the Dell monitor).
    What I've tried so far without any help:
    - used Adobe Updater for the latest CS4 updates (I am running ver. 6.0.2 of ID)
    - ran Windows Update and installed all the latest updates beyond SP3
    - deleted files on my hard drive to free up space (I have 20% free)
    - defragged my hard drive
    - updated my display driver
    - tried various screen resolutions and refresh rates of my display
    Specs of my machine:
    Dell Optiplex GX620
    Pentium 4 3.00 Ghz CPU
    80 GB Hard drive
    4 GB RAM
    Windows XP SP3
    Dell 1907ftp LCD monitor
    IE ver. 6.0.2900
    McAfee 3.6.0.608 virus checking
    Can anyone help?

    One thing that is missing from your list of system components is the video card used on your system. And that may be the source of your problems. In general, though, we are not aware of any video problems particular to InDesign 6 as opposed to InDesign 4 which you previously had installed.
    Many low-end computers from Dell and others take the low cost route by integrating a graphics display chip, typically from Intel, on the motherboard which does not have its own dedicated graphics memory. It shares memory with Windows. This has several ramifications (pun not really intended, sorry!). The first is that using main memory as video memory means that you have very slow video memory, very much slower than the memory on dedicated graphics cards. The second is that access to that memory competes with disk operations, CPU operations, and virtually everything and anything going on with your system. If in fact your system does have one of these integrated graphics chips in lieu of a real graphics card, there might not be much you can do assuming you have the latest video driver (you said you checked that) unless your Dell OptiPlex allows you to disable the motherboard integrated graphics chip and install a real video card. (To be completely fair, the integrated graphics display chips are perfectly fine for systems that are not running graphically intensive applications - Outlook, Word, and a web browser instance or two work quite well with those configurations.)
    Other things that I would check would be disk space as well as fragmentation. An 80GB disk is not that big these days and if most or much of the remaining free disk space is highly fragmented (as it might be after uninstalling CS2, installing CS4, and perhaps doing a whole bunch of Windows updates including SP3), disk operations, including page file operations, might be excrutiatingly slow.
              - Dov

  • UI rendering issue in Skin editor (11.1.2) on Mac

    Hi,
    I just tried to run the stand alone skin editor (11.1.2) on Mac OS X and noticed some UI rendering issue - All the icon and menu are hidden unless I move the mouse cursor over them. (sometimes they don't even show up if I do so) And every time when I launch the program, I see lots of null pointer exception from "com.apple.laf.AquaMenuPainter.paintMenuBarBackground(AquaMenuPainter.java:140)"
    It looks like a platform specific issue, since the Oracle claims Mac is also certified. Is there any work around for that?
    Mac OS X: 10.6.7
    JVM: 1.6.0_24
    JDev: 11.1.1.5 (may be not relevant here)
    Thanks,
    Steven
    Edited by: Steven on Jul 18, 2011 11:03 AM

    Hi Steven,
    I just downloaded standalone SkinEditor 11.1.2.1 and had the same problem as you.
    I managed to get round it thankfully.
    As you mentioned, the menu items become visible sometimes when moving the mouse over them. I managed to find the Preferences menu item and opened it. In the Environment section I changed the Look and Feel from Oracle to Mac OS X. When I restarted the editor came up with no errors.
    I don't think the Mac OS X look and feel is as nice though so I did some more digging.
    I found a file called jdev-Darwin.conf in jdev/bin that contains Mac specific configuration for JDeveloper. In here I noticed the following line:
    AddVMOption    -Dapple.laf.useScreenMenuBar=trueAs the error we were getting was to do with menus I copied the line into skineditor.conf and hey presto it works for the Oracle look and feel. The app menus are on the Apple menu bar rather than the Java app window but I can live with that.
    Cheers,
    Kevin

  • Font Rendering Issues-Help Required Please

    In the past week, any Google search on Firefox or Chrome (but not Opera) gives me results where the fonts look gappy. Sometimes there are additional dots above the letters. I uninstalled and reinstalled Firefox from scratch in case an add-on was at fault but even with a clean install I am still seeing the issue. I checked my font settings and do not have any minimum font size set. I have allow pages to choose their own font ticked.
    I've uploaded an image where I can see some correctly rendered text and some gappy looking text (not from a Google search but a Mozilla query). It also happens when commenting online sometimes, during typing it will be gappy but it will show properly once submitted. Any ideas for a fix would be warmly welcomed and I can give more examples if that would help. Although it's not Firefox related, I did restore all defaults in Chrome and it didn't fix the issue there either.
    I uninstalled the most recent Windows Update since the problem is recent but it didn't change anything. I'm not sure if browsers would even look to my computers fonts.

    hi Auds77, this is probably caused by microsoft update kb3013455 which can cause font rendering issues on vista:
    <blockquote>After you install security update 3013455, you may notice some text quality degradation in certain scenarios. The problem only occurs on systems that are running Windows Vista SP2 or Windows Server 2003 SP2. Microsoft is researching this problem and will post more information in this article when the information becomes available. </blockquote>
    <sup>reference: https://support.microsoft.com/kb/3013455</sup>
    one option may be to [http://windows.microsoft.com/en-us/windows/remove-update#1TC=windows-vista roll-back this particular update] for now until there is a fix by microsoft or you could also look if there is a [[Upgrade your graphics drivers to use hardware acceleration and WebGL|graphics driver update]] available on the website of the vendor (intel/amd/nvidia) which might also resolve this problem in some cases.

  • Font rendering issue & multimedia keys not working

    Hi, yesterday i switched to KDEmod 4.1 and I have two major problems...
    One is font rendering issue... I did not change anything in my font-related packages (cairo, freetype, fontconfig, libxft) and i have to add that this setup worked perfectly in KDEmod 3.5.9, but now it looks like this:
    This bug occurs only in qt apps and mostly in kmenu... i.e firefox renders my fonts flawlessly...
    Second problem are multimedia keys on my keyboard...
    They worked in KDE 3.5.9, but now I cannot set them up properly... Sometimes they work, sometimes they don't...
    KDE recognizes the pressed key, but when I assign specific action and press the key, just nothing happens...

    You might be able to solve your font issue by going to System Settings -> Appearance -> Fonts.  I enable ant-aliasing.  I also clicked on configure and select "Use sub-pixel rendering" to RGB and the hinting style to Full.  I also use the Force fonts DPI to 96 DPI.  This makes the fonts pleasing to my eyes.
    This is how I got my multimedia keys to work in KDE4.1:
    Go to System Settings -> Regional and Language and make sure to set the County or region to your location.
    khotkeys needs to be running.  I added it to the autostarted progam list. System Settings -> Advanced tab -> Autostart
    When I got the multimedia keys working, I was really tring to get the keyboard shortcuts to work.  In addition to the above steps, I also deleted
    ~/.kde4/share/config/kglobalshortcutsrc.  I do not know if deleting this file is needed to get the multimedia keys working, but it was to get the keyboard shortcuts woring.
    Restart X
    Go to  System Settings -> Keyboard and Mouse -> Keyboard Shortcuts
    I set the volume control in the KMix component section.
    To get the keyboard shortcuts to work, go to the menu editor and select the program you want to create a shortcuts for.  Click on the advanced tab and create the shortcut in the shortcut field.  Save.
    Then go to  System Settings -> Keyboard and Mouse -> Keyboard Shortcuts. Change the component to KHotkeys.  Select the Program and then select the default shortcut that you just created.  (This works for the multimedia keys aswell).
    Hope this helps,
    pudge

  • Font rendering issue / Mountain Lion / non Apple LCD display

    Hello
    This font rendering issue or problem is probably well know by Apple crew too but nobody has solved it yet. Only poor solution are available such as try to adjust manually font rendering by writin some scripts concerning anti alias levels...they really dont solve the problem.
    Could Apple bring us solution to this by developing or updating Mountain Lion?
    So what is the problem: font rendering is very poor in Mountain Lion when using non Apple LCD. For example Fujitsu SL27T-1 LED (LCD displa) shows fonts very nice way in Windows but in Mac OS ML does not. Somebody told me that its about software vs. hardware rendering. Dont know about that but could you bring me the solution which is not advising me to buy Apple display (which is five times more expensive than other manufactures displays).
    Br
    M. Leino

    just want to add that overall fonts look blurry and they are not very sharp.

  • IE7 Rendering Issue: Pushing Div Right

    Hello and Happy New Year to everyone, reallly hope its a goodun!
    I have a rendering issue with IE7 for this page: http://www.kowalskidesign.com/ocean/homepage/ocean31.html
    The problem is with the orange 'Opening Times' drop down  and that fact that the orange box extends off the page, to the right (attached screenshot) in IE7.
    Any pointers out there?
    Would be much appreciated.
    All the best,
    Damien

    Hello and Happy New Year to everyone, reallly hope its a goodun!
    I have a rendering issue with IE7 for this page: http://www.kowalskidesign.com/ocean/homepage/ocean31.html
    The problem is with the orange 'Opening Times' drop down  and that fact that the orange box extends off the page, to the right (attached screenshot) in IE7.
    Any pointers out there?
    Would be much appreciated.
    All the best,
    Damien

  • Rendering issue on Samsung S4 (specific models) with AIR app

    We have an Android/IOS app compiled with AIR 3.9. It works fine for all devices but some specific models of Samsung S4. First let me describe the device models & compilation details, as below:
    > Issue found on devices (given models only, on other S4(s) works fine):
         - Samsung Galaxy S4 (Model No. SGH-M919)
         - Samsung Galaxy S4 (Model No. SCH-I545)
    > Compilation:
         - AIR 3.9 (also with 3.8)
         - Render Mode GPU
         - Bitmap graphcis
    > Problem:
    There problem is with redering of grpahics speically which are masked. Either those masked graphcis doesn't display at all OR display in wrong layer (also distracted) when Display List realted to that object is manipaulated i.e. A child object is added to the parent of masked object & the masked object appears above it which was previously not visible. Some masked obejcts are not displayed at all.
    > Observation:
    It was same with CPU mode rendering however when the render mode is changed to AUTO the issue is resovled. But then app is preforming too slow as it uses all bitmap graphcis.
    It seems the specfic S4 models are using different type of GPU, though it should not create such weird issue. Can anybody suggest possible solution for this? OR have faced sismilar behavior on said devices ?

    Hi  Omi,
    Thanks for your reply for issue “Rendering issue on Samsung S4 (specific models) with AIR app”. My adobe account is [email protected]<mailto:[email protected]>, you can send your simple app to me by this account, now we are working on it.
    Thanks
    -Bo
    发件人: grosssmutttr [email protected]
    发送时间: 2013年12月28日 18:52
    收件人: Bo Tang
    主题: Rendering issue on Samsung S4 (specific models) with AIR app
    Re: Rendering issue on Samsung S4 (specific models) with AIR app
    created by grosssmutttr<http://forums.adobe.com/people/grosssmutttr> in AIR Development - View the full discussion<http://forums.adobe.com/message/5961441#5961441

  • What browser rendering issues do you need fixed?

    Reporting Services is looking to fix report rendering issues customers are seeing with modern browsers - Chrome, non-quirks mode IE,
    Firefox and Safari. Let us know what issues you are hitting, and help the team work out what needs fixing first - http://aka.ms/ssrsbrowserissues

    Hi Rhys,
    Thanks for your sharing of the informaiton.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

Maybe you are looking for

  • How do I add multiple JInternalFrames to 1 main JFrame

    It may seem like a silly question but I'd really appreciate any help offered. Sample code might be of assistance. Thanks people :-)

  • How can i use an antifilter with firefox?like ultrasurf?

    the default browser used with ultra is IE and I guess I need to get my firefix's proxy and enter it in ultra.Am I right and what do I have to do to gain my fox proxy?

  • Help: how to modify a setting for a running

    solaris 10 10/05 on sUN E3000 Q: how to modify the setting for a running zone. I want to add a lofs mount for /usr/local read/write. also I want to add access to cdrom so I use zonecfg to "add fs ", and stuff then commit. now what should I do to make

  • Problems with Backup restore after HD replacement

    Hi All, I recently had my HD replaced on my Powerbook through Apple and I am having some significant problems trying to get everything running properly again. Prior to sending my computer out, I did have everything backed up on an external HD using B

  • Batch export projects

    I have over 100 iMovie project files I would like to export. Each project takes at least 20 minutes to process and I would love to be able to "set it and forget it" overnight, otherwise this is going to take many, many hours of my attention. Is there