-
Notifications
You must be signed in to change notification settings - Fork 271
using connectWorkspaceActions() with stackPane #604
Comments
This could be useful, but StackPane isn't as good a match as TabPane but I think it's doable. We would need to create a property that always contains the top most Node in the children view. When we have that, the rest should be pretty straight forward. |
…rty and various Workspace related functions and properties (#604)
I have added |
thank you |
My pleasure. Will you close the issue when you have tested it? |
i can't test it now . i will do after testing |
one missing questions |
this is my final work do you have alook
|
:) |
UserList is not subType of ScopedInstance |
Aha, I see :) About refresh - have implemented the functions needed, did you get it to work? |
if you mean by using var list:UserList= UserList() yes it work |
if the sub views can inject in the main view it will be perfect |
Sure they can :) |
i'm confuse how :) |
Make sure the main view extends |
ok i changed userList to View from Fragment and inject it in the main view |
You're welcome. You can do this with less tight coupling by firing an event in the subview and subscribing to that event in the mainview :) |
ther is no event in the subview
|
hello
stackPane missing the connectWorkspaceActions() method to using workspace actions over subviews
The text was updated successfully, but these errors were encountered: