[GiDlist] Custom HTML

Moderator: GiD Team

Post Reply
Mark Smith

[GiDlist] Custom HTML

Post by Mark Smith »

OS win98 GiD 6.3.0
Hi Gidteam,
1) Do you have any plans for the html browser plugin to support animated
gifs ? It doesn't show them at this moment.
2) I produce a results file with a sequence of displacements of a point at
known time intervals i.e.


Result "Displacements" "movement" 1 Vector OnNodes
Values
224 2.2830e-004 8.7118e-007 1.2855e+000
end values
Result "Displacements" "movement" 2 Vector OnNodes
Values
224 1.1230e-003 3.9503e-006 2.6389e+000
end values

etc......................

Is there a method of associating a time value at each step so that
Utilities:graphics:comments displays the time rather than just the step
number during an animation?

Thanks in advance
Mark


--------------------------------------------------------------------------
Linx Printing Technologies plc
+44 (0)1480302100
http://www.linx.co.uk/
This e-mail may contain privileged/confidential information and may be
read, copied and used only by the intended recipient. If you have received
it in error, please contact the sender by return e-mail or by
telephoning +44 (0)1480 302100.
Please then delete the e-mail and do not disclose its contents to any
person.

Any information in this message that does not relate to the official
business of Linx shall be understood as neither given nor endorsed by Linx.
We reserve the right to monitor all e-mail communications through our
internal and external networks.
--------------------------------------------------------------------------
Miguel A. de Riera Pasenau

[GiDlist] Custom HTML

Post by Miguel A. de Riera Pasenau »

1) the html browser uses Tk's gif image widget, and
until now we didn't thought showing animated gifs in gid's html help.
It is an interesting option, we can include it in the plan
for the next version of gid.

2)
To show the time value, just write it on the results header,
instead of the step number, in your case:

Result "Displacements" "movement" 0.5 Vector OnNodes
# note the time step value -------^^^
Values
224 2.2830e-004 8.7118e-007 1.2855e+000
end values

Result "Displacements" "movement" 1.0 Vector OnNodes
# note the time step value -------^^^
Values
224 1.1230e-003 3.9503e-006 2.6389e+000
end values

Result "Displacements" "movement" 1.5 Vector OnNodes
# note the time step value -------^^^
Values
224 1.1230e-003 3.9503e-006 2.6389e+000
end values

Result "Displacements" "movement" 2.0 Vector OnNodes
# note the time step value -------^^^
Values
224 1.1230e-003 3.9503e-006 2.6389e+000
end values

for time steps 0.5, 1.0, 1.5 and 2.0.



Mark Smith wrote:

OS win98 GiD 6.3.0
Hi Gidteam,
1) Do you have any plans for the html browser plugin to support animated
gifs ? It doesn't show them at this moment.
2) I produce a results file with a sequence of displacements of a point at
known time intervals i.e.

Result "Displacements" "movement" 1 Vector OnNodes
Values
224 2.2830e-004 8.7118e-007 1.2855e+000
end values
Result "Displacements" "movement" 2 Vector OnNodes
Values
224 1.1230e-003 3.9503e-006 2.6389e+000
end values

etc......................

Is there a method of associating a time value at each step so that
Utilities:graphics:comments displays the time rather than just the step
number during an animation?

Thanks in advance
Mark

--------------------------------------------------------------------------
Linx Printing Technologies plc
+44 (0)1480302100
http://www.linx.co.uk/
This e-mail may contain privileged/confidential information and may be
read, copied and used only by the intended recipient. If you have received
it in error, please contact the sender by return e-mail or by
telephoning +44 (0)1480 302100.
Please then delete the e-mail and do not disclose its contents to any
person.

Any information in this message that does not relate to the official
business of Linx shall be understood as neither given nor endorsed by Linx.
We reserve the right to monitor all e-mail communications through our
internal and external networks.
--------------------------------------------------------------------------

_______________________________________________
GiDlist mailing list
GiDlist at gid.cimne.upc.es
http://gid.cimne.upc.es/mailman/listinfo/gidlist

--
--------------------------------------------------------------------------------
Miguel A. de Riera Pasenau miguel at cimne.upc.es http://gid.cimne.upc.es
Post Reply