Archive for the ‘Uncategorized’ Category

Open Office: invisible page break

When working on an open office document, I periodically come across an invisible page break (there’s no blue bar above the new page and I can’t seem to get rid of it easily).
This always happens to me when I am using Open Office’s numbering to outline requirements. The page break is very annoying. When [...]

GWT – Hide Tabs in TabPanel

I was continuing my work on a sample GWT app and needed the ability to use a Menu with CheckItems to show/hide tabs in a tab panel. Here is how I did it.
Note: This post does not cover the creation of the TabPanel, Toolbar and ToolbarButton with a Menu.
Step 1: Override the Ext.TabPanel. (Note: This [...]