Newbies lewis1 Posted September 16, 2009 Newbies Posted September 16, 2009 I am running SC (v. 2.61) with FileMaker Server 9 on OS X 10.4.11. I'm trying to add a background color to an SC field (specifically RGB color 208, 186, 113). I've followed the SuperContainer documentation, but cannot get the color to change in the field. Here's my SC container URL "http://myserveripaddress:8009/SuperContainer/Files/idot_bridges/pdfs/" & IDOT Bridges::Structure Number SC documentation states "this not a style parameter, but its own separate URL parameter." But the examples that the documentation gives does nothing with the SC field color. How does one change the background color? Thanks in advance.
Smef Posted September 16, 2009 Posted September 16, 2009 (edited) An example color change would be http://localhost:8020/SuperContainer/Files?style=noapplet&background-color=rgb(10,10,255) Edited September 16, 2009 by Guest
Newbies lewis1 Posted September 16, 2009 Author Newbies Posted September 16, 2009 Still not working for me. I put in the example that you provided and the noapplet style takes affect, but my background remains white. Does the noapplet style need to be applied for background colors to function?
shmert Posted September 16, 2009 Posted September 16, 2009 Looks like a bug in SuperContainer in handling color formats, it's expecting a hex color without a leading "#". We'll fix it shortly, but for now you can use something like the following: http://localhost:8020/SuperContainer/Files/test?background-color=336699
Smef Posted September 17, 2009 Posted September 17, 2009 (edited) That is intersting. The url I posted is working on my deployment. What version of SuperContainer are you using? I am running 2.62. EDIT: Ah, I spoke to Shmert and see what the issue was. Edited September 17, 2009 by Guest
Recommended Posts
This topic is 5544 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