POV-Ray : Newsgroups : povray.off-topic : The marvels of Win32 : Re: Tag lists Server Time
28 Sep 2024 21:22:24 EDT (-0400)
  Re: Tag lists  
From: SharkD
Date: 13 Oct 2009 21:57:40
Message: <4ad53014$1@news.povray.org>
On 10/13/2009 12:14 PM, Darren New wrote:
> Better would be something like
> x = new Window();
> x.title = "Hello there";
> x.background_color = red;
> ....
> x.show();
>
> Of course, that works best if your language is meta enough that you can
> put strings like "title\thello\nbackground_color\tred\n" into a file and
> read the file at runtime and generate those calls/assignments without a
> whole lot of effort. (And the assignments would translate to method
> calls, of course, in the overloaded-operator sense.)

Sounds like you would like HTML Applications (HTA).

http://msdn.microsoft.com/en-us/library/ms536496(VS.85).aspx

Now obsolete in favor of PowerShell.

-Mike


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.