Create addon under bussiness partner menu

hi,
i already created an addon. i want to install that addon under business partner meni item tab. its urgent.
Regards,
Puneeth S

Hi puneeth,
You can create the menu like this :
SAPbouiCOM.Menus oMenus;
                SAPbouiCOM.MenuItem oMenusItem;
                SAPbouiCOM.MenuCreationParams oCreationPackage = null;
                oCreationPackage = ((SAPbouiCOM.MenuCreationParams)(SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams)));
                oMenusItem = SBO_Application.Menus.Item("43535");
                oMenus = oMenusItem.SubMenus;
                // Ajout sous-menu "Gestion des affaires"
                if (SBO_Application.Menus.Exists("IFC_GEST_AFF") == false)
                    oCreationPackage.Type = SAPbouiCOM.BoMenuType.mt_STRING;
                    oCreationPackage.UniqueID = "IFC_GEST_AFF";
                    oCreationPackage.String = ChangeLanguage.GetName_For_SubMenu(SBO_Application.Language, "1");
                    oCreationPackage.Position = 1;
                    oMenus.AddEx(oCreationPackage);
                    oCreationPackage = ((SAPbouiCOM.MenuCreationParams)(SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams)));
This create a entry menu in the Business Partners menu.
If you want to create a entry between Business Partners and Banking with sub menu, try this :
            SAPbouiCOM.Menus oMenus;
            SAPbouiCOM.MenuItem oMenuItem;
            SAPbouiCOM.MenuCreationParams oMenuCreationParams;
            string sPath = "";
            try
                sPath = System.Windows.Forms.Application.StartupPath;
                oMenuCreationParams = (SAPbouiCOM.MenuCreationParams)SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams);
                oMenuCreationParams.Type = SAPbouiCOM.BoMenuType.mt_POPUP;
                oMenuCreationParams.Image = sPath + "
IMG127 new.BMP";
                oMenuCreationParams.Position = 6;
                oMenuCreationParams.UniqueID = "IFC_MENU";
                oMenuCreationParams.String = "Contrats";
                oMenuItem = SBO_Application.Menus.Item("43520");
                oMenus = oMenuItem.SubMenus;
                if(SBO_Application.Menus.Exists("IFC_MENU") == true)
                    return;
                oMenuItem = oMenus.AddEx(oMenuCreationParams);
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oMenuCreationParams);
                oMenuCreationParams = null;
                oMenuCreationParams = (SAPbouiCOM.MenuCreationParams)SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams);
                oMenuCreationParams.Type = SAPbouiCOM.BoMenuType.mt_STRING;
                oMenuCreationParams.Image = "";
                oMenuCreationParams.Position = 1;
                oMenuCreationParams.UniqueID = "IFC_CRAU";
                oMenuCreationParams.String = "NAME";
                oMenus = oMenuItem.SubMenus;
                oMenus.AddEx(oMenuCreationParams);
            catch (Exception ex)
                // Catch Error
Hope i help you
Michael

