Home » Extra libraries, Code snippets, applications etc. » Applications created with U++ » Ultimate Player
Re: Ultimate Player [message #705 is a reply to message #703] |
Wed, 25 January 2006 23:27   |
|
>Is it derived from ArrayCtrl?
No
>That would be good, because it would provide all the fancy features of that one.
That's why I coudn't derive my grid from array ctrl.. That would require too many internal changes. Besides when I was starting to create my grid I didn't know too well the array ctrl (lack of docs, large piece of code to analyse). I think my grid is very easy to use. Of course there are many differences to array ctrl but I don't think it is a big problem because they are new features specific.
Anyway I am widely open to any suggestions if you or somebody else don't like/would like to change sth.
>Is the GridControl strongly coupled with sqlite? That would not
>be that good, because the column & row dragging features might
>be needed in several places where SQL is not.
No it isn't at all. It's completely idependent just like array ctrl. To add data from database you just follow the classical way:
while(sql.Fetch())
{
grid.Add(sql);
}
while(sql.Fetch())
{
grid.Add();
grid.Set("col1", sql[0])
grid.Set(1, sql[1])
}
|
|
|
 |
|
Ultimate Player
By: unodgs on Sat, 07 January 2006 15:10
|
 |
|
Re: Ultimate Player
|
 |
|
Re: Ultimate Player
By: unodgs on Sat, 07 January 2006 23:45
|
 |
|
Re: Ultimate Player
|
 |
|
Re: Ultimate Player
By: unodgs on Sun, 08 January 2006 11:43
|
 |
|
Re: Ultimate Player
|
 |
|
Re: Ultimate Player
By: hojtsy on Wed, 25 January 2006 16:38
|
 |
|
Re: Ultimate Player
By: unodgs on Wed, 25 January 2006 19:33
|
 |
|
Re: Ultimate Player
By: hojtsy on Wed, 25 January 2006 22:48
|
 |
|
Re: Ultimate Player
By: unodgs on Wed, 25 January 2006 23:27
|
 |
|
Re: Ultimate Player
By: mirek on Thu, 26 January 2006 20:42
|
 |
|
Re: Ultimate Player
By: aroman on Sun, 16 April 2006 23:18
|
 |
|
Re: Ultimate Player
By: unodgs on Mon, 17 April 2006 00:14
|
 |
|
Re: Ultimate Player
By: h3l1 on Thu, 03 August 2006 11:24
|
 |
|
Re: Ultimate Player
By: unodgs on Sat, 05 August 2006 18:02
|
 |
|
Re: Ultimate Player
By: tojocky on Sun, 10 May 2009 07:09
|
 |
|
Re: Ultimate Player
By: unodgs on Mon, 11 May 2009 08:20
|
 |
|
Re: Ultimate Player
By: koldo on Mon, 11 May 2009 22:24
|
 |
|
Re: Ultimate Player
By: unodgs on Tue, 12 May 2009 22:22
|
 |
|
Re: Ultimate Player
By: tojocky on Wed, 13 May 2009 09:36
|
 |
|
Re: Ultimate Player
By: koldo on Thu, 14 May 2009 16:33
|
 |
|
Re: Ultimate Player
By: unodgs on Fri, 15 May 2009 08:16
|
 |
|
Re: Ultimate Player
By: koldo on Fri, 15 May 2009 08:30
|
 |
|
Re: Ultimate Player
By: unodgs on Fri, 15 May 2009 09:03
|
 |
|
Re: Ultimate Player
By: koldo on Sat, 16 May 2009 17:19
|
 |
|
Re: Ultimate Player
By: koldo on Sun, 17 May 2009 21:41
|
 |
|
Re: Ultimate Player
By: unodgs on Mon, 18 May 2009 08:52
|
 |
|
Re: Ultimate Player
By: koldo on Mon, 18 May 2009 10:21
|
Goto Forum:
Current Time: Sat Aug 09 20:17:55 CEST 2025
Total time taken to generate the page: 0.04521 seconds
|