• 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. Hypertext filed - remove the white box (virtuoso 6.x)

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 143
  • Views 1338
  • 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

Hypertext filed - remove the white box (virtuoso 6.x)

Adrian Nistor
Adrian Nistor over 15 years ago

 Hello,

I have made a screenshot to a test for showing my problem (the image from bottom). There is a form with a Hypertext field, and some other dummy fileds, and a white box appearing from the hypertex. Thewhite area is not respecting my size values if they are smaller. If I set the hypertext field to be laerger, the white area will grow. But in this case I wanted that the hypertext to have only one row height (30). Where am I wrong? Why is the white box appear so large?

The code:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

MyForm = hiCreateAppForm(
    ?name   'formSymbol
    ?initialSize    t
    ?fields list(
        list( hiCreateSimpleHypertextField(
                            'myLink
                            "any www page"
                            "www.cadence.com"
                            t
                            )
                            0:0 100:30
            )
        list( hiCreateBooleanButton(
                              ?name        'anyFiled
                              ?buttonText  "a great boolean button"
                              ?defValue    nil
                              ?enabled        t
                                )
                           0:20 175:30
            )   
        list( hiCreateBooleanButton(
                              ?name        'anotherFiled
                              ?buttonText  "another great boolean button"
                              ?defValue    nil
                              ?enabled        t
                                )
                           200:20 200:30
            )
    )
    ?formTitle "Testing form"
    ?help      nil
    ?buttonLayout 'OKCancel
)
hiDisplayForm(MyForm)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Thank you,

Best regards,

Adi.

 

lateredit:

sorry, but I see that the attached image it is not working; I removed it.
I think this will work:

Free Image Hosting by FreeImageHosting.net

  • Cancel
Parents
  • Andrew Beckett
    Andrew Beckett over 15 years ago

     I just played with this in IC613 and IC614. In IC613 the field size is wrong (Derek's CCR is about this). In IC614 it's the right size, but there still seems to be a white background under the hypertext field itself. Not convinced that's right, so if you don't like it, you should contact customer support.

    I don't think there's a workaround for any IC613 subversion.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • Andrew Beckett
    Andrew Beckett over 15 years ago

     I just played with this in IC613 and IC614. In IC613 the field size is wrong (Derek's CCR is about this). In IC614 it's the right size, but there still seems to be a white background under the hypertext field itself. Not convinced that's right, so if you don't like it, you should contact customer support.

    I don't think there's a workaround for any IC613 subversion.

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 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