Pane Action debacles |
Post Reply |
Author | |
JSram
Groupie Joined: 22 October 2004 Status: Offline Points: 42 |
Post Options
Thanks(0)
Posted: 31 October 2006 at 7:17pm |
Hi,
first of all, it seem like PaneActionExpanded never fire. Then when the mouse hover over tabs in a group of hidden panes it expands the frame with panes and the pane related to the tab displays, fine. But/However, the PaneActionActivated event doesn't fire unless the tab is clicked. This would (possibly) be ok if it at least fires when you click inside the pane - but it doesn't . So as the pane expands fully, without clicking the tab and makes it "appear" to be active one can fully expect the user wont click the tab but move right into the controls on the pane - without a (proper) way to detect it as ActivePane in this case is set to Nothing. Ok I can set flags with each and every control, but I don't want my code cluttered with such things. The main problem with this is that's if I want to take some action e.g. refresh some content before the user gets started with something, I can't do this in a sure and consitent way. I don't know if this is a bug or what, but it would sure help if PaneActionActivated fired when the mouse hover the tab as it display the pane content and at least makes it "appear" to be active. /Joakim |
|
JSram
Groupie Joined: 22 October 2004 Status: Offline Points: 42 |
Post Options
Thanks(0)
|
Hmm, it appers like PaneActionExpanding actually is PaneActionExpanded which was missleading me, as to me any -ing word describes something that is going on continuosly and hasn't completed yet.
Ok this at least make sit possible for me to trap it, but as it works now it's realy the TabFrame that becomes activated and not the pane it self when clicking the tab as the pane.id already is set then. A bit confusing I must say. /Joakim |
|
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 |