[PCB_FORUM] Re: Skil: axlGetFindFilter
- From: Dave Elder <dave.elder@xxxxxxxxxx>
- To: icu-pcb-forum@xxxxxxxxxxxxx
- Date: Wed, 13 Oct 2004 10:05:17 +1300
Hi Doug,
It works if the filters are set using Skill.
Try:
(axlSetFindFilter ?enabled (list "vias" "pins" "nets" "clinesegs"
"nameform") ?onButtons (list "vias" "pins" "clinesegs"))
(axlGetFindFilter)
Returns: ("DYNTHEMALS" "NAMEFORM" "NETS" "CLINESEGS" "VIAS" "PINS")
Cheers, Dave
Douglas Stanley wrote:
Hi,
A quick SKILL questions that's causing me some heartache right now:
Is anyone using the "axlGetFindFilter" command with any success? Below is a
snippet of the code I'm trying to use (a callback associated with a form).
No matter what I try, the list returned is empty (set to "nil").
--------------------------
("update"
settings = axlGetFindFilter()
axlMsgPut( "Find filter set to: %L" settings )
); end "update"
--------------------------
I've tried "axlGetFindFilter(t)" and "axlGetFindFilter(nil)" as well
to no avail. And yes, the find filter has items checked when I run it. The
documentation seems pretty clear, it just isn't working.
Regards,
Doug
Douglas G. Stanley
Broadcom Corporation - www.broadcom.com
(949) 926-5889 - voice
dstanley@xxxxxxxxxxxx
=======================================================================
This email, including any attachments, is only for the intended
addressee. It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
altered or corrupted during transmission.
=======================================================================
begin:vcard
fn:Dave Elder
n:Elder;Dave
org:Tait Electronics
adr:;;PO Box 1645;Christchurch;;;New Zealand
email;internet:dave.elder@xxxxxxxxxx
title:PCB Design Manager
tel;work:+64 3 3580327
tel;cell:+64 21 37 37 25
url:http://www.taitworld.com
version:2.1
end:vcard
- References:
- [PCB_FORUM] Skil: axlGetFindFilter
- From: Douglas Stanley
Other related posts:
- » [PCB_FORUM] Skil: axlGetFindFilter
- » [PCB_FORUM] Re: Skil: axlGetFindFilter
Hi,
A quick SKILL questions that's causing me some heartache right now: Is anyone using the "axlGetFindFilter" command with any success? Below is a snippet of the code I'm trying to use (a callback associated with a form). No matter what I try, the list returned is empty (set to "nil").
--------------------------
("update"
settings = axlGetFindFilter()
axlMsgPut( "Find filter set to: %L" settings )
); end "update"--------------------------
I've tried "axlGetFindFilter(t)" and "axlGetFindFilter(nil)" as well to no avail. And yes, the find filter has items checked when I run it. The documentation seems pretty clear, it just isn't working.
Regards,
Doug
Douglas G. Stanley Broadcom Corporation - www.broadcom.com (949) 926-5889 - voice dstanley@xxxxxxxxxxxx
======================================================================= This email, including any attachments, is only for the intended addressee. It is subject to copyright, is confidential and may be the subject of legal or other privilege, none of which is waived or lost by reason of this transmission. If the receiver is not the intended addressee, please accept our apologies, notify us by return, delete all copies and perform no other act on the email. Unfortunately, we cannot warrant that the email has not been altered or corrupted during transmission. =======================================================================
- [PCB_FORUM] Skil: axlGetFindFilter
- From: Douglas Stanley