w0uter Posted August 17, 2005 Share Posted August 17, 2005 (edited) http://www.autoitscript.com/forum/index.php?showtopic=14689ANDI've deleted the source by accident Edited August 17, 2005 by w0uter 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...
Nutster Posted August 17, 2005 Share Posted August 17, 2005 Yup.I noticed that a BitRotate function was added. Was there any documentation for this? Cus there's nothing in the help file.And what does this mean exactly?"backup : Aut2Exe allowing .a3x with old logo."<{POST_SNAPBACK}>I was late on submitting some of the documentation so I expect it will show up in the next beta version. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd... Link to comment Share on other sites More sharing options...
jpm Posted August 26, 2005 Author Share Posted August 26, 2005 I was late on submitting some of the documentation so I expect it will show up in the next beta version.<{POST_SNAPBACK}>it is in search bitrotate but the tree has not been updated. :"> Link to comment Share on other sites More sharing options...
jpm Posted August 26, 2005 Author Share Posted August 26, 2005 (edited) 26th August, 2005 - v3.1.1.69 (beta)Updated : GuiCtrlSetImage doc for Treeview/Listview. (by Holger) Updated : Doc typos BitRotate doc. (Thanks ...) Fixed : GuiCtrlCreateCombo and $CBS_DROPDOWNLIST color. (Thanks .../Holger) Fixed : GuiCtrlCreateDate and $DTS_UPDOWN. (Thanks .../Holger) Fixed : GUI click return position. (by Holger) Updated : Internal code mainly keyword. (by Jon) Fixed : HWND string concatanation. (By Valik) Fixed : Au3Info dispalying styles (Bad update at icon change) Fixed : GuiCtrlCreateTreeView doc example. (Thanks .../Holger) Updated : UDF v1.31 (13 August 2005)- Updated _MouseTrap (gafrost)- Updated _GUICtrlEditScroll: Added $SB_SCROLLCARET - Scrolls the caret into view. (gafrost)- Added _ProcessGetPriority to Process.au3 (MSLx Fanboy)- Added _FilePrint to File.au3 (Erifash) don't use this thread to discuss new problems or support. ThanksEDITED Temporary removed Edited August 26, 2005 by jpm Link to comment Share on other sites More sharing options...
w0uter Posted August 26, 2005 Share Posted August 26, 2005 FINALY. 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...
jpm Posted August 26, 2005 Author Share Posted August 26, 2005 FINALY.<{POST_SNAPBACK}>Yes sometime you need to take vacation. Link to comment Share on other sites More sharing options...
jpm Posted August 26, 2005 Author Share Posted August 26, 2005 I remove .69 temporary due a warning of a bug in treeview clicking :"> Link to comment Share on other sites More sharing options...
Developers Jos Posted August 26, 2005 Developers Share Posted August 26, 2005 (edited) Yes sometime you need to take vacation.<{POST_SNAPBACK}>@JP, Did you see any thank you in that one word post ?I think it was kind or rude even when that's not intended, but that's just my humble opinion....Thanks for all your hard work, I know how much time it all take to merge other peoples code and even checking others peoples work to keep them also on the strait and narrow... Jos Edited August 26, 2005 by JdeB SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
jpm Posted August 26, 2005 Author Share Posted August 26, 2005 @JP, Did you see any thank you in that one word post ?I think it was kind or rude even when that's not intended, but that's just my humble opinion....Thanks for all your hard work, I know how much time it all take to merge other peoples code and even checking others peoples work to keep them also on the strait and narrow... Jos<{POST_SNAPBACK}>Thanks Jos, I see it and I was disapointed at first Link to comment Share on other sites More sharing options...
w0uter Posted August 26, 2005 Share Posted August 26, 2005 (edited) Thanks Jos, I see it and I was disapointed at first<{POST_SNAPBACK}>im sorry, i was just exited :">thank you for all the work you are doing for us. Edited August 26, 2005 by w0uter 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...
flyingboz Posted August 26, 2005 Share Posted August 26, 2005 (edited) AutoMate.<{POST_SNAPBACK}>the money grubbin' lamers <tounge firmly in cheek>Edit: Removed gratouitous (sp?) rant. Edited August 26, 2005 by flyingboz Reading the help file before you post... Not only will it make you look smarter, it will make you smarter. Link to comment Share on other sites More sharing options...
jpm Posted August 26, 2005 Author Share Posted August 26, 2005 im sorry, i was just exited :">thank you for all the work you are doing for us.<{POST_SNAPBACK}>No problem but don't use the .69 version I am uploading .70 as Holger discover a bad merge .zip is already up .exe is coming Link to comment Share on other sites More sharing options...
jpm Posted August 26, 2005 Author Share Posted August 26, 2005 26th August, 2005 - v3.1.1.70 (beta)Fixed : GUI click return position(bad correction). (sorry Holger) Link to comment Share on other sites More sharing options...
jpm Posted August 28, 2005 Author Share Posted August 28, 2005 28th August, 2005 - v3.1.1.71 (beta)Fixed : GuiGetMsg returning on Input control change. (Thanks redndahead,Holger) Fixed : GUICtrlCreateInput/Edit forcing WS_TABSTOP when ES_READONLY. Fixed : Exit inside UDF. (Thanks LxP/Jon) Fixed : Resizing of controls dynamically created. (Thanks HansH) Updated : Some clarification on return value = none. (Thanks /dev/null) Added : @UserFuncName useful for debugging. (by Kurt aka /dev/null) Updated : UDF v1.32 (28 August 2005)- Added _IsPressed (Ezzetabi/Jon)- Updated Corrected return value for _MouseTrap if no params passed. (gafrost)- Added _GUICtrlComboAutoComplete (gafrost)- Restored correct example for _GUICtrlListViewGetItemText (jdeb)- Added _ArrayPush to Array.au3 (hgeras) - Added _ArraySearch to Array.au3 (SolidSnake)- Added _ReplaceStringInFile to File.au3 (\dev\null) Updated : UDF v1.33 (28 August 2005)- Updated _ProcessGetPriority script logic and fixed example. (MSLx Fanboy) Link to comment Share on other sites More sharing options...
w0uter Posted August 29, 2005 Share Posted August 29, 2005 nice job. 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...
jpm Posted August 30, 2005 Author Share Posted August 30, 2005 (edited) 30th August, 2005 - v3.1.1.72 (beta)Added : separate colors for listview/treeview items. (by Holger) Updated : Gets more exactly position for contextmenu for listview/treeview items. (by Holger) Fixed : a small flickering bug in CtrlSetImage() for treeview items. (by Holger) Changed : TraySetState() optional parameter values. (by Holger) !!! Breaks current beta scripts if used TraySetState(x) with optional parameter !!! Fixed : GuiCtrlSetPos, GuiCtrlSetResizing use visible window. (Thanks Holger) Fixed : Crash on rightclick on treeview or listview. (By Holger) Removed : @UserFuncName to much overhead for simple script constraint. (By Jon) Added : PluginOpen, PluginsClose. (By Jon) Updated : UDF v1.34 (30 August 2005)- Fixed _ArraySearch example to point to Array.au3. (Thanks beerman) - Updated _IsPressed Added optional param to function for those that will use the function heavily they can pass a handle to the function for the dll. (gafrost/w0uter) Edited August 30, 2005 by jpm Link to comment Share on other sites More sharing options...
w0uter Posted August 30, 2005 Share Posted August 30, 2005 another new toy to play with. thank you. 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...
JoeCool Posted August 31, 2005 Share Posted August 31, 2005 (edited) 30th August, 2005 - v3.1.1.72 (beta)Changed : TraySetState() optional parameter values. (by Holger) !!! Breaks current beta scripts if used TraySetState(x) with optional parameter !!! So what happen with @SW_TRAYFLASH@SW_TRAYNOFLASH@SW_TRAYRESETare they gone ? they are still in the documentation ... Edited August 31, 2005 by JoeCool Link to comment Share on other sites More sharing options...
jpm Posted August 31, 2005 Author Share Posted August 31, 2005 So what happen with @SW_TRAYFLASH@SW_TRAYNOFLASH@SW_TRAYRESETare they gone ? they are still in the documentation ... <{POST_SNAPBACK}>but not in the corresponding function description. Read TraySetState docI will clean the Autoit-related macro page Link to comment Share on other sites More sharing options...
Wooltown Posted August 31, 2005 Share Posted August 31, 2005 Holger, thanks for the ability to have different colors in treeview/listview, is it possible to have GUICtrSetFont to work on treeview/listview/menuItem ? I would like to make some items bold. Regards Sven Link to comment Share on other sites More sharing options...
Recommended Posts