February 15, 200620 yr 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......
February 15, 200620 yr Author 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.
February 16, 200619 yr 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. ???
Create an account or sign in to comment