quaizywabbit Posted July 11, 2005 Share Posted July 11, 2005 [beta - .56] its not clearing the label, just painting characters on top of the previous ones.... [release] works ok... Just like Holger said....... [u]Do more with pre-existing apps![/u]ANYGUIv2.8 Link to comment Share on other sites More sharing options...
buzz44 Posted July 12, 2005 Share Posted July 12, 2005 I am using beta .56 and it work's fine, appear's to any way. qq Link to comment Share on other sites More sharing options...
jpm Posted July 12, 2005 Author Share Posted July 12, 2005 I am using beta .56 and it work's fine, appear's to any way.<{POST_SNAPBACK}>I is ok for me too no painting problem in .56 XP/SP2 Link to comment Share on other sites More sharing options...
Zedna Posted July 12, 2005 Share Posted July 12, 2005 (edited) On my WIN 98 SE I can introduce this bug toobut only after resizing window to certain size.I think it appears only if position of label is on such positionwhere is some problem with align to previous label.Note that label and button are changing their position when window is resized (but in code there is nothing such defined?)Here are some screenshots:1) first label - not yet corrupted2) second label - first corrupted3) many times clicked at this size/position of window4) with au3info window - note window size for help reproducing this EDIT: I have beta 56. Edited July 12, 2005 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
jpm Posted July 12, 2005 Author Share Posted July 12, 2005 12th July 2005 - v3.1.1.57 (beta)Updated : RegEnumVal return the type of the value in @Extended (by Holger) Fixed : StringReplace("abc","","") returns 1 instead of "". (Thanks abel,JdeB) Fixed : Execute() doc. (Thanks w0uter) Added : WinMove with x,y =default will not move just resize. (Thanks SlimShady) Added : IsKeyword(), default keyword can be used as parameter in a function call. (Thanks Valik) Fixed : GUITreeViewItem notifies wrong on first setting focus on a GUITreeView. (Thanks LazyCoder/Holger). Fixed : WinSetTrans return error. Added : False and Bool keywords doc. (Thanks CyberSlug) Fixed : Assign not creating/assigning macro variable. (Thanks Valik) Fixed : Assign respect Opt("MustDeclareVars",1). Fixed : GUICtrlCreateObj() no longer closes the object after the control (or GUI) has been deleted. (By SvenP) Updated : GuiCtrlRead with Checbox, Radio, doc precision. (Thanks Burrup) Fixed : Redeclare of local variable. (Thanks Valik/Nutster) Fixed : Prevent Assign from assigning to a constant. (By Nutster) Fixed : Crash Autoit in FileFindFirstFile on empty dir. (Thanks eJan) Fixed : Array initialised as empty. (Thanks Valik/Nutster) Added : UDFs v1.23 (By JdeB/gafrost)- Updated _TimetoTicks: Made parameters optional defaulting to current time (slimshady)- Corrected Example for _GUICtrlTreeViewGetParentHandle (gafrost)- Fixed _StringEncrypt parameter redeclaration- Added _GUICtrlTreeViewGetParentID to GuiTreeView (gafrost) Try to start separate Threads for bug/ support. Thanks Link to comment Share on other sites More sharing options...
layer Posted July 12, 2005 Share Posted July 12, 2005 (edited) Definatley will start debugging, but I just have like, 2 questions.EDIT: Sorry, forgot to read your whole post, will move this to another thread! Edited July 12, 2005 by layer FootbaG Link to comment Share on other sites More sharing options...
jpm Posted July 13, 2005 Author Share Posted July 13, 2005 13th July 2005 - v3.1.1.58 (beta)Fixed : Repainting label modify by GuiCtrlSetData. (Thanks Holger) Fixed : if $a = default (Thanks SlimShady) Fixed : $a=30e-006. (Thanks Zedna) Fixed : RegEnumVal return type in @error instead os @extended. (Thanks Mhz) Link to comment Share on other sites More sharing options...
quaizywabbit Posted July 13, 2005 Share Posted July 13, 2005 jpm--.59 Installer is corrupted......shows "NSIS Error" when attempting setup [u]Do more with pre-existing apps![/u]ANYGUIv2.8 Link to comment Share on other sites More sharing options...
w0uter Posted July 13, 2005 Share Posted July 13, 2005 .59 isnt posted yet. so i asume it is still beeing uploaded. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll Link to comment Share on other sites More sharing options...
quaizywabbit Posted July 13, 2005 Share Posted July 13, 2005 must have d/l'ed it while it was being uploaded.... works fine now [u]Do more with pre-existing apps![/u]ANYGUIv2.8 Link to comment Share on other sites More sharing options...
jpm Posted July 13, 2005 Author Share Posted July 13, 2005 14th July 2005 - v3.1.1.59 (beta)Added : default keyword can be used to replace -1 in AutoIt Functions call. (Thanks Valik) Fixed : DllStructCreate doc typo. (Thanks Burrup) Fixed : Com ref doc typo. (Thanks Confuzzled) Added : UDFs v1.24 (By JdeB/gafrost)- Fixed _GUICtrlListViewGetNextItem.au3 example (gafrost)- Fixed _DateIsValid Documentation and Example. Link to comment Share on other sites More sharing options...
jpm Posted July 16, 2005 Author Share Posted July 16, 2005 16th July 2005 - v3.1.1.60 (beta)Fixed : GUICtrlSetData with float value. (Thanks Zedna) Changed : Opt, InputBox, MsgBox can use default keyword (By Nutster) Added : Aut2Exe small compile file .A3X. (by JON, yes sometime he writes code, in fact very good one) Added : @AUTOITPID macro. (By Valik) Added : ConsoleRead(). (By Dave) Fixed : GuiCtrlGetInfo() doc typo. (Thanks Burrup) Added : COM properties or methods can now also be used immediately to array elements containing objects. (By SvenP) Added : Usage of 'Default' keyword instead of empty arguments to COM functions (only valid if COM function supports it). (By SvenP) Added : UDFs v1.25/26 (By JdeB/gafrost)- Fixed _GUICtrlListViewGetNextItem. (gafrost)- Fixed _GUICtrlListViewDeleteAllItems and _GUICtrlListViewDeleteItem when _GUICtrlListViewInsertItem used to populate the ListView. (gafrost) Link to comment Share on other sites More sharing options...
GaryFrost Posted July 16, 2005 Share Posted July 16, 2005 Added : Aut2Exe small compile file .A3X. (by JON, yes sometime he writes code, in fact very good one)doesn't this require a new aut2exe.exe?if so it wasn't in the zip file.Gary SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference. Link to comment Share on other sites More sharing options...
Administrators Jon Posted July 16, 2005 Administrators Share Posted July 16, 2005 16th July 2005 - v3.1.1.60 (beta)Added : Aut2Exe small compile file .A3X. (by JON, yes sometime he writes The cheek! Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
jpm Posted July 16, 2005 Author Share Posted July 16, 2005 doesn't this require a new aut2exe.exe?if so it wasn't in the zip file.Gary<{POST_SNAPBACK}>Will be in the 3.1.1.61 Link to comment Share on other sites More sharing options...
jpm Posted July 16, 2005 Author Share Posted July 16, 2005 The cheek! <{POST_SNAPBACK}>Next time I will put the red icon.I hope you like the choosen oneIn France it is "le vert d'espérance" Link to comment Share on other sites More sharing options...
buzz44 Posted July 17, 2005 Share Posted July 17, 2005 (edited) For .60...Fixed : GuiCtrlGetInfo() doc typo. (Thanks Burrup)Should be.Fixed : GUIGetCursorInfo() doc typo. (Thanks Burrup) . Edited July 17, 2005 by Burrup qq Link to comment Share on other sites More sharing options...
JSThePatriot Posted July 17, 2005 Share Posted July 17, 2005 For .60...Should be. .<{POST_SNAPBACK}>LMAO that means for .61 you will have another typo fix jk hehe.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more) Link to comment Share on other sites More sharing options...
Administrators Jon Posted July 17, 2005 Administrators Share Posted July 17, 2005 3.1.1.61 installer looks to be corrupt... Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
jpm Posted July 17, 2005 Author Share Posted July 17, 2005 3.1.1.61 installer looks to be corrupt...<{POST_SNAPBACK}>try again I was uploading it :"> Link to comment Share on other sites More sharing options...
Recommended Posts