| | Re: New Confed Fleet Animation
|
|
Eduardo Vazquez had a text file in with his datsville stuff saying that he had used Video Mach so I decided to try it out. I got a 30 day eval copy of 2.5.0 and it was really simple to setup and use : ) -Xanthra47 blessing <blessing@icefog.net> (...) (23 years ago, 20-Aug-01, to lugnet.cad, lugnet.space)
|
|
| | Re: New Confed Fleet Animation
|
|
Rick Hallman <legodude725@removeaol.com> wrote in message news:GIDIx0.3yM@lugnet.com... (...) I rendered the frames at 512x384 and Windows Media Player seems to play it at that res on my system. Are you shrinking it down somehow in your mpeg player (...) (23 years ago, 20-Aug-01, to lugnet.cad, lugnet.space)
|
|
| | Re: Renderings of Datsville inprogress
|
|
Here is the first 5 seconds of the 45 seconds video of the model town01.dat of datsville remember that is only a 5 second animation (URL) read the Readme1st file and tell me what u think of it if I need to add or remove something and tell me what (...) (23 years ago, 20-Aug-01, to lugnet.cad)
|
|
| | Re: Delphi and decimal signs.
|
|
(...) screen (...) to (...) your (...) I would attack the problem thusly: Upon application startup, record the locale-specific decimal separator variable into a global variable named UIDecimalSeparator. Create wrappers for FloatToStr and StrToFloat (...) (23 years ago, 20-Aug-01, to lugnet.cad.dev)
|
|
| | Re: Technic Link vs Technic Rod
|
|
(...) I agree. Also the newly created part 32293 should be renamed "Technic Rod 9 L" Marc Klein A Mindstorms fan. (23 years ago, 20-Aug-01, to lugnet.cad.dev)
|
|
| | Re: Delphi and decimal signs.
|
|
"Tore Eriksson" <tore.eriksson@mbox3...wipnet.se> skrev i meddelandet news:3B8154F2.D99058...pnet.se... (...) national settings? The problem is that numerical constants in the code must always adhere to the English notation (decimal point). (...) (23 years ago, 20-Aug-01, to lugnet.cad.dev)
|
|
| | Re: Delphi and decimal signs.
|
|
Careful manipulation? All I need to do is add the line DecimalSeparator := '.'; to FormCreate and all my problems are gone! Gary, you are a hero! I'll check out ThousandSeparator later. Thanks again! /Tore (...) (23 years ago, 20-Aug-01, to lugnet.cad.dev)
|
|
| | Re: Delphi and decimal signs.
|
|
(...) With careful manipulation of the DecimalSeparator and ThousandSeparator global variables, one could write a Delphi app that reads/writes periods (full stop symbols) from/to DAT files, but displays the locale-specific symbols to the user and (...) (23 years ago, 20-Aug-01, to lugnet.cad.dev)
|
|
| | Re: Delphi and decimal signs.
|
|
Aah, that explains a lot. Thank you for your quick reply! /Tore (...) (23 years ago, 20-Aug-01, to lugnet.cad.dev)
|
|
| | Re: Delphi and decimal signs.
|
|
(...) national settings? f := 3.14; // correct f := 3,14; // error f := StrToFloat('3.14'); // correct f := StrToFloat('3,14'); // error s := FloatToStr(3.14); // s is assigned '3.14' -Gary (23 years ago, 20-Aug-01, to lugnet.cad.dev)
|