Jump to content

ISN AutoIt Studio [old thread]


ISI360
 Share

Recommended Posts

Hmm strange. In my setup it works fine:

img.jpg

Do you have UTF-8 mode enabled in the ISN? (It´s under program settings -> script editor -> code page UTF 8)
PS: The error with the incompleted code in the formstudio is a litte bug. I will fix it in the next update. (But the code in the isf is fine. Only the display is wrong)

 

Link to comment
Share on other sites

uft8test.png

Is garbled after running TIDY
Suspicion has a relationship with TIDY
Is TIDY to support the Chinese system is not good.

But I run TIDY manually sorting.Au3 file is not garbled

Edited by bfgxp
Link to comment
Share on other sites

On 7/17/2016 at 8:42 PM, bfgxp said:

This problem also exists in the code editor.


Before Tidy

before.png


after Tidy

after.png

would you mind a ZIP file with the file ? I'd like to look at it. But I'd need the original file.
Also what OS and language.

Edited by argumentum

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

 

4 hours ago, argumentum said:

would you mind a ZIP file with the file ? I'd like to look at it. But I'd need the original file.
Also what OS and language.

of course,temp86.zip

OS and language:Win10x86/x64,Simplified Chinese OR Win7x86/x64,Simplified Chinese

PS:XP OS Not tested

 

Link to comment
Share on other sites

1 hour ago, bfgxp said:

of course,temp86.zip, OS and language:Win10x86/x64,Simplified Chinese OR Win7x86/x64,Simplified Chinese, PS:XP OS Not tested

you know that the 2nd MsgBox shows 

MsgBox(1,"Hi","�?)

, is that the file before Tidy ?

Edit: In any case, I corrected it as shown in your before pic, and tidy it, as show in the next pics:

chinese1.pngchinese2.png

and even tho I don't use ISN, I can attest, that Tidy is not at fault.

Edited by argumentum
more testing

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

13 hours ago, argumentum said:

you know that the 2nd MsgBox shows 

MsgBox(1,"Hi","�?)

, is that the file before Tidy ?

Edit: In any case, I corrected it as shown in your before pic, and tidy it, as show in the next pics:

chinese1.pngchinese2.png

and even tho I don't use ISN, I can attest, that Tidy is not at fault.

Yes,don't use ISN, Tidy is not at fault.

So, I still think the problem is ISN.

Link to comment
Share on other sites

9 hours ago, ISI360 said:

I also tested your example...no problem here. (Exept the 2nd MsgBox, as argumentum said..)
Also no problems with Tidy. Strange....

As long as the number of characters is odd, there is such a problem.

Before Tidy

bf.png

after Tidy

af.png

FormStudio2 Generated code(Code in the IFS file is correct.)

fs2.png

Link to comment
Share on other sites

  • Developers
On 7/19/2016 at 2:03 PM, TheDcoder said:

I think Tidy is messing up the encoding...

Maybe you need to stop thinking ;) 
Ensure your code syntax is valid and there is little chance tidy will mess it up.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

@Jos Actually, I don't use Tidy at all! I was just guessing, as it happened to one of my scripts, the encoding was not correct when converted to binary :blink:.

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Link to comment
Share on other sites

  • Developers

Anything defined as a literal string should be ignored by Tidy, so show me some valid AutoIt3 syntax that gets corrupted.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Just now, Jos said:

Anything defined as a literal string should be ignored by Tidy, so show me some valid AutoIt3 syntax that gets corrupted.

I was talking about the output made by my software btw :). Nothing related to syntax or script is change during runtime :D.

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Link to comment
Share on other sites

  • 2 months later...

upon trying to create new empty GUI (inside the ISN Studio), getting 2 different errors..

"The plugin could not be started properly! It will close now..."

"Dieses program ist Teil des ISN AutoIt Studios und kann nicht allein gestartet werden!" (This program is part of AutoIt Studio and cannot be started separately")

 

Any solution?

Link to comment
Share on other sites

I removed antivirus completely. Still issue persisting. On the other hand, installed ISN Studio using same installer into another computer (also win7) and had not such problem there, so it's something to do with the setup of this specific computer.,

I even tried running ISN AutoIT Studio giving it administrative privileges, did not help.

 

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...