ACalcutt Posted November 10, 2007 Posted November 10, 2007 Man this sucks, i can't find another equivelent...its probrably staring me in the face equivent for _GUICtrlListViewGetCurSel in v3.2.9.8 (beta)? Andrew Calcutt Http://www.Vistumbler.net Http://www.TechIdiots.net Its not an error, its a undocumented feature
GaryFrost Posted November 10, 2007 Posted November 10, 2007 expandcollapse popup; #OLD_FUNCTIONS#================================================================================================================ ; Old Function/Name ; --> New Function/Name/Replacement(s) ; =============================================================================================================================== ;_GUICtrlListViewCopyItems ; --> _GUICtrlListView_CopyItems ;_GUICtrlListViewDeleteAllItems ; --> _GUICtrlListView_DeleteAllItems ;_GUICtrlListViewDeleteColumn ; --> _GUICtrlListView_DeleteColumn ;_GUICtrlListViewDeleteItem ; --> _GUICtrlListView_DeleteItem ;_GUICtrlListViewDeleteItemsSelected ; --> _GUICtrlListView_DeleteItemsSelected ;_GUICtrlListViewEnsureVisible ; --> _GUICtrlListView_EnsureVisible ;_GUICtrlListViewFindItem ; --> _GUICtrlListView_FindInText, _GUICtrlListView_FindItem, _GUICtrlListView_FindNearest, _GUICtrlListView_FindParam, _GUICtrlListView_FindText ;_GUICtrlListViewGetBackColor ; --> _GUICtrlListView_GetBkColor ;_GUICtrlListViewGetCallbackMask ; --> _GUICtrlListView_GetCallbackMask ;_GUICtrlListViewGetCheckedState ; --> _GUICtrlListView_GetItemChecked ;_GUICtrlListViewGetColumnOrder ; --> _GUICtrlListView_GetColumnOrder ;_GUICtrlListViewGetColumnWidth ; --> _GUICtrlListView_GetColumnWidth ;_GUICtrlListViewGetCounterPage ; --> _GUICtrlListView_GetCounterPage ;_GUICtrlListViewGetCurSel ; --> _GUICtrlListView_GetNextItem ;_GUICtrlListViewGetExtendedListViewStyle ; --> _GUICtrlListView_GetExtendedListViewStyle ;_GUICtrlListViewGetHeader ; --> _GUICtrlListView_GetHeader ;_GUICtrlListViewGetHotCursor ; --> _GUICtrlListView_GetHotCursor ;_GUICtrlListViewGetHotItem ; --> _GUICtrlListView_GetHotItem ;_GUICtrlListViewGetHoverTime ; --> _GUICtrlListView_GetHoverTime ;_GUICtrlListViewGetItemCount ; --> _GUICtrlListView_GetItemCount ;_GUICtrlListViewGetItemTextArray ; --> _GUICtrlListView_GetItemTextArray ;_GUICtrlListViewGetItemText ; --> _GUICtrlListView_GetItemTextString ;_GUICtrlListViewGetNextItem ; --> _GUICtrlListView_GetNextItem ;_GUICtrlListViewGetSelectedCount ; --> _GUICtrlListView_GetSelectedCount ;_GUICtrlListViewGetSelectedIndices ; --> _GUICtrlListView_GetSelectedIndices ;_GUICtrlListViewGetSubItemsCount ; --> _GUICtrlListView_GetColumnCount ;_GUICtrlListViewGetTopIndex ; --> _GUICtrlListView_GetTopIndex ;_GUICtrlListViewGetUnicodeFormat ; --> _GUICtrlListView_GetUnicodeFormat ;_GUICtrlListViewGetView ; --> _GUICtrlListView_GetView ;_GUICtrlListViewHideColumn ; --> _GUICtrlListView_HideColumn ;_GUICtrlListViewInsertColumn ; --> _GUICtrlListView_InsertColumn ;_GUICtrlListViewInsertItem ; --> _GUICtrlListView_InsertItem ;_GUICtrlListViewJustifyColumn ; --> _GUICtrlListView_JustifyColumn ;_GUICtrlListViewScroll ; --> _GUICtrlListView_Scroll ;_GUICtrlListViewSetColumnHeaderText ; --> _GUICtrlListView_SetColumn ;_GUICtrlListViewSetColumnWidth ; --> _GUICtrlListView_SetColumnWidth ;_GUICtrlListViewSetColumnOrder ; --> _GUICtrlListView_SetColumnOrder ;_GUICtrlListViewSetCheckState ; --> _GUICtrlListView_SetItemChecked ;_GUICtrlListViewSetHotItem ; --> _GUICtrlListView_SetHotItem ;_GUICtrlListViewSetHoverTime ; --> _GUICtrlListView_SetHoverTime ;_GUICtrlListViewSetItemCount ; --> _GUICtrlListView_SetItemCount ;_GUICtrlListViewSetItemSelState ; --> _GUICtrlListView_SetItemSelected ;_GUICtrlListViewSetItemText ; --> _GUICtrlListView_SetItemText ;_GUICtrlListViewSort ; --> _GUICtrlListView_SimpleSort SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
ACalcutt Posted November 10, 2007 Author Posted November 10, 2007 hmm...thanks for the list I would have never thought that function did the same thing Andrew Calcutt Http://www.Vistumbler.net Http://www.TechIdiots.net Its not an error, its a undocumented feature
Emiel Wieldraaijer Posted November 12, 2007 Posted November 12, 2007 It's not a new function just renamed Best regards,Emiel Wieldraaijer
GaryFrost Posted November 12, 2007 Posted November 12, 2007 It's not a new function just renamedWant to bet? SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Emiel Wieldraaijer Posted November 12, 2007 Posted November 12, 2007 No .. you are right the function is completely new .. but the old names are not used any more.. so it's replaced like you said Old Function/Name --> New Function/Name/Replacement(s) _GUICtrlTabSetCurFocus -> _GUICtrlTab_SetCurFocus Best regards,Emiel Wieldraaijer
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now