Tim W Posted July 23, 2010 Posted July 23, 2010 I am using v.4 on windows xp sp3 and experiencing a screen redraw twice during the execution of my scriptmaster function. Is there a way to avoid the screen redraws? Thanks, Tim p.s. I have this same issue if registering the function in my startup script or running the function from the sample file.
Jesse Barnum Posted July 23, 2010 Posted July 23, 2010 If it's a GUI function, the redraw is unavoidable. If it does interact with the user at all (no GUI needed), uncheck the gui function box and that will get rid of the redraw. Test this on a copy of your real file though, because if you uncheck it and your function tries to do a GUI operation, FileMaker will hang.
Tim W Posted July 23, 2010 Author Posted July 23, 2010 Thanks Jesse, Not the best news, but I can live with it. In the Popup Menu (one of the GUI functions in question), I cannot seem to get the part which needs to be set to change the background color of the dialog. Is it the JDialog? or should I address the object itself? or do I need to look at modifying the method? Just a direction would help alot. I'm trying to learn groovy, but java seems to be getting in the way. This module seems to be pure java, ;'s and all. Thanks again, Tim
Jesse Barnum Posted July 23, 2010 Posted July 23, 2010 Hi Tim - I don't know the answer offhand. If you'd like for us to research the answer to this, let us know and we can get an estimate for doing this.
Tim W Posted July 23, 2010 Author Posted July 23, 2010 Hi Jesse, Thanks for the offer. I am trying to learn to fish, ("Give a man a fish... feed him once, teach him to fish... feed him for a lifetime") so I guess I must push on researching for myself. Thanks for the great tool "Scriptmaster", it has and continues to make the learning easier. Tim
Recommended Posts
This topic is 5255 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