Jump to content

toe_head2001

Administrator
  • Posts

    5,021
  • Joined

  • Last visited

  • Days Won

    155

Everything posted by toe_head2001

  1. Another great icon set is Colibre by Andreas Kainz. The license is Creative Commons CC0. PNG Files: https://github.com/LibreOffice/core/tree/master/icon-themes/colibre SVG Files: https://github.com/LibreOffice/core/tree/master/icon-themes/colibre_svg Most of the icons in CodeLab are based on these icons.
  2. You still need to answer these questions: Is the issue with a classic installation of paint.net, or with a Store installation of paint.net? If the issue is with a Store installation of paint.net, is it actually crashing, or is it just closing due to a expired trial period?
  3. Oh, sorry. You need to be much more clear and give proper details.
  4. In the Start menu, right-click on paint.net, and click Uninstall.
  5. @Pixey, that tool doesn't work with apps from the Microsoft Store. You tried to uninstall the app from the Store? What happened when you tried? Were any messages or errors displayed?
  6. You are using a very old and unsupported version of Paint.NET. You need to update to get the proper bug fixes.
  7. You probably have an existing installation of paint.net that has become broken. Use this utility to remove the broken Paint.NET installation: https://support.microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed Then try to install the latest version of paint.net again. Let us know how it goes.
  8. Please show us a screenshot of that. It needs to show the distortion and the Paint.NET version.
  9. Please update Paint.NET to the latest version. It should fix the compatibility issues with Nvidia Image Sharpening.
  10. So it's not actually crashing? It's just closing because the trial period has ended? If the trial period has ended, you have two options: - Buy the app, and support further development. - Uninstall the app, and switch to the classic paint.net available at getpaint.net.
  11. User-Defined types and type members are also parsed via Reflection. Make sure the code was successfully compiled at least once before you try to get an AutoComplete for a field. (The build can fail afterwards, since a build failure won't clear out the previously set AutoComplete items.)
  12. You should see the autocomplete for 'c2' within a method (such as PreRender or Render), but you should not see it outside of a method.
  13. Were you typing in the class-level or within a Method body? That does make an intentional difference.
  14. Did you resolve the build errors before trying? Method parameters are "parsed" through Reflection of the built effect. So, if there are build errors, those parameters won't get parsed.
  15. Yeah, the auto complete box just needs to prioritize exact matches. Should be easy to fix. We are doing the "standard" way. I don't know of any editor that does it the inverse way.
  16. There does appear to be a bug here. I'll investigate. You can also press the Esc key.
  17. Please look again. Cartoonize.dll is indeed contained in the .ZIP.
  18. It reports that your Intel graphics driver is from 2013. Is that right? Can you please check, and update to the latest version available for Windows 8.1.
  19. Yes. Personally, I a bit curious. It showing a different driver every time is a bit odd.
  20. Edit menu --> Copy Merged (Ctrl+Shift+C) https://www.getpaint.net/doc/latest/EditMenu.html#6
  21. When was that possible? I don't see it in TR's original plugin.
  22. Please use the BlueScreenView utility to identify the cause of the BSOD. https://www.nirsoft.net/utils/blue_screen_view.html Let us know what you find.
  23. The plugin doesn't need to render them in an exact spot. You can move them after they've been rendered.
  24. Your scratchSurface Surface probably doesn't contain the same values as the src Surface. Did you copy the values over? You'll need to post your code to get any further help.
×
×
  • Create New...