Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Marius_Suiram

Pages: [1]
1
General / Re: SFML Icon - Pin To Taskbar Problem - Bug???
« on: June 18, 2017, 11:42:13 am »
That is true.

I will just have to take a deeper look in to making a resource file.

2
General / Re: cant remove this post
« on: June 17, 2017, 09:13:19 pm »
Thank you for the response. But it turned out to be fairly difficult when using a g++ compiler.

I have found a program named Resource Hacker where you can change the OS specific icon, and it seems to be working. You still need to use the SFML icon implementation for the other part of the icon.

3
General / SFML Icon - Pin To Taskbar Problem - Bug???
« on: June 17, 2017, 08:05:47 pm »
I am a beginner at SFML and I am loving it so far. I have recently made a little game where you move a cube around and it collides with the walls so you can't go past them. I am quite happy and proud with it at this point. I have made an icon for it, and it works. But with one exception.

I see it on the task bar when it is open. The green square is the icon: http://imgur.com/a/PHRTs

But when I pin it to the task bar: http://imgur.com/a/POOgG

The icon just turns into an executable extension icon on the taskbar: http://imgur.com/a/jxCc1

I wonder if I am setting the icon the wrong way or if it is a bug and will eventually be fixed in a later update to SFML. Here is the snippet of code for setting the icon: https://pastebin.com/nNrnuuFg

I wish to get any response as soon as possible :)
Thank you for any further response.

Pages: [1]