hi,
i have a toolbar and when i pressed the button, i want to know which viewdescriptor is shown at the active window ... how do i do it?
thanks
hi,
i have a toolbar and when i pressed the button, i want to know which viewdescriptor is shown at the active window ... how do i do it?
thanks
~goHAnZ
In the latest from CVS (I just added the ability) you can do
Code:getApplicationWindow().getView().getViewDescriptor()
wow, thanks a lot
it works ...![]()
~goHAnZ
mm, i have more question about the view ...
how do i save the previous view after i show the new view?
for example, if i have a transaction that include 3 views, and have the ability to return to the previous view ...
how do i save the previous view?
thanks ...
~goHAnZ
the same question!
how to get the previous view when many views exist at one time?
how to achieve the cascade of views?
thanks