Author Topic: Set Frame Icon in wxSmith not worked  (Read 3733 times)

Offline zac

  • Multiple posting newcomer
  • *
  • Posts: 27
Set Frame Icon in wxSmith not worked
« 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?

Thanks.

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: Set Frame Icon in wxSmith not worked
« Reply #1 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?
Currently, yes.

Offline zac

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: Set Frame Icon in wxSmith not worked
« Reply #2 on: July 20, 2007, 02:38:03 am »
Thanks for your information.