window "infowindow"
elem "infowindow"
type = MAIN
is-pane = true
saved-params = "pos;size;is-minimized;is-maximized"
title = "Info"
Code:
winset(src, "infowindow.infowindow", "background-color=#272727;text-color=#FFFFFF")
Problem description:
When using the winset() proc, it can modify parameters on everything, except for elements where type=MAIN. Any idea why winset() wont work on these? Is it intentional or a huge bug?
Thanks