Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips > Additional Libraries
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Additional Libraries Users contributed libraries.
This sub-forum is only available to licensed users.

Listview.dll with and without SQLite-Interface

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-12-2008, 06:39 PM
Filippo's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Schwäb. Gmünd, Germany
Posts: 977
Awards Showcase
Beta Tester 
Total Awards: 1
Default Listview.dll with and without SQLite and SQLce-Interface

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.basic4ppc.com/forum/share...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
Attached Files
File Type: zip Listview.zip (94.0 KB, 75 views)
File Type: zip ListviewSQLce.zip (138.9 KB, 63 views)
__________________
PPC: MDA Pro, 2GB SD
Device: HTC Desire , Android 2.2
______________________

Last edited by Filippo : 05-18-2011 at 07:36 PM. Reason: Update
Reply With Quote
  #2 (permalink)  
Old 02-12-2008, 08:05 PM
giannimaione's Avatar
Basic4ppc Veteran
 
Join Date: Apr 2007
Location: Naples, Italy
Posts: 244
Send a message via Skype™ to giannimaione
Awards Showcase
Beta Tester 
Total Awards: 1
Default

ottima scelta Filippo,

ciao,
__________________
Gianni
Reply With Quote
  #3 (permalink)  
Old 08-03-2008, 05:05 PM
Filippo's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Schwäb. Gmünd, Germany
Posts: 977
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hallo,

Listview with SQLite and SQLce-Interface.

I've added more functions which I don't want to describe here.
So please take a look at the examples and the helpfile.


Ciao,
Filippo
__________________
PPC: MDA Pro, 2GB SD
Device: HTC Desire , Android 2.2
______________________
Reply With Quote
  #4 (permalink)  
Old 08-04-2008, 12:43 PM
Senior Member
 
Join Date: Apr 2007
Location: Canari Islan
Posts: 103
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Filippo thanks.

missing file system.data.sqlserverce.


manu
Reply With Quote
  #5 (permalink)  
Old 08-04-2008, 02:10 PM
Senior Member
 
Join Date: Apr 2007
Location: Canari Islan
Posts: 103
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hello Filippo.

I can use the TabControl with sqlliview?

I have tried but gives me wrong.

manu
Reply With Quote
  #6 (permalink)  
Old 08-04-2008, 06:31 PM
Filippo's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Schwäb. Gmünd, Germany
Posts: 977
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hallo manu,

you must "SQLserverCompact 3.5" install.
It is all in the help file describe.

Ciao,
Filippo
__________________
PPC: MDA Pro, 2GB SD
Device: HTC Desire , Android 2.2
______________________
Reply With Quote
  #7 (permalink)  
Old 08-04-2008, 07:22 PM
Senior Member
 
Join Date: Apr 2007
Location: Canari Islan
Posts: 103
Awards Showcase
Beta Tester 
Total Awards: 1
Default

thank you filippo.

I can use the TabControl with sqlliview?



Manu
Reply With Quote
  #8 (permalink)  
Old 08-04-2008, 08:14 PM
Filippo's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Schwäb. Gmünd, Germany
Posts: 977
Awards Showcase
Beta Tester 
Total Awards: 1
Default

you must listview into a Panel-Control and then Panel-Control in the TabControl.
__________________
PPC: MDA Pro, 2GB SD
Device: HTC Desire , Android 2.2
______________________
Reply With Quote
  #9 (permalink)  
Old 08-04-2008, 11:10 PM
Senior Member
 
Join Date: Apr 2007
Location: Canari Islan
Posts: 103
Awards Showcase
Beta Tester 
Total Awards: 1
Default

OK Filippo

Great solution.

Now I just need to know whether. Loadsql accepts orders sql


Thanks for your help
Reply With Quote
  #10 (permalink)  
Old 08-07-2008, 03:14 PM
Filippo's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Schwäb. Gmünd, Germany
Posts: 977
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hello,

i have updated my library v1.0.7.1


Ciao,
Filippo
__________________
PPC: MDA Pro, 2GB SD
Device: HTC Desire , Android 2.2
______________________
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Serielles Interface Heinz German Forum 20 06-20-2009 03:17 PM
Access to IShellLink Interface? BjornF Questions (Windows Mobile) 1 10-16-2008 06:13 PM
Listview.dll con SQLite e SQLce Filippo Italian Forum 1 08-04-2008 08:49 AM
Database Interface jireland Basic4ppc Wishlist 2 01-26-2008 10:23 PM
starter question Re interface colin9876 Questions (Windows Mobile) 3 11-15-2007 01:51 PM


All times are GMT. The time now is 10:25 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0