Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only IconButton and IconPictureBox controls, no IconDropDownButton #62

Open
DannyDannyDan opened this issue Jan 27, 2021 · 8 comments
Open

Comments

@DannyDannyDan
Copy link

Hi, I've downloaded the latest code and am having some issues with the TestForms project. If I start debugging the project, the IconDropDownButton appears, however, I can't see the IconDropDown or a few other controls in the designer.

Also, if I install the FontAwesome.Sharp nuget package into other projects, I only get IconButton and IconPictureBox controls in the toolbox. Am I suppose to hand edit the designer file to use the other controls, or am I suppose to make my own user controls, or is this a bug?

Clipboard01

@mkoertgen
Copy link
Member

Hi @DannyDannyDan ,

Designer support should usually be available, however we never spent much effort on supporting a full-fledged designer experience.

So you may run into issues when the Designer tries to create the controls. It needs a parameterless ctor and loading the fonts into memory on the static constructors can cause trouble, especially when the hosting process is some more recent version of VisualStudio.

We started with WPF and added WinForms along the way to support some legacy applications.
We notice that recently the project gains much more interest in the WinForms community so we are aware that we lack a bit of support on this.

@mkoertgen
Copy link
Member

@DannyDannyDan i just checked the project myself and it looks the same for me, so let's declare it a bug.

image

@mkoertgen
Copy link
Member

@DannyDannyDan I labeled it also as up-for-grabs, so if you are inclined to contributing back and have interest and some time to spare we would love to accept some diagnostics insight, maybe even a pull request fixing the issue.

@DannyDannyDan
Copy link
Author

I'd like to help but it will be quite some time before I have spare time.

@mkoertgen mkoertgen added this to To do in FontAwesome.Sharp Mar 7, 2021
@ClubberLangG
Copy link

Hi,

Still no news about this issue ?

I've just downloaded the last nuget and there is no IconToolStripButton in the designer :-(

Thx

@mkoertgen mkoertgen moved this from To do to In progress in FontAwesome.Sharp Jun 26, 2022
@mkoertgen mkoertgen moved this from In progress to Review in progress in FontAwesome.Sharp Jun 26, 2022
@mkoertgen
Copy link
Member

Tried reproducing it. Manually adding the package-dll to the toolbox results in

image

@mkoertgen mkoertgen added this to the 6.1.2 milestone Aug 11, 2022
@mkoertgen mkoertgen moved this from Review in progress to To do in FontAwesome.Sharp Aug 11, 2022
@mkoertgen mkoertgen removed this from the 6.1.2 milestone Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

3 participants