![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi... Newbie question; I have a complete application developed, but I want to deploy it without the toolbar, status bar, etc. I just want it to show all the layouts I created. How do I go about it or where is it in the docs? TIA, Joe |
#3
| |||
| |||
|
|
On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote: Hi... Newbie question; I have a complete application developed, but I want to deploy it without the toolbar, status bar, etc. I just want it to show all the layouts I created. How do I go about it or where is it in the docs? TIA, Joe Script step Allow Toolbars Script step Show/Hide Status Area |
\
#4
| |||
| |||
|
|
Hi... Newbie question; I have a complete application developed, but I want to deploy it without the toolbar, status bar, etc. I just want it to show all the layouts I created. How do I go about it or where is it in the docs? TIA, Joe |
#5
| |||
| |||
|
|
Hi... Newbie question; I have a complete application developed, but I want to deploy it without the toolbar, status bar, etc. I just want it to show all the layouts I created. How do I go about it or where is it in the docs? TIA, Joe |
#6
| |||
| |||
|
|
Script step Allow Toolbars Script step Show/Hide Status Area Matt On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote: Hi... Newbie question; I have a complete application developed, but I want to deploy it without the toolbar, status bar, etc. I just want it to show all the layouts I created. How do I go about it or where is it in the docs? TIA, Joe |
#7
| |||
| |||
|
|
OK...figured this out *almost* Is there a way to execute a script immediately upon starting a database? These commands work fine, but I want them to be executed before the initial window is displayed. Is there a way to kick off a script first, before the window is actually displayed? joe Matt Wills wrote: Script step Allow Toolbars Script step Show/Hide Status Area Matt On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote: Hi... Newbie question; I have a complete application developed, but I want to deploy it without the toolbar, status bar, etc. I just want it to show all the layouts I created. How do I go about it or where is it in the docs? TIA, Joe |
#8
| |||
| |||
|
|
(FM7/8): File > File Options > Perform Script (FM5/6): Edit > Preferences > File Preferences > Perform Script JoeT wrote: OK...figured this out *almost* Is there a way to execute a script immediately upon starting a database? These commands work fine, but I want them to be executed before the initial window is displayed. Is there a way to kick off a script first, before the window is actually displayed? joe Matt Wills wrote: Script step Allow Toolbars Script step Show/Hide Status Area Matt On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote: Hi... Newbie question; I have a complete application developed, but I want to deploy it without the toolbar, status bar, etc. I just want it to show all the layouts I created. How do I go about it or where is it in the docs? TIA, Joe -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Howard Schlossberg (818) 883-2846 FM Professional Solutions, Inc. Los Angeles FileMaker 8 Certified Developer Associate Member, FileMaker Solutions Alliance |
#9
| |||
| |||
|
|
(FM7/8): File > File Options > Perform Script (FM5/6): Edit > Preferences > File Preferences > Perform Script It means that the chosen script will be trigged automatically when you open |
|
OK...I obviously didn't explain this right, so I'll try again. First off, kiosk mode will do what I want, so it's my default solution (I'm running 8.5 Pro Adv). However...just for personal satisfaction, on other systems, I can do something like: /usr/bin/runApp -f something.script where something.script is the first thing that runApp will execute. Perform script works just fine, IF I'm already in the app. But, what would be ideal is if I can have the following happen when I start the particular .fm file: Script hide toolbars Show/Hide status area Perform Layout[layout] Yeah, I know the kiosk will work, but I'm just interested in knowing if you can do this outside of kiosk. Namely, can the first thing I do is to run a script? TIA, Joe Howard Schlossberg wrote: (FM7/8): File > File Options > Perform Script (FM5/6): Edit > Preferences > File Preferences > Perform Script JoeT wrote: OK...figured this out *almost* Is there a way to execute a script immediately upon starting a database? These commands work fine, but I want them to be executed before the initial window is displayed. Is there a way to kick off a script first, before the window is actually displayed? joe Matt Wills wrote: Script step Allow Toolbars Script step Show/Hide Status Area Matt On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote: Hi... Newbie question; I have a complete application developed, but I want to deploy it without the toolbar, status bar, etc. I just want it to show all the layouts I created. How do I go about it or where is it in the docs? TIA, Joe -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Howard Schlossberg (818) 883-2846 FM Professional Solutions, Inc. Los Angeles FileMaker 8 Certified Developer Associate Member, FileMaker Solutions Alliance |
#10
| |||
| |||
|
|
Joe, Howard told you : (FM7/8): File > File Options > Perform Script (FM5/6): Edit > Preferences > File Preferences > Perform Script It means that the chosen script will be trigged automatically when you open the FM file. Then in that opening script you put what you want as it runs before anything else. I would, though, add that you could also have a look at the 'SecureFM' plugin at www.securefm.com that does a lot of things. It could be helpfulin a networked solution, as some of the workstations may be set differently from others , e.g. as 'kiosk' terminals. Remi-Noel "JoeT" <trubisz (AT) yahoo (DOT) com> a écrit dans le message de news: 1165182766.589726.81530 (AT) f1g2000...oglegroups.com... OK...I obviously didn't explain this right, so I'll try again. First off, kiosk mode will do what I want, so it's my default solution (I'm running 8.5 Pro Adv). However...just for personal satisfaction, on other systems, I can do something like: /usr/bin/runApp -f something.script where something.script is the first thing that runApp will execute. Perform script works just fine, IF I'm already in the app. But, what would be ideal is if I can have the following happen when I start the particular .fm file: Script hide toolbars Show/Hide status area Perform Layout[layout] Yeah, I know the kiosk will work, but I'm just interested in knowing if you can do this outside of kiosk. Namely, can the first thing I do is to run a script? TIA, Joe Howard Schlossberg wrote: (FM7/8): File > File Options > Perform Script (FM5/6): Edit > Preferences > File Preferences > Perform Script JoeT wrote: OK...figured this out *almost* Is there a way to execute a script immediately upon starting a database? These commands work fine, but I want them to be executed before the initial window is displayed. Is there a way to kick off a script first, before the window is actually displayed? joe Matt Wills wrote: Script step Allow Toolbars Script step Show/Hide Status Area Matt On 11/30/2006 16:28:07 "JoeT" <trubisz (AT) yahoo (DOT) com> wrote: Hi... Newbie question; I have a complete application developed, but I want to deploy it without the toolbar, status bar, etc. I just want it to show all the layouts I created. How do I go about it or where is it in the docs? TIA, Joe -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Howard Schlossberg (818) 883-2846 FM Professional Solutions, Inc. Los Angeles FileMaker 8 Certified Developer Associate Member, FileMaker Solutions Alliance |
![]() |
| Thread Tools | |
| Display Modes | |
| |