How to separate an accessory toolbox from the main (default) toolbox?

Hi,
I accidently snapped a toolbox (containing the Transform, Align and Pathfinder tools) to the main (default) toolbox on the left of the window. Now I can't unsnapp it.
If I close the toolbox (by clicking the "x"), it also closes the main toolbox... It seems Illustrator just considers it is part of the main toolbox.
If I uncheck the "Tools" in the "Window" menu, only the default toolbox disapears (which is promising!), but if I close it and re-check the Tools, both toolboxes are still displayed.
Any idea of how I can separate the two toolboxes? It's not urgent, but it blocks my view and it is getting annoying... Thanks in advance!

Click into the header bar (either the dark grey for one whole set of panels or just the light grey tab for one panel) and drag it out of the group

Similar Messages

  • How to print out multilingual reports from the main report using Xliff temp

    Hi all,
    How to print out multilingual reports from the main report using Xliff temp?
    When I want main report call subtemplate and finish xliff tranlation
    <?for-each@section:INVOICE?><?end for-each?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    Prints out fine with Finnish translation
    But if I want in main program to check what language is used e.g.
    if trx_number = 142 call Finnish translation and if trx_number =144,
    call English translation.
    <?for-each@section:INVOICE?><?end for-each?>
    <?if:TRX_NUMBER=’142’?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    <?end if?>
    <?if: TRX_NUMBER=’144’?>
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.US/?>
    <?start:body?><?call:Header?><?call:Line?><?call:Weights?><?call:Banks?><?end body?><?call:Footer?>
    <?end if?>
    Prints out always in English and never the Finnish translation.
    Program goes fine to if branch but does not print out Finnish
    Does anybody know what could be wrong?
    BR
    Kari

    Thanks Amit,
    I have two layout, main-layout and sub-layout
    Main layout call subtemplate
    I have registered layout and xliff-file
    Main template
    Localized Templates
    File Name           Language Territory
    XXNS_INVOICE_MAIN.rtf      English
    SUB template
    Localized Templates
    File Name           Language Territory
    XXNS_INVOICE_SUB.rtf      English
    Translatable Template
    File Name           Language      Territory
    XXNS_INVOICE_SUB.rtf      English      United States
    Available Translations
    Language Territory Progress
    English Finland Complete
    If main report call subtemplate and finish xliff tranlation
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    Prints out fine with Finnish translation
    But if I want in main program to check what language is used e.g.
    if....
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.FI/?>
    .....end if;
    if....
    <?import:xdo://XXIH.XXNR_XXINVPRINT_SUB.en.US/?>
    .....end if;
    Prints out always in English and never the Finnish translation.
    Program goes fine to if branch but does not print out Finnish
    Do you it's set up problem or program problem
    BR
    Kari

  • How can I delete an item from the main left column of iTunes?

    I'd like to delete an item from the main left hand column in iTunes (the column containing the main headings LIBRARY, STORE, SHARED, PLAYLISTS etc etc). Under the first heading 'LIBRARY' appear the items Library, Music, Movies, iTunes U, Books, Apps and Ringtones. I'd like to remove the item "Library" from that list - it appears immediately after the heading "LIBRARY" and serves no purpose whatsoever. (Neither does it appear to cause any harm, I must say, just a nuisance.) This item does not appear in any of the iTunes viewing options or controls lists. Neither does it appear in iTunes in the other accounts on my Mac and I have yet to see it any other iTunes on any other Mac.
    I've upgraded since about iTunes 8 assuming the problem would eventually disappear through the upgrades but it hasn’t, even through all the providedupgrade increments available for iTunes.
    I'm assuming it's from something I've installed in my main user account at some stage and it entered this item in the iTunes app. But I can't see how to remove it. The only things I can remember installing are "iTunes Batch Column Renamer" and "Join Together", both if which are just Scripts and which I use fairly regularly, but I don't recall either of them installing that particular item.
    Is there any folder I can navigate to to edit the list of items in that main left hand column of iTunes?
    Many thanks in advance for any help offered.

    on second thought, that you have an item "library" is indeed odd - there shouldn't be.
    suggest you try removing iTunes completely (click here and follow the instructions), then reinstall it using the standalone installer from here: http://www.apple.com/itunes/download/.
    note this will not do anything to your media files, playlists, ratings, etc.
    btw, you didn't install any 3rd party tools like this script:
    Change Hidden iTunes Preferences v2.4 
    This application will allow you to invoke hidden iTunes preferences:
    Show "Library" playlist
    Changing view setting is global
    Allow half-stars in ratings
    Hide "Ping" buttons
    Show/hide arrow links -- to either search the iTunes Store or search your library
    Load complete iTunes Store preview before playing
    Create playlists for purchased song collections
    Play songs while importing or converting
    Create file names with track number
    Maintain grid view for Search results
    Option-click zoom button for Mini Player&
    Show buttons horizontally
    Message was edited by: Jolly Giant

  • How do I acces a var from the main time line in to a movieclip?

    I'm making a quiz-type animation, since I'm new with ActionScript I had developed my own way to make this work.
    I want to add like a meter that shows one out three position depending on the answer given, I had made this animation as a movieclip but now I need it to react according to the answer, so it changes on every question to do that I need to access the variables I'm using in the main time line, how can I access the the main time line variables from the movie clip?
    The movie clip (meter) is basically the background and the questions will change and advance on top of that movie clip so it'll change with each answer until you get the final result.
    Since I cant attached my FLA file here I could email my it to whom may want to help me, THANK YOU!!!

    I kinda of make it work using what you suggested: var meterVar = MovieClip(this.root).userAnswer;, but I have different problems now I'm getting this error: TypeError: Error #1009: Cannot access a property or method of a null object reference.
         at divameter2_fla::MovieClip_1/frame1() and the meter movieclip only change from the original position to the second and stays there even if the first answer supose to sent it to the third or four position. here is the code for the main and movie clip:
    Main:
    The following code I have it in separate frames, I know is probbably not the best way to do it but I'm new with AS.
    Frame 1:
    stop();
    messageBox.text = "";
    var userAnswer:int;
    var rbg:Object = rbA.group;
    var finalScore:int;
    btnCheck.addEventListener(MouseEvent.CLICK, nextBtn);
    function nextBtn(evt:MouseEvent):void {
                 userAnswer = int(rbg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = userAnswer;
                     gotoAndPlay(2);
    Frame 2:
    stop();
    messageBox.text = "";
    var rbbg:Object = rbbA.group;
    btnCheckTwo.addEventListener(MouseEvent.CLICK, nextBtnTwo);
    function nextBtnTwo (evt:MouseEvent):void {
                 userAnswer = int(rbbg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = finalScore + userAnswer;
                     gotoAndPlay(3);
    Frame 3:
    stop();
    messageBox.text = "";
    var rbcg:Object = rbcA.group;
    btnCheckThree.addEventListener(MouseEvent.CLICK, nextBtnThree);
    function nextBtnThree (evt:MouseEvent):void {
                 userAnswer = int(rbcg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = finalScore + userAnswer;
                     gotoAndPlay(4);
    Frame 4:
    stop();
    messageBox.text = "";
    var rbdg:Object = rbdA.group;
    btnCheckFour.addEventListener(MouseEvent.CLICK, nextBtnFour);
    function nextBtnFour (evt:MouseEvent):void {
                 userAnswer = int(rbdg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = finalScore + userAnswer;
                     gotoAndPlay(5);
    Frame 5:
    stop();
    messageBox.text = "";
    var rbeg:Object = rbeA.group;
    btnCheckFinish.addEventListener(MouseEvent.CLICK, finishBtn);
    function finishBtn (evt:MouseEvent):void {
                 userAnswer = int(rbdg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = finalScore + userAnswer;
                     if (finalScore > 4) gotoAndPlay(6);
                     if (finalScore > 9) gotoAndPlay(7);
                     if (finalScore > 13) gotoAndPlay(8);
    The las theree frames are the 3 different results and the code they have is only a stop();
    The following is the movieclip code:
    stop();
    var meterVar = MovieClip(this.root).userAnswer;
    var btnCheck = MovieClip(this.root).btnCheck;
    var btnCheckTwo = MovieClip(this.root).btnCheckTwo;
    var btnCheckThree = MovieClip(this.root).btnCheckThree;
    var btnCheckFour = MovieClip(this.root).btnCheckFour;
    btnCheck.addEventListener(MouseEvent.CLICK, nextBtn);
         function nextBtn (evt:MouseEvent):void {
                 if (meterVar == 1) {gotoAndPlay(2);
                     if (meterVar == 2) gotoAndPlay(3);
                     if (meterVar == 3) gotoAndPlay(4);
                 }else{ gotoAndPlay (1);
    btnCheckTwo.addEventListener(MouseEvent.CLICK, nextBtnTwo);
         function nextBtnTwo (evt:MouseEvent):void {
                 if (meterVar == 1) {gotoAndPlay(2);
                     if (meterVar == 2) gotoAndPlay(3);
                     if (meterVar == 3) gotoAndPlay(4);
                 }else{ gotoAndPlay (1);
    btnCheckThree.addEventListener(MouseEvent.CLICK, nextBtnThree);
         function nextBtnThree (evt:MouseEvent):void {
                 if (meterVar == 1) {gotoAndPlay(2);
                     if (meterVar == 2) gotoAndPlay(3);
                     if (meterVar == 3) gotoAndPlay(4);
                 }else{ gotoAndPlay (1);
    btnCheckFour.addEventListener(MouseEvent.CLICK, nextBtnFour);
         function nextBtnFour (evt:MouseEvent):void {
                 if (meterVar == 1) {gotoAndPlay(2);
                     if (meterVar == 2) gotoAndPlay(3);
                     if (meterVar == 3) gotoAndPlay(4);
                 }else{ gotoAndPlay (1);
    I had attached the almost working FWS file

  • Can anyone tell me how to separate original photo files from the edited files in Photoshop Elements 13?

    We run a child sponsorship program and we only use the edited files and delete the originals after they are edited due to space restrictions. We are using Mac's and we save our photo files each month into a folder (Not Iphoto) and then pull them into Photoshop Elements 13 to edit and resize.  When they are saved, Photoshop Organizer saves the edited files in the same file folder as the original.  We then have to manually go through and delete the original Photos.  We tried exporting and that does only export the edited files, but is there any way to edit photos and then the edited photos go into a separate file?

    GLADIXIE a écrit:
    For all 5000 photos?  Surely there is a simpler way after we go through and crop each photo and clean it up and then resize it?
    I imagine that what you want, once you have edited your month files in their month folder, is to delete the original and keep only the 'top' file in the version set. Then select all the files in your folder (Ctrl A), right click on any thumbnail and choose 'Version set'. In the dialog that opens, select 'flatten version sets'.

  • How to Separate a Lighting Effect from the Original?

    The pictures below demonstrate what I am doing. What I would like to accomplish is to have only the lighting effect on it's own. I am using the CC Light Rays plugin and it does not have a mix adjustment setting. Hopefully this can be done and any help would be grately appreciated.

    Andrew is right, but if I'm understanding this correctly, color from source is checked by default. 
    This needs to be turned off as well for the light effect to appear with your footage. 
    You proabably also want to duplicate the source layer and place it underneath the layer with the new CC Light Rays Transfer Mode settings...
    RESULT
    VERSUS
    NEW RESULT

  • How can I control print quantities from the main browser?

    So here's the workflow question
    I want to select photos to print but I want to print a different quantity depending on criteria. The photos may be in different albums, etc..
    Selecting them all and trying to set the quantity in the Print Order window is painfully awkward.
    What I really need to be able to do is browse my photos and assign a value to them where the value represents the number of prints that should be created for that photo.
    For example, I can assign those colored lables quite easily by just pressing  CMD-1, CMD-2, CMD3, and so forth.
    So lets suppose I navigate around my photo collection and I assign a color to particular photos where the number of the color represents the desired quantity.
    It's very easy then to create a smart album that just shows the photos that have been tagged this way.
    However, there is no way then to order prints in one go with the appropriate quantities (other than the manual mechanism in Print Order window) and if I order them as separate groups, I have to pay shipping costs multiple times.
    I'm wondering if someone has created an automation script that can use the color (or some other textual tag) that can then be used to submit a print order with the quantities of each photo derived from that color or textual tag?
    I hope this question makes sense, it feels awkward to describe.

    If you have an iPhone, you can go to the app store and get Keynote Remote for free. The trick to make it work smoothly is to first establish your Macbook Air as wireless network. Then you use your iPhone to control the slideshow remotely, by swiping from slide to slide -- even from quite a distance.
    Turn on your Macbook Air's airport (wi-fi), then select Create Network.
    Once your Macbook Air is turned on as a network, open Keynote on your computer and your slideshow, but don't start the "view slideshow" mode just yet.
    Open up Keynote Remote and if it doesn't connect automatically to your Macbook Air then select the network in Options.
    Then start your slideshow from your iPhone -- you will notice each slide appearing on your iPhone as a reference.
    If you still have difficulties linking, go into the Keynote preferences menu on your computer and make adjustments in the tab Remote. (And don't be fooled by the Bluetooth option -- strangely at this point it doesn't work between the iPhone and the Macbook -- only wireless.)
    *Extra: You can enable "speaker notes" to show up on your iPhone below the picture of the slide.

  • Manage the mc timeline from the main

    Hi guys,
    I need to use gotoAndPlay with a timeline situated within a MC. So, how can I identify this timeline from the main one?
    P.S. could anyone advise me a good As 3.0 manual?

    Assign an instance name to the mc via the properties panel.  Let's say you name it "mc"... then to command that timeline from the main timeline you would use: mc.gotoAndPlay(?);

  • How do I receive multiple texts from the same sender, each individually?

    How do I receive multiple texts from the same sender, each individually?

    So I receive automated reminders from my job &amp; I want them to come individually. For example, one text -- time stamped 10:14 pm, then another 11:12 am, coming as separate msgs.

  • How do I get routing data from the Map App (powered by TomTom) so I can display the point-to-point annotations (turn-by-turn navigation) without leaving my own application.

    I have a tableView displaying a list of contacts from a Cloud Database.  After selecting a contact, I push to a programmatically created MKMapView.  Then I display the initial region (the view) that includes the users current location (starting point) and their selected destination (end point).
    Now I want to display annotations (as described in the Location Awareness Programming Guide) that displays polylines which will represent the turn-by-turn navigation IN MY OWN APPLICATION, and not in the Map App currently used in IOS6. 
    Due to licensing and its becoming depricated in IOS 6, I do not want to get routing data from the Google Maps API.  How do I get routing data from the IOS 6 Map App (powered by TomTom) so I can display the point-to-point annotations (turn-by-turn navigation) without leaving my own application?
    I checked out Stack Overflow and other forums which basically left me with the impression that this is not possible. I also checked out the TomTom iPhone Mobile SDK User Guide from the TomTom Developer Portal and am still confused.  It must be possible to retrieve routes, since the Map App can display turn-by-turn directions.  How can I retrieve turn-by-turn data that I may display as a route within my own application?

    Thanks Michael. Apologies for the slow reply I was away for a bit (holiday blitz at work and visiting family madness etc.etc.) back now, I set both options you requested to "never " and retried the CMS software with no change. 
    I do have progress of a sort though, as a test I took a separate test PC and put a clean install of Win7 on and loaded up the CMS software (it worked perfectly) and then took the version of ole32.dll off that machine and put it onto the computer I had built
    for her (using Linux) and...
    got a new error code. Darn I was so sure I had found a clever solution this time lol.
    Anyway now when the CMS fails it gives me a similar error but the offending module is "ntdll.dll" sooo... I tried taking the "working" version of ntdll.dll from the test box and moving it over (making sure to back up the existing ones
    first so I could put them back if needed) to her new PC and the PC would not boot. 
    It seems to want the original versions of a few Dynamic Link Libraries and if I could somehow give it those while not breaking Win7 it should theoretically work seeing as it no longer errors with ole32.dll. 
    ntdll.dll however seems necessary for Win7 to boot.
    So what I am wondering now is:
    Is there some way to have both versions of the DLL file in the system32 folder (bypassing the "cannot have two files with the exact same name in the same folder" thing) or rename the original DLL's something else and somehow make the CMS look for
    the new named versions so the system has the updated DLL's it needs to boot/run and the CMS has the old ones it wants to run or is there someway to have a self contained install of the CMS, say on a USB flash drive and give it it's own E:/windows/system32/needed
    dll's  path to the files it needs? 
    Willing to try any other options or settings you may have come up with as well.
    Thanks again for your reply and my apologies for not answering sooner.

  • How / When Does a Device Jump from the 2.4 GHz Network to the 5.0 GHz Network

    I understand -- through another thread that I started -- that the Guest Network will be both 2.4 GHz as well as 5.0 GHz....I would like to understand how / when does a device jump from the 2.4 GHz network to the 5.0 GHz network as I understand that: the 2.4 GHz network is slower but has greater range relative to the 5.0 GHz network.
    Thx...

    Bob Timmons wrote:
    A device will connect to either the 5 GHz or 2.4 GHz band based on its own capabilities and distance in relation to the router.
    So, if you have a 5 GHz capable device that is in close proximity to the router, it will connect at 5 GHz.  If that device moves a few rooms away from the router, it will switch over to the 2.4 GHz band since that signal will be stronger....and likely faster at that location.
    Think of 5 GHz as a "same room" connection or "line-of-sight" deal. It might be OK through one wall....if it is thin.
    You do have an option to assign a separate name to the 5 GHz band in AirPort Utility. Once you have done that, simply "point" the device at the network with the 5 GHz name. Some users swear by this and some swear at this.
    The downside to doing this......the device will likely try to hang on to the 5 GHz connection if it moves a few rooms away from the router.....at a location where the 2.4 GHz signal is stronger and likely faster.
    Again, thanks for the very helpful response.
    It occurs to me from reading the above that it makes sense to let the device (using your words) connect to either the 5 GHz or 2.4 GHz band based on its capabilities and distance in relation to the router as I can see / understand the downside and issue of manually pointing to or selecting  a specific network.
    The reason that I purchased an Apple router is the hope that it will work better than some of the other routers I have tried as far as the 5 GHz / 2.4 GHz dual banding is concerned because in most of these cases I have had to disable the 5 GHz band to maintain a reliable internet connection...hopefully the Aiport Extreme will not require me to do so [i.e. it will work]!
    With respect to *BOTH* the Primary Network and the Guest Network being dual band I can only conclude that this work because there are essentially two separates networks [i.e. 10.o.x.x and 172.16.x.x] that are using the send / receive configuration capabilities.
    Thx...

  • Need multiple 'MAIL' Icons.   Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain

    Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain the butt.  This has been a request from Apple users for many years.    it's great you can now combine all emails into one, but some people want them kept separate and have separate icons on the main page.   They could easily do this by having one "MAIL" account as white and another red.  Or put MAIL 1 and MAIL 2.    Or an actual label that the mail accounts are called on the ICONS!!  
    Help!

    eshghoolak wrote:
    ...I could switch back and forth between accounts while in the mailbox, with one button.  I think that is what you are referring to?  Whoever said it's just a simple switching - you obviously haven't had the pleasure of using an Android device.  It's not that quick to go back and forth - definitely not efficient...
    Not that it matters a lot, Android vs iPhone interface is largely a matter of personal preference and what you know... I'm not sure which one you're saying is not efficient...
    In any event...
    I currently have two email accounts setup.  My iPhone main page Mailbox settings reads:
    Mailboxes
    Inboxes
    All Inboxes
    Gmail
    [email protected]
    Accounts
    Gmail
    [email protected]
    I wish there an efficient way to move back and forth while in the "Inbox" between accounts.  Also, Why does one gmail account show as "Gmail" and another as the actually address?
    The names are based on the names you gave the accounts when you set them up.
    Settings>Mail, Contacts, Calendars.
    Tap the account you want to re-name. Go to the "Description" field and put in what ever you want.
    Second, there is no way to quickly choose a bunch of emails to delete. I have to manually go into each one and move it to the Trash folder.
    If you tap the edit button in the upper right while in mail, you can select multiple items to move, delete or mark (flag).
    I don't want any of the condescending remarks, that I've read here and in other forums.  I'm honestly looking for a solution, which I think you are too!  One thing I realized is that iPhone users in these forums are really defensive and quick to say "that's how it is, live with it, if you don't like it go away"  Um...the only thing that tells me is you are pretty bitter and have kept telling yourself that, to force yourself to like your device.  I prefer to express my issues, and find solutions.  There is ALWAYS a solution...
    I think what you will find is that many people here, myself included, tend to get a bit short with people who start off with attacks or whining about how something has been asked for for years and should be easy, rant about things that have already been beaten to death multiple times in the forums, talk about how much better Android or BB are at something (really... if it's that much better, why did they buy an iPhone to begin with?), etc., or continue to ask questions that could easily be answered with a simple search, or even just by looking back at the last dozen posts to the forum, half of which probably asked the EXACT SAME question.
    I don't think any of us go out of our way to be rude or uncivil.  That said, attacking the people who are attempting to help you is much more likely to generate a response of 'if you don't like it, go away', than it is to generate something that will be truly helpful.

  • Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the rows? Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    Hello Anybody, I have a question. Can any of you please suggest me how to make an xml file from the database table with all the records?
    Note:- I am having the XSD Schema file and the resulted XML file should be in that XSD format only.

    The Oracle documentation has a good overview of the options available
    Generating XML Data from the Database
    Without knowing your version, I just picked 11.2, so you made need to look for that chapter in the documentation for your version to find applicable information.
    You can also find some information in XML DB FAQ

  • After updating my iphone 5 of ios 7, I delete or trash my emails rorm my inbox and they pop back up in my inbox.  How do I fix this?  They are deleted from the main server but show up in my email on my phone and will not stay deleted.

    I recently updated my iphone 5 to IOS 7 and since doing this, i cannot get my email messages to stay deleted when I trash them.  They have been deleted from the main mail server but show up on my phone.  When I trash them, they disappear for a few seconds and then re-appear in the inbox. I tried deleted my mail account from my phone and re-adding it, but this worked for about 12 hours and now its doing it again. I also have shut my phone off and rebooted it but this did not work.  How do I fix this?

    Have you tried restarting or resetting your iPhone?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    Also consider deleting and reinstalling the Mail Account in question.

  • How can I get all photos from the camera roll onto the photo stream so they will share between iphone and ipad?

    How can I get all photos from the camera roll, and all new pictures taken, to get on the photostream so they can share between iphone and ipad?

    When turning PhotoStream on with photos available in the Camera Roll, only photos captured by the iPhone or saved on the iPhone are placed in the PhotoStream.
    For all photos that were in the Camera Roll prior to turning PhotoStream on, import the photos with your computer and add the photos to your PhotoStream on your computer.

Maybe you are looking for