Is this a JOGL bug with GLJPanel, a driver problem, or what?

I've been trying to eliminate a problem I've been experiencing with my WorldWind Java (WWJ) application and I think I've finally taken a step torward finding the root cause, but I'm not sure whose problem it is yet or who to report it to, so I thought I'd start here and work my way up; if it can't get solved here, maybe it's a driver issue.
The issue goes something like this:
(Note: this only occurs when the -Dsun.java2d.opengl=true flag is set.)
I have a GLJPanel on my primary display that works beautifully. I drag that panel onto my secondary display (slowly) and it disappears. Poof. If I position the panel halfway between screens, I can get about half of the panel to render on the secondary display, but any further than that and it disappears. I tried this on a Frame and with a GLCanvas as well and got different results: in a Frame, if I dragged the Panel over and then dragged it back into the primary display, it would disappear on the secondary display, but reappear on the primary display once it was dragged back. With the GLCanvas, I didn't have any issues.
It's fairly simple to recreate this on my computer by using a WorldWind example that extends ApplicationTemplate and just adjusting ApplicationTemplate to use WWGLJPanels.
However, I went so far as to reproduce the problem with a plain old GLJPanel:
import com.sun.opengl.util.Animator;
import java.awt.GridLayout;
import javax.media.opengl.GL;
import javax.media.opengl.GLAutoDrawable;
import javax.media.opengl.GLJPanel;
import javax.media.opengl.GLCapabilities;
import javax.media.opengl.GLEventListener;
import javax.swing.JFrame;
public class TrianglePanel extends JFrame implements GLEventListener {
    public TrianglePanel() {
        super("Triangle");
        setLayout(new GridLayout());
        setSize(300, 300);
        setLocation(10, 10);
        setVisible(true);
        initTriangle();
    public static void main(String[] args) {
        TrianglePanel tPanel = new TrianglePanel();
        tPanel.setVisible(true);
        tPanel.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    private void initTriangle(){
        GLCapabilities caps = new GLCapabilities();
        caps.setDoubleBuffered(true);
        caps.setHardwareAccelerated(true);
        GLJPanel panel = new GLJPanel(caps);
        panel.addGLEventListener(this);
        add(panel);
        Animator anim = new Animator(panel);
        anim.start();
    public void init(GLAutoDrawable drawable) {
        GL gl = drawable.getGL();
        gl.glClearColor(0, 0, 0, 0);
        gl.glMatrixMode(GL.GL_PROJECTION);
        gl.glLoadIdentity();
        gl.glOrtho(0, 1, 0, 1, -1, 1);
    public void display(GLAutoDrawable drawable) {
        GL gl = drawable.getGL();
        gl.glClear(GL.GL_COLOR_BUFFER_BIT);
        gl.glBegin(GL.GL_TRIANGLES);
        gl.glColor3f(1, 0, 0);
        gl.glVertex3f(0.0f, 0.0f, 0);
        gl.glColor3f(0, 1, 0);
        gl.glVertex3f(1.0f, 0.0f, 0);
        gl.glColor3f(0, 0, 1);
        gl.glVertex3f(0.0f, 1.0f, 0);
        gl.glEnd();
        gl.glFlush();
    public void reshape(GLAutoDrawable drawable, int x, int y, int width, int height) {}
    public void displayChanged(GLAutoDrawable drawable, boolean modeChanged, boolean deviceChanged) {}
}If it helps, the video card I'm using is a Quadro NVS 140M.

steffi wrote:
This is a bug that I'm seeing in Apple's new MobileMe service and I believe they are making use of the System Messaging Server product. (Sun Java(tm) System Messaging Server 6.3-6.03)I can't comment on what Apple may or may not be using ;)
Specifically I have an email that's MIME HTML and what I observe is that lines >999 chars are being truncated so in my case the nested table doesn't render correctly because a whole chunk of the HTML itself on this line has been truncated.The email client generating the message is broken and Messaging Server is 'fixing' the email by truncating the line to the maximum line-length as per the standards.
Refer to "2.1.1. Line Length Limits" in http://www.faqs.org/rfcs/rfc2822.html
Regards,
Shane.

Similar Messages

  • HT4913 My IPhone 5 will not recognize that I have an Itunes Match account.  When I try to turn the Itunes Match button on in settings I get a mesage saying I am not subscribed to ITunes Match.  This does not happen with my Ipad.  Any Ideas what to do?

    My IPhone 5 will not recognize that I have an Itunes Match account.  When I try to turn the Itunes Match button on in settings I get a mesage saying I am not subscribed to ITunes Match.  This does not happen with my Ipad.  Any Ideas what to do?

    SharmFarm wrote:
    Good ev Ning Mario49    firstly I would like to say a great thank you for your attention to trying to help me,,,,,    i have looked at the links and will try everything stated first thing…
    Hi Mario,,,,
    I tried everything in your reply,,, thank you again,, I had done that once before and all was working great,,
    I have just now tried the Reinstall via iTunes, about 20 into the download, the iTunes logo on the phone disappeared, and the Apple Logo appeared again,,, I waited until the iTunes stated that the download had finished, and the install was in progress,,,
    Nothing happened, still the Apple Logo was visual on the screen, iTunes never recognised the phone which it was on my iTunes account previously,,,
    Still just a bunch of lines, maybe 5 or 6 so small writing,, I personally can not read what it is telling me, someone said it reads, incorrect shutdown,,,????????
    Please advise,???
    I am now at a loss,,, I really became excited when I saw the iTunes icon after putting the phone into restore,,,???
    Thank you again
    D

  • Is this a know bug with the Mail server?

    This is a bug that I'm seeing in Apple's new MobileMe service and I believe they are making use of the System Messaging Server product. (Sun Java(tm) System Messaging Server 6.3-6.03)
    Specifically I have an email that's MIME HTML and what I observe is that lines >999 chars are being truncated so in my case the nested table doesn't render correctly because a whole chunk of the HTML itself on this line has been truncated.
    The message fails to render correctly in their Web Client but also in Mail.app when it's accessed over IMAP4

    steffi wrote:
    This is a bug that I'm seeing in Apple's new MobileMe service and I believe they are making use of the System Messaging Server product. (Sun Java(tm) System Messaging Server 6.3-6.03)I can't comment on what Apple may or may not be using ;)
    Specifically I have an email that's MIME HTML and what I observe is that lines >999 chars are being truncated so in my case the nested table doesn't render correctly because a whole chunk of the HTML itself on this line has been truncated.The email client generating the message is broken and Messaging Server is 'fixing' the email by truncating the line to the maximum line-length as per the standards.
    Refer to "2.1.1. Line Length Limits" in http://www.faqs.org/rfcs/rfc2822.html
    Regards,
    Shane.

  • Photoshop with occasional GPU driver problem

    Dear all,
    Sometimes when I start photoshop, I get a message saying: "Photoshop has encountered a problem with the display driver and has temporarily disabled GPU enhancements. Check the video card manufacturer's website for the latest software. GPU enhancements can be enabled in the Performance panel of Preferences."
    I have the latest graphics drivers installed, but this message does not always occur when I start Photoshop although the driver does not change. So, I guess there might be some other reason causing this error message.
    I am running Photoshop on a Thinkpad with Windows XP Professional.
    Regards,
    WM

    What is the level of OGL implemented by your card? Adobe has an OGL compatability app that ships with AE. Hopefully yours is 2.1 or later. If not, then get a new card. A new driver will not help. If you are really lucky, then there is a flash ROM update for the card to up-rev the OGL, but that is very rare.
    As a side note: I am not sure how this myth gat started, but PS actually puts very little strain on GPU acceleration compared to visualization, CAD and compositing apps. It is a minor issue compared to other offerings in the CS4 family (PP and AE come to mind).
    The Engineering team knows there are issues with their use of OGL. They are working hard to get a solution in the hands of folks quickly.
    The first recommendation is to disable all "advanced OGL settings" and see how you do.
    H

  • Powerbook G4 12" 867mhz with dvd/cd drive problems - please help!

    Hello all,
    Just realized this thread should have been in this section. I put it in the using your powerbook section. Sorry for the double post. I just wanted it to be in the right section.
    I have just inherited a powerbook g4 from a family member who is upgrading to a new machine. It has dvd/cd drive problems. I'm totally new to OSX and a notebook machine and need some assistance. I've been briefly scanning the forums here and noticed problems with these drives on the model computer. Is there a way to fix this with an install of older software? Here is the problem, if I insert a cd into the super drive it mounts on the desktop, and itunes will play it but it skips and sounds very distorted. I haven't tried a dvd but was told it doesn't even see the dvds on the desktop. Here are the know specs on the machine:
    867mhz
    640 mb ram
    mac os x 10.5.1
    boot rom version 4.5.5f4
    the burner info: matshita dvd r uj-015
    firmware version: docb
    Thanks in advance!

    Good Morning Mac,
    According to your posted specs for the 12" G4PB you have the bare minimum requirements for Leopard. Even Tiger (10.4.11) should have 1GB RAM for decent performance (see my signature specs).
    An easily installed 1GB RAM stick can be obtained at either of these reliable vendors:
    http://eshop.macsales.com/ or http://www.crucial.com/
    However, we are getting ahead of ourselves. Try the following in this order:
    Repair Disk Permissions with /Applications/Utilities/Disk Utility/Repair DP, then do the following:
    Run Repair HD from original CD or DVD install disk ........
    Insert disk and re-start holding down the 'C' key until you see the spinning gear.
    At Installer level...... DO NOT CONTINUE
    At top left, use 'Utilities' Menu for Tiger or later and go 'Disk Utility'
    Select your HD volume with Operating system on...
    Select First Aid tab then select Repair Hard Disk button
    If "RED" errors are repaired, run again, until none are reported then +run again+ just to be sure you are OK
    Do NOT continue with the Installer... QUIT the Installer and return to the Finder ......... Eject the Disc
    RESTART ..... Repair Disk Permissions .... AGAIN!
    Try the above stuff first .... if that doesn't help, we will get into the "RESETS" steps next!
    DIXIE

  • I think this is a bug with rendering a string to a graphics2d

    Hiya,
    The following lines of code create the rendering error I am experiencing, to which I have tested on several computers.
    BufferedImage bi=new BufferedImage(100,100,BufferedImage.TYPE_INT_ARGB);
    Graphics2D g2d=bi.createGraphics();
    g2d.setColor(new Color(1f,0f,0f,0.5f));
    g2d.fillRect(0,0,100,100);
    RenderingHints renderingHints=new RenderingHints(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_ON);
    RenderingHints rh=new RenderingHints(RenderingHints.KEY_TEXT_ANTIALIASING,RenderingHints.VALUE_TEXT_ANTIALIAS_ON);
    renderingHints.add(rh);
    rh=new RenderingHints(RenderingHints.KEY_ALPHA_INTERPOLATION,RenderingHints.VALUE_ALPHA_INTERPOLATION_QUALITY);
    renderingHints.add(rh);
    g2d.setRenderingHints(renderingHints);
    g2d.setFont(new Font("Lucida",Font.BOLD,14));
    g2d.setColor(Color.BLACK);
    g2d.drawString("SQOWTGBC",10,30);
    When the destination image has an alpha of 1 the text is rendered with the correct antialiasing. However, in this example where the alpha is 0.5 the text is rendered with unwanted artifacts.
    [http://sphotos-b.ak.fbcdn.net/hphotos-ak-ash4/269344_590137484330481_704825569_n.jpg]
    This image has JPG artifacts but the unwanted rendering artifacts are still visible (ie the brighter edges)
    I am wondering if this is not in fact an error but the intended result. If so, how to I configure the graphics object to render the antialiased text without the artifacts?
    I could not find where to submit a bug on the oracle website for the life of me so maybe if someone would like to explain how this is achieved I will be very grateful.
    Penny
    x
    I have spent several hours trying to find if this has been reported as a bug or if there is a solution posted online but to no avail.
    Edited by: 995038 on Mar 20, 2013 5:32 AM
    Edited by: 995038 on Mar 20, 2013 5:33 AM
    Edited by: 995038 on Mar 20, 2013 5:36 AM

    I have made a work around for the moment.
    This work around uses a BufferedImage to render the antialiased text first which does not create the artefacts and then draw the image of the text to where the text should appear. I dont think this is an acceptable solution because in the case where there could be 1000s of TextLayout objects the increased overhead would be unacceptable.
    private void drawTextLayout(Graphics2D g2d,float x,float _y) {
    Rectangle r=_g2d.getClipBounds();
    bufferG2D.translate(r.x,r.y);
    Composite c=bufferG2D.getComposite();
    bufferG2D.setComposite(clearComposite);
    bufferG2D.fill(r);
    bufferG2D.setComposite(c);
    textLayout.draw(bufferG2D,_x,_y);
    bufferG2D.translate(-r.x,-r.y);
    _g2d.drawImage(buffer,r.x,r.y,null);
    the BufferedImage of bufferG2D would need to be large enough to cater for any size of text to be rendered to which I believe the size should be set to the screen size. This solution requires that there always be a _g2d clip assigned.
    Regards
    Penny

  • Bluetooth audio connected - no sound.  Ever since updating to software 5 .1   But wifes older iPad 1 on 4.2 still works. Exactly the same with my iPhone also running latest software update 5.1.1.  Could this be a bug with the new release?

    I have a Bluetooth receiver transmitter by Brookstone attached  to the home stereo that we use to connect via bluetooth and play music from Pandora etc. From our iPhones or iPad. It has worked flawlessly until I updated the software on my iPad and iPhone to 5.1.1. .  It still is able to connect but there is no sound.  When we use my wifes iPad 1 which is still running s/w 4.1 there is no such problem. Anyone else seen this and know  a fix?

    I have a Bluetooth receiver transmitter by Brookstone attached  to the home stereo that we use to connect via bluetooth and play music from Pandora etc. From our iPhones or iPad. It has worked flawlessly until I updated the software on my iPad and iPhone to 5.1.1. .  It still is able to connect but there is no sound.  When we use my wifes iPad 1 which is still running s/w 4.1 there is no such problem. Anyone else seen this and know  a fix?

  • I could exchange information with the VIA RAIL Canada website before 8.0 but no longer (Safari works OK). Is this a new bug with issue 8.0?

    On website viarail.ca is a form to request train and fare info. I could do this OK before I upgraded to Firefox 8.0, but not since. It doesn't accept Origin or Destination input. I hate Safari but it does work!

    On website viarail.ca is a form to request train and fare info. I could do this OK before I upgraded to Firefox 8.0, but not since. It doesn't accept Origin or Destination input. I hate Safari but it does work!

  • Display bug with new catalyst driver & xorg

    Hello everyone,
    I have just updated catalyst (fglrx) from fglrx 8.40.4 to catalyst 7.11-1 and Xorg server from 1.2.0-5 to 1.4-5. Indeed I have an ATi Radeon Xpress 1100 (RS485) on my laptop.
    Everything is well except...this bad bug :
    almost each time a window is created (xterm, dialog box which pops up, firefox ...; there are maybe other trigger events) a strange blurred square appears at the bottom right corner of my screen, and my cursor has a strange trail, as if a piece of widget was attached to it. The cursor trail disappears quickly, but not the square. I have to switch in console mode and to go back to X to make it clear. It is composed of pixels of different colors.
    Does someone have the same problem ?
    Moreover the driver gl (or gl2) does no more work with mplayer, I have to use the x11 one, but glxgears is ok and I have, according to glxinfo, direct rendering enabled.

    There are many problems with the latest AMD xorg driver.  To fix the display corruption, add
    Option "XAANoOffscreenPixmaps" "true"
    To your fglrx device section in xorg.conf
    Also, try disabling AIGLX - it's not working well and is known to cause some problems.
    In xorg.conf:
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    Section "ServerFlags"
    Option "AIGLX" "off"
    EndSection

  • Mail suddenly stopped with a message that says : You cannot use this version of Mail with your version of Os X  What do I do?

    Hi ,
    My version of iMac (Os X 10.6.8) seems to be rejecting my Mail programme (4.5) and I'm forced to use Entourage. All my eMails are gone and I have to retrieve them by going into the Hard drive. Very disconcerting. Why did it happen and what can I do?

    http://support.apple.com/kb/TS4424
    Post back if you need help with this.
    Btw, you're in the wrong forum. This one is for older Macs that can't run Snow Leopard.

  • Nano with windows USB Driver problem?

    Everything worked fine with my nano for a few days.
    I've gone through all the troubleshooting tips for the nano itself. (3 Rs, etc).
    Latest,I have deleted the USB device and reboot the computer. Windows recognizes new hardware found and tries to install the driver for it.
    I get the following error:
    Error: The initialization failed because a function driver was not specified for this device instance.
    Seem to me to be a problem with the Ipod Nano software since windows is recognizing it. I have used other usb devices with this port in the past though I am not using any with it currently.

    Taking it back for an exchange is probably your best bet then, but there is one more thing you might try first. Some people have found that by putting the iPod in disk mode, it keeps the USB port alive and lets it charge. It doesn't sound quite like your situation, but it migh be worth a try. Or, you could even take it to a different computer and plug it in there for three or four hours to see if it will take a charge. You don't need iTunes on that computer. But if those don't work, then the exchange is probably your best bet at this point.

  • Need help with cd/dvd drive problem.

    I have a MacBook (black) running OS 10.6.8. The internal cd/dvd drive no longer works. I put in a disk and it gets pushed back out after a few seconds.
    I just bought a LG Ultra Slim Portable DVD Writer model GP 60NB50. The MacBook recognizes the LG drive for opening music and movies, and for burning photos to a disk.
    I have been unable to use the LG drive as a start-up drive. I put Disk Warrior into the drive and restarted the computer holding down the “C” key. When the computer starts to launch there is a flash of a “?” on the screen then it loads from the hard disk. I also tried using the Apple start up disk that came with the computer but that also failed.
    Any idea how I can get the LG drive to become a start-up drive when needed?
    Thanks,
    Orin

    If your computer is a TouchSmart, and I am only guessing that it is, this document might help.
    Good luck!
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01496336&tmp_task=solveCategory&lc=en&dlc=en&cc...
    GeorgeFN
    I work on behalf of HP.

  • N500 with PCI device driver problem sound

    hi , i re instal a new windows in my N500, XP SP2, and i downloaded all the driver in lenovo site, extrat all the pacckage, but after all, i still have a problem with the sound, with only driver missing!! this mysterious PCI DEVICE....i try to found in all site about a solution, i updated my HDMI from microsft like they say and try so many other idea without solution....always when i install the file setup in DRIVERS\WIN\AUDIO\52av02ww\XP32    i found a strange message after a while showing "le pilote n'a pas été installé: le peripherqiue correspondant est introuvable" it means that the correspndant device is not found....
    this a copy of the report from everest
    Debug - Unknown
    Motherboard   DMIMOBO: LENOVO KIWDX  
    Motherboard   DMISYS: LENOVO 42335LG  
    Motherboard   SROSA001.86C.0000.D.0810200818    
    Motherboard   Unknown  
    PCI/AGP   14E4-1713: Broadcom NetLink (TM) Fast Ethernet [NoDB]    
    PCI/AGP   197B-2381: JMB38X SD Host Controller [NoDB]    
    PCI/AGP   197B-2382: JMB38X SD/MMC Host Controller [NoDB]    
    PCI/AGP   197B-2383: JMB38X MS Host Controller [NoDB]    
    PCI/AGP   8086-2919: Intel(R) ICH9M LPC Interface Controller - 2919 [NoDB]    
    PCI/AGP   8086-2928: Intel(R) ICH9M/M-E 2 port Serial ATA Storage Controller 1 - 2928 [NoDB]     PCI/AGP   8086-292D: Intel(R) ICH9M/M-E 2 port Serial ATA Storage Controller 2 - 292D [NoDB]     PCI/AGP   8086-2930: Intel(R) ICH9 Family SMBus Controller - 2930 [NoDB]    
    PCI/AGP   8086-2934: Intel(R) ICH9 Family USB Universal Host Controller - 2934 [NoDB]    
    PCI/AGP   8086-2935: Intel(R) ICH9 Family USB Universal Host Controller - 2935 [NoDB]    
    PCI/AGP   8086-2936: Intel(R) ICH9 Family USB Universal Host Controller - 2936 [NoDB]    
    PCI/AGP   8086-2937: Intel(R) ICH9 Family USB Universal Host Controller - 2937 [NoDB]    
    PCI/AGP   8086-2938: Intel(R) ICH9 Family USB Universal Host Controller - 2938 [NoDB]    
    PCI/AGP   8086-2939: Intel(R) ICH9 Family USB Universal Host Controller - 2939 [NoDB]    
    PCI/AGP   8086-293A: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A [NoDB]    
    PCI/AGP   8086-293C: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C [NoDB]    
    PCI/AGP   8086-293E: PCI Device [NoDB]    
    PCI/AGP   8086-2940: Intel(R) ICH9 Family PCI Express Root Port 1 - 2940 [NoDB]    
    PCI/AGP   8086-2942: Intel(R) ICH9 Family PCI Express Root Port 2 - 2942 [NoDB]    
    PCI/AGP   8086-2944: Intel(R) ICH9 Family PCI Express Root Port 3 - 2944 [NoDB]    
    PCI/AGP   8086-2946: Intel(R) ICH9 Family PCI Express Root Port 4 - 2946 [NoDB]    
    PCI/AGP   8086-294A: Intel(R) ICH9 Family PCI Express Root Port 6 - 294A [NoDB]    
    PCI/AGP   8086-2A40: Mobile Intel(R) 4 Series Chipset Processor to DRAM Controller - 2A40 [NoDB]     PCI/AGP   8086-2A42: Mobile Intel(R) 4 Series Express Chipset Family [NoDB]    
    PCI/AGP   8086-2A43: Mobile Intel(R) 4 Series Express Chipset Family [NoDB]    
    PCI/AGP   8086-4237: Intel(R) Wireless WiFi Link 5100 [NoDB]
    please who's have idea about this? who can help me?

    try to run executable files on right click by selecting "run as admin"
    and try to run this first, then try this.
    or try to run lenovo smart downloading.

  • Totally fed up with external hard drive problem

    I purchased a 500 gb USB Mybook drive a week ago, and all it did was freeze up my mac. So everyone said to get a firewire one instead. So i got the firewire version, and it does the same thing. Immediately when it's plugged in, I get the spinning disk forever.
    If I start up with it plugged in, after the login, it freezes. I called their tech support, and they have no idea either. Wonderful. I've tried every fire wire and usb port on the mac, with no discernable results.
    Please help before I throw it through a window!

    Not far from you is a dealer in Mac Firewire hard drives which should work. http://www.macsales.com/
    If those don't work, then you know you have a hardware problem. Your machine may be old enough to have its clock battery replaced which can affect the ability of access to the ports. The clock battery is a 3.6V 1/2 AA lithium you can get from Radio Shack as catalog item 23-026.
    If after making sure you have a current clock battery (one under 3 years old), it still doesn't work, try zapping the PRAM:
    http://docs.info.apple.com/article.html?artnum=2238
    And resetting the Firewire ports:
    http://docs.info.apple.com/article.html?artnum=88338
    And if you are still stuck, it suggests a truly bad hardware problem, most likely in the power supply or logicboard controller.

  • Satellite M60-164 with Major Hard Drive problems

    It started about 3 months ago. Each time the computer started, it would get a certain distance and then the BSOD would turn up and immediately disappear and the computer would restart. Yesterday I discovered the F8 trick to make the BSOD stick around for a while. It turns out the problem was an "Unmountable Boot Volume". I inserted my Windows CD, and ran the repair center thingydingy, and entered chkdsk /r. It said there seemed to be unrecoverable problems on the hard drive.
    I bought the computer 2 years ago, and I think I only have a 1 year warranty.
    What are my options?
    Thanks,
    Luke

    Looks a little bit like an HDD fault!
    Did you try to install the OS again on the HDD?
    Check if this is possible
    After the OS installation you could try to run some HDD repair tools like for example the HDD Regenerator.
    http://www.gold-software.com/download7605.html
    If this does not help check if the HDD replacement helps you to solve this problem!

Maybe you are looking for

  • Import jama.* ????????

    Hiiii!! I need anyones help who could tell me what does import jama.* do?? i found this code that might help me in my project. The problem is i cant run the program bcoz it gives me an error : package Jama does not exist import Jama.*; what should i

  • Add-on to capture videos from internet that don't have a download link.

    Is there an add-on to capture videos from internet that don't have a download link. I am on a Mac.

  • Photos overlapping text

    When I am adding text to a photograph on the site (http://web.me.com/thedodwells), although in the iweb mode, prior to publishing al looks fine.When I publish the text often disappears behing the photos. Does anyone know why ? What am I doing wrong?!

  • Use dimension in HSF freeform calculation

    Hi everybody, I want to use dimension structure in Oracle Hyperion Strategic Finance Application. I assigned a user defined dimension, to an account. Then, I used a different dimension for any other account. e.g: v300.00.001/A1 - v300.00.002/B1 Now,

  • C3-01 and Activesync?

    Hi, i'm sad that my Nokia C3-01 have not activesync included for default, that means "Mail for Exchange" don't support it  (i hope in a next firmware upgrade). Do you think possible sync the C3-01 with Google account? How? Any third part sync applica