Change part config

I am sure I am using the wrong terms, that is why I can't find it in the help. I am new to acrobat3d.
I am trying to define a button that turns on or off components. I know how to define a button, but can't find the option I seek.
More detailed explanation:
I have an assy that I brought in from Solidworks. It is an assy with 10 parts. I want a button that turns 7 of those part off. I have buttons that change the 3d view, and change the layer visibility. I just want to change the part visibility.
thanks for any clues I can get.

I am sure I am using the wrong terms, that is why I can't find it in the help. I am new to acrobat3d.
I am trying to define a button that turns on or off components. I know how to define a button, but can't find the option I seek.
More detailed explanation:
I have an assy that I brought in from Solidworks. It is an assy with 10 parts. I want a button that turns 7 of those part off. I have buttons that change the 3d view, and change the layer visibility. I just want to change the part visibility.
thanks for any clues I can get.

Similar Messages

  • Change item config

    Hi,
    I need to change a config for an item with crm_order_maintain.
    Here is my code:
    h_field_name-fieldname = 'CONFIG'.
            APPEND h_field_name TO ht_field_name.
            h_field-ref_guid = config_guid.
            h_field-ref_kind = 'D'.
            h_field-objectname = 'CONFIG'.
            h_field-field_names = ht_field_name.
            APPEND h_field TO ct_input_fields.
            CALL FUNCTION 'CRM_CONFIG_DETERMINE_KB_OW'
              EXPORTING
                iv_header_guid = iv_header_guid
                iv_item_guid   = config_guid
                iv_product     = config_prod_guid
              IMPORTING
                ev_handle      = ev_handle
                ev_kbname      = ev_kbname
                ev_kbversion   = ev_kbversion
                ev_kbprofile   = ev_kbprofile
              EXCEPTIONS
                no_kb_needed   = 1
                no_kb_found    = 2
                OTHERS         = 3.
            IF sy-subrc <> 0.
            ENDIF.
            h_cuins-config_id = '1'.
            MOVE ev_handle TO h_cuins-inst_id.
            h_cuins-obj_type = 'SERV'.
            h_cuins-class_type = '300'.
            h_cuins-obj_key = ls_item-id.
    *        h_cuins-obj_txt = ls_item-id.
            h_cuins-quantity = '1.0'.
            h_cuins-author = '5'.
            h_cuins-complete = 'T'.
            h_cuins-consistent = 'T'.
            APPEND h_cuins TO ht_cuins.
            h_cucfg-config_id = '1'.
            MOVE ev_handle TO h_cucfg-root_id.
            h_cucfg-sce = '1'.
            h_cucfg-kbname = ev_kbname.       "***
            h_cucfg-kbversion = '0.0'.    "***
            h_cucfg-kbprofile = ev_kbprofile.     "***
            h_cucfg-complete = 'T'.
            h_cucfg-consistent = 'T'.
            h_cucfg-kblanguage = 'F'.
            h_cucfg-cfginfo = 'VCOND=VARIANT_CONDITION_KEY'.
            APPEND h_cucfg TO ht_cucfg.
           h_curef-config_id = '1'.
           MOVE ev_handle TO h_curef-inst_id.
           h_curef-object_guid = config_guid.    "***
            APPEND h_curef TO ht_curef.
            LOOP AT lt_config INTO ls_config WHERE client EQ ls_item-number.
            ENDLOOP.
            h_config-cuval = ls_config-cuval.
            h_config-cuins = ht_cuins.
            h_config-curef = ht_curef.
            h_config-cucfg = h_cucfg.
            h_config-ref_guid = config_guid.
            APPEND h_config TO ht_config.
            CALL FUNCTION 'CRM_ORDER_MAINTAIN'
             EXPORTING
                it_config                     = ht_config
             CHANGING
                ct_input_fields               = ct_input_fields
            EXCEPTIONS
                error_occurred
                document_locked
                no_change_allowed.
        REFRESH tab_guid.
        APPEND  iv_header_guid TO tab_guid .
        MOVE iv_header_guid TO ev_guid.
        CALL FUNCTION 'CRM_ORDER_SAVE'
          EXPORTING
            it_objects_to_save   = tab_guid
            iv_update_task_local = 'X'
          EXCEPTIONS
            document_not_saved   = 1
            OTHERS               = 2.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    *      EXPORTING
    *        wait = iv_wait.
        CALL FUNCTION 'CRM_ORDER_DEQUEUE'
          EXPORTING
            iv_guid = iv_header_guid.
    Table lt_config contain the new config.
    I need help please.
    Thank You
    Fethi
    Edited by: Fethi Ben Bagdad on Aug 10, 2010 2:14 PM
    Edited by: Fethi Ben Bagdad on Aug 10, 2010 2:15 PM
    Edited by: Fethi Ben Bagdad on Aug 10, 2010 2:16 PM

    Thanks Krishna
    But as u mentioned the way to make the non editable field into editable one. But that will applicable in case of manual chage. But can it be applicable for changing the Item category by using Object dependency??
    Actually in our scenario, for some of the item category that field in the sales order line item remains editable. we have tested with that also. Once the item category is getting determined, object dependenct is not able to modify the item category in the sales order line item.
    I have explores something, if I include PSTYV field in VCSD_UPDATE, will it work? VCSD_UPDATE is the table that contains field of sales order can be modified with the usage of object dependency.
    Please let me know ASAP.
    Regards
    Som

  • Dashboard grouping without change in Config files

    Hi Experts,
    This has been asked many times,
    To group the dashboards , we need to create the required dashboards under the same Group folder and need to ensure that the entry in the config file is set correctly.
    Now here my problem starts ,
    Lets consider that the concerned entry in the config file has been set to default which is I think 15.
    Test Dashboard should have Three dashboards tagged as drop down for Test Dashboard,i.e when user clicks on Test dashboard he should see
    Test-->
    A
    B
    C
    Now my problem is when someone who has access to more than 15 dashboards logs in , he sees the drop down menu dashboards but when a user who has access to let say 10 dashboards then he does not sees the required dashboards grouped but the individual dashboards appear separately i.e A B C.
    I don't want to make any change in Config file now, is there anyway we can achieve this.
    Thanks

    Thanks for the reply, but I don't have any occurrence of the mentioned entry at all.
    Still for some users I can see the grouping work while for some the grouping does not works. I am really wondering about this happening.
    As per Oracle Presentation Administration Guide
    "Oracle Business Intelligence typically displays the names of individual dashboards across the top of
    the screen. To minimize the amount of screen space used for this, when there are more than 15
    dashboard names to display, Oracle Business Intelligence creates a drop-down list from which users can choose the dashboard to view."
    I don't think this requires a entry, having a entry is important only when you want to control the number of dashboards after which the drop down should work.
    I would really like to know if anyone else has faced this issue before.
    If anyone has any suggestion or can throw some light on this, it would be really helpful.
    Thanks,

  • I was infected by a virus and this changed proxy config to 127.0.0.1:64727, i removed the virus, but every time i start firefox i find the proxy configuration made by the virus.is there any config file i can change ?

    I was infected by a virus (i can't remember the virus name). Antivirus removed it, but i think it changed some config file on FF, 'cause every time i try to restart it , i find it configured to use proxy 127.0.0.1:64727. I change every time the config, i also tried to change the config on the about:config and set network.proxy.type 5 , no port and no network proxy (so it's all on default) . I changed the config on the gui, i removed the config from windows registry ( IE and chrome start normally, with no proxy), but every time i restart FF i find the proxy config there. How can i fix it ?

    I had the same problem.
    Solution
    '''Clear Virus First'''
    -clear virus using either anti-virus or manually going into task manager and figuring out which processes are bad.
    -If the manual way, go through each process in task manager and right click to "open file location". Depending on where it is located and the name of the process, you can google the process name online to see if it is bad.
    -Delete the bad process file and as added security, create a folder using the name of the process so the file can't be recreated later. (example: If I had a virus "3dcr.exe" in folder c:\user, then delete "3dcr.exe" and create a new folder c:\user\3dcr.exe\ )
    '''Fix Proxy Settings'''
    -If your browser points an proxy server and you can't change the settings because every restart of firefox returns the settings back (even after changing in about:config or prefs.js or options>advanced>network>settings). The answer is to uninstall firefox with all its user preferences and the reinstall it.
    *I know it is a bit brute force, but it was the only method I found to work. Just be sure to save your bookmarks first.

  • Confusion in Weblogic ReportsServer config without doing change the config?

    confusion in Weblogic ReportsServer config without doing change the config ?
    my env
    windows 2008 64 Bit
    WLS 10.3.5 64 Bit
    pfrd Forms/Reports 11.1.1.4 64 Bit
    after Install all and config my Forms and Reports
    the default reports server i found with
    http://wlog:8090/reports/rwservlet/getserverinfo
    had a name
    RptSvr_myserverhost_Formsreportsinstan,
    I did run my Forms and reports well with RP2RRO.RP2RRO_RUN_PRODUCT
    now some time later I found, that the reportsServer name is changed to
    rep_wls_reports_myserverhost_formsreportsinstance_1
    and I don't know, why ??
    I do start the WLS_REPORT by using the oracle-scripts using startManagedWebLogic.cmd
    In the WLS Admin Console there I can see the WLS_REPORTS Server is well started
    and after change the ReportServername in my forms to the 'new' servername
    I can start my forms with Reports again
    In the Enterprise Manager 11g under the reports-tree there are three entries:
    ReportsTools
    reports(11.1.1.2.0)(WLS_REPORTS)
    RptSvr_myserverhost_Formsreportsinstan ( the 'old' reportserver, that isn't started and not available )
    on Server in
    C:\Oracle\Middleware\asinst_1\reports\server
    there are two entries:
    rep_wls_reports_wlog_formsreportsinstance_1.dat
    and
    RptSvr_myserverhost_Formsreportsinstan.dat
    and in
    C:\Oracle\Middleware\asinst_1\reports\
    is in the reports_install.properties file :
    SERVER_NAME=rep_wls_reports_wlog_formsreportsinstance_1
    ORACLE_INSTANCE_NAME=Formsreportsinstance_1
    INPROCESS_SERVER_NAME=rep_wls_reports_wlog_formsreportsinstance_1
    what I have done, that can be the reason for now have two entries for reportsserver ?
    In the last days i worked to create the windowsservices
    to start the WLS_AdminServer and to start the WLS_FORMS / WLS_REPORTS
    ManagedServer
    and I changed the IP - Adress of the WLS - ServerHost, ( and back again )
    but didn't create a new ReportServer ore anything !
    what can I do, to fix this confusion ?

    Hello,
    In 11g , there are 2 Reports Servers created by default :
    - rep_wls_reports_myserverhost_formsreportsinstance_1
    The "in-process" Reports Server . WLS_REPORTS must be started and you can start this "in-process" Reports Server by just calling an URL like http://server:port/reports/rwservlet/getserverinfo or by using the menu in the EM web site
    - RptSvr_myserverhost_Formsreportsinstan,
    The Standalone Reports Server . You can start it using opmnctl command or using the menu in the EM web site
    Regards

  • Sound disappears when changing speaker config

    Hello all, I currently have a bit of an annoying issue when using my x-fi titanium card in vista 64 bit.
    When I goto change my speaker config from headphones to 5.1 or vice versa, the sound from the running apps disappears
    and I have to restart the applications for sound to come back. For example I am playing a song in winamp, i change speaker config
    from 5.1 to headphones, sound gone, close winamp and reopen sound is back. Same thing goes for my games.
    Any possible solutions to this thanks.

    The only thing I don't like about the iPhone headset solution is that the earplugs are uncomfortable, and keep falling out. I basically don't like things stuck in my ear. So I am thinking of buying an actual over-the-ears headset to plug in to the headset port.
    A couple of questions:
    - Is there any reason at all to go USB headset instead? It seems like a waste of a USB port since there is a headset jack.
    - Is there any way of switching the output sound back to the speakers while the headset is plugged in? Or do I have to physically unplug it each time it is not in use for a Skype call (which is the only time I would use it)?
    Thanks,
    doug

  • I can't change ff start page. i edited options menu. i changed about:config /browser.starter.homepage but ff still opens with start page. i don't want this.

    everytime i start firefox it opens on firefox start page. i don't want this. i want my own home page. i have changed it several times in 'options-general-when firefox starts...' but alas to no avail..it still starts up with the firefox start page. i have also gone to 'about:config' and changed the value of 'browser.startup.homepage' to my homepage. i restarted firefox and it worked...but just the once. the next time i opened firefox it started up once again with the firefox homepage. i have done scans, i have tried to remove the hometab with various anti virus/anti malware programms.. i have sieved through my registry..it doesn't matter what i do.. firefox starts up with it's own homepage which i do not want. please can you help?.. it's driving me nuts. i don't really want to have to reinstall firefox. thanks in advance x ps. firefox also keeps crashing on me :(

    ohhh right!! i have been educating myself as i didn't understand what this user.agent.override.pref meant .. now i get it.. yes i will keep an eye on that when firefox next updates...at the moment everything is running smoothly so i'm going to leave it as it is for now. but at least now i know what it all means.. ahh you learn something new every day :-) thanks everyone x

  • How to track changes to config tables?

    Hi,
    I would like to track the changes that have been done to the config tables and would like to know the name of the transport request which might have done this?
    My SAP is on ECC 5.0
    Can some one please help?
    Thanks
    Vijay

    Hello Vijay,
    In SPRO transaction, you have an option to view change logs , you can use this option.
    In SPRO->SAP Reference IMG and then drill down to the customizing you are interested in.
    Click on that node and click on the Change Log button.
    The rest is self explanatory.
    Later when you find the table name of the affected config.
    You can take the table name and search for the object in transaction SE03 -> Objects in Request -> Search for Objects in Request
    Regards,
    Siddhesh

  • Why aren't patch changes part of the AU spec?

    I'm working with a Novation Remote25Sl and the new Automap 3 software with Logic. So far, it's kind of working. But kind of not... And it's brought up a question that's nagged me for a while now.
    Why is something as simple as "+/- patch" not a fundamental part of the AU instrument spec? I mean, shouldn't it be dang simple to map a midi controller so that when you're playing MiniMonsta, or the impOSCAR or FM8, etc, you can just hit buttons to go back and forth through the patches without having to grab your mouse?
    We're talking 1980's basic Midi functionality here folks... Anybody out there part of the AU developer community who'd care to comment? I swear, it would make software instruments so much more FUN if they could improve the "no mouse" experience.
    Um, please?
    Any workarounds Im missing? Yes, I know Logic's built in synths have key commands that be assigned to next/previous preset. I use'em all the time. But that's no good for 3rd party AU's. And as I say, wouldn't this be something you'd expect as part of the basic parameters for any instrument? Or do you think they deliberately left it out to discourage people from changing patches in the middle of a track, causing unpredictable CPU spikes, etc?
    Hmmmmm

    While I agree with you (the level of patch handling, although we have massive resources now, is in many other ways inferior to what we had when we were all using MIDI sequencers and hardware instruments) - speaking to instrument developers, realtime patch changing is generally regarded as a headache.
    This is why the favoured approach is to have multiple instruments loaded (eg how Mainstage does patches) and switch between instruments, rather than having one instrument switch patches.
    Now, for most of my instruments, I set them up with Logic settings, specifically so I can have keyboard/MIDI commands to switch patches - but there some instruments that can't be handled like this.
    I wish some DAW developer really took this whole patch/instrument management area for plugins and developed a top-modern, elegant and comprehensive solution.
    Ideally, in Logic please!

  • How to mass change part of a phone number in AB?

    Here is my problem:
    In Brazil we need to add a carrier code to the number while performing a long distance call. Example: in the following number (61) 5555-5555, the "(61)" is the area code and the "5555-5555 is the number. To make a long distance call to that number I need to use a carrier code and the number ends up like this: (021 61) 5555-5555.
    Since I moved to a different carrier with better prices I need to change the "021" part of all my numbers to "041". Is there a feature or add-on that can make this process automatic?

    If there is look for it at VersionTracker or MacUpdate or one of the several AppleScript sites. Otherwise, you will need to write an AppleScript to do the job.

  • Changing layout-config.xml in custom b2c scenario

    Hi,
    I've created a cutom b2c project and am making changes to the layout. In doing this I have been forced to make a change to the WEB-INF\xcm\sap\layout-config.xml to add a navigator UIArea to the UILayout 'basketLayout' as follows:
        <UILayout name="basketLayout"  path="/appbase/layout/genericLayout.jsp"
                    titleArea="workarea">
            <UIArea name ="header"      defaultComponent="header" cssIdName="header" />
            <UIArea name ="navigator"   defaultComponent="blankSpace" cssIdName="navigator" />
            <UIArea name ="workarea"    defaultComponent="basketDisplay" cssIdName="basketEntry" />
            <UIArea name ="miniBasket"  defaultComponent="miniBasketWithoutBasket" cssIdName="miniBasket" />
        </UILayout>
    ... and the blankSpace component...
        <UIComponent name="blankSpace"            page="/b2c/blank.inc.jsp"/>
    I have of course also created the /b2c/blank.inc.jsp file.
    The problem is that my changes do not appear in the browser. I have tried deleting all the caches in the admin, restarting the app and even deleting the application and re-building it and re-deploying it.
    What I have noticed is that when syncing the application with the NWDS sync plugin, it is the file in the original b2c app and not my custom app, which gets updated.
    However, this seems somewhat irrelevant as I have also tried copying the corrected layout-config.xml to both the original and the changed version on the server, restarting the app and once again seeing no result.
    I'm obviously missing something! Can anyone tell me what it might be?
    Thanks,
    Craig

    Hi,
    You can download it from service market place.
    www.service.sap.com
    and the link to the doc is below
    [https://websmp210.sap-ag.de/sapdownload/011000358700000469462006E/SAP_ISA50_DevAndExtGuide.pdf|https://websmp210.sap-ag.de/sapdownload/011000358700000469462006E/SAP_ISA50_DevAndExtGuide.pdf]
    Regards,
    Sateesh Chandra

  • Change about:config settings via mac terminal

    Hello,
    I administer over 140 mac computers, all with firefox installed. Unfortunately it seems like a daily occurance when a user calls and says that firefox is bugging them to update, which they cant because they are not admin accounts.
    Now I use apple remote desktop to turn off auto-update for a lot of other applications like software update, microsoft office, and adobe. Unfortunately since firefox doesnt use a standard plist file on the mac I cant use default to write the preference remotely.
    Question: Is there a way to write to the firefox config via command line so I can turn off auto-update in mass instead of having to touch each computer and make the change in the GUI?
    thanks!

    Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.
    Place a file local-settings.js in the defaults/pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0); // use this to disable the byte-shift
    See:
    * http://kb.mozillazine.org/Locking_preferences
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    lockPref("app.update.enabled", false);
    *http://kb.mozillazine.org/app.update.enabled

  • LMS 4.2.5 Netconfig changing port config based on port settings

    I am trying to use netconfig to change the port config on my switches. I want to use an adhoc rule to determine if the port already is configured for 802.1x (authentication port-control auto) authentication and then modify those ports to "authentication open".
    IS that possible?
    Thank you for your reaction?
    Regards,
    Robert

    Hi Robert,
    To check which device have this config , use Baseline Template
    check the below link for example and case study.
    Hope it will help
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ***

  • Changing faces-config.xml after deploying ear file

    Hi,
    What would be the steps to follow if we want to change contenets of web application configuration files (for example, faces-config.xml) after app.ear file has been deployed?
    The app.ear file contains the faces-config.xml, and we are using Oracle AS 10.1.3.
    Thanks,
    Jean

    see my answer at
    Change web app config file of deployed app

  • Apache Changes Site Config on Web Start

    Hello,
    I have successfully gotten SVN to work with WebDAV on Snow Leopard Server 10.6.1 following this guide: http://developer.apple.com/mac/articles/server/subversionwithxcode3.html.
    However, whenever I reboot the server or restart web services, the location node changes. Specifically, the line DAV svn is changed to DAV Off. I have WebDAV enable in the config and in server manager, so it's just this location, or "Realm", that seems to experience this behavior. I then have to go into the site config file and update that line. Of course, I can only do this while the server is active, or it will edit the line again when I start the service.
    <Location "/svn/">
    DAV svn
    SVNParentPath Path/To/My/SVN
    AuthType Basic
    <Limit GET HEAD OPTIONS CONNECT POST PROPFIND PUT DELETE PROPPA$
    Require group workgroup
    </Limit>
    AuthName "subversion"
    </Location>
    changes to
    <Location "/svn/">
    DAV Off
    SVNParentPath Path/To/My/SVN
    AuthType Basic
    <Limit GET HEAD OPTIONS CONNECT POST PROPFIND PUT DELETE PROPPA$
    Require group workgroup
    </Limit>
    AuthName "subversion"
    </Location>
    Has anyone else experienced this or know how to make my edits permanent?
    -Scott

    Put your stuff in a separate file and place an include directive in the apple managed file.

Maybe you are looking for

  • VMWare Fusion - Beach Ball City

    I am an experienced VMWare user and am having the hardest time with Windows 7 running in VMWare fusion. My physical device runs more than fine, has more than enough memory and should by rights, run a Windows 7 VM with ease. I am seeing nothing but be

  • PDFMaker & Outlook

    When I print an Outlook2003 e-mail using PDFMaker to PDF, the e-mail message header information appears in the PDF. How do I prevent this? Similar appears at the top of my PDF. I want to prevent this appearing at the top of each PDF: From: [NY] To: [

  • Powershell Unique Selections for Multiple Combo Boxes

    I am currently working on a powershell script that will use 4 combo box controls. I would like for them to all use the same data source whether it be an array or just a .txt file. I would like for each selection to be unique so that no 2 combo boxes

  • Hp compaq 615 strange behaviour

    my compaq 615 is behavin strange in many ways here are some examples 1: icon images dissapeared and where replaced by other images after going in to safety mode this stopped 2: audio error once when i started it the soun one of the sound channels was

  • Find Same Name in Different Departments

    Hi All, M Really New In this field.. Considering emp and Dept table in Scott schema How can I find same name in different departments like ename department ================ smith 10 smith 20 smith 30 Thanks,