Page 1 of 1

Status Panel Search Button

PostPosted: Thu Oct 20, 2016 12:24 pm
by DBrennfoerder
My draftsman and I are both on latest DataCAD and win10. On mine, and all previous versions, the search button shows a magnifying glass over a stack of layers only when layer search is on, and shows a stack of layers without the magnifying glass when search is off. On his, the button is the same either way, with only the 2 dark edges shadows indicating that the button is depressed (on).
How do we fix this?

Re: Status Panel Search Button

PostPosted: Thu Oct 20, 2016 12:51 pm
by Mark F. Madura
That's odd indeed. Is one of you configured to 'Use External Icons'?

Re: Status Panel Search Button

PostPosted: Thu Oct 20, 2016 12:53 pm
by joshhuggins
Could be the difference between either using the built in icons stored internally in Datacad or using External icons when the ini value is set below. If everyone is using external icons, it could also be a difference between the different sizes of the icons, which I see in my Datacad folder but I may have edited mine so I don't know if this is what you would see.

With the dcadwin.ini value set TRUE
Code: Select all[KeyFile]
Use External Icons=TRUE
Datacad will use the PNG icon files located in the Support Files\Toolbars folder. Locate the the LayerSearch group of icons. Depending on what size icons you use, you locate the icon(s) that seems out of place. Looking at what I have in my folder I see what you are talking about. You might want to create a greyscale version of the Layer_Manager icons to replace the LayerSearchOff icons if that's what you are shooting for. Just keep tack of the file names as you go and you should be all set. For me I am going to create a greyscale version of the LayerSearchOn48.png icon with the magnifying glass to replace the LayerSearchOff48.png because I like to always see the magnifying glass icon for layer search and so I don't confuse it with the regular Layer Manager icon.

Re: Status Panel Search Button

PostPosted: Thu Oct 20, 2016 12:59 pm
by DBrennfoerder
Thx, will check