Jump to content

toe_head2001

Administrator
  • Posts

    5,032
  • Joined

  • Last visited

  • Days Won

    155

Everything posted by toe_head2001

  1. On the plus side, the default buttons for attachments are now nice and big. It almost the same; mostly just color and spacing adjustments for consistency. Is there anything specific you don't like?
  2. Sorry, there is no way to disable them. This particular issue will be fixed in paint.net v4.2.14. You can install a beta build from here: https://forums.getpaint.net/topic/116990-paintnet-4214-beta-build-7547/
  3. There's a Light Rays plugin: https://forums.getpaint.net/topic/4495-light-rays/
  4. You can try the .NET Framework Repair Tool: https://support.microsoft.com/en-us/help/2698555/microsoft-net-framework-repair-tool-is-available If that does doesn't work, try using the System File Checker: https://support.microsoft.com/en-us/help/4026529/windows-10-using-system-file-checker
  5. That information was deleted like 2 years ago. It talked about using BBCode and other antiquated things. An admin just needs to remove the link.
  6. Creating a how-to for materials that could be used in a court of law? I'm not sure anyone here is qualified for that. You'd probably want to talk with a lawyer, or at the least a paralegal.
  7. I generally recommend Let's Encrypt. Right now, I'm using certificates from Cloudflare, but that's only because I was already using their other services. Once you've obtained the certificate files from a third-party, your web host should be able to help you install them. i.e They'll do it for you.
  8. Is this tutorial even needed anymore? Can't TR's Dodge and Burn plugin do all this? (not a rhetorical question) I've replaced the thumbnails with the full-sized images.
  9. You can get DV certificates for free these days. In fact, most web hosts offer to install free certificates right in their hosting control panels. If your web host doesn't offer that convenience, free certificates are available from several Certificate Authorities. ex: Let's Encrypt, ZeroSLL, Cloudflare. The only time you need to pay, is if you want an OV or EV certificate. Certificates are the norm now; financial transactions or not.
  10. Defender SmartScreen is telling you it's an unrecognized program. It is not telling you it's a virus or some other kind of malware. Does it matter if SmartScreen doesn't recognize the plugin pack? You recognize the plugin pack, and that it came from me on this website.
  11. He is probably is blocking HTTP resources on HTTPS webpages. It's probably time to modernize your site with HTTPS, @Red ochre.
  12. This will be fixed in paint.net v4.2.14. You can install an alpha build from here: https://forums.getpaint.net/topic/116972-paintnet-4214-alpha-build-7542/
  13. @wojti.j created an alternative icon with the correct color palette. It looks awesome. https://forums.getpaint.net/topic/116817-fluent-paintnet-icon/
  14. The tooltip will flash, and/or it will prevent you from clicking the menu item. They're two different symptoms, but both are caused by the same issue. It seems John is experiencing the second symptom:
  15. The link to the Download is on that page. Use Ctrl+F if you need to.
  16. The issue was discussed here: https://forums.getpaint.net/topic/108934-submenu-flashing-info-problem/ Sorry, there's no way to disable the tooltips.
  17. Calling FinishTokenUpdate(); will cause Render to execute.
  18. https://forums.getpaint.net/topic/116703-mathlatex-plugin/
  19. The .NET Framework can be download here: https://dotnet.microsoft.com/download/thank-you/net48
  20. Please ensure you've copied from the correct layer.
  21. You could have saved yourself a whole lot of time, if you had just read the previous posts in this topic.
  22. The WinForms designer doesn't work with Generic types. There are a few explanations for this on stackoverflow, if you're inclined to look them up. You have to derive from the non-generic Effect type, if you want to use the WinForms designer. (you can technically have multiple levels of derivation to work around the issue, but that's a bit of a kludge) I thought I had added that to the templates... guess not. Feel free to submit a pull request on GitHub.
  23. For your case, I suggest using the one simply labeled "Effect". It's a custom Winforms template that allows you to use the Winforms Designer in Visual Studio. "PropertyBasedEffect" is what CodeLab would generate for you, and thus, would not be appropriate.
  24. No. You'll need to make a custom WinForms dialog if you want to do that kind of stuff. Luckily, there are templates available: https://forums.getpaint.net/topic/115325-project-templates-for-visual-studio/
×
×
  • Create New...