I want to do a few things with a dialog from Basic other than just get the values of some controls.
I can find references for using dialogs and objects from Java, but I can't find the API reference for OOo Basic. My guess is that this reference will answer all my questions. 1) I'd like to be able to tell if "Cancel" or "OK" was pressed. 2) I notice that a text field doesn't officially contain the title until I press "Enter". I'd like to be able to respond to keypresses and take whatever is visible in a text field at any keypress and put that value into the actual text field value. 3) The File Browser control doesn't open up any kind of browsing function when I click on "Browse." That would force me to type in all file paths by hand. 4) When a regular button is pressed, I'd like to have it call a subroutine in my Basic library so I can parse data in a particular field. So am I overlooking something? Is there an API reference for Basic that would explain all these? Thanks! Hal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
