Code::Blocks Forums

User forums => Help => Topic started by: zac on July 19, 2007, 03:20:12 am

Title: Set Frame Icon in wxSmith not worked
Post by: zac on July 19, 2007, 03:20:12 am
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.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389 (http://forums.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389)?

Thanks.
Title: Re: Set Frame Icon in wxSmith not worked
Post by: raph on July 19, 2007, 01:58:51 pm
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.

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.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389 (http://forums.codeblocks.org/index.php/topic,5788.msg44389.html#msg44389)?
Currently, yes.
Title: Re: Set Frame Icon in wxSmith not worked
Post by: zac on July 20, 2007, 02:38:03 am
Thanks for your information.