-
Posts
19,628 -
Joined
-
Last visited
-
Days Won
94
guinness last won the day on November 23 2018
guinness had the most liked content!
About guinness
Profile Information
-
Member Title
don't talk about style cause I embarrass you
guinness's Achievements
-
Netol reacted to a post in a topic: Correct way to clear a ListView? [Solved]
-
Parsix reacted to a post in a topic: GUIGetBkColor() - Get the background color of the GUI.
-
Zedna reacted to a post in a topic: _GetSavedSource() - Retrieve the saved source file from an AutoIt exe.
-
yutijang reacted to a post in a topic: ResourcesEx UDF.
-
web2win reacted to a post in a topic: AutoIt Snippets
-
Norm73 reacted to a post in a topic: How to check if the network internet connection is up or down
-
mLipok reacted to a post in a topic: InetGetSize returns 0, though sometimes it will return a value greater than 0.
-
Parsix reacted to a post in a topic: GUICtrlGetStyle() - Get the Styles of a control.
-
FourLC reacted to a post in a topic: Good coding practices in AutoIt
-
Skysnake reacted to a post in a topic: Correct way to clear a ListView? [Solved]
-
Ternary Operator Syntax - throwing errors
guinness replied to bailey1274's topic in AutoIt General Help and Support
Yep, my opinion hasn't changed on that one! -
I like where this is going and I have some suggestions, which you don't have to agree with Rename RollbarCreateItem to Rollbar_Send I understand what you are trying to convey, by having the API item as part of the name, but "CreateItem" in this case is also sending data to Rollbar Create help functions e.g. Rollbar_SendDebug Rollbar_SendInfo .... Writing to the console should be opt-in and not on by default, either by using a flag or by asking for a logging function RollbarCreateItem is quite big, and can be broken down into smaller functions Validation of the API token would be good Keep it up!
-
Au3 script parsing related functions.
guinness replied to guinness's topic in AutoIt Example Scripts
@mLipok No, I haven't done any changes and most of the functions are scattered around this site -
List Functions and SciTE Jump do not work
guinness replied to Darien's topic in AutoIt General Help and Support
The issue is because there is a space between the function name and the open parenthesis. If you remove this, then SciTE Jump works as intended. I will however add this to the list of things to fix, but I don't see it as blocker. Thanks for reporting. NOTE: You can also use Tidy to cleanup the script -
AutoIt ConsoleWrite (using "builtin" Autoit Hidden window)
guinness replied to boomingranny's topic in AutoIt Example Scripts
@boomingranny check how I do it in -
AutoIt ConsoleWrite (using "builtin" Autoit Hidden window)
guinness replied to boomingranny's topic in AutoIt Example Scripts
Nice idea. I would however rename the internal window first to something unique (like adding the PID) and then get the title. -
Improved code readability.
-
guinness reacted to a post in a topic: AutoIt v3.3.14.5 Released
-
Hey @Melba23, Yeh, so I was just playing around with the new AutoIt release, and thought to myself why is it that I too have always used option 2 or 3, because option 1 seems like a clearer choice. I did a quick search on the Forum and found that it hadn't really been suggested, so thought I would ask to see if my AutoIt skills were somewhat lacking!