Jump to content

Andrew D

Members
  • Posts

    2,135
  • Joined

  • Last visited

Everything posted by Andrew D

  1. Here is mine so far, consider it a APLHA version of the actual sig. Everything made by me bar the grass render which CMD used to render it for me.
  2. Well, to be honest, I'm not exactly really impressed. Miniamilsm isn't something able to be done in a few minutes.
  3. http://msdn.microsoft.com/msdntv/transc ... cript.aspx A little interview I found on Microsoft when trying to find some information on what Tom does now, seeing as we haven't seem him for quite a while.
  4. He's perfectly legit. What he is doing is selling a service (compiling all of those programs onto a disk for you). It's clear (I think) that the programs themselves are otherwise free. But aren't most of the programs on a lisence saying that people can't make money by selling it on?
  5. http://cgi.ebay.co.uk/Adobe-Photoshop-D ... dZViewItem Someone decided to sell PDN. I came across this when trying to find out how cheap you can get PS CS3 for.
  6. I wish someone could actually create CMD's browser. That would be awesome and mabye slightly better than FF......Mabye....... :?: And now, random emotion of the day. :AntiAliasingOff:
  7. You'll have to win, or have someone who shares your views.
  8. Well, I see some quite quick entries so far.....I'm still not quite sure what I can do for mine.... Might try and do a few versions and see which one comes out best.
  9. Basically, you want to be able to re-build them, right? Just keep a copy of the .gif and .png. It makes more sense that Rick finding a way to implement this into the .gif dialog stuff:
  10. Nope, that's probably an accident made by Rick when doing the Beta version, when he was making the plug-in windows non-resizable.
  11. If you want transparency in your image, you'll have to save it as a .png or .gif. Quite simally, that transparent image won't remain transparent, unless you mean translucent (as in, it isn't completely transparent) then it'll work. Actually, just post the image and we'll see what you mean.
  12. Yes, that's an example of a request for a future version This and more is planned, I just had to keep the scope of the system small enough for the first release in order to release something soon. Small and stable beats large and buggy any day. Ah, I see. So, in the code sample I put in my post, is that the way you would use the IndirectUI system?
  13. Fixed it. The thing is, I update the website on my server, then upload the things, meaning if I change a directory name, I need to do it for both places. That's what went wrong, the links were going to a non-existant directory.
  14. I'll browse the IndirectUI in the Object Browser now..... EDIT: I still don't really get it. How exactly do you use the controls? I see the same commands repeated over and over and over again. I'll just check the blog for when you showed it when making the "Mandelbrot Fractal" plug-in.... protected override PropertyCollection CreatePropertyCollection() { List props = new List(); props.Add(new Int32Property(PropertyNames.Factor, 1, 1, 10)); props.Add(new DoubleProperty(PropertyNames.Zoom, 10, 0, 100)); props.Add(new AngleProperty(PropertyNames.Angle)); props.Add(new DoubleVectorProperty( PropertyNames.Offset, Pair.MakePair(0.0, 0.0), Pair.MakePair(-1.0, -1.0), Pair.MakePair(1.0, 1.0))); props.Add(new Int32Property(PropertyNames.Quality, 2, 1, 4)); props.Add(new BooleanProperty(PropertyNames.InvertColors)); return new PropertyCollection(props, new PropertyCollectionRule[0]); I'm hoping that's an example of using the IndirectUI system, right? EDIT2: I have a request aswell, allow us to have more than one column for designing UI's using it?
  15. @ Madjik, love that reactor image. BTW, no-one looked at mine?
  16. Anyways, quite a bit of stuff in here.... So, anyways, I've updated the Flower In The Field: Depth Version and also create a new one, called the Flower In The Field: Mood Edition, which I hope you'll enjoy, and I've also put them up on my site, here. Also on my site you can find the parts of the Endorphin Comic which are done so far aswell, here. So, enjoy, and please comment.
  17. To be honest, the .NET Framework 3.0 will only be required when the HD Photo plug-in becomes built into PDN, and 3.5 probably only by PDN 4.0.
  18. So, which .dll extention would I need to browse through the Object Manager to see the controls you'd want to use?
  19. Navigation Home Content Me Geek I'm Coral I'm complicated. Layout Layout version 3.0 featuring photography by Mia. Made in Paint (LOL) To veiw more credits click Here Affilates apply Updates - 5/22/07 Font Revamp - 5/12/07 New Layout SHears - 4/5/07 New Layout &cliche;
  20. The reason you've came up with this is probably because you haven't read any of the announcments in the tutorials forum.
  21. Well, to be honest, I'm just wondering how you can use tools in the PaintDotNet.Resources file in VS C# Express 2008. I can use the normal design tools pretty well, but when I'd want to add something which aren't in the usual toolbox, how can you use them, such as the angle slider, and also the other tools which you can use? Or, of course, I'm talking a load of nonsense
  22. Mabye because your not working with a transparent image, or it's already centered?
×
×
  • Create New...