Browser visualization problem

Hello!
Currently I'm experimenting with display templates and I came up following issue. After creating and customizing an iChart in Workbench it is not properly displayed in browser. Let say I make some changes (for example background colour) and than press Test button, And I don't see that changes in browser window. More strange that I sometimes can press test button several times and get several browser windows with several different iCharts without changing a single thing between that. I'm using IE9, but I tried to set Chrome as default browser and the problem persists. I also tried to clear browser cache with no result too. What can be the issue here?
The xMII version is 12.0.12
Thanks in advance,
Peter

Hello Piotr,
It's always better to clear java cache after every change you make to any applet before testing them.
I have been using IE9 for a while and luckily so far not met with any strange issues but I am sure there are not many who are using IE9.
Did you try this, when you hit test button and run the page if you don't see the changes you made then don't close the browser, instead simply clear java cache from java console and refresh the page using browser refresh button and see if this works.
Also try it on old IE versions so that way you can make sure it is something to do with IE.
Hope this helps!!
Regards,
Adarsh

Similar Messages

  • Visualization problem with some website javascript

    Hi to everyone,
    i note visualization problem with some website, it seems some javascript.
    If i visit for example the website
    www.filesonic.com
    I don't tha image in the middle of the website and if i click on "login" no windows appear.
    This is happen with different browser and for example if open the javascript debug with Safari under the section "console" i see this error:
    Failed to load resource: the server responded with a status of 404 (Not Found)
    jquery.history.js:194
    ReferenceError: Can't find variable: jQuery
    global.it.js:2
    ReferenceError: Can't find variable: $
    http://www.filesonic.it/:111
    ReferenceError: Can't find variable: $
    How can i solve it?
    It is not just a problem of this website but also some other
    Javascript update 1 is installed and it is activated in java preferences and also in browser preferences
    Regards

    I think I had a similar problem
    https://discussions.apple.com/message/25094902#25094902
    Solution was:
    https://discussions.apple.com/thread/4222662

  • Oracle 10g express edition browser login problem

    Hi
    I installed oracle 10g express edition and after installing successfully logged in browser , unlocked hr login and also created one form then I shutdown the database and rebooted my pc and since then when I try to login to "go to Database Home page" after starting database , I get a cookie 127.0.0.1 with username and password, First of all I am not sure what username/password it is expecting, I believe it requires my Windows XP username and password , I tried to enter couple of times my pc login username which has administrator privileges, I also checked it has ora_dba group but after entering pc username , password browser opens saying "unauthorized". I created another os user and tried with that still same. I tried entering oracle password "SYSTEM" and password for it but still could not login, I tried HR username password still nothing.
    I tried disabling firewall but still same issue. I tried to re-install two time but still same .
    Start database dos prompt does show all the process are started successfully .
    I also did ping for 127.0.0.1 and it does ping.
    I tried everything what I knew.
    Can anyone please help me ..to resolve this issue .

    Hi
    This is how I resolved the browser login problem .
    I checked the listener log
    C:\OracleXE\app\oracle\product\10.2.0\server\NETWORK\log
    And found the error
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
    TNS-00512: Address already in use
    I have another version for oracle installed on my pc .
    I ended both the oracle process (Oracle.exe) through the Task Manager
    Then manually started “OracleServiceXe” service through Component Services
    Control Panel – Performance & Maintenance – Administrative – Component Services
    Then did following
    Programs – Oracle Database10g ExpressEdition – Start Database
    Programs – Oracle Databse10g ExpressEdition – Go to Database Homepage –
    Enter username SYSTEM
    Enter password xxxxxx … whatever given at the time of installing.
    And I did successfully login to the browser .
    Hope this will help to those of you who have run into similar problem which I faced
    Good Luck .
    A. Patil

  • Browser display problem in firefox

    After reinstall Vibe 3.3 to new server. Browser display problem in firefox. Last column only display half in the table. But IE is display fine. Any suggestion?

    Originally Posted by yuenc
    Sorry that, our company no planning on upgrade.
    And they said no problem before move to new server.
    Then you could try the workaround mentioned in comment 6: https://bugzilla.novell.com/show_bug.cgi?id=786587#c6
    According to the bug report it was found in 3.3, so either they had this problem before or they used an older version firefox than 16 prior to the server migration.
    Thomas

  • NetBeans JFileChooser visualization problem

    I have a visualization problem when i implement a JFileChooser. I use
    Windows XP with SDK 1.3.1 and Netbeans 3.3
    I insert a JFileChooser from the Form Editor in NetBeans but when i run my
    application the JFileChooser appear in the background without waiting to be
    called by an event generated by a button. When you after press the button
    it works correctly; so it is only a visualization problem....
    How is possible to make it hide until the pressure of that button ???
    Thankyou for the help
    Andrea Franceschini
    [email protected]

    I solved the problem by myself....-:)
    I added the jFileChooser to the JFrame.
    It is instead to add it out of the jFrame with "others components"

  • How to handle Back button, Browser Refresh problem at server side.

    Hi Friends,
    How to handle Back button, Browser Refresh problem at server side in java?.
    I am able to trace that,
    request.getHeader("ACCEPT") is returning value- */*
    when the browser was refreshed and returning different MIME types
    for all other actions from browser.
    I have doubt, will the above solution works always for all servers,browsers?.
    Please also specify any solution to handle back button at server side?.
    Thanks in Advance.
    Venkat..

    I'm sorry I don't think tht's the right solution for
    the above question....
    We must be aware that whatever scripting methdologies
    we either javascript/vbscript would executed @
    client(browser) side not @ server side....
    Dud If U get a good solution keep me updated.....
    THANKS & REGARDS,
    RAHULMy dear friend ...
    the bad news is that u simply cant disable or add any listener to the back button of the browser.
    When u hit the back button of ur browser the URL gets re-executed. So in case u have a JSP then the history.forward() is the best solution. [only if the page doesnt get expired similar to secure https sites]
    Now dont say that user can have javascript disabled ...those users will have a pretty touch time browsing websites since javascripts r used extensively by almost all websites.
    But in case u have an action.do or servlet call then u need to manage it using a session variable since the request will be sent to the server rather than client.
    For multiple form submittion issues read the following article in javaworld...
    Client vs. server solutions
    Different solutions can solve this multiple form submission situation. Some transactional sites simply warn the user to wait for a response after submitting and not to submit twice. More sophisticated solutions involve either client scripting or server programming.
    In the client-only strategy, a flag is set on the first submission, and, from then on, the submit button is disabled based on this flag. While appropriate in some situations, this strategy is more or less browser dependent and not as dependable as server solutions.
    For a server-based solution, the Synchronizer Token pattern (from Core J2EE Patterns) can be applied, which requires minimal contribution from the client side. The basic idea is to set a token in a session variable before returning a transactional page to the client. This page carries the token inside a hidden field. Upon submission, request processing first tests for the presence of a valid token in the request parameter by comparing it with the one registered in the session. If the token is valid, processing can continue normally, otherwise an alternate course of action is taken. After testing, the token resets to null to prevent subsequent submissions until a new token is saved in the session, which must be done at the appropriate time based on the desired application flow of control.
    for more details refer :
    http://www.javaworld.com/javaworld/javatips/jw-javatip136.html
    Hope u got the idea.
    FYI I have been using both these ideas in my credit card payment gateway project. This concept has worked really well.

  • [SOLVED] Visualization problem in Libreoffice

    Hi people... I am new with Arch and I am trying to setting up my new system.
    I have installed lbreoffice-fresh but I am facing with this visualization problem:
    Every time I click or move the mouse arrow over a button, these ghost square appear.
    That's very boring...
    Can you help me please?
    Thank you
    Last edited by cavalierejody (2014-12-28 10:38:05)

    Thank you!
    I am using Gnome.
    I have:
    VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn PRO [Radeon HD 7850] (prog-if 00 [VGA controller])
        Subsystem: PC Partner Limited / Sapphire Technology Radeon HD 7850 2GB GDDR5 DVI-I/DVI-D/HDMI/DP
        Flags: bus master, fast devsel, latency 0, IRQ 29
        Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Memory at f64c0000 (64-bit, non-prefetchable) [size=256K]
        I/O ports at 8000 [size=256]
        Expansion ROM at f64a0000 [disabled] [size=128K]
        Capabilities: <access denied>
        Kernel driver in use: radeon
        Kernel modules: radeon
    X.Org version: 1.16.3.
    Last edited by cavalierejody (2014-12-27 01:20:48)

  • Cover borwser & Visualizer problems

    I just installed itunes 7 and the album covers that show up in the cover browser are pixelated to the point where you can't tell what cd it is. I am having the same problem with the visualizer. All that shows up is colored blocks. Anybody have any idea whats going on?
    Thanks
    p.s. The visualizer worked fine until I installed v7 of itunes
      Windows XP  

    Hi,
    I found the solution here : http://discussions.apple.com/thread.jspa?messageID=12623727&#12623727
    I rebuilt my library...
    Enjoy :-D

  • Preview in browser, IE problem

    When I do a preview in browser in dw (CS4) to IE 7 on XP, it 'locks up' trying to down load a .png.  it never completely loads.  this happens on several pages, including ones that I have not changed.  I don't have this problem in Safari, the pages preview in browser with no problems.
    Then, when I simply try to open a new window in IE, it locks up on 'downloading picture tool bar x_icon_small.png'.
    the .png is the only common thread i can find.  one of the .png's is a photo at 20k, so they are not large.
    i close IE, then i don't have the problem when i reopen it.  i can open a new window in IE without any problems...... until.... i again try to preview from dw.
    i looked on both Adobe and Microsoft forums but have not been able to find a similar problem.
    it's bound to be a setting or switch some place, but the only thing that has changed since this started happening is that we had an old antenna removed from our building that supported our old ISP, we've been on the new ISP for about three weeks and i had not encountered the problem.  i haven't installed or removed any software, i have allowed mcafee and adobe acrobat updates, but that's all i can think of.
    any suggestions on what to try next?
    donna

    The problem I'm having is in the 'file/preview in browser' option, not with the page in production (as this old COBOL programmer would say).  I have loaded my changes, which was just changing some text on a single page and the page works perfectly, site info is below.  I just wanted to see the page before I loaded it to see how the spacing looked on the screen.
    I doubt, like you said, that it is an image problem, but I wanted to make you aware of what other steps I had tried to resolve the issue myself.  Given the way it's happening, it's as though I have accidently reset an option on how to preview the page, but don't know what I did to cause my problem.
    It's when I want to just preview it that I'm encountering the problem.  I'm also encountering the problem when I try to 'preview in browser' a page that I have not changed.  And it works perfectly in Safari, which I'm using as my secondary browser.
    The site is not elegant, I am just learning, but for your reference the site is:  http://www.electpaulpfeil.com/election.html.  All I did was add the 'Mobile Absentee Voting' locations and dates.
    Thanks!

  • Browser selection problems

    In my laptop I had started with 10.2 and then upgraded to 10.4 skipping 10.3. In an effort to solve some other issues with burning dvds on teh adivice of a Mac genuis.
    Well while doing the upgrade and installing everything all over from scratch 10.2 thru 10.4 to install my base programs after I wiped my HD for the virgin installs I installed AOL my main brower and for teh first time even got it right where the Modem counter clock shows up in the menu bar when using the modem to log on. (I am in a area and stuck on dial up).
    Well turned out that it appears that it was either my Mother board or drives tha where causing my problems as I had sent out my laptop thru the apple store for repairs and afetr a 2 moths nitemare they gutted my machine and in the process thet trashed my HD. I had all basic files on back up no loss but a pain to reinstall everything, this this time though 10.4 was installed direct and not upgraded thru 10.2 install with the Startup disk that came with the G4 powerbook.
    Well somewhere along this path AOL is no longer my default browser, Safari comes up when a link is clicked in a outside file plus in the menu bar the modem clock no longer counts the online connection when in AOL.
    I can log on and dial up ok thru AOL but sometimes causes problems when in other programs and you click on say a link and the system keeps trying to go thru Safari.
    I have gone into preferences and clicked on AOL dial up and tried that, followed the AOL instructions fro install and setup which worked before APPLE service gutted my mac. Tried various settings but can't seem to change to AOL as the main browser.
    About the only thing I haven't done is uninstall safari and reboot.
    I normally have AOL, Safari and Firefox as my browser internet connection in that order of priority, which is my preference, any suggestions?

    Hi Don!
    I'm no longer using Dial-Up, but I hope I can still assist you.
    Are you using AOL For Mac OS X Version 10.3.7 (Revision 4136.xxx (US))?
    "...other programs and you click on say a link and the system keeps trying to go thru Safari..."
    Which other programs, and where do the links lead to?
    "...I have gone into preferences and clicked on AOL dial up..."
    Where did you select this?
    Compare the Network Preferences to the ones below.
    I can only show you, how I had mine set, when using the Apple Internal Modem with Dial-Up, on an iMac G3 running Panther 10.3.9, but they should be the same for Tiger.
    NETWORK/INTERNET SYSTEM PREFERENCES (Apple Internal Modem Using Dial-Up) Adjustments may be necessary for different Mac models, systems, and connection method.
    While AOL is not loaded, go to:
    System Preferences > Network > Location: Select Automatic
    Show: Select Internal Modem Or however you connect
    On the PPP screen, click PPP Options. Check ONLY
    Disconnect when user logs off
    On the TCP/IP screen, Configure using IPv4: Select Using PPP
    On the Modem screen, Select your modem from the list. I'm using an iMac (Summer 2001), and I have Apple Internal 56K Modem (v.90) selected.
    Check Enable error correction and compression in modem
    Wait for dial tone before dialing
    Show modem status in menubar This one isn't necessary, I just like it there!
    Also select your Country.
    Then, Location: Automatic
    Show: Network Port Configurations
    Make sure Internal Modem, or however you connect, is checked and at the top of the window.
    Click Apply Now at the bottom of the screen.
    ali b

  • Nokia N8 photo browser, Messaging problem

    Hey guys. Recently I got a problem with my nokia N8.
    The photos I captures recently are not in the photo browser, but they are saved on my phone because I can find them using file manager app.
    Also the new texts I receive are not in my inbox. 
    Any help?

    You could try removing the sim, reboot the phone without sim then go to settings> connectivity> Destinations> Internet and remove all your access points. Then turn phone off , replace sim and re-boot. Also try clearing privacy data in options in the browser !
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Reader 9, open outside browser causes problem with Firefox

    Reader 9.1.3,  Firefox 3.5.3.
    In reader, Edit, Preferences, Internet, Uncheck "Display PDF in Browser" so PDF files will open in a reader window.
    Open a PDF file from any web page.  The PDF opens in Reader as it should, but Fireflx also opens a new page in the same window, containing the PDF's  location in the address bar.
    This new page now copies the image of any windows that appears in front of it, starting with the contents of the PDF itself:  If you drag the front window around, it strobes copies of itself onto the new Firefox page.  The only way to clear this annoying page is to close it, or hit the back button if available
    (Before reader 9, FF just opened a blank page that didn't copy anything.)
    The sample below was made by opening a PDF, alt-tabbing back to Firefox, then dragging a small window around on top of it.
    The gray background is from MS Paint, whch had been opened on top of the Firefox window prior to generating the screen capture.
    Anyone else seeing this?  Please give it a try  (This does not occur in IE)

    1. It happens with any file i want to open in browser.
    2. The Problem is specific to browser. When I open a document in the Reader application everithing works fine.
    kind regards
    Marcel

  • Flash - browser refresh problem

    I have created a website completely in Flash. http://www.impact-martialarts.com    When the browser's refresh button gets pressed the site does not always reload properly, often freezing one frame before the content loads.
    Did I miss something? Does anyone have any ideas? Same issue, multiple browsers Mac or PC.
    This is the code for the preloader
    stop();
    //Preloader
    loaderInfo.addEventListener(ProgressEvent.PROGRESS, updatePreloader);
    function updatePreloader(evtObj:ProgressEvent):void
    //container for the progress of the site (download)
    var percent:Number = Math.floor((evtObj.bytesLoaded*100)/evtObj.bytesTotal);
    preloader_txt.text=percent+"%";
    if (percent==100){
    gotoAndPlay(2);
    //For IE Browsers
    var percent:Number = Math.floor((this.loaderInfo.bytesLoaded*100)/this.loaderInfo.bytesTotal);
    if (percent==100){
    nextFrame();
    This is the code in the first frame of content
    stop();
    // Animate in the home_mc from left to right, using the Tween class
    //Flash - go and get the code that is going to make the Tween work
    import fl.transitions.Tween;
    import fl.transitions.easing.*;
    //home_mc animate in...
    var homeTween:Tween = new Tween(home_mc, "alpha", Regular.easeOut, 0, 1, 2, true);
    //handle events for buttons..
    home.addEventListener(MouseEvent.CLICK, clickSection);
    classes.addEventListener(MouseEvent.CLICK, clickSection);
    schedule.addEventListener(MouseEvent.CLICK, clickSection);
    about.addEventListener(MouseEvent.CLICK, clickSection);
    news.addEventListener(MouseEvent.CLICK, clickSection);
    gallery.addEventListener(MouseEvent.CLICK, clickSection);
    contact.addEventListener(MouseEvent.CLICK, clickSection);
    function clickSection(evtObj:MouseEvent){
    // trace shows whats hapening... in the output window
    trace ("The "+evtObj.target.name+" button was clicked!")
    //goto the section clicked on...
    gotoAndStop(evtObj.target.name);

    use the html published by flash.  do you still see the problem?  if yes, post the url of the embedding html published by flash that displays the problem.

  • ITunes visualizer problem with RGB (VGA) connection to plasma tv

    when i use my vga connection on my laptop to my plasma tv and use itunes, for some reason i cannot get the visualizer to work. it just goes black for a split second and then just back to itunes screen. any idea why that would be? the visualizer works fine when not connected via VGA.

    Well I guess I won't get an answer here, can anyone tell me who/where to find out what the problem is? Thanks!

  • Browser Flash Problem

    When my site runs on a slow browser before my flash can get a chance to load in its place the word "TEST" appears. I don't know what the problem is and was wondering if anyone knew what it was and or if they know how to fix it so it never shows up again.

    Flash is no longer supported by Adobe on mobile devices. That's why it is gone.
    There is no option for signature in Blend. Hopefully, that will come at some point.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

Maybe you are looking for

  • Windows 8.1 running extremely slow with high disk utilization

    My recently purchased Toshiba laptop with Windows 8.1 with 16 GB and I7 processor takes 3 minutes to start new programs. Running programs like Word, PowerPoint, Excel, PDF reader,etc stop in their track with every few minutes and show a circling curs

  • DVD always starts from the last point

    No matter what change I make in the project, the DVD always starts at the last point I stoped! And I need it to start at the main Menu every time. I've already read many of the topics with similar problem, and tried so many suggestions... none worked

  • Firefox home wont recognize my username

    I have a firefox account and loaded firefox sync on my desktop, but firefox home wont let me log it "username not found"

  • [BUG?] Application Control Policies

    I have had the problem that I first want to locked down everything and than open security step by step. But this was not the best idea. The problem within the Application Control is the "Search & Find" option or the Filter. 1. The Window is damn smal

  • Photoshop CC - There was an error opening your printer..

    OSx Maveriks + iMac27" late 2011 16Bg DDR I have some trouble with some files and print/printer. This is the message I get. This issue happens only with some files link this : LINK With some others I have no problem at all. Have restored PS preferenc