Hi, Looking at the demo application I noticed that you basically only add panels. For example on successful login I would expect that you would have to remove the login panels. What happens if you add a panel to a cell which is smaller than the last panel displayed? Does this mean when you add a panel to a cell it hides automatically the last active panel? And if so when would you use the removepanel api call? Are there any performance repercussions? What is the best approach when designing the application and the panels usage configuration? Can I assume that when when you remove a panel all included panels are removed as well. |
Hi Raymond,
What happens if you add a panel to a cell which has a different sice then the previous panel depends on your design. If the cell is allowed to size, then it will just resize, otherwise you could set new cell width/height programmatically. You are correct in your assumption that when you remove a panel, all included panels are removed as well. Have fun, Thanks Michiel. I am starting to get ready for the big stuff now. Just making sure I understand all the basics properly. With HTMLDB/APEX I missed/misunderstood/overlooked a few things in the early days (beta 1.0) which resulted me doing some things more convoluted then required. Of course I got it right later as I learned more and improved manuals came out. Just trying not to make the same "mistakes" with Formspider. The demo apps etc are helpful but some of the basic stuff is not explained / documented unfortunately.
(24 Feb '14, 04:09)
Raymond
|