Menu

NaviCube + UNcube

Help
Sergio
2015-11-15
2020-03-23
  • Sergio

    Sergio - 2015-11-15

    Please help me with the following:
    The attached file is the code NaviCube where I included the Tradiogroup RGpanning with two alternatives:
    a) Stopped : if selected I can simply rotate the scene and zooming without using the unCube object capabilities.
    b) Panning: if selected It works (almost) like the original NaviCube but also with a (bad / blur) zoom and rotation
    My doubt is the following:
    I run the program “Stopped” is selected as default. It works as expected.
    Then I click Panning and if you wait a little bit it works as NaviCube demo.
    My problem is that when I try to click again the Stopped that one is not selected (like RGgroup button becoming inactive after the previous operation).
    What should I modify to correct this? Any other improvement is also welcome.
    Thanks in advance

     
  • Sergio

    Sergio - 2015-11-15

    The attachment is now attached

     
  • Sergio

    Sergio - 2015-11-21

    Any help on this ?

     
  • Jerome.D (BeanzMaster)

    Hi, i haven't got many time but try in the GLSceneViewer OnMouseDown event to regive the Focus like YourGLSceneViewer.setfocus and after Notify the change in your RGGroup throw NCube

     
  • Sergio

    Sergio - 2015-12-01

    After some modifications I could get the result I was looking for.in the above post

     
    • Hai Nguyen

      Hai Nguyen - 2020-03-23

      Dear Sergio,
      You can use the event: MouseLeave and MouseMove to handle
      procedure TMainFrm.GLSViewerMouseLeave(Sender: TObject); begin Cadencer.Enabled:=False; end;

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.