POV-Ray : Newsgroups : povray.programming : a better idea for message pane Server Time
26 Apr 2024 01:48:15 EDT (-0400)
  a better idea for message pane (Message 1 to 1 of 1)  
From: alphaQuad
Subject: a better idea for message pane
Date: 25 Jan 2008 13:25:00
Message: <web.479a286196b88ae45e4d9750@news.povray.org>
pvengine.cpp

LRESULT CALLBACK PovMessageWndProc ()

if (draggin > 3 x or y)

if (abs (mbdownPoint.x - pt.x) > 3 || abs (mbdownPoint.y - pt.y) > 3)
         {
           hh_aklink.pszKeywords = "text streams" ;
           dump_pane_to_clipboard();
           MessageBox (hwnd,
                       "Contents of this message pane has been copied to the
clipboard\n\n"
                       "Press F1 to learn to direct the POV-Ray text output
streams to file",
                       "Text Selection Not Supported In This Window", //titlebar
                       MB_OK | MB_ICONINFORMATION | MB_HELP) ;
         }

saving an annoying second step


and CopY to Clipboard:dump_pane_to_clipboard();
should be in the right click menu; that have not isolated, yet.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.