X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 22 Oct 2008 03:22 AM by  anon
How to control iTool window layout
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
22 Oct 2008 03:22 AM
    hello, I want to control the iTool window layout.  like this:  idTool = ITGETCURRENT(Tool=oTool)  idLayout = oTool->FindIdentifiers('*Layout*',/WINDOW)  oLayout = oTool->GetByIdentifier(idLayout)  oLayout->SetProperty, ...... if I want a 2X2 layout, how should I do after SetPropery? Thanks. Dong Liu

    Deleted User



    New Member


    Posts:
    New Member


    --
    22 Oct 2008 08:30 PM
    I got it myself.  in IDLITSYS_CREATETOOL(), set VIEW_GRID=[2,2] END  
    You are not authorized to post a reply.