3DGraph View Angle Control

I've been working recently with the ActiveX 3DGraph Control (found in the 3DGraphCtrl.fp).  After a little help here recently, my data is ploting as expected.  One thing that I haven't been able to figure out though is how to programatically adjust the view angle of the graph.  I'd like to have buttons on my user interface to auto adjust the graph to orthoganal view angles (XY Plane, XZ Plane, and YZ Plane).  In the ActiveX Control editor for the 3DGraph, there is a parameter called "ViewMode".  This parameter has possible values of "cwViewXYPlane", "cwViewXZPlane", "cwViewYZPlane", "cwViewUserDefined".  What I CAN'T seem to figure out is how to set this parameter programatically.  I've been through the list of CW 3D Graph 6.0 functions  a couple of times, but still haven't found the solution.
Does anyone know if ther is a way to programattically control the view angle of a ActiveX 3DGraph control???   Maybe I've just missed the correct function?? Oh, I should also say that I HAVE looked through the various examples that are included with CVI (3DGraph.prj, 3DGraphAxis.prj, 3DGraphColorMap.prj, and 3DGraphContours.prj) any NONE of these seem to address this issue.
Thanks a bunch in advance!!

Thanks!  I eventually did find the CW3DGraphLib__DCWGraph3DSetViewMode function.  I also found the CW3DGraphLib__DCWGraph3DSetViewLatitude and CW3DGraphLib__DCWGraph3DSetViewLongitude functions to be helpful.  So, I'm currently using the following for preset view angles:
//Toggle XY Plane
CW3DGraphLib__DCWGraph3DSetViewMode (graphHandle, NULL, CW3DGraphLibConst_cwViewXYPlane);
//Toggle XZ Plane
CW3DGraphLib__DCWGraph3DSetViewMode (graphHandle, NULL, CW3DGraphLibConst_cwViewXZPlane);
//Toggle YZ Plane
CW3DGraphLib__DCWGraph3DSetViewMode (graphHandle, NULL, CW3DGraphLibConst_cwViewYZPlane);
//Toggle Isometric View
CW3DGraphLib__DCWGraph3DSetViewLatitude (graphHandle, NULL, 45);
CW3DGraphLib__DCWGraph3DSetViewLongitude (graphHandle, NULL, 45);

