Tool Bar too jacked-up for consumer level PDF

Sooner or later 3D interactive will saturate our culture. And Acrobat 3D is a great step, but it is targeted toward engineers and not consumer level marketing. 
I want to produce these great PDFs for consumer level product marketing, but the Tool Bar is too feature rich for consumers. The tools are okay, let’s keep them, but the default tool, ROTATE, is just infuriating (not a good thing).
I have been on the creative end of advertising for over 30 years, working with 3D for last ten years, and I do some coding from time to time, so I am not afraid of a challenge. I know this: a picture is worth a thousand words, a moving picture is worth ten thousand words, a 3D interactive needs NO words.
Adobe has taken a giant 3D step with Acrobat, but the company now seems to be pulling away. Broad consumer level acceptance will generate the demand for Acrobat 3D, the engineering market is not big enough by itself. Here is my problem, the TOOL BAR requires an engineering degree, it is far beyond the consumer’s attention span and comprehension. Consumers are not engineers, but they do know how to use a mouse.
So here is my consumer level wish list for Adobe Acrobat 3D:
Remove the TOOL BAR and the RIGHT CLICK SUBMENU entirely from the annotation. When I say "Remove" I want it disabled, and make it not visible on a tool-by-tool basis. Keep the TOOL BAR as part of Acrobat 3D, but I need to manage it for the sake of consumers and my product. I don't want customers seeing it and wondering why they can get a tool to work, or wondering what they are missing because of a grayed-out feature. I want their attention on the product offered in the PDF. (I can NOT do this yet)
Make SPIN the default movement tool and the only tool. (I CAN do this, thanks to this forum and javascript discussions)
I need to restrict the rotation of the SPIN tool from going below the ground plane, and adjust the friction of the SPIN tool, some models move too fast in the environment. (I can NOT do this yet)
The default arrowhead cursor does nothing to promote (set apart, distinguish, or announce) the 3D environment. When a consumer has a cursor over an activated 3D annotation the cursor should communicate that fact. The right cursor for this job is the "move" cursor (looks like the PAN TOOL icon). I need to set the MOVE icon as the default 3D icon (I can NOT do this yet)
Create a 2D layer in front of the 3D scene to place stationary JPGs and TEXT in front of the 3D annotation. This can be useful for placing custom view buttons, ON/OFF buttons, transparency sliders in the scene, or toggling between one or two model render modes or different lighting schemes. (I can NOT do this yet)
As I said before, “remove the RIGHT CLICK SUBMENU entirely” because it is the can of worms as the TOOL BAR. But I do want to be able to customize the RC SUBMENU when a consumer clicks on a part of the 3D model. When they right click, they should get a submenu of features, options, properties that relate to my product offer. (I can NOT do this yet)
And finally, URL connectivity. That RIGHT CLICK SUBMENU has a feature like: make reservation, order this part, add to cart. (I can NOT do this yet)
Now that will accelerate Acrobat 3D. Anybody know how to accomplish these features?
Greg

OK, in order:
1 - you can disable the toolbar using the 3D annotation's properties, but you cannot disable the context (right-click) menu or edit the entries. You can add buttons to the toolbar to a very limited extent using JS, and can en/disable tools by name, but can't replace the entire thing and can't affect the other dropdowns (like the lighting or rendering menus)
2 - easy with JS, as you already know: runtime.setCurrentTool('Spin');
3 - also possible with JS, but complex to implement as you have to re-write the camera handling functions and do some polar geometry math. There are some examples from Directlight which use a ground-collision script for architectural renders inside a "sky bubble", but the script they use is copyrighted.
4 - we don't give any access to the cursor icons, period.
5 - You can do this in several ways; either with a watermark layer on the PDF, or using a SWF embedded in the 3D scene and some JS to load the SWF as a "scene foreground object". I've covered a lot of this on the Acrobatusers.com tutorials, but will be talking more about it in upcoming shows.
6 - see q1
7 - very commonly-done using JS, and probably the main thing scripts in 3D PDFs are used for. There are "3D order form" examples all over the Web, which use a script to override the default selection handler in the 3D scene, check the name of the mesh node being clicked, and then fire something out to the PDF (such as filling in a form field, opening a document, etc.) - suggest you grab one and poke about inside, as the handlers are all pretty much the same.
It's important to note that the display of a 3D annot is handled by a plugin shipped with Acrobat and Adobe Reader, and this plugin decides what toolbars, menus, etc. appear. Because plugins don't generally expose themselves to each other, you couldn't override the default 3D toolbar even if you wrote a "plugin plugin", and there are no plans to change the customization options (or lack thereof). I agree with you that some of the tools and context items are a little obscure for Joe Public, but they were indeed designed for use by engineers! 3D PDF came about so CAD/CAM data could be exchanged and reviewed, so it was realistic to expect people opening the files were savvy in how to work with 3D models. They've grown to be more public-facing, but even today the vast majority of 3D PDFs are passed from one engineer to another, who both probably use a Space Pilot instead of the toolbar commands.

