Timeline
Aug 3, 2010:
- 11:40 PM Ticket #1729 (Example code for _FTP_ProgressUpload / Download is not properly ...) updated by
- in fact it is not an improper formating but those remaks are not really an example working for those udf so they are included in the remark area to illustrate how a $FunctionToCall can be written. If you have a working example I will be glad to include it in example area. ;)
- 8:10 PM Ticket #1730 (REQ: Add DATABASE support) created by
- all majot automate software have SQL support... (also assign dataset …
- 6:52 PM Ticket #1730 (REQ: Add DATABASE support) closed by
- No Bug: Bug? Feature request at best only you forgot to put a little effort in reading the helpfile first.
Aug 2, 2010:
- 3:06 PM Ticket #1729 (Example code for _FTP_ProgressUpload / Download is not properly ...) created by
- When looking up _FTP_ProgressUpload in the helpfile you'll find that …
Aug 1, 2010:
- 11:51 PM Ticket #1623 (_WinAPI_SetLayeredWindowAttributes() uses Execute() unnecessarily) updated by
- This ticket is referenced in revision: [5929]
- 11:33 PM Ticket #1623 (_WinAPI_SetLayeredWindowAttributes() uses Execute() unnecessarily) updated by
- In fact no but the working solution is not the suggested one but […] without […] I should have test it more carefully …
- 5:23 AM Ticket #1623 (_WinAPI_SetLayeredWindowAttributes() uses Execute() unnecessarily) updated by
-
I hope the line :
$i_transcolor = Int(BinaryMid($i_transcolor, 2, 1) & BinaryMid($i_transcolor, 3, 1) & BinaryMid($i_transcolor, 4, 1))got changed to :$i_transcolor = Int(BinaryMid($i_transcolor, 2, 3))
Jul 31, 2010:
- 10:43 AM Ticket #1728 (Windows of compiled script stuck in the Task Bar) closed by
- No Bug: Use the forum for questions.
- 7:34 AM Ticket #1728 (Windows of compiled script stuck in the Task Bar) created by
- Hello Dear AutoIt Team, I've written many scripts with your software. …
Jul 29, 2010:
- 10:05 PM Ticket #1727 (crypt.au3) updated by
- Replying to Jpm: > Just post the UDF you think about ;) i search for a while, but i dont found anything. if i, i post it
- 3:34 PM Ticket #1727 (crypt.au3) updated by
- Just post the UDF you think about ;)
- 12:58 PM Ticket #1727 (crypt.au3) created by
- I have a wisch :) It is planned to integrate a asynchronous crypt …
Jul 28, 2010:
- 11:31 AM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) closed by
- No Bug
- 11:29 AM Ticket #1725 (LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly) updated by
-
Owner, Status changed
- 8:32 AM Ticket #1725 (LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly) updated by
- Actualy these two lines is enough to reproduce this behaviour: […]
Jul 27, 2010:
- 10:55 PM Ticket #1726 (BlockInput(1) does not work on win7) closed by
- No Bug: Reading all the documentation for a function is helpful to prevent creating bug reports for expected behavior.
- 10:21 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by
- May install was a little out of date I suppose, it was using 3.3.4. Reinstalling AutoIt and SciTE4AutoIt made the compile/build options in scite work like they should. I think the issue came from a different install of scite I have for non-autoit related files... Regardless, this ticket is unnecessary and can be closed. Sorry for your time.
- 6:27 PM Ticket #1726 (BlockInput(1) does not work on win7) created by
- code {{ WinWaitActive("Mozilla Firefox") BlockInput(1) …
- 12:55 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by
- For me AutoIt3Wrapper defaults to the X64 version of AutoIt3. What version of AutoIt3Wrapper are you using? How are you compiling/running the script? Jos
- 12:32 PM Ticket #1656 (Object not being released properly) updated by
- It works if the program exits because then the hooks are released but if the script is kept running it will not. This still does not work. […]
- 3:34 AM Ticket #1725 (LALT UP, RALT UP, LCTRL UP, and RCTRL UP do not release properly) created by
- Despite the specifications on the wiki, I have tested code like the …
- 12:00 AM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by
-
Version changed
Automatic ticket cleanup.
Jul 26, 2010:
- 11:45 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) updated by
-
Owner, Component changed
- 10:39 PM Ticket #1724 (SciTE4AutoIt: Match default architecture (32 vs 64).) created by
- I might me missing something but here it goes. The full install of …
Jul 25, 2010:
- 6:41 PM Ticket #1723 (Array incorrect number of subscripts) updated by
- i'm in favor of this suggestion
- 5:49 PM Ticket #1723 (Array incorrect number of subscripts) updated by
-
Owner, Status changed
- 5:47 PM Ticket #1310 (TCPConnect Timeout) updated by
- Replying to anonymous: > Replying to Jpm: > > Replying to bjoern@…: > > > Replying to Jpm: > > > > Ther is a fix in the pipe that is going to do the same timeout as for other TCP...() functions. > > > > Is that OK? > > > > > > I don´t understand what you meaning with this sentence. I have the problem too and i don´t know the resolution... > > > > > > mfg bjoerni > > I mean that today we have already a timeout defined by Opt("TCPTimeOUT", ...) which is working with other TCP...() functions. > > What I did is to use the same timeout for TCPConnect() too. > > so you plan to implement this in the future? or is it already included in the beta? Yes, it is in the next beta or Release
- 4:00 PM Ticket #1723 (Array incorrect number of subscripts) updated by
-
Version changed
Automatic ticket cleanup. - 2:15 PM Ticket #1723 (Array incorrect number of subscripts) created by
- Hiho Devs, I have a feature request regarding the infamous / feared / …
- 1:39 PM Ticket #1310 (TCPConnect Timeout) updated by
- Replying to Jpm: > Replying to bjoern@…: > > Replying to Jpm: > > > Ther is a fix in the pipe that is going to do the same timeout as for other TCP...() functions. > > > Is that OK? > > > > I don´t understand what you meaning with this sentence. I have the problem too and i don´t know the resolution... > > > > mfg bjoerni > I mean that today we have already a timeout defined by Opt("TCPTimeOUT", ...) which is working with other TCP...() functions. > What I did is to use the same timeout for TCPConnect() too. so you plan to implement this in the future? or is it already included in the beta?
- 12:55 PM Ticket #1310 (TCPConnect Timeout) updated by
- Replying to bjoern@…: > Replying to Jpm: > > Ther is a fix in the pipe that is going to do the same timeout as for other TCP...() functions. > > Is that OK? > > I don´t understand what you meaning with this sentence. I have the problem too and i don´t know the resolution... > > mfg bjoerni I mean that today we have already a timeout defined by Opt("TCPTimeOUT", ...) which is working with other TCP...() functions. What I did is to use the same timeout for TCPConnect() too.
Jul 23, 2010:
- 10:07 AM Ticket #1310 (TCPConnect Timeout) updated by
- Replying to Jpm: > Ther is a fix in the pipe that is going to do the same timeout as for other TCP...() functions. > Is that OK? I don´t understand what you meaning with this sentence. I have the problem too and i don´t know the resolution... mfg bjoerni
Jul 21, 2010:
- 6:20 PM Ticket #1586 (DllStructSetData(char, 1, string-with-NUL-character), junk data(?)) updated by
- 1)
- 12:43 PM Ticket #1586 (DllStructSetData(char, 1, string-with-NUL-character), junk data(?)) updated by
- Thanks. Just curious. What will the resulting stored data be now for "DllStructSetData($tChar, ...)" 1) 0x61.00.63.00.64 2) 0x61.00.00.00.00 3) …
- 12:23 PM Ticket #1586 (DllStructSetData(char, 1, string-with-NUL-character), junk data(?)) closed by
- Fixed: Fixed by revision [5925] in version: 3.3.7.0
- 10:06 AM Ticket #1479 (ListView WM_NOTIFY Message on x64 Returning Wrong Results) closed by
- Fixed: Fixed by revision [5922] in version: 3.3.7.0
- 8:58 AM Ticket #1696 (Build in autoit) closed by
- Rejected: Sorry rejected as no info posted
- 8:55 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
-
Owner, Status changed
- 8:53 AM Ticket #1701 (Bug in date control) closed by
- No Bug
- 8:07 AM Ticket #1721 (Registry gets deleted automatically after reading) closed by
- Works For Me: such ticket does not respect guidekines so please go to forum first Thanks
Jul 20, 2010:
- 4:26 PM Ticket #1722 (GUICtrlSetStyle() and $BS_DEFPUSHBUTTON) closed by
- No Bug: This is not a bug. You need support so either use the forum, or more appropriately, Google. It took me about 3 minutes to find a working solution for changing the default button in a dialog.
- 3:37 PM Ticket #1721 (Registry gets deleted automatically after reading) updated by
- Some more information would be very helpful - Example - OS Information
- 11:20 AM Ticket #1722 (GUICtrlSetStyle() and $BS_DEFPUSHBUTTON) created by
- […] The button event should be triggered whenever I press the …
- 11:02 AM Ticket #1721 (Registry gets deleted automatically after reading) created by
- I read a registry key using the RegRead command and the keys gets …
- 7:16 AM Ticket #1720 (adding functionality to GUICtrlSetImage) closed by
- Rejected: I don't know how and from which images format you are creating such images storing but if you know the way I assume an UDF can be easily written. Such discussion must go to http://www.autoitscript.com/forum/ before ticket submission
Jul 19, 2010:
- 4:20 PM Ticket #1720 (adding functionality to GUICtrlSetImage) updated by
- Example: I have a lot of pictures. I thought their format for storing all images in one file. I read in binary mode only a fragment of the file (a picture) and installed on the GUI Or I want to save the picture in binary form in the script code. I heard that if the problem can be implemented in UDF, then my request is not granted.
- 7:10 AM Ticket #1720 (adding functionality to GUICtrlSetImage) updated by
- I don't really understand the request. the data needed to set an image must be interpreted. .jpg .bmp have a different information in it. That the reason why the file data cannot be transmitted as such. Can you give a real example where you request will be helpful?
Jul 18, 2010:
- 10:00 AM Ticket #1720 (adding functionality to GUICtrlSetImage) updated by
-
Version changed
Automatic ticket cleanup. - 8:19 AM Ticket #1720 (adding functionality to GUICtrlSetImage) created by
- Hello! I beg you to realize the possibility of using binary data as a …
Jul 17, 2010:
- 5:00 PM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- >I want to do function which will to adapt sizes for ListView and to resize GUI Window (_WinUpdate) depending on sizes of ListView. You can do that without using «GuiCtrlSetResizing». If you just show me an example (fully working) where you have difficulties with that, perhaps i will be able to show you a working solution, i have worked a lot with resizing controls/windows stuff.
- 4:32 PM Ticket #1714 (controlID is not evaluated completely) updated by
- Well, there are some applications using the same id numbers for different controls. They differ in control type and/or text, for instance. So, it would be a great benefit to have ALL determined properties evaluated.
- 7:07 AM Ticket #1719 (Expose the internal function that creates the $CmdLine array?) updated by
-
Owner, Status changed
Jul 16, 2010:
- 10:11 PM Ticket #1718 (Autoit v3.3.6.1 can be decompiled) updated by
- hahahahah.. you are lucky Jos replied .. because Valik would have shot you ..
- 9:32 PM Ticket #1704 (Need UDFs in AutoItx.) updated by
- How should that work?
- 9:29 PM Ticket #1718 (Autoit v3.3.6.1 can be decompiled) closed by
- Rejected: This is not the forum where questions are asked. Also use search before posting there since this subject has been covered many times.
- 6:16 PM Ticket #1719 (Expose the internal function that creates the $CmdLine array?) created by
- I have several scripts that use Run extensively, and look for …
- 8:58 AM Ticket #1718 (Autoit v3.3.6.1 can be decompiled) created by
- i want some tricks to protect my autoit exe files i will not say the …
Jul 15, 2010:
- 9:54 PM Ticket #1715 (Calculation for Easter to be added to Date.au3) updated by
- I had some reservations about making this request. Thanks for looking into it all the same.
- 8:52 PM Ticket #1716 (HotKeySet("^{F11}", "stamp")) closed by
- No Bug: What does the environment matter? It's an obvious bug in the user's code and not in AutoIt.
- 7:15 PM Ticket #1715 (Calculation for Easter to be added to Date.au3) closed by
- Rejected: Absolutely not. What general purpose does this function have to the AutoIt community at large? Why not functions to calculate other religious holidays with similar semantics? There are so many logical reasons why this should be a no.
- 6:57 PM Ticket #1715 (Calculation for Easter to be added to Date.au3) updated by
- I prefer the more general conversion with the ethos 1 to 3 from Oudin http://www.gmarts.org/index.php?go=415#EasterOudin I did the AutoIt adaptation and I will commit it, if you agree […]
- 6:50 PM Ticket #1717 (32Bit Compiled exe with a Ping does not work on a 64 Bit Windows 7) closed by
- No Bug
- 6:24 PM Ticket #1717 (32Bit Compiled exe with a Ping does not work on a 64 Bit Windows 7) updated by
- Sorry, testet again, now works for Difference between testing situation, using now W7 64 bit directly at PC. Testing before was via RDP-Protocol within the Remote Desktop Manager. I will go on investigating this.
- 3:54 PM Ticket #1716 (HotKeySet("^{F11}", "stamp")) updated by
- I don't know under which Windows Environment you are running. You can display it with […] I don't have any problem with AutoIt:3.3.6.1 (Os:WIN_7/X86 Language:040C Keyboard:0000040C Cpu:X64)
- 3:08 PM Ticket #1717 (32Bit Compiled exe with a Ping does not work on a 64 Bit Windows 7) created by
- If you use the Ping(..) function in a 32bit compiled script on an …
- 11:21 AM Ticket #1716 (HotKeySet("^{F11}", "stamp")) created by
- Hello, HotKeySet("+{F11}", "stamp") HotKeySet("{F11}", "stamp2") …
Jul 14, 2010:
- 10:20 AM Ticket #1715 (Calculation for Easter to be added to Date.au3) created by
- It was suggested to me that the following UDF would make a nice …
- 7:42 AM Ticket #1714 (controlID is not evaluated completely) updated by
- In fact when ID:xx is defined if the xx match then the searching is successful whatever other properties that may have been defined. Perhaps Doc should be more clear on this behavior. I Leave other Dev the final answer on this.
- 7:40 AM Ticket #1714 (controlID is not evaluated completely) updated by
-
Owner, Status changed
Jul 13, 2010:
- 12:50 PM Ticket #1714 (controlID is not evaluated completely) created by
- When determining a control by class, id and text the text is not …
- 10:32 AM Ticket #1705 (Control Resizing before WinMove) closed by
- No Bug
- 10:24 AM Ticket #1705 (Control Resizing before WinMove) updated by
- Replying to hunt: > Hm, with GuiCtrlSetPos the bug disappears. > This is a bug or not? in fact some situation works with ControlMove or WinMove but GUICtrlSetPos is supposed to handle correctly move for GUI controls. No Bug for me
- 7:59 AM Ticket #1713 (Ctrl-Paste method for Send/ControlSend) updated by
-
Owner, Status changed
- 7:55 AM Ticket #1712 (_FileWriteFromArray() crash.) closed by
- Fixed: Fixed by revision [5914] in version: 3.3.7.0
Jul 12, 2010:
- 6:28 PM Ticket #1712 (_FileWriteFromArray() crash.) updated by
- Am in too big a rush... The function name in the example was left at _FileWriteFromArray2, which I used for testing. This would be the appropriate prod version: […]
- 6:22 PM Ticket #1712 (_FileWriteFromArray() crash.) updated by
- Poop! The Local definition I stuck in to get rid of the compile warning is incorrect. Needs to be "$sTemp" not "$s_Temp" (or globally replace $sTemp to $s_Temp)
- 6:09 PM Ticket #1712 (_FileWriteFromArray() crash.) updated by
- This adds the @error = 4 message to prohibit the function from crashing, and allows for either 1-dimension or 2-dimension arrays. […]
- 5:53 PM Ticket #1713 (Ctrl-Paste method for Send/ControlSend) created by
- It seems like some people, many of whom are overseas, are having …
- 5:26 PM Ticket #1712 (_FileWriteFromArray() crash.) created by
- If FileWriteFromArray() is passed other than a 1-dimension array, it …
- 8:07 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- MrCreatoR I want to do function which will to adapt sizes for ListView and to resize GUI Window (_WinUpdate) depending on sizes of ListView. I think that on above example the problem is well visible. If not to use GuiCtrlSetResizing ($controlID, $GUI_DOCKALL) the sizes of an element will be curves after a call of function WinMove since there is other mode. Also after using _WinUpdate it is necessary to establish a previous resizing mode for a control so user can to resize GUI and sizes of control will not changed. mvg It is certainly better to use GuiCtrlGetResizing since it will approach for all cases. But for mine a case has decided that it is better to use such request.
Jul 11, 2010:
- 5:22 PM Ticket #1711 (TrayTip Help Error) closed by
- Fixed: Fixed by revision [5911] in version: 3.3.7.0
- 12:00 PM Ticket #1710 (GuiCtrlSetPos) updated by
-
Milestone changed
Automatic ticket cleanup. - 10:58 AM Ticket #1711 (TrayTip Help Error) created by
- In the TrayTip documentation help file it says at the top (2000/XP …
- 10:50 AM Ticket #1710 (GuiCtrlSetPos) closed by
- Fixed: Thanks it already has been update with ticket #1596
- 8:46 AM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) closed by
- Fixed: Fixed by revision [5907] in version: 3.3.7.0
- 8:44 AM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) updated by
- I will just add a the slight modification for the FileGetShortName() removal. It will not solve all issue when acessing .wav with space in it. At least under Win7/FR it is not solve as the file is not really accessible with FileExists() Certainly related on how Windows map Theme files. For the Adlib please open a "Feature request" ticket. Thanks
- 8:37 AM Ticket #1708 (Error in Simple Notepad Automation Tutorial) closed by
- Fixed: Fixed by revision [5906] in version: 3.3.7.0
- 2:07 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- Returning the previous resizing setting of the control for GUICtrlSetResizing() makes no sense. + Would break scripts that are relying on its current return output, success/fail. + Having GUICtrlSetResizing() differ in its return output compared to the other functions in its class is also a bad thing. The real question, in my view, should be: GUICtrlGetResizing() function request ... The why question remains open. (already targeted by mscreator.)
- 1:52 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- I still can not understand the purpose of this. What should _WinUpdate do, i mean what for you are using this function? Can you show a complete example that will show a problem (where you need the old resizing mode to solve it)?
Jul 10, 2010:
- 4:42 AM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- This example shows the problem: […] Would be great if this function will looks like: […]
Jul 9, 2010:
- 11:08 PM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) updated by
- What for you need it? If you set resizing mode globaly then use Opt("GUIResizeMode", mode), and set it back when you done (it will return the old option), but if you set it for specific control, why you need to change it later?
- 7:12 PM Ticket #1656 (Object not being released properly) updated by
- The problem here is that the call to ObjEvent() must be assigned to a variable that doesn't go out of scope. Once ObjEvent() becomes unassigned, the events are no longer received. This modified example works fine for me. […]
- 4:00 PM Tickets #1709,1710 batch updated by
-
Version changed
Automatic ticket cleanup. - 3:41 PM Ticket #1710 (GuiCtrlSetPos) created by
- Absent information about using the value "Default" in parameters of …
- 3:31 PM Ticket #1709 (GuiCtrlSetResizing (return previous resizing mode)) created by
- This is possible? I want to use GuiCtrlSetResizing with WinMove in my …
- 9:02 AM Ticket #1708 (Error in Simple Notepad Automation Tutorial) updated by
- I assume you are running Vista or Windows7, something change in Windows. It was working in XP !!!
- 7:41 AM Ticket #1708 (Error in Simple Notepad Automation Tutorial) updated by
- To be for sure can you tell me under which environment your are running Windows version,service pack,Oslang. all info are display under scite editor or just add […] Thanks
- 1:20 AM Ticket #1708 (Error in Simple Notepad Automation Tutorial) created by
- In the Tutorial, the AutoIt v3 window Info shows a different Visible …
Jul 8, 2010:
- 9:14 AM Ticket #1706 (GuiCtrlGetPos) updated by
-
Owner, Status changed
Jul 7, 2010:
- 7:23 PM Ticket #1535 (ControlSend changes case of text) updated by
- I have had the same issue come up, and I am on an English (United States) keyboard. It has come up when submitting numbers to a website but there is a bit of Javascript going on when those textboxes are populated so I won't include that. However, this other program is about as basic as it gets (wIntegrate), and there is still an issue with case-inversion from time to time. It may be tied to the fact that both of these ControlSends are sending data from arrays, I don't know. Anyhoo, here's the offending code: ((( ControlSend("", "", "[CLASS:Afx:10000000:b:00010011:00000000:00000000; INSTANCE:1]", "PARTS IN ACCESSORY SOURCES ON DLT STATUS") ))) This will occasionally show up as "PARTS IN ACCESSORY SOURCES ON dLT STATUS" or similar. NOT often, mind you, but often enough to be an issue as this program does not promote interaction and trying to catch things like this can be very difficult. Not isolated: http://www.autoitscript.com/forum/index.php?showtopic=111347&st=0&gopid=814773& It seems like everyone who has the problem is having it intermittently so I'm not sure how much anyone can really do...Appreciate all your time and effort, gentlemen!
- 5:29 PM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) updated by
- AdmiralAlkex, My apologies if I misrepresented your proposed solution. Let us see what the Devs decide - I would be more than happy if we could work together on refining the UDF if they go for your solution.
- 3:58 PM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) updated by
- I wouldn't call it a permanent Adlib, as it is enabled only when necessary and disables itself when all sounds is _SoundClosed'ed. I would be willing to improve the proof-of-concept to UDF standards if anyone is interested in seeing this. Only real question is what size the Array should be (or make it grow/shrink dynamically, I have no problems with either) and what would be a fitting time for the Adlib. Rebuilding it with a dynamic Array would make the Adlib-time mostly irrelevant (could be seconds or hours) so dynamic is probably the wisest. I also have some ideas to reduce the impact on the rest of the script (in the proof-of-concept the whole array is walked through, so it could be running up to 100 SoundClose() every second, which shouldn't really be necessary at all).
- 11:02 AM Ticket #1707 (_SoundPlay fails with Windows Media files in Vista/Win7) created by
- A recent thread …
- 10:19 AM Ticket #1706 (GuiCtrlGetPos) updated by
- I found how to get this values: […] but I do not think many people will be able to guess this
- 10:00 AM Ticket #1706 (GuiCtrlGetPos) updated by
-
Version changed
Automatic ticket cleanup. - 9:26 AM Ticket #1706 (GuiCtrlGetPos) created by
- Can you to add this function ( GuiCtrlGetPos(controlID) ) that will be …
- 7:22 AM Ticket #1705 (Control Resizing before WinMove) updated by
- Hm, with GuiCtrlSetPos the bug disappears. This is a bug or not?
- 5:52 AM Ticket #1705 (Control Resizing before WinMove) updated by
- Hm, I also used _WinAPI_MoveWindow instead WinMove and ControlMove and no Effect! I do not know what to do in this situation. How do to avoid this bug?
- 5:35 AM Ticket #1705 (Control Resizing before WinMove) created by
- I saw like a ticket, but there is not clear what exactly fixed. In …
Note:
See TracTimeline
for information about the timeline view.
