Too many windows open

I have made buttons many times before and no problems. I am
making a new site and have some navigation buttons in it and am
using the following script i've always used.
on (release) {
//Goto Webpage Behavior
getURL("fun1/homefront.html","_blank");
//End Behavior
I have only one button coded for each thing, and cannot find
the coded dupilcated anywhere in my flash file. However whenever i
view it in the browser window and click the link buttons a new
strange thing happens. Instead of opening the page link once in a
new window, it opens it twice so i wind up with two windows opening
instead of one, and i only clicked the link once. I never had this
happen before and just can't see why its suddenly opening two
windows, my other fla files aren't doing this, just this one so i
know its a problem in this file, but where, how? Or was their a
recent update somewhere that is messing with me?

ok, i went through and made sure all my buttons have
instances named so now my portfolio buttons all open two blank
windows when clicked regaurdless of browser. How do i get them to
open one window instead of two?
i have a main timeline and in the content area i have a movie
clip containing all my main text and stuff. in each different scene
there is another movie containing each scenes text and
transistions. Do i need to move the buttons up a movie is this
causing the problem? i'm pretty sure i've done past stuff like this
before and never had a problem with two windows opening on a click.
Anybody know if theres a way to code the buttons to force only one
window to open instead of two? or do i need to change were my
button links are located to fix this?

Similar Messages

  • When starting up too many windows open up.

    When starting up too many windows open my 2010 Macbook White with upgraded Lion and apparently slows it down. How do I prevent unwanted windows from opening up on startup?

    When you shut down your machine, you get a dialog box that asks you to confirm the shutdown.  There is a little check box there that, by default, will re-open all of the applications that were open when you shutdown.  You can uncheck that to prevent those applications from reopening.
    I'm guessing that you do not have a bunch of applications set up to automatically start under your user settings.  If doing the above doesn't work, let us know and we'll go through checking for any start programs set to start when you login.

  • Photoshop CS6 error "could not complete ... too many files open. Try closing........." with 3D psd?

    Im working in a .psd file with multiple 3D layers. The file size totals at 356mb.
    When opening the file, I get this error: "could not complete your request because there are too many files open. Try closing some windows and try again." This doesn't any sense to me, as I was not experiencing any chugging when the file was open, and I am on a relatively fast system.
    Win 7 64bit
    Intel i7-2760QM @ 2.4GHz (8 CPU)
    16 gigs ram
    Nvidia GTX 560M (2752mb)

    Having the same issue on the Mac!
    Worked on a file yesterday, fairly big, but nothing that I haven't handled before... Only difference was the 3DS file I imported has over 270 textures.
    I think there is a limit on how many textures can be imported, essentially corrupting the file on save. It would be a lot more helpful to have Photoshop warn us that the 3D model is too complicated before we import it and save our work looking forward to finishing off the next day.
    I tried the same model again today, did nothing other than position it and render it, then saved, same error on opeing: "Could not complete your request because there are too many files open. Try closing some windows and try again."
    If anyone at Adobe would like to have a look ta the file the smaller version that I did today I can upload somewhere or send a YouSendIt.
    Cheers.

  • Photoshop CS5.1 Extended: Could not complete your request because there are too many Files Open

    I saved a file last night and now this morning I get an error message stating: "Photoshop CS5.1 Extended: Could not complete your request because there are too many Files Open. Try closing some windows and try again.". I've rebooted the system and made sure Photoshop was the only program running and that there were no other files open prior to trying to open my file. I increased Photoshops ram usage, checked the OpenGL settings, 3D and VRAM settings, cleared my temp files and am at a loss for opening this file.
    System Specs:
    Win 7 64
    6 core I7 processor
    32gb Ram
    3GB VRAM
    600gb free space on 7200 rpm drive
    File specs:
    1 3D object replicated maybe 5 times (yes, I should have rasterized them, and will do that to 4 of them if I get the file open)
    Maybe 8 textures
    Not sure how many total layers.
    Is there anyway to get Photoshop to reopen this file?

    No, more VRAM is useless. I had the same thought as you so I tried with a friend's computer with 3GB of VRAM for 8GB RAM (mine has 1GB VRAM for 16GB RAM). Still got the same error message. Sorry guys but our files are lost until Adobe fix the error in Photoshop code. I hope in the future they will find a way to either fix this error or give a clear limitation, it is really a shame such a dangerous problem exists and persists for more than 3 photoshop gen.
    Still you may be able to have at least a flat image of your latest file by trying to open the file as smart object. I started my work over by doing that. Not a lot but better than nothing.
    However for my new file I am trying something different : Each time I think a 3D file is final, I do not rasterize it but make it into a smart object and save the new smart object into a single separated .psd file. If any change is needed I can still edit all of my 3D objects by opening them separately. So far it works, the global file is lighter with few to no 3D objects inside but I will not say it is a 100% no-risk method yet.
    Last advice I can give everyone : Before closing the file you are working on, save it as a copy (File / Save as... and check 'As copy' in the options below) then with your main file still open, try to open the copy. You may need a lot of memory if your file is heavy but still if the dreaded error message appears when you try to open the copy then remove or rasterize some 3D objects in your main one. Save again as copy and try to open the copy until you do not get the message anymore.

  • IPlanet 5.0 error log sayss: too many fds open

    Hello,
    we are using iPlanet 5.0 on a windows 2000 machine.
    In the error log I found the following message:
    Not listening for new connections - too many fds open
    How can I check the number of open fds on a a windows 2000 machine? Where is the maximum number of open fds set?
    Can anybody help me?
    Regards Christiane

    Hi Christiane,
    This message is quite unusual on windows as fds means files descriptors and is more a unix parameter.
    Anyway, normally on Unix, you have 2 locations to modify the file descriptors:
    - One on the OS level (on solaris in the /etc/system file).
    - One on the application (iPlanet Directory Server).
    As I don't think there is any OS parameter for windows, then maybe the one on the Directory Server is there and would need to be increased.
    On a Directory Server 5.x (on Unix), this parameter is located in the configuration file: <server_root>/slapd-<your_instance>/config/dse.ldif
    This parameter is available (again, on Unix) under the "dn: cn=config" block and for the parameter name "nsslapd-maxfiledescriptor".
    You may try to see if this parameter is present in your config file, and if yes, try to increase its value. Do it while the Directory Server is stopped.
    Hope this would help. If it does, then please post back your feedback here, to share your solution with us.
    Cheers / Damien.

  • Why does it keep telling me I have too many tabs open even if I only have one or 2?

    When I am online, several times a day it will not open a new tab and pop up a screen that tells me I have too many tabs open and gives me the option to let it close them or I can close them. But I may only have 1 tab open, sometimes more than that but it doesn't seem to matter how many. I can shut down my computer and bring it back up and it will work ok for a little while and then all of a sudden when I go to open a new tab it does it all over again. I am using mozilla and vista.

    hello, please try to [[Reset Firefox – easily fix most problems|reset firefox]] and see if this can address the issue...

  • When i want to return to my home page I click on the home icon and it resets the page to my home page but also open a blak tab which i don't want how can I stop this as i have too many tabs open.

    When I want to return to my home page after looking at a website I click on the home icon and it resets the page to my home page but also open a blak tab which i don't want.How can I stop this as I have too many tabs open and have to close all of them.

    You may have an unwanted extension that is modifying sites (or the toolbar area). Try this:
    Disable ALL nonessential or unrecognized extensions on the Add-ons page. Either:
    * Ctrl+Shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable.
    Usually a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Does that flush the tab?
    Please report back on anything suspicious you find so others can learn about its bad behavior.

  • Final Cut Express keeps stopping and saying "Too many files open"

    Final Cut Express keeps stopping and saying "Too many files open". I don't see how this is the case as I only have the one project open...

    Try here:
    http://www.fcpbook.com/Misc1.html
    Al

  • When opening Firefox many windows open.

    When I open firefox, many windows open--up to 70. I stopped this behavior once by having Firefox not open my last session and opening a default window session a few times. I then set Firefox to open the last session again. After a few starts the problem has returned. I very much need Firefox to recover my tabs from previous sessions as it did cleanly in the past.

    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

  • Sync fails in iTunes 9.0 & 9.01: "too many files open" and error -6999

    I've been trying to synch my iPod (Touch, g1) for the last couple weeks but have been getting errors ever since going to iTunes 9.0.
    First it blew my library and now says "Previous iTunes Libraries" at the top. Can live with that (after going through and reloading about 2/3s of the album artwork).
    But now am getting two errors every time I try to sync. One is, "Attempting to copy to the disk '[my iPod's name]' failed. There are too many files open currently."
    Elsewhere I saw it suggested for this error that I turn off sharing, but, alas, sharing isn't turned on.
    The second error message is, "The iPod '[my iPod's name]' cannot be synced. An unknown error occurred (-6999)." and I can't find any mention by Apple about what to do about this.
    HELP. Please.

    There has been some advice to turn off "sharing" to stop getting the "too many files open" error message, but, as noted in my question, sharing was already turned off in the iTunes Preferences.
    But, it turns out, of course, that there is another kind of sharing in the 9.x iTunes -- the one for sharing libraries on your local network. Don't know why they are different because the function seems the same, but I noticed that there was still an icon for "home sharing" or "house sharing" (little picture of a house) on the library/playlist list in iTunes.
    I right clicked on the house icon and found another checkbox switch there. I turned that one off too (Why Apple?) and, voila, the "too many files" error has (apparently) gone away.
    Hope this helps some others out there.
    Apparently you have to turn off sharing in two different places. (Again; why is that, Apple?)

  • New firefoxis great. i keep many windows open. in ur earlier ver. I used to close it, it would ask for save and shut down as one of the three option,but in this new version it close all my window, how do i save my window tab?

    new firefox is great. I usually have many windows open. in your earlier version, when ever I used to close it, it would ask for save and shut down as one of the three option,but in this new version it close all my window, how do i save my window tab?

    See [[Firefox does not ask to save tabs and windows on exit]].
    Does this work for you?

  • You have too many sessions open. Please close one and execute the workitem.

    Hi all,
    I am new to Portal.
    we have a SAP Inbox Iview that works fine, but the problem is when the user try to execute Purchase Requicition Approval, the error "You have too many sessions open. Please close one and execute the workitem." appears. What really bothers me is that the error appears as IE error message but the detail of the error looks like SAP.
    Your help will be appreciated.

    wanda89 wrote:
    Most started out with 200-250 limits and now are at 1,000 or more in less than a year.Well, as noted, store cards can be a building tool and as I understand it you have been in that process for about a year and congrats on your progress. That said, I would not be applying for any additional store cards if there is not a specific need for it. This is not the type of credit you want in your profile in the long run. With regard to closing them: I don't know how this will affect your UTIL as I am not aware of your other cards limits however there are many people that have closed these types of cards when they determined there was no use for them, they were not needed any more, they were not the type/quality of cards they wanted to have in the long run, and lastly the history of that card would remain on their report for 10 years. Some bare bones info and the affects of closing cards: http://ficoforums.myfico.com/t5/Credit-Cards/Closing-Credit-Cards/td-p/347190 All that said, while the above lists the math of it all, if you will, it does not speak to the aspect of quality. As you continue to grow, how do you want your profile to look to lenders? Do you want to have 10 low quality store cards won by the credit card trick with limits in the 1k range that you may never use and can't really use substantially anyway as your UTIL would go through the roof very quickly with a 1k limit or do you want a lower number of high quality cards with healthy limits that will continue to grow overtime if you show them the respect they deserve?

  • My MacBook Pro (nov 2008) had to many windows open and hung.

    My MacBook Pro (nov 2008) had to many windows open and hung. With no response I choose to hold down the shut down button till it forced a hardware shutdown and it did. Now it shows the apple on the screen and the spinning thing but after 2hr nothing happens. When I forced it down it happened again. Any suggestion on what else I can do. I don't want to have to leave it at the Mac store for a several days for I have a key presentation Wed. Thanks so much for the help.
    Martin

    You might try a PRAM reset followed by a Safe Boot:
    http://support.apple.com/kb/HT1379?viewlocale=en_US
    http://support.apple.com/kb/HT1455?viewlocale=en_US
    I've heard it recommended that you wait for the third chime, and then do a safe boot. It will take a fairly long time to do a safe boot.
    http://support.apple.com/kb/HT1564?viewlocale=en_US
    One other thing to do is to boot from your install disc and repair your boot disk. The hard shutdown could have caused some disk damage that needs to be repaired. Repair until there is nothing left to repair. If you find errors that disk Utility cannot repair, then you will need a stronger utility like Disk Warrior or Tech Tool pro.
    Good luck!

  • CS3 Camera Raw Too Many Files Open at the Same time alert!!!

    Please help me. I keep getting this error message in Camera Raw that says there are too many files open at the same time - but I only have 100 open:( Please help - I was getting this error with CS2 and thought upgrading to CS3 would fix it and it didn't!!!

    > "10 or 100 - you can quickly go through a stack of images in ACR and make any desired changes you want. Whether making the same or similar adjustment to similar files, or making radically different adjustments to different images as appropriate".
    I've done this with far more than 100! I think my maximum is 425 raw files, invoking ACR from Bridge without Photoshop even loaded, and it worked well. (I've also done 115 JPEGs in order to crop them under extreme time constraints).
    It can be very slick. For example, if I use a ColorChecker a number of times in a shoot, it is easy to select just the set (perhaps 100 or so) that a particular ColorChecker shot applies to and set the WB for all of them.
    Furthermore, in case people don't know, you can set ratings on raw images while many of them are open in ACR. (Just click under the thumbnail). It isn't as powerful as Lightroom, but it is not to be dismissed.
    I suspect that it is possible to apply sensor-dust-healing to lots of images in the same way, and certainly it is easy to apply presets based on various selections.
    Perhaps with AMG (Adobe Media Gallery) it will be sensible to use the above capability to process 100s of raw files, then create a set of web pages for the best of them, in not much more time than it would have taken in Lightroom. I judge that Lightroom is the "proper" tool for the job (perhaps after 1.1!), but Bridge+ACR can go a long way.

  • Anyone know how to fix error message: word cannot complete too many files open

    anyone know how to fix error message: word cannot complete too many files open
    thanks
    Ronny

    First, take a look at this thread, toward the end of the second page:
    https://discussions.apple.com/thread/1449787?start=0&tstart=0
    Your ansswer is there, somewhere.
    Unfortunately, you've not provided enough system information to solve this.(The only info is that you use a MacBook Pro.) This issue may have been addressed in a prior version. Update your Support Communitees Profile to include your current hardware, system, and devices.

Maybe you are looking for

  • When do I need to install a SFM in my 6509?

    We are considering the installation of a 16 port 10/100/1000BaseTX module in our core 6509s for some of our gig enabled servers. This raises some questions: At what point do you need to enable the x-bar with a SFC? In other words, what is the best wa

  • TCP Gateway

    Excerpt from SAP Note 856597 FAQ: XI 3.0 SOAP Adapter service.sap.com ================== Q: How can I trace the whole message? If you want to monitor the communication between some HTTP client and some HTTP server, you can configure a gateway instanc

  • Add horizontal line after each record

    I have 10 records seperated by ID. I m using List in SSRS to show data on report. I need to add horizontal line after first record, then after second record till 10 th record. How do we add this line? Any help much appreciated.

  • How to use RichCopy to copy only files that have changed?

    I am using RichCopy to copy files and folders from one system to another on a weekly basis.  RichCopy is working fine, but it is copying 100% of the data every time.  I am looking for a way to use RichCopy where it will compare files/folders from the

  • Creative Audio Control Panel

    I have just installed Windows 7. With an update to my bios, and newest drivers from both Micorosft and my motherboards website. I installed the newest drivers from Creative for my Sound Blaster X-Fi Xtreme Audio, and installed the Audio Conrol Panel.