Re: [opendx-dev] Re: [opendx-users] What tool or software can help me to generate moviefile from OpenDX animation?

2003-02-24 Thread Lloyd A Treinish
Well, those ideas had been discussed long ago. As with image manipulation, the question of where do you draw the line for open-ended requirements, avoiding reinventing the wheel, and platform dependency must be considered. It seems to me to be easiest to do this external to DX given these

[opendx-dev] dx/src/uipp/dxui OpenFileCommand.h MacroDefinition.C Makefile.am

2003-02-24 Thread Martin Tignor
Update of /src/master/dx/src/uipp/dxui In directory opendx.watson.ibm.com:/tmp/cvs-serv11530/dxui Modified Files: MacroDefinition.C Makefile.am Added Files: OpenFileCommand.h Log Message: - checked in many files that comprise 2 significant changes: 1) file history menu 2) tool

[opendx-dev] dx/src/uipp/base Notebook.C Notebook.h TreeNode.h TreeView.C TreeView.h bottom_shadow60.bm minus.bm plus.bm top_shadow60.bm top_shadow_pc60.bm Application.C IBMApplication.C IBMApplicatio

2003-02-24 Thread Martin Tignor
Update of /src/master/dx/src/uipp/base In directory opendx.watson.ibm.com:/tmp/cvs-serv11530/base Modified Files: Application.C IBMApplication.C IBMApplication.h MainWindow.C Makefile.am Strings.C TextSelector.C TextSelector.h Added Files: Notebook.C Notebook.h

[opendx-dev] dx/src/uipp/dxuilib ResourceManager.C ResourceManager.h DXAnchorWindow.C DXAnchorWindow.h DXApplication.C DXApplication.h DXWDefaultResources.h DXWindow.C DXWindow.h EWDefaultResources.h

2003-02-24 Thread Martin Tignor
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv11530/dxuilib Modified Files: DXAnchorWindow.C DXAnchorWindow.h DXApplication.C DXApplication.h DXWDefaultResources.h DXWindow.C DXWindow.h EWDefaultResources.h EditorToolSelector.C

[opendx-dev] dx/src/uipp/dxuilib ToolSelector.C ToolSelector.h

2003-02-24 Thread Martin Tignor
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv13612 Modified Files: ToolSelector.C ToolSelector.h Log Message: add back the help callback on the tool selector

[opendx-dev] dx/src/uipp/base TreeView.C TreeView.h

2003-02-24 Thread Martin Tignor
Update of /src/master/dx/src/uipp/base In directory opendx.watson.ibm.com:/tmp/cvs-serv14988 Modified Files: TreeView.C TreeView.h Log Message: change ints to unsigned

[opendx-dev] dx/src/uipp/dxuilib ToolSelector.C

2003-02-24 Thread Martin Tignor
Update of /src/master/dx/src/uipp/dxuilib In directory opendx.watson.ibm.com:/tmp/cvs-serv14992 Modified Files: ToolSelector.C Log Message: Fix problem with help callback

Re: [opendx-dev] new tool selector

2003-02-24 Thread Rob Lahaye
Martin S. Tignor wrote: Hello, I've checked new code into the main branch that reimplements the tool selector. In the process I've broken keyboard focus. Whenever the scrollbars around the vpe canvas appear, focus goes to them so other things that need keyboard input don't work. I'm

Re: [opendx-dev] new tool selector

2003-02-24 Thread Rob Lahaye
Martin S. Tignor wrote: Hello, I've checked new code into the main branch that reimplements the tool selector. In the process I've broken keyboard focus. Whenever the scrollbars around the vpe canvas appear, focus goes to them so other things that need keyboard input don't work. I'm

Re: [opendx-dev] new tool selector

2003-02-24 Thread Rob Lahaye
Martin S. Tignor wrote: Hello, I've checked new code into the main branch that reimplements the tool selector. In the process I've broken keyboard focus. Whenever the scrollbars around the vpe canvas appear, focus goes to them so other things that need keyboard input don't work. I'm

Re: [opendx-dev] new tool selector

2003-02-24 Thread Rob Lahaye
Martin S. Tignor wrote: On Mon, 2003-02-24 at 18:34, Rob Lahaye wrote: I had to move the following functions from protected to public in ToolSelector.h, in order to avoid errors during the make: virtual void componentHelp() { this-help(); } virtual void toolSelect(Symbol s);

[opendx-dev] dx/src/uipp/mb MBMainWindow.C

2003-02-24 Thread davidt
Update of /src/master/dx/src/uipp/mb In directory opendx.watson.ibm.com:/tmp/cvs-serv15692 Modified Files: Tag: libtool MBMainWindow.C Log Message: Update module builder to use the getTmpDirectory function instead of hardcoding the tmp dir. Should fix a problem with Windows side.