Hi, I am trying to automate cd burning from k3b. I am using dcop to control k3b from the command line. I realize that there are functions available to dcop to burn the cd and the create new project. However, I have a problem adding files to the project.. After calling
dcop `dcop k3b-id K3b action project_add_files` activate, a new window (that is used to choose the file to be added) pops up. My question is, how can I use dcop to communicate with this new window? Or probablly there is a way to add file to project directly with a function available to dcop. Any input is greatly appreciated. Thank You.