Hello monks,
I am working on a project that requires many tabs/pages in a TK notebook widget, but adding too many tabs is an easy way to break the UI. What I am looking for is a way to scroll through the open tabs while minimizing some of them (ie, more tabs in less space). Think google Chrome (or any modern tabbed browser) when you open too many webpage tabs.
Some less than ideal solutions I've considered are putting notebooks within tabs/pages for multiple rows of tabs, deleting tabs (deleting is still used, but the data needs to be retained and available), aggregating data from multiple tabs into one, etc. Each has some major drawbacks for this project.
I can't find anything on the CPAN pod, googling and searching here hasn't yielded me a solution. Am I missing something obvious? This seems like a very common desired feature for Tk::Notebook. Thoughts?
Thanks!
-Al
**************
Update, I've found a few modules like Tk::DynaTabFrame that seem about ideal, but my operating environment is less than ideal and I won't be able to install *anything* beyond an old stock version of perl. Sad.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.