Jump to content

Recommended Posts

Posted

Well when I make changes to the native functions, I do ask, but this is outside of the help file discussion.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

But that means developer gave you green light, right? In that case what are we talking about. You did good then. You asked developer if it's ok to documment that those functions return 1 by default, developer said "yes", you changed documentation and all is good.

In that case the only thing that's not so good is developer maybe.

♡♡♡

.

eMyvnE

Posted

Well the discussion is still on going in the MVP section. I'm unable to divulge more than that I'm afraid, as you can respect.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Moderators
Posted

Hi,

This is moving well outside the "Help file changes" scope of this thread. How about we leave this discussion to guinness and the Devs. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted
  On 8/1/2013 at 10:56 AM, guinness said:

Well the discussion is still on going in the MVP section. I'm unable to divulge more than that I'm afraid, as you can respect.

Yes of course. Don't divulge.

Say hello to the participants for me.

♡♡♡

.

eMyvnE

Posted (edited)

I don't know if it is the correct section, but this page:
http://www.autoitscript.com/autoit3/html/functions/IsAdmin.htm
form this link
http://www.autoitscript.com/autoit3/docs/keywords/RequireAdmin.htm
Give me ERROR 404
 
EDIT: The correct working link is:
http://www.autoitscript.com/autoit3/docs/functions/IsAdmin.htm
 
So need to replace /html/ with /docs/

Edited by Terenz

Nothing is so strong as gentleness. Nothing is so gentle as real strength

 

Posted

  On 8/2/2013 at 12:27 PM, Terenz said:

I don't know if it is the correct section, but this page:

http://www.autoitscript.com/autoit3/html/functions/IsAdmin.htm

form this link

http://www.autoitscript.com/autoit3/docs/keywords/RequireAdmin.htm

Give me ERROR 404

 

EDIT: The correct working link is:

http://www.autoitscript.com/autoit3/docs/functions/IsAdmin.htm

 

So need to replace /html/ with /docs/

Oh dear... That's the build scripts...

Seems to only be for the online version (chm and local html works fine). Is there a conversion script somewhere guinness?

Alternatively I can change link generation from:

../../html\functions\IsAdmin.htm

To

..\functions\IsAdmin.htm

Which should work everywhere I think.

 

This error applies to any link from keywords to functions, and possibly vice versa (not tested that yet), but if you look at ReDim and click UBound in the online docs you get the same error.

Posted

It will be in the build scripts somewhere the generation of these links. I will have a look.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Could the "runas" be added to the verb documentation for ShellExecute and ShellExecuteWait for running the process with the full admin token on Vista and higher?  I think this would be very helpful.  There are >examples of this on the forum.

Posted

  On 8/2/2013 at 4:52 PM, AZJIO said:

Frequently Asked Questions (FAQ)

v2.64

There was a suggestion to delete any information about the old version

I will ask Jon about this.

Also with SetError it's been confirmed by a Dev on how it should be documented.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Just committed a change to fix that workaround. Not my proudest moment, but it fixed the issue.

Mat there is no conversion script. Jon just copies the folder on the server and voila. This is why jpm and myself have tried to make sure whatever works in the chm, works online too. A difficult task given the nature of how the help files are built.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 8/2/2013 at 5:15 PM, guinness said:

I will ask Jon about this.

guinness you don't need to ask Jon, because you had permission before and removed references to AutoIt v2 already, remember?

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)
  On 8/2/2013 at 6:38 PM, guinness said:

guinness you don't need to ask Jon, because you had permission before and removed references to AutoIt v2 already, remember?

 

Someone needs to make a diary for guinness. :D

Well I thought it was funny, if nobody else did.

  Reveal hidden contents

I normally talk to myself in the mirror, not online (at least not intentionally).

Edited by czardas
Posted

More nitpicky stuff.  In the helpfile example for Number() there is this line:

Local $iNumber5 = Number("1,000,000") ; Returns 1 as it strips everything after the first comma.

It returns 1 because it strips everything after and including the comma really.

Sorry!

Posted
  On 8/2/2013 at 11:45 PM, jaberwocky6669 said:

More nitpicky stuff.  In the helpfile example for Number() there is this line:

Local $iNumber5 = Number("1,000,000") ; Returns 1 as it strips everything after the first comma.

It returns 1 because it strips everything after and including the comma really.

Sorry!

Fair point. Fixed.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

I'm sorry but I cant now see in the beta help and do not want to forget it writes immediately (no validation)

Where in HELP is described something like # region # endregion
I checked the "Language Reference," and there's nothing found

Edited by mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Moderators
Posted

mlipok,

That is because it is a SciTE folding directive and nothing to do with AutoIt proper. :)

To see it referenced, look under <SciTE Help - SciTE4AutoIt3 - Lexer Features> and scroll to the bottom of the page. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

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

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