bmichotte / ProMotion-XLForm

ProMotion-XLForm is a ProMotion plugin for XLForm
MIT License
20 stars 21 forks source link

XLFormScreen background_color #36

Closed eliduke closed 8 years ago

eliduke commented 8 years ago

I can't seem to change the background color of a form screen with RMQ. I have tried setting this in the form screen stylesheet and in the application stylesheet. Nothing seems to work.

def root_view(st)
  st.background_color = color.white
end

It just does the sorta standard light gray background color instead. Is there some sort of hard-coded background color being set for a form screen?

bmichotte commented 8 years ago
def form_view(st)
end

is now available !