On MAC Flex NativeWindow changes window position after opening

I have opened a nativewindow in center.This works fine on windows But on MAC it intially opens at center for few milliseconds and it then moves to top-Left position.
var aboutDialog:AboutDialog = new AboutDialog();
aboutDialog.type = CSXSWindowType.TOOLTIP;
aboutDialog.open();
aboutDialog.nativeWindow.x = (Capabilities.screenResolutionX / 2) -  (aboutDialog.width / 2)
aboutDialog.nativeWindow.y = (Capabilities.screenResolutionY / 2) -  (aboutDialog.height / 2);
aboutDialog is mx:Window. On Mac i want to keep the position of window opened at center. Thank you in advance.

Try "Reset all user preferences to Firefox defaults" on the [[Safe mode]] start window - See http://kb.mozillazine.org/Resetting_preferences
Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry.
See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
If you see disabled extensions that are not compatible on the next start in "Tools > Add-ons > Extensions" then click the "Find Updates" button to do a compatibility check.

Similar Messages

  • Flash Player remember window position after exit?

    How about make the Flash Player remember window position after exit?  So that it opens in our preferred position everytime?

    These are user-to-user forums.  If your suggestion is meant as a possible product improvement, use...
    Adobe - Wishlist & Bug Report
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • I keep having a pop us window appear after opening firefox. Can you help?

    a pop up window appears after I open firefox. It reads: (with yellow triangle and exclamation point)
    YSLOW.firefox.observer.observe()[Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsILoadGroup.groupObserver]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: chrome://yslow/content/yslow-firefox-net.js :: anonymous :: line 172" data: no]
    == This happened ==
    Every time Firefox opened

    A modal pop-up from a website code usually looks different from pop-ups from an extension that can have a real title bar.
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Mac OS X changes windows share's links in word document

    My client is having a problem with MacBook Air and samba files that are hyperlinked to MS Office Word document.
    The problem is that if the client opens the document in Mac Office Word and the document has hyperlinks in it made in Windows then Mac Office changes the links and adds Volumes to the link. So once the client saves it and the file is opened in Windows office again the links do not work for anyone.
    I tried to use the program called WinShortCutter but it did not work in my MacBook Pro or my clients Air.
    Seems like the Mac Office does not support plugins.
    The links are copied from server. One example: \\server\folder\folder2\file.xls
    Mac Office changes those links to \\server\folder\volumes\folder2\file.xls
    So my question: Is there a way I could change Mac Office so it does not add volumes in the hyperlinks.

    Hi Kobus Bensch,
    I'm sorry I am not able to help with your questions about sharing from your Mac to the server but wanted to suggest that you post back the exact Mac OS version you are using. Your specs below your post suggest 10.0.x which was barely a beta version of Mac OS X. This will surely help those who are seeing your topic and trying to help.
    To find the version you can simply click on the blue Apple in your top menu bar and select About This Mac.
    good luck,
    littleshoulders

  • Mac Pro Performance Under Windows XP After SATA Fix

    To those of you who have successfully performed the SATA "fix" please comment on the resultant "real world" performance when running various applications such as Photoshop, Microsoft Office, or any other used programs.
    I would appreciate any comments. I'm waiting to pull the trigger on purchasing a Mac Pro since I have to have a well-functioning Windows system.
    Thanks

    I recieved my MacPro today and after I booted the system to make sure everything was working I promptly installed a brand new WD SATA hard drive in the 2nd bay. I then installed boot camp 1.1 and formatted the entire 250 GB hard drive for Windows XP. I installed Windows from a slip streamed CD I had made previously from my DELL OEM disk with service pack 2 using only the SATA drivers and the Chipset drivers. Windows installed without any major problems, although once I installed the Apple drivers I had to manually install the audio drivers. The only real glitch so far is the eject button, it opens the superdrive but does not close it ( I have to push it in by hand).
    I have installed Microsoft office and never have I seen PowerPoint load so fast. I have loaded some JPG's, the are quick to load as well. This is the standard configuration, 2.66, 1GB RAM, Stock video card etc. The only things added are Airport, Bluetooth, and the extra harddrive. I plan to test some more tommorrow, but so far I am pretty satisfied.

  • Unable to change window properties after upgrading project from X5 to RH8

    Hi,
    I just upgraded an existing project from X5 to RH8.  In Windows Properties (HTML Help), if I make any changes and click OK, I receive the following message:
    "For Width field please enter a value between 65 and 24."
    If I do enter a value within those parameters in any of the "Width" options on the Properties page, I'm still presented with the same error message. 
    How can this be corrected?
    Thanks!

    Hi there
    Perhaps try creating a totally new window definition and configuring the parameters as desired.
    Once in a blue moon we see that the window definition somehow becomes corrupt.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Run .sh script with Java, then change window position

    Is the following possible?:
    From java, run a .sh script, which opens a total of 4 windows. (I know how to do this part).
    Once the 4 windows (or more) are opened, I want to position them in specific locations on the screen. Is this possible, since the .sh script actually opens the windows?. Use the setLocation method in java.awt.Component??
    any help is appreciated.
    thx

    As I recall, -geometry can have 4 numbers, I think it was {width}x{height}+{X location}+{Y location}, for example "-geometry 400x300+20+20". The + signs can be - signs if you want to count from the right or bottom margins.
    Yeah, here's a quote from "man X":
    most X programs accept a command line argument of
    the form -geometry WIDTHxHEIGHT+XOFF+YOFF (where WIDTH, HEIGHT, XOFF,
    and YOFF are numbers) for specifying a preferred size and location for
    this application's main window.
    Check out the man page for more details.

  • Why is my document window blank after opening a file in Photoshop CS5?

    can someone please help me?
    <<  unnecessarily childish example of a blank document window removed >>

    I don't find your cartoonish expletive language amusing, but I'll help you with your problem.
    You need to visit the web page of the maker of your video card and download/install the latest display driver for your hardware / OS.
    If you're unwilling or unable to do this, you can deconfigure OpenGL Drawing temporarily in your Edit - Preferences - Performance dialog (remembering to restart Photoshop after).  These are the features you'll lose without OpenGL:  http://kb2.adobe.com/cps/405/kb405745.html
    -Noel

  • How to create a workflow that changes display setting after opening a URL

    I have never used Automator before but I am guessing this workflow should be pretty simple, but I need your help because I am hungover and my brain has been inactive for the last week.
    I want to set 'Put the display(s) to sleep when the computer is inactive for:' to 'Never' when I click on a favourite in Safari. The URL is tvcatchup.com which streams UK terrestrial TV online.
    Can someone please explain how to do this? Thanks.

    Much easier merely to turn off sleep before watching streaming video.
    BTW, I realise that tvcatchup is still in beta, but I am severely unimpressed with it!
    You can't play full screen without expanding the window, and it grinds to a halt every 3 minutes!
    Try
    http://zattoo.com/
    which is also free and perfectly legal, and works a treat with OS X.

  • Window restaring after opening firefox

    As soon as I open the firefox it connects to the internet and window gets restart,I have xp installed. Few days before I took one broadband connection, please provide me some solution , same thing with IE also.

    Odds are that if several programs are affected, then it's malicious application running. Please try there malware removal links: http://www.safer-networking.org , http://www.malwarebytes.org , http://www.spywareterminator.com , http://www.microsoft.com/security/malwareremove/default.aspx
    Also, please check for the issue from another machine in the same LAN to diagnose the issue.

  • Using Mac OS on multiple monitor is great, but after removing external monitor (2nd monitor) usually windows position originally on the external monitor doesn't get re-positioned to default monitor. Is there any shortcut key or utilities that can reset wi

    Using Mac OS on multiple monitor is great, but after removing external monitor (2nd monitor) usually windows position originally on the external monitor doesn't get re-positioned to default monitor. Is there any shortcut key or utilities that can reset wi

    Got the "apple firewire ntsc" choice to show up even if grayed out and "missing" under "audio/visual" menus by recreating choices in Easy Setup under "final cut pro" MENU thank GOODNESS because I was reading horror stories on here about this under another thread with someone trashing preferences, reinstalling and the works and still not getting it to show up...on my search now for an analog/digital converter up at b&h...find it odd that the s video connector wouldn't show the crt monitor when I put both displays through the 3870...I switched it back to see if it worked again when only the one dell monitor display was there and there it is again mirroring the screen display on my desktop...just can't be seen as an "external monitor" in fcp...couldn't find anything specific in the shane ross threads to this. I'm sad the program doesn't just see the s video connection though the 3870 though my computer does fine and will query up at b&h in regard to what might be affordable as far as a digital/analog converter. It's also weird in itself that when I put the two dell monitors on the one card my computer no longer could see the s video crt connection...makes no sense. Will report in later as to what I discover up at b&h as I'm sure there's a world of people out there using this sony crt monitor still even into the upgrades with computers and software so I imagine therein lies the solution. Thanks again and I'll report in as to what hardware might be suggested for me.

  • Desktop Icons Change Positions After Restart

    Hi,
    After I inadvertently synced my computer with another Mac computer my icons change position after restart. I was trying to sync another computer to mine.
    I have tried the usual suggestions of taking out com.apple.finder.plist and com.apple.desktop.plist and letting the system create these new files but the problem still persists. I also checked the Finder > View > Show View Options and arrange by none is still selected.
    Does anyone have a suggestion how I can fix this problem? Will I have to go back in time with Time Machine and restore my entire system to solve this?
    I can't operate with the desktop icons changing positions like this.
    Thanks,
    Pacecom

    Delete the hidden .DS_Store file associated with your Desktop folder. Launch the Terminal.app (in /Applications/Utilities/), copy & paste the following command into the window that pops up, hit the return key, quit the Terminal.app, OPTION-click and hold the Dock's Finder icon, and select Relaunch:
    *rm ~/Desktop/".DS_Store"*
    Now, set the Desktop as desired, log out and back in, and the Desktop should be as it was as you last set it.

  • Can I change the position of the Get Info window?

    Can I change the position of the Get Info window?

    If you want to open the "Get Info" panel in the center of your screen, define the following Automator service and install it in the "Services" Folder of your User Library. This service will be available when you ctrl-click a file or folder in the pop-up menu and it will open the "Get Info" in the center of the screen.
    Open Automator and select New -> Service.
    Select: Service receives "files or Folders" in "Finder.app"
    Drag a "Run Apple script" action from the Actions pane -> Utilities onto the Workflow
    Paste the following script into the action, after (* Your script goes here *) and before "return input"
              tell application "Finder"
      activate
                        set {d1, d2, d3, d4} to (get bounds of window of desktop)
      open information window of item input
                        set {i1, i2, i3, i4} to (get bounds of information window 1)
                        set position of information window 1 to {d1 + (d3 - i3 + i1) / 2, d2 + (d4 - i4 + i2) / 2}
              end tell
    Save the service and name it e.g. "centeredGetInfo". It will be installed in your library -> Services.
    Now you can ctrl-click any File or Folder, and in the Services Section of the pop-up menu you will see your new service "centeredGetInfo", also in File ->Services in the Finder, when you select a Finder item.
    You can bind this service to a keyboard shortcut in the keyboard preferences and use it like the standard "Get Info"

  • Mac OS X Leopard installation disc after I install Windows Vista

    Hi everyone! Do I need to put my Mac OS X Leopard installation disc after I install Windows Vista? I try to run the windows without install Mac-specific driver for windows but it restarted and back to Mac OS. The frustrated thing is I did not bring my Mac OS with me. Anyone has any solution? Or how can i request a installation disk from Apple? Thank you!

    Hi everyone! Do I need to put my Mac OS X Leopard installation disc after I install Windows Vista? I try to run the windows without install Mac-specific driver for windows but it restarted and back to Mac OS. The frustrated thing is I did not bring my Mac OS with me. Anyone has any solution? Or how can i request a installation disk from Apple? Thank you!
    Yes you will need to install the apple drivers for win vista. When you boot from a cold start, have you tried holding down the option key to choose which OS to boot from? If you have then, you could try going into startup options from the mac side and choose win vista if it appears. That could be risky though, as you mentioned you do not have the mac install disk. If problems arise you may need the mac install disk to undo the changes.

  • Photoshop/Mac -- update window bug after plugin completion?

    After some of my plugins, photoshop/photoshop elements don't redraw image window (only on Mac!).
    Some correlation exists between image scale and this problem -- "Actual pixels" scale repainted (always?) correctly, and any other scale SOMETIMES don't updated.
    If user change window size, image redrawed with plugin results.
    Work-around found -- send Update event to foreground window during filterSelectorFinish processing.
    But where is root of problem?

    OK, then HOW is your plugin preventing Photoshop from receiving an update/paint event?
    You really need to spend some time debugging your plugin.

