![]()  | 
 
[SOLVED] Icons in ReportControl markup | 
 
    Post Reply  
   | 
  
| Author | |
   
   Aaron  
   
   Senior Member  
   Joined: 29 January 2008 Status: Offline Points: 2192  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Topic: [SOLVED] Icons in ReportControl markupPosted: 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  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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  | 
 |
![]()  | 
 |
   
   Aaron  
   
   Senior Member  
   Joined: 29 January 2008 Status: Offline Points: 2192  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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....  | 
 |
![]()  | 
 |
   
   Aaron  
   
   Senior Member  
   Joined: 29 January 2008 Status: Offline Points: 2192  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 26 May 2008 at 10:12am | 
 
   
   
 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)
      Quote   Reply
   
     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).
    
   
   | 
 |
![]()  | 
 |
   
   Oleg  
   
   Senior Member  
   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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  | 
 |
![]()  | 
 |
   
   Aaron  
   
   Senior Member  
   Joined: 29 January 2008 Status: Offline Points: 2192  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 26 May 2008 at 10:36am | 
 
   
   
 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  
   
   Senior Member  
    
   Joined: 14 February 2004 Status: Offline Points: 18057  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 24 June 2008 at 2:51pm | 
 
| 
   
    
   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)
      Quote   Reply
   
     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....  | 
 |
![]()  | 
 |
   
   SuperMario  
   
   Senior Member  
    
   Joined: 14 February 2004 Status: Offline Points: 18057  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     Posted: 03 July 2008 at 11:59am | 
 
| 
   
    
   Commandbars
    
   
   | 
 |
![]()  | 
 |
   
   Aaron  
   
   Senior Member  
   Joined: 29 January 2008 Status: Offline Points: 2192  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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....  | 
 |
![]()  | 
 |
   
   Aaron  
   
   Senior Member  
   Joined: 29 January 2008 Status: Offline Points: 2192  | 
  
   
      Post Options
    
        Thanks(0)
      Quote   Reply
   
     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....  | 
 |
![]()  | 
 |
    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  |