ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2021

N.A.N.Y. 2021: ClipURLCleaner - Clean URLs in your clipboard

<< < (4/7) > >>

Tuxman:
just missing notify icon
-KodeZwerg (September 25, 2020, 04:17 AM)
--- End quote ---

Windows does not accept emojis and Windows does not accept images anymore? Oh my...

It is surprisingly uneasy to write multi-platform desktop applications in Go. Sorry for the inconveniences. Next time I’ll use Delphi again.

KodeZwerg:
The notify icon should be in icon format (.ico), at least 16x16 pixel.
Official Microsoft Help for that subject with Code example can be found here.
Just skip the ".net" stuff, basics are the same.

How to do in GO x64 = no idea.

How to do in Delphi = here  :-*
(Delphi accept .png or other image formats native and convert to .ico internal)

And yes, CrossPlatform development can be very time consuming.
Thats why I just create WinApi applications. (easy to do and easy to care)


Have a great Weekend,

regards!

Tuxman:
The notify icon should be in icon format (.ico), at least 16x16 pixel.-KodeZwerg (September 25, 2020, 05:23 AM)
--- End quote ---

Mine’s 72x72:
https://code.rosaelefanten.org/clipurlcleaner/file?name=icondata.go&ci=tip

(.ico -> []byte)

And yes, CrossPlatform development can be very time consuming.
Thats why I just create WinApi applications. (easy to do and easy to care)
-KodeZwerg (September 25, 2020, 05:23 AM)
--- End quote ---

This tool grew out of a Twitter suggestion, someone asked for a Windows/macOS tool. As I bought a MacBook last year (and I use it more than my Windows machine currently), I could fulfill his wish rather easily. :)
Sometimes, Windows-only is a good idea, but only if you’re using Windows as your only desktop system...

(For example, the dehexify tool I published earlier is a Windows-only application I wrote for my actual day work, only to be run on my work computer which is a Windows 10 one.)

Contro:
How’s this?
-Tuxman (September 25, 2020, 04:10 AM)
--- End quote ---
Why this clip.zip have three downloads and the main one in the beginning of the post 0 downloads !!!!!!
 :-* :P

Contro:
Why the file from the windows version download before to uncompress is flickering the type all the time ?
 :-* :P

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version