![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am using FM Developer 7 to create a simple runtime database that I want to give to clients. I'd like fix the size of the runtime application window/stop users resizing it to maintain a consistent look. I've come across one plugin that says it will do what I want, but was wondering if there are any other options. Price is an issue as I'm planning to give this solution away for free! |
#3
| |||
| |||
|
|
"Ted" <ted (AT) targetmedia (DOT) net> schreef in bericht news:1177590337.885895.112990 (AT) t39g2000prd (DOT) googlegroups.com... I am using FM Developer 7 to create a simple runtime database that I want to give to clients. I'd like fix the size of the runtime application window/stop users resizing it to maintain a consistent look. I've come across one plugin that says it will do what I want, but was wondering if there are any other options. Price is an issue as I'm planning to give this solution away for free! With 8.5 adv I can define a custom menu where I disable these options by creating a menu-set with these items left out. What I do frequently is catch the control-N combination for creating a new record. Instead I let it perform a script to check a couple of things then it creates the new record. Since I don't have v7 around any more I can not verify this to work, but I seem to remember you can do it. Keep well, Ursus |
)
#4
| |||
| |||
|
|
Errr... I think you misread the question. Ted wants to stop users changing the size of the window, not change / stop them using the keyboard shortcuts and menus. )Unfortunately I don't know of any cheap / free plug-in that does this. Helpful Harry |

#5
| |||
| |||
|
|
In article <46309cab$0$99869$dbd41001 (AT) news (DOT) wanadoo.nl>, "Ursus" ursus.kirk (AT) wanadoo (DOT) nl> wrote: "Ted" <ted (AT) targetmedia (DOT) net> schreef in bericht news:1177590337.885895.112990 (AT) t39g2000prd (DOT) googlegroups.com... I am using FM Developer 7 to create a simple runtime database that I want to give to clients. I'd like fix the size of the runtime application window/stop users resizing it to maintain a consistent look. I've come across one plugin that says it will do what I want, but was wondering if there are any other options. Price is an issue as I'm planning to give this solution away for free! With 8.5 adv I can define a custom menu where I disable these options by creating a menu-set with these items left out. What I do frequently is catch the control-N combination for creating a new record. Instead I let it perform a script to check a couple of things then it creates the new record. Since I don't have v7 around any more I can not verify this to work, but I seem to remember you can do it. Keep well, Ursus Errr... I think you misread the question. Ted wants to stop users changing the size of the window, not change / stop them using the keyboard shortcuts and menus. )Unfortunately I don't know of any cheap / free plug-in that does this. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) |
#6
| |||
| |||
|
|
"Helpful Harry" <helpful_harry (AT) nom (DOT) de.plume.com> schreef in bericht news:270420070841241736%helpful_harry (AT) nom (DOT) de.plume.com... In article <46309cab$0$99869$dbd41001 (AT) news (DOT) wanadoo.nl>, "Ursus" ursus.kirk (AT) wanadoo (DOT) nl> wrote: "Ted" <ted (AT) targetmedia (DOT) net> schreef in bericht news:1177590337.885895.112990 (AT) t39g2000prd (DOT) googlegroups.com... I am using FM Developer 7 to create a simple runtime database that I want to give to clients. I'd like fix the size of the runtime application window/stop users resizing it to maintain a consistent look. I've come across one plugin that says it will do what I want, but was wondering if there are any other options. Price is an issue as I'm planning to give this solution away for free! With 8.5 adv I can define a custom menu where I disable these options by creating a menu-set with these items left out. What I do frequently is catch the control-N combination for creating a new record. Instead I let it perform a script to check a couple of things then it creates the new record. Since I don't have v7 around any more I can not verify this to work, but I seem to remember you can do it. Keep well, Ursus Errr... I think you misread the question. Ted wants to stop users changing the size of the window, not change / stop them using the keyboard shortcuts and menus. )Unfortunately I don't know of any cheap / free plug-in that does this. Helpful Harry Hopefully helping harassed humans happily handle handiwork hardships ;o) Well, the filemaker developer guide (FMPPA85_dev_guide.pdf) says: 1FileMaker features only work if they are included in a menu. For example, if you remove the View menu from the menu set and do not have any scripted buttons on the layout to switch views, the mode buttons in the status area are disabled, making it impossible for your users to switch modes. Which would mean that when I remove the window menu-item from the menu's on top, these items would no longer function. This does include the hide, but not the resize. Then I thought I just try this, and found it NOT to be true. it just keeps on working. |
![]() |
| Thread Tools | |
| Display Modes | |
| |