Calling a function inside a Viewfile Window ?

M

mohanr

Guest
Hi,

How can i create a link in the Viewfile Window when clicked will call a
function . Basically i am trying to create a viewfile window when
clicked on a particular text called a function.

This is similar to the Assura LVS error report in VIewfile Window
when clicked highlights the device/net in the layout/schematic ?

Please let me know if you need any clarifications .

Regards,
Mohan R
 
On 28 Mar 2006 22:24:07 -0800, "mohanr" <mohanr.india@gmail.com> wrote:

Hi,

How can i create a link in the Viewfile Window when clicked will call a
function . Basically i am trying to create a viewfile window when
clicked on a particular text called a function.

This is similar to the Assura LVS error report in VIewfile Window
when clicked highlights the device/net in the layout/schematic ?

Please let me know if you need any clarifications .

Regards,
Mohan R
You can certainly get the selection, using hiGetTextSelection(); you could
add a bindkey for this window so that when you double-click, it gets the
selection and does the cross-probe...

See the <instdir>/doc/skuiref/skuiref.pdf document, particularly the chapter
on View Files.

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top