Similar Messages

  • Slow and laggy, tool bar too large

    Annotation very slow and laggy draw speed when using s pen for Samsung note 4. Tool bars are too large on this device, taking too much space that I can't annotate properly

    When you say toolbars are too large, are they taking more space then the top toolbar?
    Can you please share the snapshot of the device when toolbar is taking too much space. It will help us in understanding the issue better.
    Thanks

  • CS6 menus and tool bars too small

    I have a new Dell XPS15 laptop with Windows 8. Installed Photoshop CS6 & all tool bars and menus are too tiny. I've contacted Dell Support and Adobe Support and everyone blames the other guy. Please help.

    This is a PC only issue, I believe Macs with Retina displays do not have this problem...  I just got a Dell M3800 with a QHD+ 3200x1800 display and sadly yes, all Adobe CC products and AVID editing software are pretty much unusable in hi-res mode under Windows 8.1.  That is especially disturbing when Dell claims that the M3800 is certified to run those applications without mention of the resolution limitation which is a pretty big deal for anyone working in the graphic and video business.  False advertising it is

  • How To Hide Adobe Tool Bar in Web Dynpro For Java.

    Hi To All,
                I'm using NetWeaver 2004's. In Project i require to Hide Adobe Tool Bar.I already used Hide Reader Tool Bar Button from  Standard Library for Web Dynpro.But it was not Working. I want Programatical way to Hide Adobe Tool Bar.
      Can anybody Help me out.
    Regards,
    Roop Kumar.Annavarapu.

    Hello,
    this is possibble. please check the following code part:
    // Get interactibe form handler. interactiveFormID is the ID of the
    //interactive form assigned to the form at the designtime on the  
    //interactive form UI element property sheet.                     
    IWDPDFDocumentInteractiveFormHandler iFormHandler =               
       WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(),     
            interactiveFormID);                                                                               
    // Get appearance setter.                                         
    IWDPDFDocumentAppearance appearance =                             
       iFormHandler.getDocumentContext().getAppearance();                                                                               
    // Hide tool bars.                                                
    appearance.hideToolBars(true);                                   
    I hope this helps.
    Best regards,
    Dezso

  • Tool bar customization in PCUI for CRM5.0

    Hi,
    After successfully configuring the Opportunity PCUI field group and Tab page group( events) IN CRM5.0 , I started to customize the appearance of the opportunity Toolbar group.
    The process is really simple according to some RKT material form SAP. go transaction CRM_BSP_CT --> toolbar grou-> double click to see exiting events and then add the events that you need in your Custom View, which I did successfully,
    Not sure whether to generate the same in the same line of layout generation after the Field group customization with a custom view. However after the changes the changes that I did to toll bar is not being visisble when I execute the PCUI,
    Can anybosy help me.?
    I have changes the toolbar group OPP_OIC_50, and created entries for my custom view. This should work withe floorplan 1 OR VERSION 1.
    Thanks

    Thanks Rad. I did that, but we have an issue with it.
    The problem is when we have the same user in 2 user groups. One user group, where we restricted WEBI not to display "Design menu" in the tool bar and the other User group where we allow to display the "Design" menu in tool bar. The outcome of this scenario is that because the user is in both the groups, no matter which report the user accesses, he is restricted not to use the Design menu of WEBI report. It is applying the least to the user instead of checking the user group and identifying what needs to be displayed in the tool bar of WEBI report.
    So, now how do you ensure that even though User is in 2 user groups and these 2 user groups may have different settings for WEBI design menu, that they are exclusive.
    There is no ability to control the inheritance from user groups to users while going from Usergroups->Customization-WEBI.
    Thank you
    Suman

  • Tool bars too small to read

    I just downloaded adobe creative suites cs6 and my illustrator and photoshop's tool bars are very small. I can read them but they are not at normal settings. I installed the 64-bit version so i do not know if that has anything to do with it becuase i am running windows 8.1 on a mac book 13" with retina display. Has anyone had this problem before? The programs are working just fine so I just want to make the viewing tabs larger since I am working on a small screen.

    No way. The Windows versions of CS6 do not support high-DPI displays. Only the Mac versions of Photoshop and Illustrator du support Retina by ways of respective updates in CS6. You will have to lower your screen resolution.
    Mylenium

  • On one of my computers, the tool bar includes an icon for radio stations and a calculator, but those do not appear on my other computer. Are these add-ons? How do I add them to my other computer?

    When I downloaded Firefox 4 on my desktop, it included an icon for radio stations, for the weather and a calculator. I don't remember choosing them. I also downloaded Firefox 4 on my netbook, but these same icons are visible. Can I add them?

    These may well be add-ons, look at what you have installed
    * use '''Firefox button'''(orange tab top left) ''' -> Add-ons | Plugins/Extensions''' <br /> that is the add-ons manager, and also allows you to search for other addons
    * see also [[customizing firefox with add-ons]]
    Some of the icons could also be bookmarks, note the bookmark toolbar does not display in Firefox 4 by default to get it back
    * use '''Firefox Button -> Options -> [x] Bookmarks Toolbar''' <br /> that is assuming you have bookmarks in the bookmarks toolbar folder (should have some defaults like 'most visited')
    Some add-ons may not be compatible with Firefox 4, but revisions may be issued that work, or alternatives with similar functions may be available.

  • "Excluding" not working with PF status In ALV tool bar

    Hi all,
    I have 5 buttond in ALV tool bar out of which for every distinct logic only two buttons should be actually visible on toolbar.For this am using-
    SET PF-STATUS 'ZQACCAL'  EXCLUDING '&QE17''&QA13''&QE19' IMMEDIATELY.
    Problem is am still viewing excluded buttons (ie '&QE17''&QA13''&QE19' )also.
    Please tell me the solution for the same.
    Thank you.

    Hi,
    Use:-
    *FOR EXCLUDING STANDARD BUTTON FROM ALV TOOLBAR
    DATA : it_exclude TYPE slis_t_extab,
           wa_exclude TYPE slis_extab.
    *          FOR EXCLUDING STANDARD BUTTONS FROM ALV TOOLBAR
      wa_exclude-fcode = '&OUP'.
      APPEND wa_exclude TO it_exclude.
      CLEAR wa_exclude.
      wa_exclude-fcode = '&ODN'.
      APPEND wa_exclude TO it_exclude.
      CLEAR wa_exclude.
      wa_exclude-fcode = '&OAD'.
      APPEND wa_exclude TO it_exclude.
      CLEAR wa_exclude.
      wa_exclude-fcode = '&INFO'.
      APPEND wa_exclude TO it_exclude.
      CLEAR wa_exclude.
    "similarly append more function codes for standard buttons that needs to be excluded
    "you can get to know the func code for the button by enabling debugging at run time
    "and check valus for sy-ucomm and append it to it_exclude
    *          DISPLAY RECORDS IN ALV GRID
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
       i_callback_program                = sy-repid
       it_fieldcat                       = it_field
       it_excluding                      = it_exclude
    TABLES
       t_outtab                          = it_final
    EXCEPTIONS
       program_error                     = 1
       OTHERS                            = 2.
      IF sy-subrc <> 0.
      ENDIF.
    Hope this helps you.
    Regards,
    Tarun
    Edited by: Tarun Gambhir on Mar 6, 2009 5:06 PM

  • When I open Safari, it goes to the home page, but there is no toolbar forSafari, the home page is in the middle of an all white window, how may I get the tool bar back.

    When I open Safari, it goes to the home page but there is no tool bar at the top of the window, and the home page is in the middle of a white window that is full screen. I cannot do anything with Safari because there is no toolbar. how do I get the tool bar back.
    Thanks for any help.
    Phillip

    Sounds like you are in Full screen mode. Run your cursor to the top of the page and click on the blue arrows on the right hand side.

  • I use Aperture 3 how can I have the tool bar colored?

    I use Aperture 3, how can I have the tool bar colored?

    Thanks for your help, for the time beeng i will follow your suggestion: "learn to love the new look."
    In any case I strongly recomend Apple to correct the Aperture 3 software.
    Have a nice day
    Sergio

  • Hide adobe tool bar

    Dear Experts,
    I have included interactive form UI element inside a WebDynpro application using ABAP.I have included the following code to hide the tool bar.
      DATA:
            lr_interactive_form TYPE REF TO cl_wd_interactive_form,
            lr_method_handler   TYPE REF TO if_wd_iactive_form_method_hndl.
      CHECK first_time = abap_true.
      lr_interactive_form ?= view->get_element( 'INTERACTIVE_FORM' ).
      lr_method_handler ?= lr_interactive_form->_method_handler.
      lr_method_handler->set_legacy_editing_enabled( abap_true ).
      lr_method_handler->set_hide_toolbars( abap_true ).
    But the tool bar is not hidden.Please help in this regard to hide Tool bar using Web Dynpro for ABAP.
    I use Adobe live cycle designer version 8.0.
    Regards,
    Sree.

    Dear Vishal / Mahesh,
    That code was working fine when I fill the interactive form's Template source attribute but in my requirement I was just filling the PDF source attribute as the PDF data to be displayed is only available to me.
    In this scenario the Tool bar was not hiding.Please help in this regard.
    Dear Mahesh ,
    When gone in debugging mode it goes and sets the Hide tool bar attribute still its not hiding the tool bar.
    The interactive form I am displaying is coming in interactive mode.
    Thank you,
    Sree

  • I just doanload firefox 5.0 and i can't and goolge tool bar why

    Google tool bar is not compilable for Firefox 5.0

    Extensions for Firefox, such as the Google Toolbar, include a list of compatible Firefox versions. Currently, the Google Toolbar only goes up to Firefox 4. However, people have tested and it actually works on Firefox 5, so there are two workarounds:
    (1) Edit a file to revise the range of compatible versions
    (2) Install an add-on that lets you ignore the range of compatible versions
    This thread has info on both approaches: [https://support.mozilla.com/en-US/questions/837142 google toolbar does not work with firefox 5.0. why not! | Firefox Support Forum | Firefox Help].
    Any luck?

  • Developer Tool Bar at the bottom

    Hello guys,
    I wanna disable the developer tool bar at the bottom for time being.... for demonstration purpose... can anybody help me how to do that????
    thxs
    regards,
    gk

    gk,
    Go to Shared Components > Definition > Status. Change to "Available".
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • I want color icons for the tool bar black is ugly and too plain

    having to make my own tool bar was bad enough but to have plain black icons is just plain and ugly can you please restore color tool icons and do it asap

    You can look for a theme that suits you better:
    *Firefox 3 theme for Firefox 4: https://addons.mozilla.org/firefox/addon/firefox-3-theme-for-firefox/
    *Strata XP: https://addons.mozilla.org/firefox/addon/strata-xp/

  • User exit/ BADI in f-32 / f-28 for adding application tool bar button

    Hi Experts,
    There is a requirement, for adding application tool bar button in the Transaction codes F-32 / F-28 / Feba_lockbox. So that while clearing documents with reference document, they can upload the data(Reference Documents) from local file and after the data is fetched for clearing, they need to download the data to local file for verification. If the data is verified to be okay, then they can go ahead with simulation and posting. They need this verification to be done in excel sheet, so need to download the data into local file.
    I found a BADI in that screen is BADI_LAYER but I don't think it is relevant.         
    Any help is apreciated!
    Is there any EXIT ? Because I can not find it too.
    Regards,
    Nitin

    where you did the enhancement?
    I have to create the IDOC once Clear docuemnt is created.. It may help me.

Maybe you are looking for

  • Syncing emails sent from ipad in Hotmail with the server

    When I send emails through Hotmail from my ipad, they are delivered ok to the other party, but there is no record when I check Hotmail "sent items" on my PC. How can I get "sent" to sync with the Hotmail server so I can see emails I have sent from my

  • Urgent : Publishing Problem - Attributes not showing up in Layout Mode

    Dear MDM Gurus, We 4 fields in our main table i.e. FLD1   (Taxonomy  LKP - > Standard Categories Table) FLD2   (Taxonomy LKP) FLD3   (Qualified LKP) FLD4   (Taxonomy LKP) Now we have uploaded the data structure/Hierarchy to FLD1. FLD2,4  are Taxonomy

  • Problem in updating VK12

    Hi, I am trying to change the AMOUNT field in VK12 against a material. FM i am using is : RV_CONDITION_COPY I am passing the new value of amount to COPY_RECORDS-KBETR but after execution it is not reflecting in VK12/VK13. Can anyone tell me the corre

  • Does iPhoto copy photos into the iPhoto library or move them in?

    I moved about 40GB of photos onto my Macbook when I bought it.  It looks like iPhoto duplicated them because the iPhoto library is about the same size as the folder in my finder.  Does it copy photos into the library rather than move everything?

  • Smart Albums Not So Smart

    I'm trying to set up Smart albums to show my kids and their friends. However, when I organized the photos, sometimes I used Face recognition and other times I just used keywords via hotkey. This was because sometimes it wasn't worth the trouble to ad