January 25, 201213 yr I am trying to imitate the transparency grid in photoshop within SuperContainer so images display on top of the light gray grid background. Or somehow have the the SuperContainer transparent and have a grid image behind it but I don't think this is possible because of how web viewers work in filemaker. I am trying to get some type of background like this. I don't know if something like this is even possible with SuperContainer. Thanks, Nick
January 26, 201213 yr Author I kinda answered my own question. I just used a calculated container field formatted how I wanted to show the image from SuperContainer using: SCGetContainer( folderPath ; width ; height ) This only works if you have the plugin installed. So this will not work on an iPhone or iPad. I will just have to make separate layouts for the devices that do not have the plugin installed.
January 27, 201213 yr Hey Nick, I am glad that you were able to resolve your issue. However, you can also set the background color of a SuperContainer Web Viewer using the background-color parameter in your URL, like: "http://myserver.com/SuperContainer/Files/path/to/file?background-color=rgb(192,192,192)" I hope this helps,
Create an account or sign in to comment