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

Similar Messages

  • Component not rendering in Stand Alone Skin editor

    I downloaded the stand alone skin editor and I wanted to play around with it.
    But I notice that my controls are not rendering.
    Kindly see sample image that I am getting. Image
    Not sure why, but I cant seem to see my changes even If I change it in my property inspector.
    Any hints?

    Hi,
    did you check the CSS source of the file to see if invalid styles are added. The visual editor is broken in the image, so there must be something causing it. Ifthe CSS was empty, would the editor render properly ?
    Frank

  • 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 ???

  • 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

  • Skin Editor in Captivate 7

    Its generally expected that, when you save your project/simulation with a particular Skin Editor, that should be its default skin for anyone who opens it.
    But I am having instances that, in one of my team mates machine, it goes back to the deault theme, though the same playbar is installed in that machine.
    I just wnat to know, if this a machine problem or Captivate 7 issue?? Because we never experienced this in Captivate 6.
    Any help will be appriciated!!!
    Thanks,
    Soumya

    Captiv8r and Lilybiri, Thank you so much for your continued help.
    I just ran through the following and still had no luck. Please advise.
    - I have unchecked "reporting" because we do not need that information compiled - didn't help.
    - I have also hidden the report slide and moved
    -  I have 2 other projects that are very similar, and they do not have different quiz properties,
    Do you think this has to do with the skin editor/table of contents?
      Slide 46 and Slide 47 are not navigable - information listed below.

  • MS IE Script Error in Skin Editor

    When I try to edit a skin, the Skin edit window opens and the
    follow error message displays:
    Internet Explorer Script Error
    !!! An error has occured in the script on this page.
    Line: 222
    Char: 3
    Error: An automation server can't create object
    Code: 0
    URL: file//C:\Documents and Settings\Local
    Settings\Temp\skinpreview_1\whskin_pdhtml.htm
    Do you want to continue running the scripts on this page?
    Yes/No
    If I continue, the editor seems to function normally.
    However, strange things happen in the WebHelp systems published on
    a file system (local and on the LAN). The Table of Contents does
    not display on some instances of MS IE. The "highlight search
    results" demo does not highlight the search term in the topics.
    I thought these issues were connected to a recent push of
    Windows XP SP 2. However, site support completely uninstalled
    RoboHelp from my computer and did a clean reinstall, according to
    the Adboe TechNote.
    I am wondering if they are connected or not, and how I can
    get rid of the error message.
    Text

    I have tried the javascript edit in http://forums.adobe.com/message/3826014#3826014#3826014.
    Both of the forum posts you referenced are addressing the issue in RoboHelp 9. I know there was an patch for chrome in 9 (http://helpx.adobe.com/robohelp/kb/enter-key-doesnt-launch-search.html).
    I'm running 8.0.2 and I work in a company where I cannot get IT to unistall the plug-in companywide.
    Just an update to my previoud post: I did realize the javascript edits I made were written over by another publish. With the edit in place however, my output still isn't working.
    Editing the .js in the webhelp folder hasn't worked to fix the functioning of the TOC and Search and why the error in the Skin Editor at all?

  • Re: Script Error in Skin Editor

    I posted this as a reply to the following discussion: http://forums.adobe.com/thread/603151 but believe it merits its own post as it was not resolved by the solution that was presented.
    My company runs Internet Explorer 7 as its default browser and recently installed chrome frame. I was editing a robohelp project this week and encountered the following error message when I opened the skin editor:
    When I opened up the published webhelp I had the same issues described elsewhere in the forums with the TOC and Search not working. I edited the whver.js file using the specifications outlined by piersh in the forum discussion noted above without success.
    Additional information:
    I am using RoboHelp 8
    Functuonality is fine when tested in Firefox
    Published and tested locally
    Tested from two additional company computers from a network shared drive

    I have tried the javascript edit in http://forums.adobe.com/message/3826014#3826014#3826014.
    Both of the forum posts you referenced are addressing the issue in RoboHelp 9. I know there was an patch for chrome in 9 (http://helpx.adobe.com/robohelp/kb/enter-key-doesnt-launch-search.html).
    I'm running 8.0.2 and I work in a company where I cannot get IT to unistall the plug-in companywide.
    Just an update to my previoud post: I did realize the javascript edits I made were written over by another publish. With the edit in place however, my output still isn't working.
    Editing the .js in the webhelp folder hasn't worked to fix the functioning of the TOC and Search and why the error in the Skin Editor at all?

  • 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.

  • Playbar options are greyed out on skin editor Captivate 6

    Hi Everyone,
    I am building modules and all of a sudden when I went to publish the module the playbar is gone, I went to the skin editor and now the playbar options are completely greyed out and nothing I do will allow me to turn them back on....PLEASE HELP!!!

    Hello and welcome to the forum,
    Are you new to Captivate? Did you ever create an advanced action? I have several tutorials on my blog, and some articles as well:
    http://kb2.adobe.com/community/publishing/858/cpsid_85847.html has a video tutorial that shows how to create a conditional advanced action. Even though it is created for CP5, nothing has changed in CP6 (except perhaps the names of some system variables)
    http://blog.lilybiri.com/system-variables-in-captivate-6
    You do not need 3 variables at all, which was the reason why I asked my 'new' question. Are you using real pretest question slides or normal question slides or custom question slides?
    If you use Pretest question slides, the score will be stored in cpQuizInfoPretestPointsscored and the percentage in  cpQuizInfoPretestScorePercentage
    If you use normal question slides, the score will be stored in cpQuizInfoPointsscored and the percentage in  cpInfoPercentage
    If you use custom question slides, you'll have user variables in which you calculate both score and percentage
    If the numbers you are mentioning are percentages you'll create one conditional action with 3 decisions (here example for normal question slides):
    First decision: IF cpInfoPercentage is greater or equal to 70
                                 Jump to slide CHP3_1
    Second decision:  IF cpInfoPercentage is less than 70   AND
                                   cpInfoPercentage is greater or equal to 50
                                       Jump to slide CP2_1
    Third decision: IF cpInfoPercentage is less than 50
                               Jump to slide CHP1_1
    The slide labels CHPx_1 are for the first slides of each chapter.
    Lilybiri

  • 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

  • Captivate 5.5 skin editor won't open

    I'm working in Captivate 5.5, and the Skin Editor won't open, either from the Project menu or with Shift+F11. Any idea what's causing that? Is there another way to get at the Skin Editor, such as through the Publish dialog box? I couldn't find another way.
    -Stuart

    Hi Stuart
    At any point have you had a second monitor attached? If so, it's quite possible that the dialog is indeed opening, but was last opened on the second monitor. In that case you need to either make your resolution large enough so that you see the dialog sitting in the odd location or re-connect the second monitor so you may then view the dialog and drag it back to the visible area of the screen.
    Cheers... Rick

  • 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

  • Oracle ADF skin editor tool

    Hi,
    Im using Oracle Jdeveloper 11.1.1.4.
    This https://blogs.oracle.com/jdevotnharvest/entry/suggested_skin_editor_workflow blog says that for using Skin editor in 11.1.1.4 i need to download Standlone Skin editor. Is this tool a licensed software, because in the download section of the ADF, it says that it is "OTN Developer License Agreement." what this means, can we use this tool for free in a organisation.

    Hi,
    you can download the editor here http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html
    about the license, I don´t know(wait experts responses) but the editor is for custom adf applications and then you need a ADF license
    For free organisation you should see ADF Essentials :http://www.oracle.com/technetwork/developer-tools/adf/overview/adfessentials-1719844.html

  • 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.

Maybe you are looking for

  • How do you boot from an external drive when internal drive is dead?

    The internal drive is dead, but I have a complete dupolicate on my fire-wire external drive. I think I remember reading that there is a combination of keys to press down when starting to allow one to choose which drive to use as a startup volume. As

  • I need to learn exadata

    Friends , I am an Oracle APPS DBA and i need some basic info on Exadata . Can you please help me on how to start learning on Exadata. Regards, Atif

  • JAX-RPC and java NIO

    Hi, We have a web application that integrates with web services. The web service responses actually decide what web page is shown to the user. Sometimes the JAX-RPC web services don't repond quickly. So the client has to wait. We show a page while th

  • How do I downgrade my Emac?

    I have a G3 that I no longer use but has files on the HD I need. Until I upgraded to Leopard I was able to see the OS9 files. Now I want to downgrade to Tiger use an enclosure for the G3 HD and run both OS. Since I am not the brightest star out their

  • Messages+ Sending Issues (HTC One M7)

    I have been having trouble sending text messages when my WiFi is connected. Usually no trouble when it isn't connected. Message says sending for a long time and sometimes it sends but doesn't say it was sent. What can I do to fix this?