dotnetlib-development Mailing List for NotActive
Brought to you by:
tamc
You can subscribe to this list here.
2004 |
Jan
|
Feb
(6) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dropbox <no-...@dr...> - 2010-05-22 22:31:20
|
We're excited to let you know that J.C. Ködel has invited you to Dropbox! J.C. Ködel has been using Dropbox to sync and share files online and across computers, and thought you might want it too. Visit http://www.dropbox.com/link/20.f-3WIzpDvb/NjE4MzIwOTE2Nw to get started. - The Dropbox Team ____________________________________________________ To stop receiving invites from Dropbox, please go to http://www.dropbox.com/bl/5e4a3e257f35/dotnetlib-development%40lists.sourceforge.net |
From: <jc...@gm...> - 2004-12-13 23:41:59
|
Hello, I'm testing the dotnetlib ContainerListView control on a ERP/CRM project, and I'm confronting some problems and doubts: 1) Is there any way to make a "data bind" to it? Filling the listview with databasereader seems to be too slow (yes, I'm using BeginUpdate/EndUpdate). 2) How can I get the current sorted column and its order and, most important, how can I set it? I want to save the sort order last used and load it again when the control is loaded next time. 3) There is some way to make right mouse click don't work? I'm mean: I want to select some rows and, without deselect them, call a popup menu (now, when I do this, the row that receives the mouse click is selected, losting the other selections). And, BTW, it's a great control, although a bit confusing at start, but a very nice job. PS: I know there is something more than a ContainerListView. The purpose of DotNetLib is unclear for me. Anyone can clense this doubt? Many thanks to all and sorry for my bad english ;-) --=20 [] J=FAlio C=E9sar K=F6del http://www.tenebree.com |
From: <ben...@id...> - 2004-05-25 09:20:56
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Jovchev, K. <Jo...@qu...> - 2004-02-26 13:02:40
|
Hi,=20 Nice, can you add me to developers of the project in sf.net, my nick there is cyrilo. I was looking about the issue with drag multiple items selected and also context menu when multiple items are selected, I think that behavour of control should be changed. I was testing in windows explorer and in this case we have to add selection of item on mouseup event, and in MouseSelection method change line (2474) else=20 to else if (!item.Selected)// just a click, just select it exclusively and handle this in MouseUp event. BR //cyrilo > -----Original Message----- > From: Josh [mailto:jo...@ch...]=20 > Sent: Thursday, February 26, 2004 11:13 AM > To: Jovchev, Kiril > Subject: RE: [DotNetLib-Development] DragDrop feature >=20 > Thanks. I've recently updated the code on SourceForge as I=20 > found those null reference (among others), thanks for sending=20 > those too me though! I'll look into your code and apply the=20 > patch tomorrow. Thanks again. >=20 > -Josh >=20 > -----Original Message----- > From: dot...@li... > [mailto:dot...@li...] On=20 > Behalf Of Jovchev, Kiril > Sent: Thursday, February 26, 2004 2:27 AM > To: dot...@li... > Subject: RE: [DotNetLib-Development] DragDrop feature >=20 > Hi again >=20 > Here are the patches. I have found some bug in=20 > ContainerListViewItem and fixed it, there are missing null checks. >=20 > I have implemented drag and drop like > > > - Being able to drag items from the control onto other > > controls (ala > > > the typical use of icons in the right pane of windows explorer) >=20 > but there is need to modify way how items are selected, because now > there is no way to drag multiple items. if the modifiers keys are > released and mousedown event occures selection is lost, and there is > only one selected items, so draging have to happend with some modifier > key down :-) >=20 > I could look into this. >=20 > BR > //Cyrilo >=20 > > -----Original Message----- > > From: Jovchev, Kiril=20 > > Sent: Thursday, February 26, 2004 8:52 AM > > To: dot...@li... > > Subject: RE: [DotNetLib-Development] DragDrop feature > >=20 > > DragDrop feature, you have it in TODO list.=20 > > > - Being able to drag items from the control onto other=20 > > controls (ala=20 > > > the typical use of icons in the right pane of windows explorer) > > This is what I have in mind, and I have implemented this=20 > > functionallity in TreeListView control, the old one, from=20 > > about an year ago. I could implement the same in this=20 > control as well. > >=20 > > > - Being able to reorder the items by dragging and dropping=20 > > (ala the=20 > > > folder bar in windows explorer) > > This can be also implemented but this feature should work,=20 > > like in windows explorer only when control is in one of the=20 > > Icons modes (Large Icons and Small Icons), then user can=20 > > reorder icons by draging and droping inside the control. > >=20 > > > In the case of the latter, could you send me your=20 > TreeListView for=20 > > > inspiration, thanks! > > Actually this is you control, just it first version then you=20 > > had there 2 main classes one was ContainerListView and other=20 > > TreeListView I have been using TreeListView in my project and=20 > > I needed DragDrop there so I have implemented it. > >=20 > > BR > > //Cyrilo > >=20 > >=20 > > > -----Original Message----- > > > From: Josh [mailto:jo...@ch...] > > > Sent: Thursday, February 26, 2004 7:18 AM > > > To: dot...@li... > > > Subject: RE: [DotNetLib-Development] DragDrop feature > > >=20 > > > By Drag and Drop what exactly do you mean? I can see it=20 > meaning a=20 > > > couple of things. > > >=20 > > > - Being able to reorder the items by dragging and dropping=20 > > (ala the=20 > > > folder bar in windows explorer) > > >=20 > > > - Being able to drag items from the control onto other=20 > > controls (ala=20 > > > the typical use of icons in the right pane of windows explorer) > > >=20 > > > Or, I suppose you could mean both of them. I agree that=20 > > this should=20 > > > be functionality that is included in this control. > > > You claim to have implemented it in another TreeListView=20 > > control; do=20 > > > you want to try to implement it in this control? > > > If you don't want to, I'll get to it one day (but I have=20 > > other items=20 > > > on my things TODO that are more important in my eyes). In=20 > > the case of=20 > > > the latter, could you send me your TreeListView for inspiration,=20 > > > thanks! > > >=20 > > > -Josh > > >=20 > > > -----Original Message----- > > > From: dot...@li... > > > [mailto:dot...@li...]=20 > > On Behalf=20 > > > Of Jovchev, Kiril > > > Sent: Wednesday, February 25, 2004 2:59 AM > > > To: dot...@li... > > > Subject: [DotNetLib-Development] DragDrop feature > > >=20 > > > hi, > > >=20 > > > I was using in my project TreeListView control, and I have=20 > > implemented=20 > > > DragDrop feature, we have to add this here as well problably. > > >=20 > > > BR > > > //Cyrilo > > >=20 > > > -- > > >=20 > > > QUARTAL - Your Information. Our Mission. > > >=20 > > > Kiril Jovchev, Senior Software Developer > > > (jo...@qu...) mobile +358 [0]424 258 265 =20 > > > fax +358 [0]424 258 360 > > >=20 > > > http://www.quartal.com > > >=20 > > >=20 > > > ------------------------------------------------------- > > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > > Build and deploy apps & Web services for Linux with a free DVD=20 > > > software kit from IBM. Click Now! > > > http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick > > > _______________________________________________ > > > DotNetLib-Development mailing list > > > Dot...@li... > > > https://lists.sourceforge.net/lists/listinfo/dotnetlib-development > > >=20 > > >=20 > > >=20 > > > ------------------------------------------------------- > > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > > Build and deploy apps & Web services for Linux with a free DVD=20 > > > software kit from IBM. Click Now! > > > http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick > > > _______________________________________________ > > > DotNetLib-Development mailing list > > > Dot...@li... > > > https://lists.sourceforge.net/lists/listinfo/dotnetlib-development > > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > Build and deploy apps & Web services for Linux with a free=20 > > DVD software kit from IBM. Click Now! > > http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick > > _______________________________________________ > > DotNetLib-Development mailing list > > Dot...@li... > > https://lists.sourceforge.net/lists/listinfo/dotnetlib-development > >=20 >=20 >=20 |
From: Jovchev, K. <Jo...@qu...> - 2004-02-26 08:38:43
|
Hi again Here are the patches. I have found some bug in ContainerListViewItem and fixed it, there are missing null checks. I have implemented drag and drop like > > - Being able to drag items from the control onto other=20 > controls (ala=20 > > the typical use of icons in the right pane of windows explorer) but there is need to modify way how items are selected, because now there is no way to drag multiple items. if the modifiers keys are released and mousedown event occures selection is lost, and there is only one selected items, so draging have to happend with some modifier key down :-) I could look into this. BR //Cyrilo > -----Original Message----- > From: Jovchev, Kiril=20 > Sent: Thursday, February 26, 2004 8:52 AM > To: dot...@li... > Subject: RE: [DotNetLib-Development] DragDrop feature >=20 > DragDrop feature, you have it in TODO list.=20 > > - Being able to drag items from the control onto other=20 > controls (ala=20 > > the typical use of icons in the right pane of windows explorer) > This is what I have in mind, and I have implemented this=20 > functionallity in TreeListView control, the old one, from=20 > about an year ago. I could implement the same in this control as well. >=20 > > - Being able to reorder the items by dragging and dropping=20 > (ala the=20 > > folder bar in windows explorer) > This can be also implemented but this feature should work,=20 > like in windows explorer only when control is in one of the=20 > Icons modes (Large Icons and Small Icons), then user can=20 > reorder icons by draging and droping inside the control. >=20 > > In the case of the latter, could you send me your TreeListView for=20 > > inspiration, thanks! > Actually this is you control, just it first version then you=20 > had there 2 main classes one was ContainerListView and other=20 > TreeListView I have been using TreeListView in my project and=20 > I needed DragDrop there so I have implemented it. >=20 > BR > //Cyrilo >=20 >=20 > > -----Original Message----- > > From: Josh [mailto:jo...@ch...] > > Sent: Thursday, February 26, 2004 7:18 AM > > To: dot...@li... > > Subject: RE: [DotNetLib-Development] DragDrop feature > >=20 > > By Drag and Drop what exactly do you mean? I can see it meaning a=20 > > couple of things. > >=20 > > - Being able to reorder the items by dragging and dropping=20 > (ala the=20 > > folder bar in windows explorer) > >=20 > > - Being able to drag items from the control onto other=20 > controls (ala=20 > > the typical use of icons in the right pane of windows explorer) > >=20 > > Or, I suppose you could mean both of them. I agree that=20 > this should=20 > > be functionality that is included in this control. > > You claim to have implemented it in another TreeListView=20 > control; do=20 > > you want to try to implement it in this control? > > If you don't want to, I'll get to it one day (but I have=20 > other items=20 > > on my things TODO that are more important in my eyes). In=20 > the case of=20 > > the latter, could you send me your TreeListView for inspiration,=20 > > thanks! > >=20 > > -Josh > >=20 > > -----Original Message----- > > From: dot...@li... > > [mailto:dot...@li...]=20 > On Behalf=20 > > Of Jovchev, Kiril > > Sent: Wednesday, February 25, 2004 2:59 AM > > To: dot...@li... > > Subject: [DotNetLib-Development] DragDrop feature > >=20 > > hi, > >=20 > > I was using in my project TreeListView control, and I have=20 > implemented=20 > > DragDrop feature, we have to add this here as well problably. > >=20 > > BR > > //Cyrilo > >=20 > > -- > >=20 > > QUARTAL - Your Information. Our Mission. > >=20 > > Kiril Jovchev, Senior Software Developer > > (jo...@qu...) mobile +358 [0]424 258 265 =20 > > fax +358 [0]424 258 360 > >=20 > > http://www.quartal.com > >=20 > >=20 > > ------------------------------------------------------- > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > Build and deploy apps & Web services for Linux with a free DVD=20 > > software kit from IBM. Click Now! > > http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick > > _______________________________________________ > > DotNetLib-Development mailing list > > Dot...@li... > > https://lists.sourceforge.net/lists/listinfo/dotnetlib-development > >=20 > >=20 > >=20 > > ------------------------------------------------------- > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > Build and deploy apps & Web services for Linux with a free DVD=20 > > software kit from IBM. Click Now! > > http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick > > _______________________________________________ > > DotNetLib-Development mailing list > > Dot...@li... > > https://lists.sourceforge.net/lists/listinfo/dotnetlib-development > >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with a free=20 > DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick > _______________________________________________ > DotNetLib-Development mailing list > Dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetlib-development >=20 |
From: Jovchev, K. <Jo...@qu...> - 2004-02-26 07:03:06
|
DragDrop feature, you have it in TODO list.=20 > - Being able to drag items from the control onto other=20 > controls (ala the typical use of icons in the right pane of=20 > windows explorer) This is what I have in mind, and I have implemented this functionallity in TreeListView control, the old one, from about an year ago. I could implement the same in this control as well. > - Being able to reorder the items by dragging and dropping=20 > (ala the folder bar in windows explorer) This can be also implemented but this feature should work, like in windows explorer only when control is in one of the Icons modes (Large Icons and Small Icons), then user can reorder icons by draging and droping inside the control. > In the case of the latter, could you send me your=20 > TreeListView for inspiration, thanks! Actually this is you control, just it first version then you had there 2 main classes one was ContainerListView and other TreeListView I have been using TreeListView in my project and I needed DragDrop there so I have implemented it. BR //Cyrilo > -----Original Message----- > From: Josh [mailto:jo...@ch...]=20 > Sent: Thursday, February 26, 2004 7:18 AM > To: dot...@li... > Subject: RE: [DotNetLib-Development] DragDrop feature >=20 > By Drag and Drop what exactly do you mean? I can see it=20 > meaning a couple of things. >=20 > - Being able to reorder the items by dragging and dropping=20 > (ala the folder bar in windows explorer) >=20 > - Being able to drag items from the control onto other=20 > controls (ala the typical use of icons in the right pane of=20 > windows explorer) >=20 > Or, I suppose you could mean both of them. I agree that this=20 > should be functionality that is included in this control. =20 > You claim to have implemented it in another TreeListView=20 > control; do you want to try to implement it in this control? =20 > If you don't want to, I'll get to it one day (but I have=20 > other items on my things TODO that are more important in my=20 > eyes). In the case of the latter, could you send me your=20 > TreeListView for inspiration, thanks! >=20 > -Josh >=20 > -----Original Message----- > From: dot...@li... > [mailto:dot...@li...] On=20 > Behalf Of Jovchev, Kiril > Sent: Wednesday, February 25, 2004 2:59 AM > To: dot...@li... > Subject: [DotNetLib-Development] DragDrop feature >=20 > hi, >=20 > I was using in my project TreeListView control, and I have=20 > implemented DragDrop feature, we have to add this here as=20 > well problably. >=20 > BR > //Cyrilo >=20 > -- >=20 > QUARTAL - Your Information. Our Mission. >=20 > Kiril Jovchev, Senior Software Developer=20 > (jo...@qu...) mobile +358 [0]424 258 265 =20 > fax +358 [0]424 258 360 >=20 > http://www.quartal.com=20 >=20 >=20 > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with a free=20 > DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick > _______________________________________________ > DotNetLib-Development mailing list > Dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetlib-development >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with a free=20 > DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick > _______________________________________________ > DotNetLib-Development mailing list > Dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetlib-development >=20 |
From: Josh <jo...@ch...> - 2004-02-26 05:28:00
|
By Drag and Drop what exactly do you mean? I can see it meaning a = couple of things. - Being able to reorder the items by dragging and dropping (ala the = folder bar in windows explorer) - Being able to drag items from the control onto other controls (ala = the typical use of icons in the right pane of windows explorer) Or, I suppose you could mean both of them. I agree that this should be functionality that is included in this control. You claim to have implemented it in another TreeListView control; do you want to try to implement it in this control? If you don't want to, I'll get to it one = day (but I have other items on my things TODO that are more important in my eyes). In the case of the latter, could you send me your TreeListView = for inspiration, thanks! -Josh -----Original Message----- From: dot...@li... [mailto:dot...@li...] On Behalf Of Jovchev, Kiril Sent: Wednesday, February 25, 2004 2:59 AM To: dot...@li... Subject: [DotNetLib-Development] DragDrop feature hi, I was using in my project TreeListView control, and I have implemented DragDrop feature, we have to add this here as well problably. BR //Cyrilo -- QUARTAL - Your Information. Our Mission. Kiril Jovchev, Senior Software Developer (jo...@qu...) mobile +358 [0]424 258 265 =20 fax +358 [0]424 258 360 http://www.quartal.com=20 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id438&op=3Dick _______________________________________________ DotNetLib-Development mailing list Dot...@li... https://lists.sourceforge.net/lists/listinfo/dotnetlib-development |
From: Jovchev, K. <Jo...@qu...> - 2004-02-25 09:10:05
|
hi, I was using in my project TreeListView control, and I have implemented DragDrop feature, we have to add this here as well problably. BR //Cyrilo -- QUARTAL - Your Information. Our Mission. Kiril Jovchev, Senior Software Developer (jo...@qu...) mobile +358 [0]424 258 265 =20 fax +358 [0]424 258 360 http://www.quartal.com=20 |
From: Josh <jo...@ch...> - 2004-02-25 08:08:03
|
Hello everyone, First off, let me apologize for a few things. - I hate sending mail to a group of people using BCCs, but there are quite a few of you I wanted to keep informed and this is the most efficient method. - Excuse the general nature of this email. My audience here is quite diverse; some of you have been using the control for a while, others for a little bit, while even others I haven't even sent it to. Some have the source, others have the binaries. Some have contributed bugs and some even bug fixes. - For being a little slow in responding to some of you over the past week or so. Just know that things have been hectic and I'll spare you the details of my life. Now that we have that out of the way, let's get to the good stuff. As some of you are aware, I've been using SourceForge for version control while developing this control. The project's main page is located at: http://sourceforge.net/projects/dotnetlib/ and from now on I'll be utilizing more of SourceForge's functionality. The rest of this email will describe which features I'm going to use and how you can participate if you were so inclined. - Mailing lists - I've set up two of them, one for general announcements and one for development discussions. Feel free to subscribe to either or both of them here: http://sourceforge.net/mail/?group_id=56982 . I would encourage all of you to at least subscribe to the announcements list, as unless you check the project's page periodically this will be the only way you'll know about new releases, new controls, etc. If you would like to get involved with the development go ahead and use the other list. - Bug and feature trackers - while I will probably accept bug reports and feature requests via the development mailing list, I am going to try to start using this functionality on SourceForge as well. It will help me stay organized and will ensure that your problems are addressed in one way or another. On average, I receive over 1000 emails a day, about half of them are SPAMs and the rest are mostly a variety of various mailing lists. While my filters do a pretty good job, it's not the most ideal environment for making sure everything gets taken care of. - File releases - no longer will I be sending you zipped up versions of the binaries or source code. Unless of course I'm using you to help test a bug or feature that you reported and you don't like using CVS. I would encourage all of you to download the 0.1.0.8 release that is currently being hosted. It has a few fixes, performance tweaks, and memory cleanups that I haven't sent to anybody else. - CVS - I'll continue to use this to keep a copy of my latest source code. Development access to the repository will be given if you're going to be contributing code, new controls, etc. Other than those, I won't likely be using much else of the system (unless of course you would like to use the donation system ;-)). The code will always be under the very flexible BSD license, so feel free to do with it as you see fit (so long as it adheres to the few rules the license does describe). Thanks again to everyone for helping me develop this control. It's coming along nicely but still has a long way to go. -Josh |