Maybe you are looking for

  • After Updating to Server 4.1 Open directory and LPAD gone

    Hello, two days ago I discovered that Open directory was not working on our Server (Mac Mini 2012). I suspect it stopped working after updating to 10.10.3 and OS-X Server 4.1. When I try to start Open directory in the Server App the Server App prompt

  • OSX 10.7.4 Lightroom 4.1 upgrade: Revel export option no longer available...

    after a lightroom 4.1 upgrade on my Mac OSX 10.7.4, the revel export no longer displays.  although, i can attempt to reauthorize the account the option for revel remains unavailable (see screenshot): i've attempted to reinstall the 4.1 upgrade, but t

  • Why does my "recent items" show recent applications in duplicate?

    Why does this happen? Just applications show up in duplicate, not recent documents. All I can do is to clear the recent items list. I'm not sure when this development began, and I can't bring it on at will either.

  • [HELP] iPhone 5 KEEPS REBOOTING!

    Hi guys, I have my iPhone 5 in February this year, but now it kept rebooting since last week. I have my phone restored to the newest OS and even set it as a new phone. But the problem still is there. And I checked the real-time system Log generated f

  • Exports too much time

    When I export a song to mp3, it gives me extra time at the end that i don't want. I have the end slider positioned where i want it but when I export to mp3, the 1:40ish song turns into a 2:30min song.