>> Hi,
>>
>> 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!!!!

 The following warming
>> messages are been reported me:
>>
>> *Bad comment found in life   /directory/file.net (line1)
>> *Bad comment found in life   /directory/file.cfg (line1)
>> *Unrecognized 'panel' comment  /directory/file.cfg (line1)
>> *Unrecognized  comment at line 1   /directory/file.cfg
>>
>> It seems that something has been writed in line  1 of files dx end cfg
>> when
>> I run my application. I think that for this reason, the image displayed
>> by
>> the 'Image Module' cannot be modified by the direct-interaction in the
>> window    (resizing, pan/zoom, rotation, navigation).
>>
>> How can I solve this problem my friends?
>>
>> Thanks ,
>>
>> Marcelo Mariano   IEN-Brazil
>>
>> The only thing I can think of is to be sure you hit Enter or Return
>>> after typing the string in String interactor. This is a gotcha: if
>>> you don't hit Enter, you see the string but it is actually not being
>>> passed down the line. You can test this with a Print after Format to
>>> see if you get what you entered after you start executing or
>>> sequencing.
>>>
>>> Otherwise, this doesn't make any sense as the cause of the Image
>>> issue and I do this kind of thing all the time for animation.
>>>
>>>
>>> On Aug 27, 2005, at 2:58 PM, <[EMAIL PROTECTED]>
>>> <[EMAIL PROTECTED]> wrote:
>>>
>>>>>
>>>>> Hi,
>>>>>
>>>>> 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!!!!
>>>>
>>>>
>>>> Marcelo Mariano
>>>>
>>>> IEN- Brasil
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>> ____________________________
>>> Chris Pelkie
>>> Vice President      (607) 257-8335
>>> Conceptual Reality Presentations, Inc.
>>> 30 West Meadow Drive
>>> Ithaca, NY 14850
>>>
>>>
>>>
>>>
>>>
>>
>

Reply via email to