hi,

awesome freeware gui component written by Alexander Veretennikov
russian doc only but syntax is "almost" explicit and samples
very clear
link: http://cs.usu.edu.ru/home/abv/WSO/Download.aspx?m=1

Re: the ultimate gui component for js/vbs by mr_unreliable

mr_unreliable
Mon Jul 07 11:33:57 CDT 2008

omen999 wrote:
> awesome freeware gui component written by Alexander Veretennikov
> russian doc only but syntax is "almost" explicit and samples
> very clear
> link: http://cs.usu.edu.ru/home/abv/WSO/Download.aspx?m=1

I agree. WSO is a very impressive and very complete gui
for scripting, and Alexander Borisovich Veretennikov can
justifiably be proud of his accomplishment.

Granted, unless you can read Russian, the documentation
is useless. However, if you understand the "guts" of windows
coding (vb and api), and go through the examples carefully,
then you can most likely understand what is going on in
Alexander's code. Fortunately, Alexander is using the
familiar English names for the api's and constants he
is using.

And, how in the world did you ever discover this thing?
It is tucked away in a very obscure website. The only
thing in English is the disclaimer. And, there is nothing
in French...

cheers, jw

Re: the ultimate gui component for js/vbs by omen999

omen999
Mon Jul 07 12:24:36 CDT 2008

>Granted, unless you can read Russian, the documentation
>is useless.

I asked him if he wrote an english doc
his answer: "May be this translation will appear in future"...

> And, how in the world did you ever discover this thing?
> It is tucked away in a very obscure website. =A0The only
> thing in English is the disclaimer. =A0And, there is nothing
> in French...

hmm, I'm not shy and I like to compare skill of everyone
here, you can get some interesting threads about dynawrap
like this one:
http://forum.script-coding.info/viewtopic.php?id=3D1419

Also I wrote the french translation for two softwares:
a gui designer very useful : http://mrhx.ucoz.com
an open source scripting language: http://www.gentee.com


Re: the ultimate gui component for js/vbs by mr_unreliable

mr_unreliable
Tue Jul 08 11:58:50 CDT 2008

omen999 wrote:
> Also I wrote the french translation for two softwares:
> a gui designer very useful : http://mrhx.ucoz.com
> an open source scripting language: http://www.gentee.com
>
If you are interested in a scripting language with a very
pronounced French flavor, take a look at FBSL (the "Freestyle
Basic Scripting Language"), or maybe it should be called
the FRENCH Basic Scripting Language, by Gerome GUILLEMIN:

http://www.fbsl.net/pmwiki/index.php?n=Main.MainPage

Gerome is nice enough to publish his work in (mostly)
English, but about half of his examples have comments in
French, and the FBSL tutorial is written entirely
in French:

http://gedd123.free.fr/Fbsl/Tutoriel.pdf

Although, the FBSL help file is in English.

The FBSL forums (conducted in English) can be
found here:

http://www.fbsl.net/phpbb2/index.php

cheers, jw