Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5544 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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.

Posted (edited)

An example color change would be

http://localhost:8020/SuperContainer/Files?style=noapplet&background-color=rgb(10,10,255)

Edited by Guest
  • Newbies
Posted

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?

Posted

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

Posted (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 by Guest

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.