What should I do to be able to change the value of a property from the Application Manager GUI?
Q. I developed resources and an assembly controller for my application using the SCARI sample resources and assembly controller available in the demosources sub-directories. I have a resource of type AudioFilterResource that has a configurable property named “TYPE_OF_FILTER”. How can I configure this property with the ApplicationManager GUI? A. To show the TYPE_OF_FILTER property in the ApplicationManager GUI, the AssemblyController must add such a property in its PropertySet implementation. The configuration properties of the AssemblyController’s that are defined as VISIBLE are displayed in the ApplicationManager. If you want to modify the value of the TYPE_OF_FILTER property, then the configuration property you created must have been defined as READ_WRITE. The implementation of the configuration property of the AssemblyController will have to forward the query/configure() method invocations to a specific Resource of the application. For more information regarding how to create a conf
Related Questions
- When I localize my application for some Foreign languages I also want to be able to change the Font property of my controls so that a different font is used. Can Localization Guru help me out?
- When I localize my application for some Foreign languages I also want to be able to change the Font property of my controls so that a different font is used. Can Localization Guru help me out?
- Im writing an application and would like to be able to "beam" information to another computer (using either the Exchange Manager or raw IR). Do I need to use SYSTRAPs or add primitives to the VM?
- Im writing an application and would like to be able to "beam" information to another computer (using either the Exchange Manager or raw IR). Do I need to use SYSTRAPs or add primitives to the VM?
- What are the service application status codes used in Property Manager Online Services and their meaning?
- What should I do to be able to change the value of a property from the Application Manager GUI?