plftzk / mactype

Automatically exported from code.google.com/p/mactype
0 stars 0 forks source link

Excluding Programs not Saved #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Exclude Program
2. Restart Program

What is the expected output? What do you see instead?
I was expecting the program to be excluded, but the rendering was enabled for 
it.

What version of the product are you using? On what operating system?
MacType 1.2012.0406.0, Win7 Premium 64-Bit

Original issue reported on code.google.com by WizeExca...@gmail.com on 12 Aug 2012 at 12:12

GoogleCodeExporter commented 8 years ago
Exclude section dose not prevent mactype from loading, it just disables 
rendering of the specified program. You should always prefers to use UnloadDll 
section.

Also, disable render by clicking Disable button on the Process information 
dialog won't save the operation into profile, renderer will be restarted once 
you reopen the program. you should right click the program on the dialog and 
select exclude. 

Original comment by flyingsn...@gmail.com on 13 Aug 2012 at 1:07

GoogleCodeExporter commented 8 years ago
Ah, thank you for the clarification, is there anyway to select a program that 
is not running?

Original comment by WizeExca...@gmail.com on 13 Aug 2012 at 9:12

GoogleCodeExporter commented 8 years ago
this will be a little complicated, you need to open the profile and manually 
type the program executable name (without path) in [UnloadDll] section.

Original comment by flyingsn...@gmail.com on 17 Aug 2012 at 1:40

GoogleCodeExporter commented 8 years ago
Alright, got it. Thanks!

Original comment by WizeExca...@gmail.com on 17 Aug 2012 at 3:03