Jump to content

Edit In Place Listview (multi-column)


eltorro
 Share

Recommended Posts

Until eltorro updates this script so that it runs with recent versions of AutoIt, and because a few people have asked about how to achieve this sort of in-place editing, here is a link to a post I made with an update to the UDF.

Hello martin,

Has an updated script for _EIPListView ever been posted anywhere which includes some of the fixes discussed by JohnBailey and eltorro? Or, has there been a refined solution developed along these lines and included in a recent version - that you might know of? I have been experimenting with this UDF downloaded from the linked post you mention above. I am using it to create a Combo box in the fourth column of ListViews of a GUI which has two tabs (a ListView in each).

I've been seeing a bug discussed above where if I click on an item - enabling the Combo drop down, and then move the entive GUI, the Combo drop down dosn't move with it. I'm also interested in some of the new features JohnBailey mentioned.

Any news would be great.

Thanks

Geoff

Link to comment
Share on other sites

  • 2 years later...
  • Replies 82
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

I am guessing that this worked with an older version of Au3 and the current version has broken the code...

I am using:

SciTE
Version 3.4.1
    Mar 30 2014 21:57:28

 

AutoIt 3.3.10.2

 

I tried this -  it pops errors all over - I checked the INCLUDEs - the handler script above requires 

#Include <GuiCombo.au3>
#Include <GuiList.au3>
 
which seem to have been replaced with
GuiComboBox.au3
GuiListBox.au3
 
-- I understand too little to understand the implications of changing this - it also moans about Global Constants previously declared:
"C:\Program Files\AutoIt3\Include\user_EIPListView.au3"(32,33) : error: $WM_MOVING previously declared as a 'Const'.
Global Const $WM_MOVING = 0x0216
 
There are several of these.

Skysnake

Why is the snake in the sky?

Link to comment
Share on other sites

  • Moderators

Skysnake,

You might want to look at my GUIListView UDF (see link in sig below) - it allows editing (plus a whole lot more) and works with the latest AutoIt version. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...