• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Custom IC SKILL
  3. How to define inital starting size for dockable window ...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 144
  • Views 12938
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to define inital starting size for dockable window form

Jfiedler
Jfiedler over 5 years ago

I'm creating a GUI in cadence 6.1.7.500.22 and am having trouble defining the initial docked size.

I've tryed using ?dockSizeHint ?minimumSizeHint inside of the hiCreateDockWindow command as well as ?minSize inside of hiCreateLayoutForm but nothing seems to work. Everything else about the gui is performing as expected but this last issue has be stumped. Any help would be greatly appreciated!

Basic outline:

        formName=gensym('JFmtForm)
;All the gui related fields here and then..
        JFmtForm=hiCreateLayoutForm(
                formName
                "Marty Toggles 2.0"
                JFmtTopFormVertBox
                ;?minSize   list(1000 1000)
                ?buttonLayout   'Empty
                ?unmapAfterCB   t
        )

        cw=hiGetCurrentWindow()
            swin = hiGetSessionWindow(cw)
            dockForm = hiCreateDockWindow(
                ?appType    "Docked Form"
                ?widgetType "form"
                ?handle     'JFmartyToggles2
                ?title      strcat("Marty Toggles 2.0 - " tech)
                ?form       JFmtForm
                ;?dockSizeHint  list(1000 1000)
                ;?floatSizeHint list(1000 1000)
                ;?minimumSizeHint list(1000 1000)
            )
            
            myDock = hiDockWindow(
                ?window     dockForm
                ?session    swin
                ?side       'right
            )
  • Cancel
Parents
  • Jfiedler
    Jfiedler over 4 years ago

    Solution found here:
     support.cadence.com/.../ArticleAttachmentPortal

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
Reply
  • Jfiedler
    Jfiedler over 4 years ago

    Solution found here:
     support.cadence.com/.../ArticleAttachmentPortal

    • Cancel
    • Vote Up +1 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information