Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EGL Development Tools » View - ActionView(isSwappable do not work after ActionView/TargetView)
View - ActionView [message #907209] Mon, 03 September 2012 14:26 Go to next message
Trond Einar Nilsen is currently offline Trond Einar NilsenFriend
Messages: 36
Registered: December 2011
Member
Hi,

The swappable function is very nice for DojoMobileView, but after ActionView is clicked for DojoMobileToolBarButton or TargetView for DojoMobileIconItem I do not manage to get the swapping to work anymore. I have tried to set the property .isswappable again and also .selected, but no luck. My intention is to make it optional for users to click on an icon to see a view or to swap between views.
Any hints about how to make this work?

Rgds Trond
Re: View - ActionView [message #907456 is a reply to message #907209] Tue, 04 September 2012 03:29 Go to previous message
Smyle H is currently offline Smyle HFriend
Messages: 58
Registered: September 2012
Member
Thank Trond. I have reproduced it.

It should be a limitation of view's swappable feature. Swappable feature only supports swap views side by side. That means if you want to jump from view1 to view3 directly, swappable feature doesn't support it. =(

Here is the view hierarchy tree I tested.

-View1(isSwappable=true,actionView=View3)
+View11(isSwappable=true)
-View2(isSwappable=true)
+View21(isSwappable=true)
-View3(isSwappable=true)

If there is any updates of this feature, I will post it here.
Previous Topic:How to Configure back level Java version
Next Topic:Disabling DojoButtons
Goto Forum:
  


Current Time: Fri Apr 26 07:45:04 GMT 2024

Powered by FUDForum. Page generated in 0.02955 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top