[help] Small Problem With World Clock

See below. The minutes should match each other - I couldn't solve the problem maybe its the calculation of the _MOffset variable...

post-8054-1095028101_thumb.png

kap.gif
kap.gif

#213377

Yeah, this wasnt intended to be an uber-accurate clock. Was actually the proof-of-concept for the vb.net script engine. And youre right about the offset, its being rounded, hence that result.

#214071

Thanks, Andrew. I'm really thrilled that you can now use vb.net (in addition to vbScript) as a widget language. Does this mean that other .Net lingo is available too? Like, say C# or Delphi.Net? What about IL?

#214158

Jscript.NET and VB.NET are supported. Unfortunately I dont have access to those other .NET languages to write the engines for them. The C# engine has been in development for a while, but its difficult because C# is strongly typed, which makes making it a scripting language difficult.

Keep an eye on the site though, Im always working on new things.

#214230

Jscript.NET and VB.NET are supported. Unfortunately I dont have access to those other .NET languages to write the engines for them. The C# engine has been in development for a while, but its difficult because C# is strongly typed, which makes making it a scripting language difficult.

Keep an eye on the site though, Im always working on new things.

#214231