Dennis, When you minimize your process, where does it minimize to? The taskbar or the lower left of the screen.
Jan -----Original Message----- From: Dennis McGrath <[email protected]> To: [email protected] (RBASE-L Mailing List) Date: Wed, 8 Apr 2009 16:42:07 -0500 Subject: [RBASE-L] - RE: Compiler question Javier and Razzak, Between the two of you I got it working nicely. This is the correct way to have it show as an application PROPERTY APPLICATION TASKBARBUTTON 'TRUE' PROPERTY RBASE_FORM TASKBARBUTTON 'FALSE' Thanks much, Dennis McGrath -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Javier Valencia Sent: Tuesday, April 07, 2009 5:17 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Compiler question Dennis: My compiled applications run as applications. You might try adding the following lines to your compiled startup file: -- the following lines will display a message while loading PROPERTY LOADWINDOW CAPTION 'Loading Road and Asset Management System...' PROPERTY LOADWINDOW TITLE 'Please Wait...' PROPERTY LOADWINDOW PROGRESS 100 -- the following lines will add a button to the toolbar PROPERTY APPLICATION TITLE 'Roadway and Asset Management System' PROPERTY APPLICATION TASKBARBUTTON 'TRUE' PROPERTY RBASE_FORM TASKBARBUTTON 'FALSE' PROPERTY LOADWINDOW CLOSE 'TRUE' Javier, Javier Valencia 913-915-3137 ________________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Dennis McGrath Sent: Tuesday, April 07, 2009 5:06 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Compiler question I noticed that a compiled application runs as a process, not as an application. This means it shows up in the task manager as a process. There are occasions where an application may hang, and the users can't find the app to close it. We certainly don't want them dinking around in the process tab. Does anyone know how to run the compiled exe as an application, not a process? Thanks Dennis McGrath

