Author |
Message |
Topic: How do you Animate a GIF in a PictureBox? |
tyro
Replies: 4
Views: 25295
|
Forum: DFL Posted: Wed Sep 16, 2009 4:16 am Subject: How do you Animate a GIF in a PictureBox? |
Interesting enough dfl -ver produces an error:
D:\code>dfl -ver
Using Phobos library
std.file.FileException: C:\Users\Andrew\dmd2\windows\packages\dfl\readme.txt: Th
e system cannot find the ... |
Topic: How do you Animate a GIF in a PictureBox? |
tyro
Replies: 4
Views: 25295
|
Forum: DFL Posted: Tue Sep 15, 2009 1:37 pm Subject: How do you Animate a GIF in a PictureBox? |
Borrowing from the examples on MSDN here is my attempt at this:
extern(Windows)
{
class ImageAnimator: dfl.form.Form
{
void Animate(Image image, EventHandler onFrameChangedHandler);
boo ... |
Topic: How do you Animate a GIF in a PictureBox? |
tyro
Replies: 4
Views: 25295
|
Forum: DFL Posted: Tue Sep 15, 2009 5:23 am Subject: How do you Animate a GIF in a PictureBox? |
I searched far and wide and the closest thing I can find that seems to be able to get the job done is the System.Drawing.ImageAnimator class defined in the .NET framework.
It is a class that inher ... |
Topic: Error: mixin is not defined (dmd v2.032) |
tyro
Replies: 0
Views: 14727
|
Forum: DFL Posted: Sat Sep 05, 2009 8:46 pm Subject: Error: mixin is not defined (dmd v2.032) |
the following appears on line 876 of control.d in the DFL package:
mixin OpApplyAddIndex!(opApply, Control);
Attempting to compile it results in the following error message:
control.d(8 ... |
Topic: How do you Animate a GIF in a PictureBox? |
tyro
Replies: 4
Views: 25295
|
Forum: DFL Posted: Fri Aug 28, 2009 6:22 pm Subject: How do you Animate a GIF in a PictureBox? |
I have an animated GIF I would like to display on a form and attempted to do so using a PictureBox. The image displays but is not animated. What is the proper way to do this? A pointer to the document ... |
Topic: Entice: Selecting Multiple Objects |
tyro
Replies: 0
Views: 9150
|
Forum: DFL Posted: Wed May 06, 2009 10:00 am Subject: Entice: Selecting Multiple Objects |
I'm requesting that multiple object selection be implemented in Entice. I find myself applying the like properties to numerous text boxes and labels "individually". This is extremely tedious ... |
Topic: How-to: update label at time interval? |
tyro
Replies: 2
Views: 11904
|
Forum: DFL Posted: Wed May 06, 2009 9:50 am Subject: How-to: update label at time interval? |
That did the trick... Thank you Chris. |
Topic: How-to: update label at time interval? |
tyro
Replies: 2
Views: 11904
|
Forum: DFL Posted: Sat May 02, 2009 7:24 pm Subject: How-to: update label at time interval? |
I have a label that I would like to update every 5 seconds with a new line form some file. How do I accomplish that?
Thanks in advance. |
Topic: compiling/installing DDBI |
tyro
Replies: 0
Views: 13476
|
Forum: DDBI Posted: Sun Apr 06, 2008 9:56 pm Subject: compiling/installing DDBI |
I think I did everyting correctly?
compiled using command:
dmd -run buildme sqlite
compilation successfull, however attempting to compile test program:
dmd test.d -version=dbi_sqlite dbi.lib s ... |
Topic: sorting and searching listview control |
tyro
Replies: 2
Views: 10228
|
Forum: DFL Posted: Sun Apr 29, 2007 4:03 am Subject: sorting and searching listview control |
How would one go about sorting a populated listview control based on the column clicked and selecting a particular row based on the value typed in a textbox?
Thanks in advance.
Tyro |
Topic: DFL 0.7 release |
tyro
Replies: 5
Views: 16403
|
Forum: DFL Posted: Wed Dec 15, 2004 12:40 pm Subject: DFL 0.7 release |
What is the proper way to install DFL?
Andrew
Did you try what dfl.chm said and add dfl's parent directory to sc.ini's DFLAGS?
Here's what mine looks like,
DFLAGS="-Id:\d\import;?@P?\ ... |
Topic: DFL 0.7 release |
tyro
Replies: 5
Views: 16403
|
Forum: DFL Posted: Wed Dec 15, 2004 11:53 am Subject: DFL 0.7 release |
Quick question Chris. I downloaded DFL and attempted to install it on my machine but could not compile my test file which currently only contains the following:
import dfl.all;
void main(){}
Wh ... |
Topic: lost: text parsing & GUI |
tyro
Replies: 2
Views: 9532
|
Forum: DWT Posted: Sat Dec 11, 2004 11:36 am Subject: lost: text parsing & GUI |
Could someone lend me a hand with this please?
http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/13572
Thaks,
Andrew |
|