Jump to content

Recommended Posts

Posted

I isolated the problem to just this example...

#include <Constants.au3>

; Doesn't work.
$sData = StringReplace('TEST', 'test', '', Default, $STR_NOCASESENSEBASIC)
MsgBox($MB_SYSTEMMODAL, '', 'TEST: ' & @extended) ; Returns 0
ConsoleWrite($sData & @CRLF)

; Works.
$sData = StringReplace('TEST', 'test', '', Default, $STR_NOCASESENSE)
MsgBox($MB_SYSTEMMODAL, '', 'TEST: ' & @extended) ; Returns 1
ConsoleWrite($sData & @CRLF)

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 7/11/2013 at 10:37 PM, Mat said:

<script type="text/javascript">
if (document.URL.match(/^mk:@MSITStore:/i))
{
document.write('<div class="codeSnippetContainerTab codeSnippetContainerTabSingle" dir="ltr">');
document.write('<object style="cursor: pointer;" id=hhctrl type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"><param name="Command" value="ShortCut"><param name="Font" value="Verdana,10pt"><param name="Text" value="Text:Open this Script"><param name="Item1" value=",Examples\\HelpFile\\_GUICtrlRebar_SetBandHeaderSize.au3,"></object>');
document.write('</div>');
}
</script>
Or just:

 

.codeSnippetContainerTab object {
    cursor: pointer;
}
It looks messy, but really its just same old html+js+css :)

This didn't work unfortunately.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 7/13/2013 at 9:26 AM, guinness said:

This didn't work unfortunately.

Hmmm... It worked fine when I copied and pasted it into chrome to test. I'll see if there is a better way to do it.

Posted
  On 7/13/2013 at 9:56 AM, Mat said:

Hmmm... It worked fine when I copied and pasted it into chrome to test. I'll see if there is a better way to do it.

I think it's because it's some CHM thingy thing thing!

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Administrators
Posted

We have to be careful with the helpfile syntax as well. Remember that it gets copied to the website for online access as well, so it shouldn't be making any "suspicious" app calls.  (An older version of the helpfile used to cause all sorts of security warnings because of the Open This Script, but those were automatically stripped for the website versions).

Posted

I dunno if Mat agrees, but I think the open script should use JavaScript instead compared to what is uses now.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 7/13/2013 at 10:18 AM, guinness said:

I dunno if Mat agrees, but I think the open script should use JavaScript instead compared to what is uses now.

I did some work with it when I added multiple examples per page, but didn't meddle with the actual content.

There is no way to open a file in an external program from java script as that could open up security issues. I guess whoever wrote that object code found it was the only way.

Posted

I started to get some compile error messages so i had to stop using it

It kept saying 

Au3check had failed because on incompatibility with the latest beta 3.3.9.6

and then it started giving the same error for obfuscator as well which stopped the build as the obfuscator files were not there so it threw an error

It may not be relevant but i wanted to report it either way

  • Developers
Posted
  On 7/14/2013 at 9:44 AM, Chimaera said:

I started to get some compile error messages so i had to stop using it

It kept saying 

Au3check had failed because on incompatibility with the latest beta 3.3.9.6

and then it started giving the same error for obfuscator as well which stopped the build as the obfuscator files were not there so it threw an error

It may not be relevant but i wanted to report it either way

 

Not sure what you wanted to accomplish with this post other then leave us wondering what you are trying to tell us. ;)

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.
  :)

Posted

Chimaera,

Did you use #AutoIt3Wrapper_Run_Au3Check=N at the top of your script?

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)
  On 7/14/2013 at 9:47 AM, Jos said:

Not sure what you wanted to accomplish with this post other then leave us wondering what you are trying to tell us. ;)

?

I thought it was customary if you use a beta you report anything strange that happens.. which is what i did

  On 7/14/2013 at 10:35 AM, guinness said:

Chimaera,

Did you use #AutoIt3Wrapper_Run_Au3Check=N at the top of your script?

 

No

The only things i run are these other than the outfile and version

  Quote
#AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w- 7
#AutoIt3Wrapper_Run_Obfuscator=y
#AutoIt3Wrapper_UseUpx=n

 

 

It was a script i made well before the beta which i use quite often

Edited by Chimaera
  • Developers
Posted
  On 7/14/2013 at 12:50 PM, Chimaera said:

 

?

I thought it was customary if you use a beta you report anything strange that happens.. which is what i did

Agree but a little bit more detailed information about the issue would be nice. ;)

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.
  :)

Posted (edited)

I don't really have any detail tbh, it showed the error in the bottom bar in orange writing, i wasn't doing anything special just a notmal script that use StringSize / GUiExtender and RecFileListToArray

and it mainly use cmd commands to automate packing and unpacking of archives thats all it does really, definatly no fancy stuff.

Im not using beta anymore but i could re add and try to replicate if needed

Edited by Chimaera
Posted

Use the command I suggested to stop Au3Check from running, as this doesn't include all the changes made to v3.3.9.6+ e.g. Ternary Refrain from using Obfuscator or such-like in beta testing, as this thread is to determine issues with AutoIt. Testing with Obfuscator will come later and I'm quite sure Jos knows what to do.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted
  On 7/14/2013 at 1:31 PM, guinness said:

 Testing with Obfuscator will come later and I'm quite sure Jos knows what to do.

Correct, No changes will be made to any of the support programs till we know what the total package of changes to AutoIt3.

Depending on the work involved it could even be that I won't be adding support to Obfuscator. Tidy will be updated in case there are still requirements.

I have no Idea yet about au3check and who has the time and understands how to implement all the new syntax options.

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.
  :)

Posted
  On 7/14/2013 at 1:45 PM, Jos said:

I have no Idea yet about au3check and who has the time and understands how to implement all the new syntax options.

Never seen the code, but if it's YACC then I guess I can't help!

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...