[SOLVED] Icons in ReportControl markup |
Post Reply |
Author | |
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
Posted: 26 May 2008 at 9:39am |
Hi,
I'm trying to add markup tooltips to ReportControl. I tried and tried but no result. The skin on the back of my head is already showing
The only thing is missing is the icon before "Press F1 for more help" (tooltip reportcontrol). The tooltip for commandbars is OK, well see for yourself if you want to. Would anybody be so kind and show me how to add the icon (see function LoadImages) in the tooltip before I look just like Kojak
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
:( Yes, looks like need to add XtremeReportControl.Icons property :(
We will add it, Thanks.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Oleg,
You are joking, right? I spent hours searching for nothing
One question though: If I want to build all my tooltips this way, can I expect more of these "snakes in the grass" ?
If there are any I would be glad if you tell me in advance!
Thank you
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Why do you need to add it. I'm a little confused right now.
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
|
This seems to be problem with markup rendering for report control as doesn't show image even when supplied as file path (as opposed to imagemanager id).
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
HI,
Markup for each control search images in icons of globalsettings. Currently there is only CommandBarsGlobalSettings.Icons and SuiteControlsGlobalSettings.Icons properties.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Oleg,
If I would do this:
CommandBars.GlobalSettings.Icons.RemoveAll
CommandBars.Icons.RemoveAll CommandBars.Icons.LoadIcon App.Path & "\Events.ico", ID_TOOLBAR_REPORTS_HELP, xtpImageNormal Would there still be an icon in GlobalSettings.Icons ? (because this still works with my sample)
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Do you use Options.UseSharedImageList = True ? If so, then the icons will get added to GlobalSettings.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
What GlobalSettings? Commandbars.GlobalSettings or ReportControl.GlobalSettings or .GlobalSettings... What do you mean SuperMario?
See the uploaded sample yourself, maybe I'm missing something...
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Commandbars
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
SuperMario,
I don't get it, you have to explain. See the sample project I uploaded and add comment or change code how this should be done.
Thanks
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Added in V12.0.1: ReportControlGlobalSettings.Icons property seems to solve the problem like Oleg said
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |