MantisBT - MPfm | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0000297 | MPfm | UI | Custom Controls | Windows (WinForms) | public | 2012-02-19 11:16 | 2012-03-11 19:43 | |||||
Reporter | ycastonguay | |||||||||
Assigned To | ycastonguay | |||||||||
Priority | normal | Severity | major | Reproducibility | always | |||||
Status | resolved | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | 0.4.3.0 | |||||||||
Target Version | 0.6.0.0 | Fixed in Version | 0.6.0.0 | |||||||
Summary | 0000297: The embedded fonts aren't visible in design time (in Visual Studio) | |||||||||
Description | This is because the controls can't find the path to MPfm.Fonts.dll. The path to the executing assembly can be found only by running this code inside a control: ITypeResolutionService typeResService = GetService(typeof(ITypeResolutionService)) as ITypeResolutionService; if (typeResService != null) { path = typeResService.GetPathOfAssembly(Assembly.GetExecutingAssembly().GetName()); } This must be run outside of the constructor. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2012-02-19 11:16 | ycastonguay | New Issue | ||||||||
2012-02-19 11:16 | ycastonguay | Status | new => assigned | |||||||
2012-02-19 11:16 | ycastonguay | Assigned To | => ycastonguay | |||||||
2012-02-19 11:40 | svn | Checkin | ||||||||
2012-02-19 11:40 | svn | Note Added: 0000430 | ||||||||
2012-02-19 15:33 | svn | Checkin | ||||||||
2012-02-19 15:33 | svn | Note Added: 0000431 | ||||||||
2012-02-19 15:34 | ycastonguay | Status | assigned => resolved | |||||||
2012-02-19 15:34 | ycastonguay | Fixed in Version | => 0.6.0.0 | |||||||
2012-02-19 15:34 | ycastonguay | Resolution | open => fixed | |||||||
2012-03-11 19:43 | ycastonguay | Relationship added | child of 0000307 | |||||||
2012-04-17 19:10 | ycastonguay | Category | Controls => Windows Controls | |||||||
2012-04-24 20:59 | ycastonguay | Category | Windows Controls => UI | Windows | Custom Controls | |||||||
2012-04-24 20:59 | ycastonguay | Category | UI | Windows | Custom Controls => Custom Controls | Windows | |||||||
2012-04-24 21:00 | ycastonguay | Category | Custom Controls | Windows => UI | Custom Controls | Windows | |||||||
2012-04-24 21:01 | ycastonguay | Category | UI | Custom Controls | Windows => UI | Custom Controls | Windows (WinForms) |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|