GerryGerry Posted December 22, 2004 Posted December 22, 2004 Hello, Yesterday, I posted a question about getting rid of scroll bars. This was posted in the layout forum (I thought it could be layout-related). I found a solution. It is a bit complicated, but here it is: A lot of the JavaScript code and HTML tags are created dynamically by the CGI code (cgi.dll) and so they are not modifiable. I looked into the cgi.dll and made some changes (using HexEdit) and I discovered that the file size must remain the same for FileMaker Pro to recognize cgi.dll as legit... So, starting at character 267587, I changed exactly 16 characters: from [color:"blue"]marginheight="0" to [color:"blue"]scrolling = "no" The frame margins are set by default so it's okay for me to delete the marginheight (I don't mind the default margin). Now, when I publish my solution without the Status Area, I have no scroll bars whatsoever. This might be very easy to change in Developer or Server, but I only have the standard Pro version. Question: is it illegal to modify a Dynamic Link Library to customize my solution? I might try to "hack" a little more and add other features (like a close button for my full-screen mode) -GerryGerry
FMWebschool Posted January 25, 2005 Posted January 25, 2005 Gerry, I tried this and it doesnt seem to work, can you send me your example cgi so I can look at it?
Recommended Posts
This topic is 7511 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now