pseudo code:
I simplified the process below
from the IFNE Viewer of Image Filter node editor.
process(inst)
{
inst->total = 100;
inst->step = 0;
for (i = 0....i++)
{
evaluation of the image
drawn in a raster
inst->step++;
RENDER_CON(control);//update or not!?
}
inst->step = 0;
RENDER_CON(control);
}
//the progress bar function set to control draw
ctl_mon( control , inst)
{
w = inst->step/inst->total;
then draw the box
}
//the function set to another control draw (drawing an image)
ctl_image( control , inst)
{
process(inst);
}
In the panel declaration
I set both controls with their respective userdraw function and userdata "inst"
This is updated properly in LW1018, not updated in LW2019 except final reinit of inst->step after the loop.
(if I make a pause in the process with a message info in the loop.
the bar is updated step by step, so the userdata is correctly passed trough the functions).
Denis.
Last edited by dpont; 02-01-2019 at 10:31 AM.
HI, Denis!
Just to clarify, Orange.fr is blacklisted by Barracuda, which is one of the security vetting services that our IT rely on for the newtek.com domain security, so the orange.fr is affected for any domain using that service, not just us.
Regarding the programming problem - check your registration account for your license key so you can run in full mode instead of Trial. Then please test making a bug report on this topic with the feedback agent (that does not go through the NewTek domain), so we can get a developer on the case for you. If it does not successfully go through, we'll see why not, and get LightWave IT on the issue.
Edit: And we think we found a workaround for the security blacklist. I've sent an email, if your reply bounces let me know here, and we'll have IT keep on it to work it out.
Also: do you get bounces if you try to email lightwave3d.com addresses?
Last edited by Chuck; 02-01-2019 at 11:37 AM.
Chuck Baker
Senior Manager of Communications
NewTek, Inc.
NewTek.com
LightWave3D.com
NewTek USA Facebook
Software Developer's Dilemma: The better the new feature, the more feature requests it will generate. - C. Baker
Please note that any statements regarding future product development are forward looking and subject to change without notice.
Evidently someone has been abusing orange.fr, since a major SPAM service used by organizations all over the world currently rates that domain as "Poor". In similar fashion, if NewTek's outgoing emails are reported as problematic, emails from newtek.com are affected. When that happens, we take steps to resolve any real issue and report this to the service, who in turn lifts the cautionary rating.
It's a nuisance when many are harmed by the actions of as few as one malefactor. It's not unusual, though; airport security checks interfere with my travel experience, and there are countless other examples. At least the email problem is more easily resolved, in this case by your service provider taking the proper steps. (Of course NewTek can make an exception, but all that accomplishes is let you email NewTek. Your email to any other contacts relying on the same service for spam or malware protection would still be hindered. The right way to fix this issue is to address it at the root level.)
--
Regards, Steve
Forum Moderator
("You've got to ask yourself one question ... 'Do I feel lucky?' Well, do ya, spammer?")
Did you try adding orange.fr to the e.g. white list?
http://www.barracudacentral.org/look...kup-reputation
https://www.google.com/search?q=barr...list+orange.fr
Chuck Baker
Senior Manager of Communications
NewTek, Inc.
NewTek.com
LightWave3D.com
NewTek USA Facebook
Software Developer's Dilemma: The better the new feature, the more feature requests it will generate. - C. Baker
Please note that any statements regarding future product development are forward looking and subject to change without notice.
Bookmarks