[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [femm] Bug with showdensity, hidepoints and windowhide ?



marsupiofr wrote:
Hi folks,

when I call in a LUA script runpost("Postprocessor.lua","-windowhide)
and when I perform in the Postprocessor.lua the following
instructions :

hidepoints()
showdensityplot(0,0,0.05,0,"mag")

then bitmap picture saving, the points are not hidden and the density
map is not drawn. Do I do something wrong or is there a problem ? No
problem when the -windowhide is not activated.

Thanks for your comments.



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
When you use -windowhide, the first time that the view actually gets drawn internally is when you call the save bitmap command.  The first time the view is drawn, it re-initializes the setting to the default, wiping out any changes that you might have made.  I need to figure out some kludge to get around this.  In the mean time, the best thing to do is just to run without -windowhide if you want to programmatically make bitmaps.  Otherwise, doing something like saving the bitmap, doing your settings, then saving a second time would probably work inside -windowhide.

Dave.


--
David Meeker