How can I move the focus of the panels? |
Post Reply |
Author | |
foxpro2000
Groupie Joined: 29 March 2009 Location: Italy Status: Offline Points: 17 |
Post Options
Thanks(0)
Posted: 19 July 2011 at 11:22am |
I would like to move the fire with the click of the mouse on the various panels and take control of the control reports. Now when I click on "Sopra Grid" does not turn blue as the "Griglia Grid" and the line of "control report" does not become blue. Help!
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
When RC looses focus, the selected row will be grayed (even when Pane is selected again) If you need selection to be blue when selecting a Pane you could do this:
Private Sub wndDockingPane_Action(ByVal Action As XtremeDockingPane.DockingPaneAction, ByVal Pane As XtremeDockingPane.IPane, ByVal Container As XtremeDockingPane.IPaneActionContainer, Cancel As Boolean)
Select Case Pane.ID Case 1 If Action = PaneActionActivated Then Me.ReportControl1.SetFocus Case 2 If Action = PaneActionActivated Then Me.ReportControl2.SetFocus Case 3 If Action = PaneActionActivated Then Me.ReportControl3.SetFocus End Select End Sub Hope this helps
|
|
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 |