Timeline
Sep 22, 2012:
- 11:38 PM Ticket #2261 (Can you include "ImageSearch" similiar to the one in AHK? I know there ...) created by
- Hi, id like to ask you very politely if you could include ImageSearch, …
Sep 21, 2012:
- 7:34 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) closed by
- Fixed: Fixed by revision [7328] in version: 3.3.9.5
- 3:37 PM Ticket #2197 (#RequireAdmin creates a critical error, if the user doesn't start it ...) closed by
- Duplicate: See #1498
- 3:36 PM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) reopened by
- 3:27 AM Ticket #1498 (#RequireAdmin causes script to not complete/run when UAC is turned off ...) updated by
- Guys, we still have a problem with this bug. Somebody tell s why the bug is Rejected.
Sep 19, 2012:
- 5:57 PM Ticket #2204 (Scite ignores parameters) closed by
- Fixed: Fixed by revision [7320] in version: 3.3.9.5
Sep 14, 2012:
- 4:52 PM Ticket #2260 (Links (.lnk)) closed by
- Rejected: Maybe I was asking too much considering three days weren't enough time for you to answer.
Sep 11, 2012:
- 8:00 PM Ticket #2260 (Links (.lnk)) updated by
- Dynamically how?
- 7:00 AM Ticket #2260 (Links (.lnk)) updated by
-
Version changed
Automatic ticket cleanup. - 6:45 AM Ticket #2260 (Links (.lnk)) created by
- Sometimes i need to create .lnk files with previously unknown …
Sep 10, 2012:
- 7:45 PM Ticket #1759 (Strange listview sort) closed by
- Fixed: Fixed by revision [7300] in version: 3.3.9.5
Sep 9, 2012:
- 7:57 PM Ticket #2259 (Networking) closed by
- Rejected: The socket API is right there ready to be called via DllCall().
- 1:04 PM Ticket #2163 (_ExcelBookClose dont work correctly on _ExcelBookAttach on more than ...) closed by
- Fixed: Fixed by revision [7289] in version: 3.3.9.5
- 11:26 AM Ticket #2259 (Networking) created by
- 1) ICMP support would be great: […] 2) raw socket support for TCP …
Sep 7, 2012:
- 8:38 PM Ticket #2257 (Retreive MAC address from UDPRecv) updated by
- The MAC address does not exist on the same layer as the UDP socket. What you want is ARP. We will not be building ARP into AutoIt nor will we add extensions to other protocols to have limited ARP capabilities.
Sep 6, 2012:
- 6:31 PM Ticket #1996 (_GUICtrlListView_SimpleSort - no sort ItemParam) closed by
- Fixed: Fixed by revision [7271] in version: 3.3.9.5
- 6:19 PM Ticket #2257 (Retreive MAC address from UDPRecv) updated by
- Not the local mac. take the code below as example UDPStartup() $Broadcast=UdpOpen("255.255.255.255", 69, 3) if @Error <> 0 Then Msgbox(0,"",@error) Exit EndIf UDPSend ($Broadcast,"data") While 1 $data = UDPRecv($Broadcast, 200, 3) If $data <> "" Then ; MsgBox(0, "UDP DATA", $data[0], 1) FileWrite( $data[0], $data[1], $data[2]) EndIf Wend Func OnAutoItExit() UDPCloseSocket($Socket) UDPShutdown() EndFunc In this case your broadcasting and getting response from clients. If you want to obtain the MAC of clients which is clearly in all the incoming traffic you can not via autoit. If you just set a flag for the incomming connection to have the mac of connected client it would be very helpfull for building server with clients.
- 5:32 PM Ticket #2257 (Retreive MAC address from UDPRecv) closed by
- Rejected: You can obtain the local MAC address in other ways.
- 5:18 PM Ticket #2258 (Disfunction of "_FileWriteFromArray" from File.au3) closed by
- Duplicate: Which part to be exact? There were many things wrong with this function which have now been fixed, see #2242 and #2125 to see what was broken. Next time please learn how to correctly submit a bug report. Also this is how your code should be written in future releases of using that function. […]
- 5:05 PM Ticket #2258 (Disfunction of "_FileWriteFromArray" from File.au3) created by
- #include <File.au3> #include <Array.au3> Dim $FileToArray [2] [2] …
- 3:57 PM Ticket #2218 (AutoIt crash when using SetGroupInfo with $LVGS_SELECTED state before ...) closed by
- Fixed: Fixed by revision [7268] in version: 3.3.9.5
- 2:00 AM Ticket #2257 (Retreive MAC address from UDPRecv) updated by
-
Version changed
Automatic ticket cleanup. - 1:59 AM Ticket #2257 (Retreive MAC address from UDPRecv) created by
- It would be helpfull to return in array the mac of the connection as …
Sep 5, 2012:
- 3:43 PM Ticket #2172 (_StringRepeat addition, increments performance with higher count) updated by
- Added by revision [7255] in version: 3.3.9.5
- 3:40 PM Ticket #2172 (_StringRepeat addition, increments performance with higher count) closed by
- Completed
- 3:39 PM Ticket #2172 (_StringRepeat addition, increments performance with higher count) reopened by
- 1:55 AM Ticket #2256 (RuntimeError: instance.__dict__ not accessible in restricted mode) closed by
- Wont Fix: Things happen.
Sep 4, 2012:
- 3:06 PM Ticket #2256 (RuntimeError: instance.__dict__ not accessible in restricted mode) updated by
-
Component changed
Happened to me today too, only with some other ticket. - 2:43 PM Ticket #2253 (Ping returns success with no connection) updated by
- That's hilarious. Testing for a 4 day old fix on a product that was released closer to 5 months ago. Does not compute.
- 2:07 PM Ticket #2120 (Improvements to _GuiCtrlListView_DeleteAllItems) closed by
- Completed: Added by revision [7249] in version: 3.3.9.5
- 1:13 PM Ticket #1977 (_ScreenCapture_CaptureWnd - wrong capture on maximized window) closed by
- No Bug: Fixed in Rev [5806] for Trac Ticket #1614. Please use the latest stable release.
- 1:04 PM Ticket #2172 (_StringRepeat addition, increments performance with higher count) closed by
- Rejected: I didn't get the same results so at present I see no real need to update this function.
- 12:50 PM Ticket #2242 (_FileWriteFromArray is incapable of writing only the zeroth element) updated by
- The code above contains a bug that has been fixed in the latest beta when writing 2-dimensional arrays.
- 12:46 PM Ticket #2242 (_FileWriteFromArray is incapable of writing only the zeroth element) closed by
- Fixed: Fixed by revision [7245] in version: 3.3.9.5
- 11:52 AM Ticket #2114 (Performance increase to _ArrayDisplay()) closed by
- Completed: Added by revision [7242] in version: 3.3.9.5
- 11:26 AM Ticket #2224 (_FileReadToArray() Add optional parameter to disable row count return ...) closed by
- Completed: Added by revision [7239] in version: 3.3.9.5
- 10:02 AM Ticket #2196 (Documentation - FTPEx.au3 - Syntax Highlighting) closed by
- Fixed: Fixed by revision [7238] in version: 3.3.9.5
- 9:55 AM Ticket #2219 (_ExcelReadSheetToArray() fix and upgrade) closed by
- Fixed: Fixed by revision [7236] in version: 3.3.9.5
- 9:23 AM Ticket #2149 (_StringBetween does not accept NULL-chars in the boundary strings) closed by
- Works For Me: Please read how to 'create a ticket', as you've failed to provide a small test script.
- 9:15 AM Ticket #2187 (Unexpected Result in _GUICtrlRichEdit_Create) closed by
- Completed: Removed by revision [7232] in version: 3.3.9.5
- 9:02 AM Ticket #2174 (Code error in _StringInsert() - but in my opinion it should not be) closed by
- Completed: Removed by revision [7230] in version: 3.3.9.5
- 8:18 AM Ticket #2117 (Improved _FileCountLines()) closed by
- Completed: Changed by revision [7226] in version: 3.3.9.5
- 4:47 AM Ticket #2253 (Ping returns success with no connection) updated by
- Stop wasting our time, please. I've just deleted your other ticket. In case it wasn't clear: YOU DO NOT HAVE ACCESS TO A VERSION OF AUTOIT WITH THE FIX.
Sep 3, 2012:
- 11:27 PM Ticket #2253 (Ping returns success with no connection) updated by
- That version is Alpha and doesn't even contain the fix trancexx made.
- 11:22 PM Ticket #2148 (Crash with _GUICtrlListBox_InsertString()) closed by
- Fixed: Fixed by revision [7223] in version: 3.3.9.5
- 10:31 PM Ticket #2186 (WinNet UDF - AddConnection Functions - Help File Issue) closed by
- Fixed: Fixed by revision [7222] in version: 3.3.9.5
- 10:17 PM Ticket #2256 (RuntimeError: instance.__dict__ not accessible in restricted mode) created by
- ==== How to Reproduce ==== While doing a GET operation on …
- 10:15 PM Ticket #2253 (Ping returns success with no connection) updated by
- Hello trancexx - many thanks you tried to fix. I made a new test using 3.3.9.5 on 2008R2-64 - not succesfull. Looking a little bit deeper, I found a second dependency: If the network-card is configured to use DHCP, but because of the broken cable or also the not responding DHCP-server no IP is assigned to, ping also comes back with 1 / error=0. I didn't check with Win_7 because I feel sure, it's the same. So the test must be: 1.) NIC configured to use DHCP, no alternative IP-configuration, power up the PC with no cable connected. 2.) Power up the PC with cable connected only to a local switch, but no DHCP is responding. If the network was running before, it seems to work - so always we have to come up from the switched off computer! A few minutes before I tested the same with XP-SP3 - starting up with DHCP no responding and / or no cable, Ping always comes back with 0 and Error 2 or Error 3 - properly. Please look again, or should I better request a new ticket?
- 5:02 PM Ticket #2207 (Addition to the Docs for TrayItemSetState) closed by
- Completed: Added by revision [7220] in version: 3.3.9.5
- 4:52 PM Ticket #2017 (Proposed clarifications of Tray help) closed by
- Duplicate
- 4:51 PM Ticket #2026 (Improved, clearer, help for TrayCreateItem) closed by
- Rejected: The examples have been tidied up, so this at least demonstrates how to use the function TrayCreateItem.
- 4:19 PM Ticket #2155 (Run's default workingdir) closed by
- Completed: Added by revision [7218] in version: 3.3.9.5
- 7:49 AM Ticket #1861 (_ArrayDisplay: Bug when data contains separator and $sHeader is used) closed by
- Fixed: Fixed by revision [7212] in version: 3.3.9.5
- 7:10 AM Ticket #2252 (_GUICtrlListView_DeleteAllItems Bug) closed by
- Fixed: Fixed by revision [7210] in version: 3.3.9.5
- 5:51 AM Ticket #2244 (_ExcelNumberFormat: bug in Example 2) closed by
- Fixed: [7150]
- 5:23 AM Ticket #2244 (_ExcelNumberFormat: bug in Example 2) updated by
-
Component changed
Sep 1, 2012:
- 12:15 PM Ticket #2216 (_WordAttach to closed Word doc crashes latest beta but OK for latest stable) closed by
- Wont Fix: Bad coding style. Close the document and check if it was successfull. If it was then there's no need to double check. As the Word UDF is being rewritten we won't fix this.
- 10:09 AM Ticket #2246 (Excel.au3: Some more constants) closed by
- Rejected: The UDF should only contain constants used in the code. The list would become too long otherwise. Add constants you need to your script.
Aug 31, 2012:
- 2:18 PM Ticket #2253 (Ping returns success with no connection) closed by
- Fixed: Fixed by revision [7205] in version: 3.3.9.5
- 7:55 AM Ticket #2253 (Ping returns success with no connection) reopened by
- 7:55 AM Ticket #2253 (Ping returns success with no connection) updated by
-
Summary changed
Aug 30, 2012:
- 3:40 PM Ticket #2255 (String value is treated as a number if starts with digits) closed by
- No Bug: Try reading the guidelines next time. Specifically the one that says if you're asking a question you're in the wrong place. Closing as no bug since, well, it's not a bug.
- 8:16 AM Ticket #2255 (String value is treated as a number if starts with digits) created by
- Hi, I played with the code provided in the …
Aug 29, 2012:
- 5:58 PM Ticket #2254 (MsgBox does not work with Windows Embedded 2010 64 bit with 64 bit runtime) closed by
- No Bug
- 5:57 PM Ticket #2254 (MsgBox does not work with Windows Embedded 2010 64 bit with 64 bit runtime) reopened by
- Changing to No Bug since it's not an AutoIt-specific issue.
- 4:21 PM Ticket #2253 (Ping returns success with no connection) updated by
- Replying to trancexx: Sorry, the first entry was not from me!. I had a look because of my problem and found it, seems to be the similar. > Your LAN cable plug_in state is irrelevant unless you are connected to machine at 8.8.8.8 throug it. I'm not connected because the cable ist not in! > You probably wanted to say "I have no internet connecion and Ping() returns success for Google server". Is that what you are saying? Over the day, between my normal work, I made some short tests with 2008R2 im my lab-environment. I start up the Machine, but it has no physical network-connection. I try some Ping in the cmd-window, always timeout / no answer, OK. Starting my AutoIT "Ping (10.19.55.10)" and the answer ist 1 - error=0, wrong! I restart the pc again, instead of a disconnected cable a small local switch without any further connection - the same, 1 / error 0 even if the destination is not reachable. In the moment I cannot find out all circumstances where it fails, but seems to be an interaction with Windows'-network-startup-condition. I have no idea, how to program a sure workaround :-( I hope, in the evening I can make the exactly same tests with XP. Best regards Manfred
Aug 28, 2012:
- 10:38 PM Ticket #2253 (Ping returns success with no connection) updated by
- This is not bug the way you described it, that's why it's closed as no bug. Your LAN cable plug_in state is irrelevant unless you are connected to machine at 8.8.8.8 throug it. You probably wanted to say "I have no internet connecion and Ping() returns success for Google server". Is that what you are saying? If yes then I'll reword your report, reopen it, fix it and close it again. In any case much more work than it should be done. Ok?
- 8:12 PM Ticket #2253 (Ping returns success with no connection) updated by
- I can't believe you close it - spent around 2h today because of this malfunction :-( Developed with XP-SP3 all working properly. Then, 2008R2-64 _without_ connected network, ping always comes back with 1 and @error=0. I made a test with Win_7-32-Professional, the same issue. I have to supervise a connection by a cyclic ping to the remote-machine, to log the times and send out an alarm if broken. Broken can be the wide-are-line, but also a switch without power. I can trash my development, thank you! If this is not a bug, remove 'Ping' from AutoIT.
- 7:39 PM Ticket #2254 (MsgBox does not work with Windows Embedded 2010 64 bit with 64 bit runtime) updated by
- I did a quick google. Try excluding the "Message Box Default Reply" component. See http://social.msdn.microsoft.com/Forums/en-US/quebeccomponentsforum/thread/0437d230-cdda-4166-8788-887d2c946d4d If that fails, your best bet at getting help would probably be from those msdn forums.
- 5:58 PM Ticket #2254 (MsgBox does not work with Windows Embedded 2010 64 bit with 64 bit runtime) closed by
- Wont Fix: I don't know what to tell you. AutoIt calls MessageBox() which is a macro that expands to MessageBoxW() since AutoIt is UNICODE. There's no tricks or magic on our end.
- 4:33 PM Ticket #2254 (MsgBox does not work with Windows Embedded 2010 64 bit with 64 bit runtime) created by
- In Windows Embedded 2010 64 bit, if I run the following line using the …
Aug 26, 2012:
- 9:06 PM Ticket #2253 (Ping returns success with no connection) closed by
- No Bug: Any other thoughts you like to share?
- 2:41 PM Ticket #2253 (Ping returns success with no connection) created by
- If you boot your OS with LAN cable unplugged and use ping …
Aug 23, 2012:
- 7:01 PM Ticket #2232 (FileSetAttrib help file example - hardcrash) updated by
- Why would you bother posting that you also experience a crash yet leave out all the important information? Also, I'm not really too on board with the idea of recursively changing the attributes on bitmap files on my entire C: drive so there's no way in hell any sane person should run your example code.
- 12:17 AM Ticket #2232 (FileSetAttrib help file example - hardcrash) updated by
- The example: If Not FileSetAttrib("C:\*.bmp", "-R+A", 1) Then MsgBox(4096, "Error", "Problem setting attributes.") EndIf also crashes for me, it seems to reach some directories, but will then crash.
Note:
See TracTimeline
for information about the timeline view.
