BrentHedden Posted February 15, 2006 Posted February 15, 2006 When using the 'Set Window Title' script step, I'm also trying to change the color of the text. Slick idea, or so I though. I attempted to rename the window to - TextColor ( "BlahBlahBlah......." ; RGB ( 255 ; 0 ; 0 ) ) However, when the script was executed, the title changed, but the text color stayed white. Has anyone else attempted to do this before? Or, can try to see if it gives the same results on their system? I know this idea won't change mankind, but will just be slick if I can pull it off. Thanks for any input......
Vaughan Posted February 15, 2006 Posted February 15, 2006 Window title colours are usually OS-level settings.
BrentHedden Posted February 15, 2006 Author Posted February 15, 2006 Ahh - I hadn't thought of that. Although I'm sure that I could send such commands to the OS from FileMaker, it sounds more of a pain than it's worth.
Wim Decorte Posted February 16, 2006 Posted February 16, 2006 Sending these sort of commands would not be that easy at all. We're talking about sub-classing the FileMaker application and hooking into the low-level Windows API. This is the area where if you make a mistake, you crash FileMaker. ???
Recommended Posts
This topic is 6858 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