D
Deleted member 103
Guest
Listview.dll with and without SQLite and SQLce-Interface
Hallo,
ListView is an alternative to the Table control providing some additional features like:
03.08.2008 v1.0.7.0:
Listview with SQLce-Interface, please read Helpfile for more informations.
Helpfile and Expamples are in the Zip-File.
I've added more functions which I don't want to describe here.
So please take a look at the examples and the helpfile.
07.08.2008 v1.0.7.1:
1) MoveSelectedRow (New function)
This feature moves all selected listview items either
to line up or down.
2) SelectRow
Error select resolved
3) DuplicateSelectedRow (New function)
Duplicate all selected Row
03.02.2009 v1.0.7.2:
I've added a lot of new features and properties, for example:
1) GridLines (the same view as Table Control)
2) LoadSQL (with Password and CommandString) Password only by ListviewSQLce
3) Tag-Property (Gets or sets an String that contains data to associate with the item)
4) ...
So please take a look at the examples and the helpfile.
06.03.2009 v1.0.7.4:
I've added a lot of new features and properties only bei ListviewSQLce:
1) Compact
2) IsPasswordOK
3) IsPasswordRequired
Example: http://www.b4x.com/forum/share-your-creations/3972-sqlce-manager.html#post22998
13.04.2009 v1.0.7.5:
Error in module LoadCSV fixed. Now you can add multi-line text.
20.06.2009 v1.0.7.6:
1. Error in module LoadCSV fixed, same function as Table-Control.
2. ListviewSQLDesktop.dll and ListviewSQLDevice.dll is now compatible with Basic4ppc V6.8
28.10.2010 v1.0.7.7:
1. ListviewSQLDesktop.dll and ListviewSQLDevice.dll is now compatible with Basic4ppc V6.9
24.11.2010 v1.0.7.8:
1. Event ItemCheck added
15.05.2011 v1.0.7.9:
2 Features added: SetItemTextColor and GetItemTextColor
18.05.2011 v1.0.8.0:
Features added: ContextMenuItemEnabled and ContextMenuItemEnabled2 ( get / set ContextMenuItemEnabled)
Ciao,
Filippo
Hallo,
ListView is an alternative to the Table control providing some additional features like:
- Alternate colors of every second row
- Text alignment within cells
- CheckBoxes in front of every row
- Full row select
- Gridlines
- Sorting upon click on header
- Full coloring options
- SQLite interface
- SQLce interface
- Elegant design
- Listview is there in two versions, with and without SQLite and SQLce-Interface.
- All SQL-functions and SQL-methods are included only in the Listview with and SQLite and SQLce-Interface.
03.08.2008 v1.0.7.0:
Listview with SQLce-Interface, please read Helpfile for more informations.
Helpfile and Expamples are in the Zip-File.
I've added more functions which I don't want to describe here.
So please take a look at the examples and the helpfile.
07.08.2008 v1.0.7.1:
1) MoveSelectedRow (New function)
This feature moves all selected listview items either
to line up or down.
2) SelectRow
Error select resolved
3) DuplicateSelectedRow (New function)
Duplicate all selected Row
03.02.2009 v1.0.7.2:
I've added a lot of new features and properties, for example:
1) GridLines (the same view as Table Control)
2) LoadSQL (with Password and CommandString) Password only by ListviewSQLce
3) Tag-Property (Gets or sets an String that contains data to associate with the item)
4) ...
So please take a look at the examples and the helpfile.
06.03.2009 v1.0.7.4:
I've added a lot of new features and properties only bei ListviewSQLce:
1) Compact
2) IsPasswordOK
3) IsPasswordRequired
Example: http://www.b4x.com/forum/share-your-creations/3972-sqlce-manager.html#post22998
13.04.2009 v1.0.7.5:
Error in module LoadCSV fixed. Now you can add multi-line text.
20.06.2009 v1.0.7.6:
1. Error in module LoadCSV fixed, same function as Table-Control.
2. ListviewSQLDesktop.dll and ListviewSQLDevice.dll is now compatible with Basic4ppc V6.8
28.10.2010 v1.0.7.7:
1. ListviewSQLDesktop.dll and ListviewSQLDevice.dll is now compatible with Basic4ppc V6.9
24.11.2010 v1.0.7.8:
1. Event ItemCheck added
15.05.2011 v1.0.7.9:
2 Features added: SetItemTextColor and GetItemTextColor
18.05.2011 v1.0.8.0:
Features added: ContextMenuItemEnabled and ContextMenuItemEnabled2 ( get / set ContextMenuItemEnabled)
Ciao,
Filippo
Attachments
Last edited by a moderator: