Author |
Message |
Topic: Please move dead projects out of the way |
peter
Replies: 7
Views: 46679
|
Forum: Site Posted: Fri Aug 17, 2007 9:50 am Subject: Re: last activity to examine if project is active |
Hi Brad,
sorry, this was just a suggestion of mine to have a better overview.
I did not mean to change the sort order, just have some more cols with things like last activity and perhabs hits an ... |
Topic: Please move dead projects out of the way |
peter
Replies: 7
Views: 46679
|
Forum: Site Posted: Wed Aug 15, 2007 7:53 am Subject: last activity to examine if project is active |
Hi,
wouldn't it be a good idea to show the date of the last project activity
as it could be found on the timeline in the projects list ?
It would be much easier then to examine if a project is ... |
Topic: active? |
peter
Replies: 2
Views: 55258
|
Forum: FileBase Posted: Mon Aug 13, 2007 7:31 am Subject: yes it's active |
Hi,
yes the FileBase project is active.
I've been on holidays so I did not work on it
and the source is still in pre-alpha but if you are
interested you can download the current version
and h ... |
Topic: Panel with Scrollbars |
peter
Replies: 3
Views: 11546
|
Forum: DFL Posted: Wed Jun 06, 2007 3:02 pm Subject: Panel with Scrollbars |
Hi Chris,
yes, I've seen this and I tried to do it this way first :
// Do not modify or move this block of variables.
//~Entice Designer variables begin here.
dfl.panel.Panel panel1;
df ... |
Topic: Panel with Scrollbars |
peter
Replies: 3
Views: 11546
|
Forum: DFL Posted: Wed Jun 06, 2007 6:10 am Subject: Panel with Scrollbars |
Hi,
one more question :
How can I activate the scrollbars on a panel ?
I saw that panel is derived from ContainerControl which is derived from
ScrollableControl which should be able to do th ... |
Topic: Using PictureBox with STRETCH_IMAGE Mode |
peter
Replies: 3
Views: 13062
|
Forum: DFL Posted: Tue Jun 05, 2007 3:05 pm Subject: Using PictureBox with STRETCH_IMAGE Mode - working |
Hi cracki,
thanx for the help
with DockStyle FILL it works.
with(pic = new PictureBox)
{
sizeMode = PictureBoxSizeMode.STRETCH_IMAGE;
dock = DockStyle.FILL;
parent = this;
... |
Topic: Using PictureBox with STRETCH_IMAGE Mode |
peter
Replies: 3
Views: 13062
|
Forum: DFL Posted: Tue Jun 05, 2007 8:58 am Subject: Using PictureBox with STRETCH_IMAGE Mode |
Hi,
I am quite new to the D-Language, so please apologize if this question is silly.
I tried to change the pictureviewer example from the dfl package to be able to stretch or shrink an image.
... |
|