L
Laura Stern
Guest
1. I don't understand what you mean by: --my main menu is waiting on: System.Windows.Forms.Application:Exit() . You don't wait on Application:Exit. You call Application:Exit when you want to shut down the app. 2. When you say "processor.w wich at ine point creates a dinamic frame with a wait message", what do you mean by a wait message? 3. Is this a .NET class that you want to be a dialog box? If so, you use form:ShowDialog(). If it's an ABL window, you can use a WAIT-FOR just like you used to. There should only ever be one WAIT-FOR for all non-modal windows. Dialogs get their own WAIT-FOR if they are ABL, or ShowDialog() for .NET.
Continue reading...
Continue reading...