News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Set Frame Icon in wxSmith not worked

Started by zac, July 19, 2007, 03:20:12 AM

Previous topic - Next topic

zac

I've found that I cannot use the wxSmith's designer to set the frame's icon. I can select icon from the icon property, but after compiled, the Frame's icon still using the stand blank icon.

Is that the only way to set the frame icon is to set it inside the frame's constructor by manual code as stated in http://forums.next.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389?

Thanks.

raph

Quote from: zac on July 19, 2007, 03:20:12 AM
I can select icon from the icon property, but after compiled, the Frame's icon still using the stand blank icon.
That's right, this isn't implemented yet.

Quote from: zac on July 19, 2007, 03:20:12 AM
Is that the only way to set the frame icon is to set it inside the frame's constructor by manual code as stated in http://forums.next.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389?
Currently, yes.

zac