Jump to content

toe_head2001

Administrator
  • Posts

    5,013
  • Joined

  • Last visited

  • Days Won

    154

Everything posted by toe_head2001

  1. 1st Place: @Pixey with 12 votes 2nd Place: @MadJik & @MJW with 9 votes 3rd Place: @barbieq25 with 7 votes
  2. BoltBait is absolutely correct. There is no API Key in the source code. As for posting the source code... I guess I forgot to do that. I'll post it in the coming days.
  3. There's 22 hours left before the poll closes. Go vote. https://forums.getpaint.net/index.php?/topic/111558-object-of-the-fortnight-8-–-filled-drinking-glass-–-poll-open/
  4. That was resolved in version 4.0.17. You need to update. https://www.getpaint.net/doc/latest/SettingsDialog.html#5
  5. I'm going to add support for "user defined" Types to CodeLab's intelligent assistance. In other words, when you create a custom Type (class, struct, enum, ect.), you'll get auto complete, tooltips, and highlights. Sorry for going off topic, but I wanted to address this.
  6. I gave you the correct link. It says "v4.0.6+". Notice the plus sign... meaning version 4.0.6 and later versions.
  7. Yes, you can just select what you want. It won't force you to install everything contained in the pack.
  8. If it skips over zero, you can check for that. Use Math.Sign() to see if it changed from positive to negative, or vice-versa. int oldValue = trackBar1.Value; void trackBar1_Changed(object sender, EventArgs e) { if (trackBar1.Value == 0 || Math.Sign(trackBar1.Value) != Math.Sign(oldValue)) { myFunction(); } oldValue = trackBar1.Value; }
  9. You may vote for up to 5 entries. Poll will close on at 1700 UTC (5:00 PM UK Time) on Monday, July 24. See the Countdown for exact time remaining Poll is closed.
  10. Sorry. That was an oversight on my part. For the better part of a month, I've been occupied with a lot of unexpected and stressful things. When it rains, it pours. C'est la vie. Hopefully by the time the next OotF starts, I'll be able to give it some proper attention.
  11. For the OotF #9, the Drinking Glass can be of any type (just be sure it's made of transparent glass, and used for drinking) This list has some possibilities: https://en.wikipedia.org/wiki/List_of_glassware It must be filled with a beverage (or at least a liquid). Don't fill it with solids... like marbles, pens, ect. Maybe @MJW has more to add?
  12. Object of the Fortnight #9 – Filled Drinking Glass The deadline for entries is 0700 UTC (7:00 AM UK Time) on Monday, July 17. Please see the Countdown Timer for exact time remaining. . Competition Rules: 1. Your entry must not have a background/backdrop/scene; just the object on a transparent canvas. Shadows are fine. 2. Your entry must be 100% made using Paint.net. Don't use another image editor. Don't use stock images/photos (in full or parts thereof). 3. Max dimensions are 600x600. 4. You may modify or replace your image until the deadline. 5. Multiple entries per entrant are allowed. Make a separate post for each one. You may link to alternative versions, but they will not be part of your entry. This thread is for posting competition entries only. If you're not posting an entry, don't post here. If you want to talk about any of the entries, or ask a question regarding the competition, you can do so in the discussion thread found here.
  13. 1st Place: @MJW with 10 votes 2nd Place: @Pixey with 9 votes 3rd Place: @MadJik with 8 votes
  14. Don't forget to vote in the Maple Leaf poll: https://forums.getpaint.net/index.php?/topic/111481-object-of-the-fortnight-8-–-maple-leaf-?-–-poll-open/ We have about 26 hours until the poll ends. Coincidently, today is Canada Day.
  15. Plugins can only add custom Effects, not custom Tools.
  16. If you want to make a Slideshow with image files, the IrfanView program can do that. http://www.irfanview.net/
  17. You may vote for up to 5 entries. Poll will close on at 0700 UTC (7:00 AM UK Time) on Sunday, July 2. See the Countdown for exact time remaining
  18. You would have to do that using Visual Studio, as CodeLab just hard-codes the strings for UI Controls in your plugin. That's if you're using midora's OptionBasedEffects; not IndirectUI.
  19. What happened when you ran this tool? https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed Did it find the broken paint.net installation? Did it allow you to remove the broken installation?
  20. Too old? Can you link to the tutorials you're referring to?
  21. "1603" would have been a helpful detail. This means your installation of paint.net is broken. You can remove the broken installation with this tool: https://support.microsoft.com/en-us/mats/program_install_and_uninstall Afterwards, you should be able to install paint.net anew. If you have any further issues, you can take a look at this: https://forums.getpaint.net/index.php?/topic/110411-common-install-uninstall-crash-problems-and-solutions/
  22. Does this fatal error message give any details?
  23. Object of the Fortnight #8 – Maple Leaf The deadline for entries is 0400 UTC (4:00 AM UK Time) on Sunday, June 25. Please see the Countdown Timer for exact time remaining. . Competition Rules: 1. Your entry must not have a background/backdrop/scene; just the object on a transparent canvas. Shadows are fine. 2. Your entry must be 100% made using Paint.net. Don't use another image editor. Don't use stock images/photos (in full or parts thereof). 3. Max dimensions are 600x600. 4. You may modify or replace your image until the deadline. 5. Multiple entries per entrant are allowed. Make a separate post for each one. You may link to alternative versions, but they will not be part of your entry. This thread is for posting competition entries only. If you're not posting an entry, don't post here. If you want to talk about any of the entries, or ask a question regarding the competition, you can do so in the discussion thread found here.
  24. In this case, you'll need to manually install the .NET Framework. https://dotnet.microsoft.com/download/thank-you/net48 You should be able to install paint.net successfully afterwards. If you have any further issues, please see this guide: https://forums.getpaint.net/topic/110411-common-install-uninstall-crash-problems-and-solutions/
×
×
  • Create New...