Re: [opendx-dev] patch for the "loader.c" file

2003-08-14 Thread Ireneusz SZCZESNIAK
Hi David, As soon as I can I will send you detailed instructions. Recently we switched to libtool, and I still need to play with it so that it does what we want. I will get back to you. Best, Irek On Thu, 14 Aug 2003, David Thompson wrote: > Irek, > > Could you give me the instructions on c

[opendx-dev] dx/src/exec/dxmods dx.cdf dxmdf.src userTmp.c

2003-08-14 Thread davidt
Update of /src/master/dx/src/exec/dxmods In directory opendx.watson.ibm.com:/tmp/cvs-serv29922/dxmods Modified Files: dx.cdf dxmdf.src userTmp.c Log Message: Change the list of fonts to exclude the commercial fonts.

Re: [opendx-dev] where and how do dx interactor modules bind with the GUI widgets?

2003-08-14 Thread Gregory D Abram
A *very* involved question. Its way complex and not really all that clear in my mind. Basically, each interactor corresponds to a instance of a subclass of the Node object in the OpenDX ui.(There's no meaningful separation between the contents of uipp/dxui and uipp/dxuilib - there were to

Re: [opendx-dev] patch for the "loader.c" file

2003-08-14 Thread David Thompson
Irek, Could you give me the instructions on compiling a module then (the specific command line flags you need to accomplish it) as well as any flags you had to change to compile the exec and I will document them in the loader code and update anything that needs to be done in autoconf. Then I'

[opendx-dev] where and how do dx interactor modules bind with the GUI widgets?

2003-08-14 Thread Jack Chang
Hi, I would be grateful if someone can tell me where and how do dx interactor modules such as Interger/Scalar/Value bind with their corresponding GUI widgets. I have been trying to figure out the relationship between various module components defined in /src/exec/dxmods --- sort of standard dx