Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - [SOLVED] Icons in ReportControl markup
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[SOLVED] Icons in ReportControl markup

 Post Reply Post Reply
Author
Message
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED] Icons in ReportControl markup
    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....
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2008 at 9:57am
Hi,
:( Yes, looks like need to add XtremeReportControl.Icons property :(
We will add it, Thanks.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2008 at 10:06am
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....
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2008 at 10:12am
Originally posted by oleg oleg wrote:

Hi,
:( Yes, looks like need to add XtremeReportControl.Icons property :(
We will add it, Thanks.
 
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....
Back to Top
ijwelch View Drop Down
Senior Member
Senior Member


Joined: 20 June 2006
Status: Offline
Points: 262
Post Options Post Options   Thanks (0) Thanks(0)   Quote ijwelch Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2008 at 10:20am
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).
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2008 at 10:29am
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
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 26 May 2008 at 10:36am
Originally posted by oleg oleg wrote:

HI,
 
Markup for each control search images in icons of globalsettings. Currently there is only CommandBarsGlobalSettings.Icons and SuiteControlsGlobalSettings.Icons properties.
 
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....
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 24 June 2008 at 2:51pm
Do you use Options.UseSharedImageList = True ?  If so, then the icons will get added to GlobalSettings.
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 24 June 2008 at 3:20pm
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....
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 03 July 2008 at 11:59am
Commandbars
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 04 July 2008 at 2:07am
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....
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 08 July 2008 at 1:28am
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....
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.