User Andreas - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T13:05:28Z http://stackoverflow.com/feeds/user/33963 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1182070/glscene-camera-question 2 GLScene camera question Andreas 2009-07-25T13:08:23Z 2009-07-27T07:01:41Z <p>I have a <strong>GLScene object</strong> of varying, but known size. It is completely surrounded by a TGLDummyCube.</p> <p>I want to position the GLCamera (CameraStyle: <em>glPerspective</em>) so that the object is <strong>completely visible</strong> on screen. I got this running basically - the object is visible, but the distance is sometimes too far, or the object is larger than the screen and clipped.</p> <p>How can I do that? I suppose that this can be done by a clever combination of camera distance and focal length, but I have not been successful so far. This seems to be different in GLScene compared to OpenGL.</p> <p>PS: I'm using GLScene and Delphi 2007. </p> <p>Thanks for your help!</p> http://stackoverflow.com/questions/464668/exception-logger-best-practices 4 Exception Logger: Best Practices Andreas 2009-01-21T10:06:13Z 2009-01-21T14:24:04Z <p>I have just started using an exception logger (EurekaLog) in my (Delphi) application. Now my application sends me lots of error messages via e-mail every day. Here's what I found out so far</p> <ul> <li>lots of duplicate errors</li> <li>multiple mails from the same PC</li> </ul> <p>While this is highly valuable input to improve my application, I am slightly overwhelmed by the sheer amount of information I'm getting.</p> <p>What are your best practices for handling mails from your application?</p> http://stackoverflow.com/questions/304550/spin-control-in-delphi 1 Spin Control in Delphi Andreas 2008-11-20T07:23:29Z 2009-01-18T23:31:44Z <p>I want to use a "spin button control" (also known as an up-down control) in my Delphi Win 32 application (I'm using Delphi 2007). </p> <p>The aim is to have a control that looks like in Microsoft Office:</p> <p></p> <p>I found this on the Microsoft website: <a href="http://msdn.microsoft.com/de-de/library/sfac27cz(VS.80).aspx" rel="nofollow">CSpinButtonCtrl Class</a></p> <p>But I haven't so far found a control that uses this class - here's where I've been searching:</p> <ul> <li>The SpinEdit control in Delphi looks well... not so good, and doesn't seem to use the official Microsoft control</li> <li>The JVCL classes have their own implementation</li> <li>A Google search did not return any results (except some home-brew up/down controls)</li> <li>I couldn't find something in the Jedi API as well</li> </ul> <p>Can somebody please point me to where I can find a Delphi implementation of the common spin control from Microsoft, or how I can do that myself?</p> http://stackoverflow.com/questions/346492/why-werent-you-at-coderage-iii/348925#348925 3 Answer by Andreas for Why Weren't You at CodeRage III? Andreas 2008-12-08T08:37:06Z 2008-12-08T08:37:06Z <p>I found it very tedious to sign up for sessions (too many checkboxes) so I decided to watch the replays later on and not "attend" CodeRage.</p> http://stackoverflow.com/questions/252226/signing-a-windows-exe-file/323705#323705 4 Answer by Andreas for Signing a Windows exe file Andreas 2008-11-27T13:03:40Z 2008-11-27T13:10:52Z <p>You can get a cheap code-signing certificate through <a href="https://author.tucows.com/" rel="nofollow">https://author.tucows.com/</a></p> <ul> <li>Comodo Code Signing Certificate - 1 yr.: $75 </li> <li>Comodo Code Signing Certificate - 2 yr.: $140 </li> <li>Comodo Code Signing Certificate - 3 yr.: $195</li> </ul> <p>Also, the ASP's magazine ASPects has a detailed description on how to sign code (You can to be a member to read the article). You can download it through <a href="http://www.asp-shareware.org/" rel="nofollow">http://www.asp-shareware.org/</a></p> <p>Here's link to a description how you can <a href="http://www.pantaray.com/signcode.html" rel="nofollow">make your own test certificate</a>.</p> <p><a href="http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/12/21/code-signing-it-s-cheaper-and-easier-than-you-thought.aspx" rel="nofollow">This</a> might also be interesting.</p> http://stackoverflow.com/questions/204463/what-is-special-about-a-code-signing-certificate/323683#323683 1 Answer by Andreas for What is special about a code signing certificate? Andreas 2008-11-27T12:54:04Z 2008-11-27T12:54:04Z <p>See here: <a href="http://stackoverflow.com/questions/78869/java-code-signing-certificatessame-as-ssl-certificate">http://stackoverflow.com/questions/78869/java-code-signing-certificatessame-as-ssl-certificate</a></p> http://stackoverflow.com/questions/304550/spin-control-in-delphi/323657#323657 0 Answer by Andreas for Spin Control in Delphi Andreas 2008-11-27T12:46:17Z 2008-11-27T12:46:17Z <p>Thank you - there is obviously no special control in Windows that offers the feature I was looking for. </p> http://stackoverflow.com/questions/303515/should-gexperts-functionality-be-incorporated-into-delphi/308057#308057 1 Answer by Andreas for Should GExperts Functionality be Incorporated into Delphi? Andreas 2008-11-21T06:36:50Z 2008-11-21T06:36:50Z <p>I vote for procedure window (CTRL+G) and copy component to source code</p> http://stackoverflow.com/questions/1182070/glscene-camera-question/1182427#1182427 Comment by Andreas on GLScene camera question Andreas 2009-07-27T05:51:34Z 2009-07-27T05:51:34Z Thanks for the tip - I've been playing with SceneScale as well, using it in my OnMouseWheel event handler. Do I understand correctly that you set those dummycubes up during development, and the fit the cube accordingly at run-time? Sounds like a clever trick. Change the object, not the camera. http://stackoverflow.com/questions/1182070/glscene-camera-question Comment by Andreas on GLScene camera question Andreas 2009-07-27T05:47:58Z 2009-07-27T05:47:58Z Thanks Argalatyr, but I'm not sure about the GLCamera object - is that just an encapsulation of a standard OpenGL camera, or does it add additional features? http://stackoverflow.com/questions/84556/whats-your-favorite-programmer-cartoon/94711#94711 Comment by Andreas on What's your favorite "programmer" cartoon? Andreas 2009-01-22T13:08:34Z 2009-01-22T13:08:34Z I like the reference to Cryptonomicon...