|
|
 |
komodo-discuss
[Komodo-discuss] RE: Insertion of dialogs into tabnotebook widgets
by Robert M Bartis other posts by this author
Apr 26 2005 2:37PM messages near this date
view in the new Beta List Site
Re: [Komodo-discuss] MSWIN: Multiple instances
|
[Komodo-discuss] Re-activate menu
I am evaluating Komodo for internal application development and want to understand the flex
ibility/benefits of developing small scale dialogs that I fold into larger dialogs forming a
pplications.
I presently have a simple login dialog that I'd like to insert into another dialog containin
g a tabnotebook. Below is the code that to date have been unsuccessful in getting to work. E
ach the login and tabnotebook dialogs run independently. Below is a code snippet:
proc LabNoteBook::run {root} {
# Add pages to the tabnotebook
._tabnotebook_1 add -label Login
._tabnotebook_1 add -label Filters
._tabnotebook_1 add -label Map
._tabnotebook_1 add -label Assign
._tabnotebook_1 add -label Results
._tabnotebook_1 add -label Reports
# Get the child site frame
set loginTab [._tabnotebook_1 childsite Login]
Login::init $loginTab
._tabnotebook_1 select 0
}
Is this possible and if so what am I doing wrong?
Robert M. Bartis
Attachments:
unknown1
unknown2
unknown3
unknown4
|
|
|
 |
|