I have seen few Ajax based RIA applications where, whenever there is a dialog box (either may be information, question, etc ...) on the middle of the screen, the whole browser space becomes fade (like a thin white layer over the browser) and the dialog box (may be custom UI element) acts as a modal dialog ONLY wrt the BROWSER TAB. It do not give access to other parts of the application when that dialog is active. But we are free to visit other TABs of the browser.
For e; if you ve used Google Calendar while deleting a meeting the confirmation dialog remains on top, and the rest of the screen fades away. Untill we close that dialog we can not access other parts of the application, but we can goto other browser tabs.
How to implement those kind of feature using Curl.
BTW, how the google calendar's Day/week/month view KINDs of UI can be created in Curl ?
Can we use simply the canvas -or- table -or- recordgrid (need suggestion).
Another thing, how to draw a balloon tooltip with a arrow towards the control (like in google earths tooltips over places or like Ajax tooltips found at http://www.dhtmlgoodies.com/scripts/ajax-tooltip/ajax-tooltip.html)
Thank you.
For e; if you ve used Google Calendar while deleting a meeting the confirmation dialog remains on top, and the rest of the screen fades away. Untill we close that dialog we can not access other parts of the application, but we can goto other browser tabs.
How to implement those kind of feature using Curl.
BTW, how the google calendar's Day/week/month view KINDs of UI can be created in Curl ?
Can we use simply the canvas -or- table -or- recordgrid (need suggestion).
Another thing, how to draw a balloon tooltip with a arrow towards the control (like in google earths tooltips over places or like Ajax tooltips found at http://www.dhtmlgoodies.com/scripts/ajax-tooltip/ajax-tooltip.html)
Thank you.