Similar Messages

  • Viewing angle (with no colour shift) on new iPad much narrower than older iPads

    I just got a new iPad yesterday and the new display's resolution is magical!! I am unfortunately experiencing the yellow tinted screen that others are, but I'm hopeful this will improve over a short time as any glues involved perhaps dry. I THINK perhaps it's already improved though this could be my imagination, hard to tell. It's also clear on a totally black screen that it fails to go as dark as my iPad 2, which itself failed to go as dark as my iPad 1. Still, that resolution, spectacular...
    I am however also experiencing a very narrow viewing angle, especially in the vertical direction, it's the most worse when held in normal portrait orientation with the cameras at the top, if I tilt the top of the iPad away from me then the entire screen colour shifts to yellow quite strongly within about 10 degrees or so. I'll shoot some video of it at some point compared to the iPad 2. I wonder if the colour yellow could be linked to the general yellow tint that can be seen on whites even in perfectly straight viewing. But I also wonder if the new retina display just has a much narrower viewing angle without colour shift compared to the older iPads.
    Would love to hear how other people's new iPad screens are performing in this regard. Are they all shifting as they're tilting, especially in that vertical tilt I described?
    Cheers

    I have the same problem.  Here is the pic I took to compare with my old iPad 2.
    http://www.flickr.com/photos/76217456@N03/6844051610

  • Viewing Angle on the T500

    Does anyone know what the vertical viewing angle of the T500 is ?  It is starting to annoy me. I cannot get an even brightness/contrast level across the entire screen. I have settled on keeping the screen at an angle that keeps top half of the screen on the dark side and the bottom half looking light and faded. Did I get a bad panel or is this common.  Everest shows the monitor ID as "LEN4050" and the Manufacturer as "LTN154X3-L02" 

    Welcome to the forum!
    The issue that you're facing is extremely common, and has been for the last several generations of ThinkPads with TN panels...
    I'm not sure that I have any good advice that I could share... either learn to live with it, or get rid of the machine altogether...
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Where can I find manual Crystal 11.0 viewer activex control for download?

    Hello,
    Where can I find manual Crystal 11.0 viewer activex control for download?
    I'm having a heck of a time installing the control on a client machine.
    Thanks,
    -Drew
    Moved to Crystal Forums Edited by: Marilyn Pratt on Apr 20, 2010 1:58 AM

    The ActiveXViewer is not downloadable from our SAP site. The file is hosted on your web server, and also installed on the system where you have Crystal Reports XI installed.
    Look here, C:Program FilesBusiness ObjectsCommon3.0crystalreportviewers11ActiveXControls for ActiveXViewer.cab. Extract the contents and right click crviewer.inf, then select Install.
    Also see knowledge base article 1218519 here, http://www.sdn.sap.com/irj/sdn/crystal-xcelsius-notes.

  • Viewing Angle

    Hi All,
    I swapped from a (the newest) Titanium PBook to the Mbk Pro and I find the viewing angle on this screen is much poorer. There are fairly significant changes in brightness/colour when I move by small angles (approx 30 deg up and down). In fact, this screen resembles the screen of the iBook that my sister has. I've never used an Al Pbook so I'm not sure when this poor viewing angle business started. Have any of you noticed the same thing?

    and gets people who are working together to get closer and more intimate as they squeeze into the MBP's very limited viewing area. I can imagine Apple's new ad:
    "The New Macbook Pro - bringing people together like never before"
    ...followed my an image of 5 people squeezing together in order to see the screen.

  • Hidden Report Viewer Confiugration Error on aspx pages that use report viewer web control

    I try to fix the problem. The error below is embedded on aspx pages that use report viewer web control. Please note that the div element is hidden, and the reportviewer is displaying correct contents.
    Div element hidden on aspx page
    <div id="ReportViewer1_HttpHandlerMissingErrorMessage" style="border-color:Red;border-width:2px;border-style:Solid;padding:10px;display:none;font-size:.85em;">
    <h2>
    Report Viewer Configuration Error
    </h2><p>The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add &lt;add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&gt; to the system.web/httpHandlers section of the web.config file, or add &lt;add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&gt; to the system.webServer/handlers section for Internet Information Services 7 or later.</p>
    </div>
    I tried adding the two elements to web.config, but to no avail.
    Add below to system.web/httpHandlers
    <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    or add below to system.webServer/handlers for Internet Information Services 7 or later.
    <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    The required assemblies below are installed under C:\Windows\assembly folder. I have installed both Microsoft ReportViewer 2010 Redistributable, and 2008 SP1.
    Microsoft.ReportViewer.WebForms, version 10
    Microsoft.ReportViewer.Common, version 10
    Below is the whole web.config:
    <?xml version="1.0" encoding="utf-8"?>
    <!--
    For more information on how to configure your ASP.NET application, please visit
    http://go.microsoft.com/fwlink/?LinkId=169433
    -->
    <configuration>
    <connectionStrings>
    <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" />
    </connectionStrings>
    <appSettings>
    <add key="car" value="myCar" />
    <!--<add key="ReportViewerServerConnection" value="WebForm.Lab.ReportConnection, WebForm" />-->
    </appSettings>
    <system.web>
    <httpHandlers>
    <add verb = "*" path = "Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    <!--<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />-->
    </httpHandlers>
    <compilation debug="true" targetFramework="4.0">
    <assemblies>
    <add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    <add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    </assemblies>
    <buildProviders>
    <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </buildProviders>
    </compilation>
    <authentication mode="Forms">
    <forms loginUrl="~/Account/Login.aspx" timeout="2880" />
    </authentication>
    <membership>
    <providers>
    <clear />
    <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="/" />
    </providers>
    </membership>
    <profile>
    <providers>
    <clear />
    <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" />
    </providers>
    </profile>
    <roleManager enabled="false">
    <providers>
    <clear />
    <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" />
    <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" />
    </providers>
    </roleManager>
    <pages>
    <controls>
    <add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
    </controls>
    </pages>
    </system.web>
    <system.webServer>
    <modules runAllManagedModulesForAllRequests="true" />
    <validation validateIntegratedModeConfiguration="false" />
    <handlers>
    <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </handlers>
    <httpProtocol>
    <customHeaders>
    <remove name="X-Powered-By" />
    </customHeaders>
    </httpProtocol>
    </system.webServer>
    <system.serviceModel>
    <bindings>
    <basicHttpBinding>
    <binding name="WebService1Soap" />
    </basicHttpBinding>
    </bindings>
    <client>
    <endpoint address="http://localhost:58269/WebService1.asmx" binding="basicHttpBinding"
    bindingConfiguration="WebService1Soap" contract="ServiceReference1.WebService1Soap"
    name="WebService1Soap" />
    </client>
    </system.serviceModel>
    </configuration>
    Any idea?
    Update:
    IIS is7.5, AppPool is Integrated.
    I have tried below, none of them works:
    1) Add it only to system.web\httpHanders. Changed AppPool to classic, still got hidden error.
    2) Add it only to system.webServer\handlers. Integrated mode,still got hidden error.
    3) Add both to both element. Integrated mode, still got hidden error.

    Hi Kingofwebguru,
    According to your description, when you use reportviewer control, you got the error message: The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file.
    To troubleshoot the problem, please refer to the following steps:
    Click Start, click Run, then type InetMgr.exe and click OK.
    Click plus sign next to server name to expand it.
    Click Application Pools in left pane.
    In Application Pools list, click DefaultAppPool.
    In the Actions pane, in Edit Application Pool section, click Edit Settings to check the Pipeline mode.
    Configuration settings for the HTTP handlers are specified in the system.web/httpHandlers element and the system.webServer/handlers element. of your application Web.config file. The handler specified in system.web/httpHandler is used by Internet Information
    Services (IIS) 6.0 or IIS 7.0 in Classic mode, whereas the handler specified in system.webServer/handlers is used by IIS 7.0 in Integrated mode. To use IIS 7.0 in Integrated mode, you must remove the HTTP handler in system.web/httpHandlers. Otherwise, IIS
    will not run the application, but will display an error message instead.
    For more information about Web.config Settings for ReportViewer, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/ms251661.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • After upgrade from TFS 2010 users cannot view source control

    I recently did a in place of upgrade of TFS 2010 to TFS 2013.   All of my users permissions stayed in tact. The users (contributors) cannot view any of the source control in either in VS 2010 or 2013.  Since I am the administrator I
    see everything and have no issue.   Is there something that did not get brought over in the upgrade?

    Hi Rrenn49, 
    Thanks for your post.
    You upgraded to TFS 2013 Update 4?  There’s no any issue or warning during upgrade process? 
    What’s the detailed message they received when the contributors try to view source control files?
    Please manually check the contributors group’s permissions on your TFS Source Control.
    If you add a new user into your contributors group, this new user can access TFS Source Control correctly?
    If you have any further research of this issue, please share your experience here.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • PDF report viewer Axtivex Control

    Its an Urgent,can any one please suggest about a PDF report viewer Axtivex Control that is compatible with VS2005.That report viewer should be compatible with both 32 bit and 64 bit Windows operating system.And it should be freeware.

    I have problem with Windows Vista Os in 64 bit.The problem is that i have a webbrowser control in Windows application in VS2005 for displaying PDF file.Its working fine in 32 bit operating system.The PDF file is shown within the control.But when i deploy the application in 64 bit Vista operating system,its give an error and the pdf is open in new window.Please can you provide any PDF viewer control that is free and compatible with VS2005,so that pdf should open in that control and is compatible with both 32 bit and 64 bit OS.

  • Requested VI is broken and cannot be viewed or controlled.

    We are currently running a cFP-2120 with cFP-AIO-610.   The unit has worked without any issues and have been able to log into it via the web to setup tests and confirm them.  Recently we have gone to the web address and the webpage opened, but the plugin for LabView states "Requested VI is broken and cannot be viewed or controlled".  I have disabled the IV and we get the same error.  I am able to FTP into the unit and look through the files without any issues.
    Any suggestions to the issue this could be having? Is there a corrupt file?
    Thanks,
    Chip

    Chip,
    Judging from your level of experience with LabVIEW, I highly suggest reloading all of the files onto the cFP.  The error means that the VI you are trying to access is not runnable.  In a Windows environment, I would suggest to simply open the VI and fix where it was broken.  However, since the VIs are stored on the cFP as .rtexe files, they are no longer editable, and therefore you will have to reload the original source files from your developer.  
    I am fairly confident that reloading all the files will fix your problem, but post back if you are still getting the error after transferring everything over via FTP.  
    Sincerely,
    Chris G in AE

  • Crystral reports viewer activex control 11.5 - export to pdf - misaligned

    good morning
    i have been advised to post here for a better response
    i have a slight issue im trying to get an answer for with crystral reports viewer activex control 11.5
    when exporting data from the report on screen to pdf, everything is mostly ok except for some lines which are not correctly aligned with everything else
    when i do a print instead to software such as primopdf, the alignment is fine, its exactly as it looks on the onscreen report, howeverm primopdf is unable to print the whole report due to a control error & it also takes far too long exporting the data out of crystal reports
    obviously, getting the activex control export to pdf working is the preferred option, else why bother using it
    has anyone else had similar issues & what did you do to resolve?
    i wouldnt be suprised if the answer is simply to update to the latest version
    Thank You & Regards,
    Matteo Vinci II GradOIEAust
    SD Innovative Solutions

    Well, perhaps not the latest version, but certainly the latest Service Pack would be the place to start. For CR XI r2 (11.5), the latest SP can be downloaded from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006255422008E/crxir2_sp4_inc.exe
    If that does not help, have a look at [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d3639373635463644364636343635334433393339333832363639373635463733363137303645364637343635373335] kbase.
    Now, the above was created for CR 10.2, so the registry for CR XI r2 is:
    HKLMsoftware usiness objectssuite 11.5crystal reports.
    You may have to create the "Export" folder and PDF folder so that this looks as:
    HKLMsoftware usiness objectssuite 11.5crystal reportsexportpdf
    Now, Right-click the pdf sub key and click New > DWORD Value. Name the DWORD value "ForceLargerFonts" and set it to the value of 1.
    Restart IIS, and try the application again.
    If this does not help, let me know if this is a web or a win app.
    Ludek

  • Change view angle of 3D grid with existing objects

    Hello,
    I am new to the perspective grid in Adobe Illustrator and would really appreciate some help. I have created a simple room interior with a 2 point perspective and a view angle of 45 degree. I would now like to display the same room with a view angle of 60 degree. Is it possible to change the view angle of the 3D with existing objects in it or do I have to re-create the room with a different view angle each time? I can change the numbers in the define perspective setting and the grid changes but the room doesn't seem to change with it. 
    Thanks, Conny

    the perspective grid is just a load of fancy guidelines. it can't affect what you draw after the fact any more than a similar grid drawn on paper could.
    Wrong. The Perspective Grid is essentially an envelope distortion, and it is live. Otherwise, objects wouldn't automatically reshape as you move them on the plane to which they are attached.
    Is it possible to change the view angle of the 3D with existing objects in it or do I have to re-create the room with a different view angle each time?
    Even in pre-CC versions, pressing Shift while moving a perspective plane handle moves the attached objects also. Pressing Alt duplicates the objects as they move with the plane.
    By the way, though, it's not "3D". Couching your question in the terms of 3D will suggest to some you're talking about 3D Effect.
    JET

  • Changing view angle of 3D grid with existing objects

    Hello,
    I am new to the perspective grid and would really appreciate some help. I have created a simple room interior with a 2 point perspective and a view angle of 45 degree. I would now like to display the same room with a view angle of 60 degree. Is it possible to change the view angle of the 3D with existing objects in it or do I have to re-create the room with a different view angle each time? I can change the numbers in the define perspective setting and the grid changes but the room doesn't seem to change with it.  
    Thanks, Conny

    NO. You fundamentally misunderstand. It's a drawing aid like any other guide, not a real 3D space. You need to draw from scratch.
    Mylenium

  • Is there anyway to fix weak view angle in s10-3t

    Is there anyway to fix weak view angle in s10-3t. l mean something like a protective screen that i put it over the screen to see screen from different angels instead of poor angle of view of the screen.

    have you tried to change brightness? it may help.

  • Viewing angle of Macbook

    What is the viewing angle of the new Macbooks?
    Many LCD monitors manufacturers will give how many 'degrees' of viewing angle can their monitors produce. However Apple just don't give that info.

    MacBook and MacBookPro :100 º Vertical and 130 º Horizontal
    Not comparable to Imac 17: Vertical and 170 horizontal or Imac 20 : 170 V 170 h
    G5 x2,3 (PCI -X) - 3,5 GB RAM   Mac OS X (10.4.6)   MacBook Pro(15) 2,16; MacBook 1,83

  • Using lab view to control an Arduino led cube

    Has anyone used lab view to control an Arduino led cube? It seems to me that you could make a pretty awesome project out of the two.

    Hi there, I haven't done it my self but, you may find a tread at the LabVIEW Interface for Arduino Group including links to download the LabVIEW Interface for Arduino Toolkit . I think this will make the task easier. Good luck!
    Alejandro | Academic Program Engineer | National Instruments

Maybe you are looking for

  • ITunes update won't load on windows 7 starter

    I am trying to load the update for iTunes but it isn't working.  I go to Help --> Check for update and I get a message that an update is found.  I click on Install Update and nothing happens.  I've tried rebooting, running iTunes as an administrator

  • Forms2xml

    Hello, I'm trying to convert a legacy forms application over to APEX. This seems pretty straightforward with all the documentation I've found online however they all start with 'run the Forms2XML utility'. I am having troubles finding this short of d

  • I can't sign in to my iTunes Store account

    Help

  • Photo EXIF Data Stripped When Sync'd BACK to iPhone via iTunes

    I'm not sure whether this belongs here or in the iPhone forum, but since it looks like an iTunes problem, I thought you all might have an idea. Here's the problem: 1. Take Picture with iPhone (3GS, if it matters) in portrait orientation. 2. Import Pi

  • Why does my artwork print slightly larger than actual size? - MacOS 10.9.2

    I have an issue which I have no answer.  Every time I print an artwork for product mockup, say a 3x5 card, it prints slightly larger than a 3x5 card.  I have to manually scale my artwork down to 98.5 in the print dialog to get as close as possible to