Re: AutoIT GUI Designer, ...

"valery_vi" <[email protected]>
Newsgroups gmane.comp.windows.autoit.user
Message-ID <[email protected]>
Hi,

colba from AutoItScript forum wrote:
"..The attached script is a GUI designer...."


There is one bug (line 45):

 while $mar[2] = 1 

working line is the following:

 while IsArray($mar) and $mar[2] = 1 

Valery
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.