[opendx-users] OpenDx application problem - new message to people

2005-09-28 Thread marcelomarianos
I have tried to send you th files but I think this is impossible in this list.Please, if someone is interested in receive the files applications, send me an email in my personal email [EMAIL PROTECTED] .The description of the problem application is done below:

Hi,


If you have some minutes, could you help me to solve this mystery?

 Something strange have been happening with my DX application.
 The image displayed by the 'Image Module' cannot be modified by the
direct-interaction in the window ( resizing, pan/zoom, rotation,
navigation).


  My annimation files are invoked( or loaded) in the Format Module
 through a concatenation of a string( from a String Module) and a integer
(from Sequencer Module), using the line:

 %s/file.%02d.dx

 The path of directories was wrote in the String Module.

 When I use this way (concatenation) to create the annimation, the
direct-interation in window doesn't work.

 If I write directly the path of files in the 'template' of the
 Format Module
 using the line

 name_of_directory/file.%02d.dx

 the direct-inteation works!!

 Somebody Knows why it is happening?? Please
I have just tried to sending you two pair ( .net and .cfg) of files but I think this is impossible in this list. The first one is called VISUAL_2D.net(and .cfg) and the second one
VISUAL_2D_NS_teste.net(and .cgf) In the former the annimation files are
invoked directly in the template of the Format Module, and in this
application the direct interaction window ( zoom/pan-zoom...) works. In
the other application ( VISUAL_2D_NS_teste) I tried use a concatenation of
String Module, and, although the annimation works, the interaction window
does not.

The file HOTCAV.zip contain(or carry) the annimation files. It will be
necessary to rewrite the paths on the template or String Module to run the
applications.

I will be glad if you help me to undestand why is happening.
I am a graduate student tring use the OpenDx to improve my physics thesis.
Thanks in advance for your help.

Send me an personal email and I send you the files (refered above)  for analysis.
 Thank you very much!!

--
Marcelo Mariano da Silva
Programa de Pós-Graduação em Ciência e Tecnologia Nucleares

Instituto de Engenharia Nuclear - IEN
Via 5 s/n - Cidade Universitária - Ilha do Fundão - Rio de Janeiro - RJ -
Brasil - Tel.: (021) 2209-8080 / Fax: (021) 2590-2692

Comissão Nacional de Energia Nuclear - CNEN






Re: [opendx-users] startup weirdness

2005-09-28 Thread Thomas Geenen
i compiled dx myself.
Open Visualization Data Explorer Executive, version 04.3.2000 (15:19:36, Sep 
19 2005)
Open Visualization Data Explorer User Interface, version 04.03.0002 (15:20:04, 
Sep 19 2005)
Open Visualization Data Explorer Script, 04.3.2000
I run 2.6.12-gentoo-r6 (gentoo) x86_64
compiled with 
gcc (GCC) 3.4.3 20041125
./configure --enable-smp-linux CFLAGS=-march=k8 CXXFLAGS=-march=k8 
FFLAGS=-march=k8


On Tuesday 27 September 2005 17:36, David Thompson wrote:
 Need more info. Is this a binary you downloaded or one you built?
 What OS? Which version?

 Dear opendx users,
 
 I got an issue with starting opendx
 first the good news. opendx is running fine when started with dx
 however when i try to open my program with dx -edit or dx -program
 the program hangs i ran with strace to see where thing go wrong and it
  seems to be during startup of the server.
 
 read(6, Starting DX executive\n, 8192) = 22
 write(3, B\0\7\0\336\0\240\2\21\0\240\2\0\0\0\0\230\2\0\0\0\0\1..., 212)
  = 212
 read(3, \34\356\237\t\321\0\240\2\371\0\0\0Vj,\5\0\0\240\2\250..., 32) =
  32 read(3, 0x7f83c440, 32) = -1 EAGAIN (Resource
  temporarily unavailable)
 select(4, [3], NULL, NULL, NULL)= 1 (in [3])
 read(3, \1\1\266\t\0\0\0\0\321\0\240\2\0\0\0\0\0\0\0\0\33\0\0\0..., 32)
  = 32 select(9, [6 8], NULL, NULL, NULL
 
 and that's it  nothing else happens.
 The strange thing is that i can load a .net file stop and start the server
 with no problems when i started with dx - Edit Visual Program.
 
 i deleted my .dx-ad and reinstalled dx and dx-samples as user to exclude
  any permission issues.
 any ideas?
 
 cheers
 Thomas Geenen


Re: [opendx-users] startup weirdness

2005-09-28 Thread David Thompson

Sorry,

But I will not be able to help. No experience with that system.

David


i compiled dx myself.
Open Visualization Data Explorer Executive, version 04.3.2000 (15:19:36, Sep
19 2005)
Open Visualization Data Explorer User Interface, version 04.03.0002 (15:20:04,
Sep 19 2005)
Open Visualization Data Explorer Script, 04.3.2000
I run 2.6.12-gentoo-r6 (gentoo) x86_64
compiled with
gcc (GCC) 3.4.3 20041125
./configure --enable-smp-linux CFLAGS=-march=k8 CXXFLAGS=-march=k8
FFLAGS=-march=k8


On Tuesday 27 September 2005 17:36, David Thompson wrote:

 Need more info. Is this a binary you downloaded or one you built?
 What OS? Which version?

 Dear opendx users,
 
 I got an issue with starting opendx
 first the good news. opendx is running fine when started with dx
 however when i try to open my program with dx -edit or dx -program
 the program hangs i ran with strace to see where thing go wrong and it
  seems to be during startup of the server.
 
 read(6, Starting DX executive\n, 8192) = 22
 write(3, B\0\7\0\336\0\240\2\21\0\240\2\0\0\0\0\230\2\0\0\0\0\1..., 212)
  = 212
 read(3, \34\356\237\t\321\0\240\2\371\0\0\0Vj,\5\0\0\240\2\250..., 32) =
  32 read(3, 0x7f83c440, 32) = -1 EAGAIN (Resource
  temporarily unavailable)
 select(4, [3], NULL, NULL, NULL)= 1 (in [3])
 read(3, \1\1\266\t\0\0\0\0\321\0\240\2\0\0\0\0\0\0\0\0\33\0\0\0..., 32)
  = 32 select(9, [6 8], NULL, NULL, NULL
 
 and that's it  nothing else happens.
 The strange thing is that i can load a .net file stop and start the server
 with no problems when i started with dx - Edit Visual Program.
 
 i deleted my .dx-ad and reinstalled dx and dx-samples as user to exclude
  any permission issues.
 any ideas?
 
 cheers
 Thomas Geenen



--
.
David L. Thompson   Visualization and Imagery Solutions, Inc.
mailto:[EMAIL PROTECTED]5515 Skyway Drive, Missoula, MT 59804
Phone : (406)756-7472