Hello,

  Alan Williamson has just published the second
tutorial about Thinlets titled "Dynamic Tabs" in an
ongoing series in the Thinlet World.

  Alan writes:

  Thinlets can be used to create very powerful user
interfaces at runtime as oppose to precanned
solutions. This tutorial will look at how you can
dynamically add new tabs to the TabbedPane control at
run time.

  Let us look at how you would put together a simple
text editor program that would open up a new tab for
each file you wanted to edit. For each file, we'll
display the full path of the file and the contents of
a file in a text area. We won't go into too much
detail with this, except for the user interface.

  The first thing we'll do is to give our application
a very simple interface, with a menu bar along the top
and a 'tabbedpane' holder in the main body of the
window. We'll name the tabbedpane widget 'tabparent'
which will allow us to easily get a handle to it.

  Full story @
http://thinlet.blog-city.com/read/652424.htm

  - Gerald

-------------------
Gerald Bauer

Thinlet Developers Group  |
http://groups.yahoo.com/group/thinlet
The Thinlet World         |
http://thinlet.blog-city.com  


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
xul-announce mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xul-announce

Reply via email to