ALS v.0.3 Re: New file uploaded to AutoItList
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Hotfix #2:
Line #239
drawLS($hGraphic, $hPen)
must be updated to
if IsArray($Stack_s_0) then drawLS($hGraphic, $hPen)
Line #438
if IsControl("Button3", $Msg[3], $Msg[4]) then $VBarSelected = 1
must be updated to
if IsControl("Button5", $Msg[3], $Msg[4]) then $VBarSelected = 1
You can move vertical bar to resize Edit and Picture.
Enjoy,
Valery
--- In [email protected], "valery_vi" <shehrer1@...> wrote:
>
> Hotfix #1:
> Line #164
> ResetLSNames($Source)
>
> must be updated to
>
> ResetLSNames($IniFile)
>
> Valery
>
> --- In [email protected], "valery_vi" <shehrer1@> wrote:
> >
> > There is a new photo of ALS v 0.3 in Photos/Views of this group,
> too.
> >
> > Enjoy,
> > Valery
> >
> > --- In [email protected], "valery_vi" <shehrer1@> wrote:
> > >
> > > Hi,
> > >
> > > This script (ALS v.0.3) is Auto Lindenmayer System viewer with
> > > examples taken from book:
> > >
> > > "The Algorithmic Beauty of Plants"
> > > by P.Prusinkiewich, A.Lindenmayer
> > >
> > > Home page:
> > > http://algorithmicbotany.org/
> > >
> > > Enjoy,
> > > Valery
> > >
> > > --- In [email protected], [email protected]
> wrote:
> > > >
> > > >
> > > > Hello,
> > > >
> > > > This email message is a notification to let you know that
> > > > a file has been uploaded to the Files area of the AutoItList
> > > > group.
> > > >
> > > > File : /MISC/Als_0_3.zip
> > > > Uploaded by : valery_vi <shehrer1@>
> > > > Description : ALS v.0.3 - Auto Lindenmayer System viewer
> > > >
> > > > You can access this file at the URL:
> > > >
http://groups.yahoo.com/group/AutoItList/files/MISC/Als_0_3.zip
> > > >
> > > > To learn more about file sharing for your group, please visit:
> > > > http://help.yahoo.com/help/us/groups/files
> > > >
> > > > Regards,
> > > >
> > > > valery_vi <shehrer1@>
> > > >
> > >
> >
>