I had used the TMS ICL components and would like to move to DPF. Thanks for that great toolset.
I have one problem. I have a tableview with various items. What I want to achieve is that I click on an item and another tableview slide into place as a detailview.
In ICL I have detailview and subdetailview to achieve this but I cannot find anything corresponding in DPF. Would you be able to help me or post a sample?
Many thanks
GJB
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can use the NavigationController. There is a demo included in the source. But do not expect exactly the same features since they are different components.
Greetings
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for pointing me to the demo. That helped a lot.
Now I have some additional questions:
1) why do I need the BarButton with Rootview := true? I would love to make this invisible as there is not use for it
2) I have no other BarButton and as I make the move to TableView2 and 3 via Code in the ItemSelect event. Works nicely except that I cannot get an updated PageviewTitle. This results in a back button on tableview2 which shows the Pageviewtitle of the rootpage and a back button on page 3 which simply says 'back'. It would be nice to be able to the the pageviewtitle.
I also tried to use two more Barbutton which give me Pageviewtitle but removes the Back button
Thanks for any suggestions
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I had used the TMS ICL components and would like to move to DPF. Thanks for that great toolset.
I have one problem. I have a tableview with various items. What I want to achieve is that I click on an item and another tableview slide into place as a detailview.
In ICL I have detailview and subdetailview to achieve this but I cannot find anything corresponding in DPF. Would you be able to help me or post a sample?
Many thanks
GJB
You can use the NavigationController. There is a demo included in the source. But do not expect exactly the same features since they are different components.
Greetings
Thanks looks good - probably need to link it with ItemSelect in Tableview
BTW: Great work
Thanks for pointing me to the demo. That helped a lot.
Now I have some additional questions:
1) why do I need the BarButton with Rootview := true? I would love to make this invisible as there is not use for it
2) I have no other BarButton and as I make the move to TableView2 and 3 via Code in the ItemSelect event. Works nicely except that I cannot get an updated PageviewTitle. This results in a back button on tableview2 which shows the Pageviewtitle of the rootpage and a back button on page 3 which simply says 'back'. It would be nice to be able to the the pageviewtitle.
I also tried to use two more Barbutton which give me Pageviewtitle but removes the Back button
Thanks for any suggestions
Hello - any suggestions, please?
Problem Solved