Similar Messages

  • When in Adobe Bridge and trying to create a web photo gallery, under the windows menu and then the workspace menu there is no output option.  Where is it?

    When in Adobe Bridge and trying to create a web photo gallery, under the windows menu and then the workspace menu there is no output option.  Where is it?

    You haven't provided any sensible, meaningful and detailed information about your setup.
    If you gave some sensible, complete and detailed information, someone may be able to help you, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, what troubleshooting steps you have taken so far, etc.
    There are no clairvoyants or mind readers here.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • BAPI/FM in CRM that creates Customer/Bussiness Partner in CRM

    Hi All,
    My Requirement is to create a Customer(Called as Business Partner in CRM). Can some one tell me if there is any inbuilt BAPI/FM available to create a business partner in CRM.
    Regards,
    Jessica.

    Hello Jessica,
    Here is the link for the complete information on how to create the bussiness partner.
    Very helpful site to understand the basics.
    http://help.sap.com/saphelp_crm40/helpdata/en/8b/0c7d4dc8dcd847abf1dd5b314e2703/content.htm
    Cheers!!
    VEnk@

  • Industries and Bussiness partner in IS-U

    Hi sap guru's,
      I am sivakumar, i am doing project on IS-U and CRM, but i am new for these concepts, any one tell me what is installation (ES30 Tcode), Industry, and Bussiness Partner(BP Tcode) and what is the relation between these three things,
    Thanks & Regards,
    Sivakumar.

    In the SAP Menu u will have Utility Industry
    BMD ::  Business Master Data
    TMD :: Technical Master Data.
    Create Contract account throught CAA1 tcode.
    Then u have to create Technical Master Data.
    Connection Object  :: ES55
    Premise     :   ES60
    Installation  :  ES30
    then EC50E to create a move in document
    then automatically contract will be create.
    if u want to assign multiple contracts to contract account then
    create another installation and give the same premise ( if u want you can create a new one also) and give contract account number and save it.
    It will creates a another contract.
    Please allot points if it helps.
    Regards,
    Shiva.

  • Error when opening Find Examples under the Help menu

    Today when I tried opening the Find Examples under the Help menu in LabVIEW 6.1, it would not open correctly. The Find Examples window appears and then an error window appears on top of it with the following description -
    "Error 1 occurred at open or create file (function 1)."
    Then ther is a list of possible reasons.
    I have had this version of LabVIEW installed for over 6 months and had no problems until today. I tried running the installation program for LabVIEW and repairing LabVIEW but had no success.
    What should I do next? Is there a file/s I can delete and then install manually?
    Thanks,
    Rodney

    I've never actually heard of this error ocurring with the Examples Finder before. If it continues, I would probably just reinstall LabVIEW. That should clear up the problem.
    J.R. Allen

  • Creation of bussiness partner using idoc CRMXIF_PARTNER_SAVE

    Hi,
              how create a bussiness partner using the idoc CRMXIF_PARTNER_SAVE

    Hello!
    This is not easy, but still...
    0. Generate Idoc interface if not done already.
    1. Define Idoc port in WE20 transaction, allowing inbound processing of this Idoc type.
    2. In WE19 (test Idoc) transaction, you could create Idoc with necessary data. For field reference and some internal commands - visit http://ifr.sap.com and locate appropriate RFC.
    3. Test it!
    For real samples - you could configure some middleware sites in CRM and assign them to XIF - Idoc interface.  With test program CRMXIF_PARTNER_TEST you could unload Idoc to this destination site.
    Good source of Information - Michael Van Geet has some guidelines on how to set up a XIF site. These manuals describes required actions in details.
    My best regards, Andrei Dirotchka

  • My password list no longer appears under the options menu, How do I get it back?

    The password manager that used to appear under the options menu has completely disappeared. The little lock icon is also nowhere to be found. Does this have something to do with blur? How do I restore my browser the way it used to be so that I can review my list of stored passwrds? I've tried to look in blur to see if they are there - no luck. I'm not sure how the long the problem has existed. I happened to notice just now when a site that normally remembers my log in (a credit card that I make a payment on each month) failed to display it and of course I couldn't remember, not having actually typed it in for years.

    Hi philipp.
    Thanks for answering. Here's the entire contents of the page. Probably too much information but I wasn't sure what you needed. I deleted the some of the lines referring to my printer settings because the info exceeded the character limit. I very much doubt they have any relevance to the problem
    Application Basics
    Name Firefox
    Version 35.0.1
    Update History
    User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
    Profile Folder
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Multiprocess Windows 0/1
    Crash Reports for the Last 3 Days
    Report ID Submitted
    All Crash Reports
    This application has not been configured to display crash reports.
    Extensions
    Name Version Enabled ID
    Blur (Formerly DoNotTrackMe) 4.5.1334 true [email protected]
    ColorfulTabs 25.9 true {0545b830-f0aa-4d7e-8820-50a4629a56fe}
    Multirow Bookmarks Toolbar Plus 1.2 true {4c7097f7-08f2-4ef2-9b9f-f95fa4cbb064}
    Skype Click to Call 7.2.15747.10003 true {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
    Text to Voice 1.10 true [email protected]
    Theme Font & Size Changer 35.2 true {f69e22c7-bc50-414a-9269-0f5c344cd94c}
    FabTabs 1.5.2 false [email protected]
    Noia Fox options 3.0.1 false [email protected]
    Utopia FFSE White Options 5.0.2 false [email protected]
    Graphics
    Adapter Description ATI Radeon HD 5400 Series
    Adapter Drivers aticfx64 aticfx64 aticfx64 aticfx32 aticfx32 aticfx32 atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a atitmm64
    Adapter RAM 1024
    Device ID 0x68f9
    Direct2D Enabled true
    DirectWrite Enabled true (6.2.9200.16492)
    Driver Date 4-19-2011
    Driver Version 8.850.0.0
    GPU #2 Active false
    GPU Accelerated Windows 1/1 Direct3D 11 (OMTC)
    Subsys ID 22911787
    Vendor ID 0x1002
    WebGL Renderer Google Inc. -- ANGLE (ATI Radeon HD 5400 Series Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote true
    AzureCanvasBackend direct2d
    AzureContentBackend direct2d
    AzureFallbackCanvasBackend cairo
    AzureSkiaAccelerated 0
    Important Modified Preferences
    Name Value accessibility.typeaheadfind.flashBar 0
    browser.cache.disk.capacity 358400
    browser.cache.disk.smart_size_cached_value 358400
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.cache.frecency_experiment 1
    browser.places.importBookmarksHTML false
    browser.places.smartBookmarksVersion 7
    browser.sessionstore.upgradeBackup.latestBuildID 20150122214805
    browser.startup.homepage http://www.wunderground.com/cgi-bin/findweather/getForecast?query=14891%20-%20Watkins%20Glen,%20NY&wuSelect=WEATHER
    browser.startup.homepage_override.buildID 20150122214805
    browser.startup.homepage_override.mstone 35.0.1
    dom.mozApps.used true
    dom.w3c_touch_events.expose false
    extensions.lastAppVersion 35.0.1
    font.minimum-size.x-western 15
    font.name.serif.x-western Georgia
    font.size.variable.x-western 15
    gfx.direct3d.last_used_feature_level_idx 0
    gfx.direct3d.prefer_10_1 true
    media.gmp-gmpopenh264.lastUpdate 1423194991
    media.gmp-gmpopenh264.version 1.3
    media.gmp-manager.lastCheck 1422538139
    network.cookie.prefsMigrated true
    places.database.lastMaintenance 1423191808
    places.history.expiration.transient_current_max_pages 104858
    places.history.expiration.transient_optimal_database_size 167772160
    places.last_vacuum 1299350232
    plugin.disable_full_page_plugin_for_types audio/basic,audio/mpeg,audio/wav,audio/x-mpeg,audio/x-wav,application/pdf
    plugin.importedState true
    print.print_printer Canon Inkjet MP500 Series
    print.printer_Canon_Inkjet_MP500_Series.print_bgcolor false
    print.printer_Canon_Inkjet_MP500_Series.print_bgimages false
    print.printer_Canon_Inkjet_MP500_Series.print_command
    print.printer_Canon_Inkjet_MP500_Series.print_downloadfonts false
    print.printer_Canon_Inkjet_MP500_Series.print_edge_bottom 0
    print.printer_Canon_Inkjet_MP500_Series.print_edge_left 0
    print.printer_Canon_Inkjet_MP500_Series.print_edge_right 0
    print.printer_Canon_Inkjet_MP500_Series.print_edge_top 0
    print.printer_Canon_MX870_series_Printer.print_resolution_name
    print.printer_Canon_MX870_series_Printer.print_reversed false
    print.printer_Canon_MX870_series_Printer.print_scaling 1.45
    print.printer_Canon_MX870_series_Printer.print_shrink_to_fit false
    print.printer_Canon_MX870_series_Printer.print_to_file false
    print.printer_Canon_MX870_series_Printer.print_unwriteable_margin_bottom 0
    print.printer_Canon_MX870_series_Printer.print_unwriteable_margin_left 0
    print.printer_Canon_MX870_series_Printer.print_unwriteable_margin_right 0
    print.printer_Canon_MX870_series_Printer.print_unwriteable_margin_top 0
    print.printer_PageManager_PDF_Writer.print_bgcolor false
    print.printer_PageManager_PDF_Writer.print_bgimages false
    print.printer_PageManager_PDF_Writer.print_colorspace
    print.printer_PageManager_PDF_Writer.print_command
    print.printer_PageManager_PDF_Writer.print_downloadfonts false
    print.printer_PageManager_PDF_Writer.print_duplex 3211319
    print.printer_PageManager_PDF_Writer.print_edge_bottom 0
    print.printer_PageManager_PDF_Writer.print_edge_left 0
    print.printer_PageManager_PDF_Writer.print_edge_right 0
    print.printer_PageManager_PDF_Writer.print_edge_top 0
    print.printer_PageManager_PDF_Writer.print_evenpages true
    print.printer_PageManager_PDF_Writer.print_footercenter
    print.printer_PageManager_PDF_Writer.print_footerleft &PT
    print.printer_PageManager_PDF_Writer.print_footerright &D
    print.printer_PageManager_PDF_Writer.print_headercenter
    print.printer_PageManager_PDF_Writer.print_headerleft &T
    print.printer_PageManager_PDF_Writer.print_headerright &U
    print.printer_PageManager_PDF_Writer.print_in_color true
    print.printer_PageManager_PDF_Writer.print_margin_bottom 0.5
    print.printer_PageManager_PDF_Writer.print_margin_left 0.5
    print.printer_PageManager_PDF_Writer.print_margin_right 0.5
    print.printer_PageManager_PDF_Writer.print_margin_top 0.5
    print.printer_PageManager_PDF_Writer.print_oddpages true
    print.printer_PageManager_PDF_Writer.print_orientation 1
    print.printer_PageManager_PDF_Writer.print_page_delay 50
    print.printer_PageManager_PDF_Writer.print_paper_data 1
    print.printer_PageManager_PDF_Writer.print_paper_height 11.00
    print.printer_PageManager_PDF_Writer.print_paper_name
    print.printer_PageManager_PDF_Writer.print_paper_size_type 0
    print.printer_PageManager_PDF_Writer.print_paper_size_unit 0
    print.printer_PageManager_PDF_Writer.print_paper_width 8.50
    print.printer_PageManager_PDF_Writer.print_plex_name
    print.printer_PageManager_PDF_Writer.print_resolution 3473457
    print.printer_PageManager_PDF_Writer.print_resolution_name
    print.printer_PageManager_PDF_Writer.print_reversed false
    print.printer_PageManager_PDF_Writer.print_scaling 1.10
    print.printer_PageManager_PDF_Writer.print_shrink_to_fit true
    print.printer_PageManager_PDF_Writer.print_to_file false
    print.printer_PageManager_PDF_Writer.print_unwriteable_margin_bottom 0
    print.printer_PageManager_PDF_Writer.print_unwriteable_margin_left 0
    print.printer_PageManager_PDF_Writer.print_unwriteable_margin_right 0
    print.printer_PageManager_PDF_Writer.print_unwriteable_margin_top 0
    privacy.donottrackheader.enabled true
    privacy.sanitize.migrateFx3Prefs true
    security.warn_viewing_mixed false
    security.warn_viewing_mixed.show_once false
    storage.vacuum.last.index 1
    storage.vacuum.last.places.sqlite 1422170725
    user.js Preferences
    Your profile folder contains a user.js file, which includes preferences that were not created by Firefox.
    Important Locked Preferences
    Name Value
    JavaScript
    Incremental GC true
    Accessibility
    Activated false
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.7 4.10.7
    NSS 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSSMIME 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSSSL 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSUTIL 3.17.2 3.17.2
    Experimental Features
    Name ID Description Active End Date Homepage

  • Any reason NOT to create subfolders under user folder?

    I'm switching over from a 5+ year old MacBook Pro to a new one. I do a lot of audio recording and production work. On my old machine, which was my first Mac, I created a subfolder 'Recordings' under my user folder (let's say it's named "bob"). I don't remember why I did that. Probably I was thinking well, this stuff isn't documents.
    On the new machine, running Yosemite, I discovered that Apple in it's wisdom had made my "bob" user folder hidden, which meant I had to go figure out how to show it because there are some audio plugin settings files I needed to add manually from the old machine into my user/ Library area. Did that.
    BUT... I'm wondering if there is some reason why Apple changed the user folder to hidden (other than "you dumb users don't need to know about this stuff"), and specifically, if I should avoid creating any subfolders under my user folder? I would really rather not have my 'Recordings' folder  inside the Documents folder, but I guess I can if there's some good reason not to create subfolders under 'bob'.
    Thanks in advance.

    They didn't make it hidden (like the Library sub folder), but I believe it is no longer included in the sidebar by default. Probably for the reason you state. As you've found, you can add it back through Finder Preferences menu.
    Matt

  • BP: How to hide "Validity Period" on screen Create a new Business Partner

    Hi,
    On screen Create a new Business Partner, I want to hide field Validity Period
    -> Please tell me how to do in Customizing
    Thanks and Best regards
    Ms.Minh

    Hi,
    For each BP role, you can control the field status in configuration under BP-Role Settings. Please check whether validity period is available for field configuration or not.
    Regards
    Prasad AV

  • Top 2-3 files displayed in Finder are hidden under Finder's menu bar. How do I modify view to correct this?

    Recently updated to Yosemite 10.10.2 on MacBook Pro (early 2011) and now when I open a folder in Finder, the top 2-3 files displayed are hidden under Finder's menu bar. I can scroll up to see the files, but they snap back under the menu bar preventing me from selecting or opening them. This problem occurs in the following Finder view preferences, "icons" "in lists" and "in columns" but not "Cover Flow".  Any assistance would be appreciated. Thank you.

    This sounds like a Windows thing ( You can post a photo and I can tell you for certain). Those folders are Windows system created folders that your computer has had since it was installed, all Firefox does is use the Windows File picker, which is what you see when you open that window. So, to customize you'd have to do that from Windows Explorer (not Firefox).
    The Window should however remember what folder you were in last.

  • HT2905 I updated the latest itunes software and Display Duplicates is no longer under the file menu. How do I get rid of all the duplicates?

    I just upgraded the itunes on my PC and the display duplicates option is no longer found under the FILE menu. How do I get rid of the MANY duplicate songs I have in my library with out the display duplicates option? HELP

    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin. Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See thisthread for background and please take note of the warning tobackup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    Note if some of the duplicate items have the iCloud link icon sign out of the store, then sign in again.
    tt2

  • I recently upgraded to Mavericks and I now cannot find under the file menu the option to "Save As" in my Numbers application. Where did it go?

    I recently upgraded to Mavericks and I now cannot find under the file menu the option to "Save As" in my Numbers application. Where did it go?

    In many, many apps Apple has now created a confusing array of "save as..", "export", and "duplicate" all doing essentially the same thing - saving a new copy elsewhere possibly with format changes.  Drives me nuts.
    But its always there.
    Grant

  • Scripts not Appearing Under "Scripts" in Menu

    I have been going crazy trying to get my custom scripts to appear in the "Scripts" menu item under "File" in Illustrator CS4. I've tried placing them in Presets > Scripts, I've tried creating a folder under "Plug-Ins" called "Scripts" and placing them there, and several other places in an attempt to find anything that will work, but so far nothing has. I've also tried deleting the Illustrator Prefs but that didn't help. Has anybody encountered this problem before?

    I have exactly the same problem.
    For example, one of my scripts is called IA_tile_1.jsx.
    Under my scripting menu I have:
    ExportDocAsFlash
    Flex Skins
    LiveTrace
    SaveDocAsPDF
    SaveDocAsSVG
    Other Script
    After reading the comments here I tried coping it into C:\Program Files\Adobe\Adobe Illustrator CS4\Presets from C:\Program Files\Adobe\Adobe Illustrator CS4\Scripting, but this made no change.
    The other thing I find confusing is Usually when I open a script it defaults to C:\Program Files\Adobe\Adobe Illustrator CS4\Scripting. However sometimes it defaults to C:\Users\windowsdomainname\My Documents. As windows handles this as a library which is a top level windows container, not as a subdirectory of the directory c:\Users\windowsdomainname\ I can't just up two folders and start tracing my way back down the directory tree. I have to wait a while while all my network locations are enumaterated until I can finally select C:\, then navigate down from the root again. Thats kind of a gripe because, from the free scripts for Illustrator I have looked at, very few of them seem to genuinely save time for the user or even perform something that can't be easily done with more control via freehand. You would think with all of this stuffing around it would generally be quicker than just performing the job of the script by hand rather than trying to locate such a deeply nested folder than can't default consistently to the same folder. The only reason I'm perservering here is because Illustrator seems to lack a tool that I honestly thought was kind of the reason you would write a program like Illustrator: for the ability to array items and tile items like a grid. Maybe be able to specify by pixel the location of the object. Well, it turns out Illustrator can't be used like this at all unless you write a custom script to handle it, but then it seems to make you jump lots of hoops to get it to show up in the scripting menu or to get the "other scripts" to consistently default to the same folder.
    So what causes that default script folder to change. Sometimes in a matter of seconds between consequtive runs on a script?
    And how do we get our custom scripts to show up in the scripts menu so we don't have to click "Other Scripts" to begin with?

  • Saw a poss solution to my prob of loosing tab groups when closing firefox It read ". Edit Preferences Privacy "I can't find prefernces under the edit menu"

    Firefox V30.0
    I saw a poss solution to my prob of loosing tab groups when closing firefox It read ". Edit > Preferences > Privacy "I can't find references under the edit menu" so cannot attempt the fix offered?

    Your System Details list shows that you have a user.js file in the profile folder to initialize prefs each time Firefox starts.
    The user.js file is only present if you or other software has created this file and normally it wouldn't be there.
    You can check its content with a plain text editor (right-click: Open with) if you didn't create this file yourself.
    The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.
    Delete a possible user.js file and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    See also:
    *http://kb.mozillazine.org/Preferences_not_saved
    App (pinned) tabs and Tab Groups (Panorama) are stored as part of the session data in the sessionstore.js file in the Firefox profile folder.
    You can check for problems with the sessionstore.js and sessionstore.bak files in the Firefox profile folder that store session data.
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Multiple_profile_files_created
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost and you will have to recreate them (make a note or bookmark them if possible).

  • Fireworks for Creative Cloud has less options under the window menu.

    I am a subscriber to the Creative Cloud and have installed Fireworks.   I am using a windows system.  I was watching a course about Fireworks and the instructor was using an apple computer and showed what is listed under the window menu in the Fireworks interface.   Well, on my windows system and being a subscriber to the Creative Cloud, my Fireworks interface window menu didn't not show all the options that his showed.  Why is this?  Did Adobe take some things out of Fireworks in the Creative Cloud?  I researched this in the Fireworks Community reference, and I couldn't find anything about this issue.  What's going on?

    Regarding Workspace Layouts, this is what I've got at the bottom of the Windows menu:
    The first layout, Default, is actually a custom one that I created (based on the default Expanded mode). The other three are standard.
    The exact same set of options are available from the upper-right hand corner of the interface, next to the Search bar:
    Regarding deleting workspaces, I believe this would generally be done very infrequently, and handled manually. Here are some links on the subject:
    http://www.shaunambrose.com/2011/02/07/how-to-delete-a-custom-workspace-in-adobe-fireworks /
    http://www.fireworkszone.com/workspace-management_520.html
    http://www.fireworkszone.com/workspace-management_525.html
    http://www.adobe.com/devnet/fireworks/articles/workspace_manager_panel.html

Maybe you are looking for