Hi Francesco, hmm ok re-assigning the same parameter values is not enough can you try to call clearUniformParameters(); before the setUniformParameter() calls.
Andreas > hi Andreas, > so we tried to re-assign without recreate, but it doesn't work. > what we do is to read the parameters vector with getParameters(), and then > set them back using setUniformParameter() using the right data types. > Everything seems to flow correctly but no update succeeds. > > francesco > > > Scrive Andreas Zieringer <[EMAIL PROTECTED]>: > >>Hi Francesco, >> >>the SHLChunk knows nothing about the SHLParameterChunk and the >>parameters in the SHLParameterChunk didn't change so they are not >>uploaded again. Well that's a bug but I have no solution for this. But >>re-assigning all parameters for all SHLParameterChunk's should fix this >>you don't need to create a new SHLParameterChunk. >> >>Andreas >> >> >>>hi! >>>finally we worked around the problem rebuilding the SHLParameterChunk from >>>scratch and re-assigning all parameters values (re-reading them from the >> >>old >> >>>non-updated SHLParameterChunk)... it seems that some update call is missing >>>there? >>> >>>thanks for your time, >>> >>>francesco >>> >>> >>> >>> >>>Scrive Carsten Neumann <[EMAIL PROTECTED]>: >>> >>> >>>>Hm, looking at the SHLChunk code it seems all the update calls are made >>>>when the programs change, so I am a bit confused myself. >>>> >>>>Andreas, could you please take a look at this (if not please let me >>>>know), since AFAIK the SHLChunk was mostly developed by you ? Thank you. >>> >>> >>> >>>---------------------------------------------------------------- >>>This message was sent using IMP, the Internet Messaging Program. >>> >>>------------------------------------------------------------------------- >>>This SF.net email is sponsored by: Splunk Inc. >>>Still grepping through log files to find problems? Stop. >>>Now Search log events and configuration files using AJAX and a browser. >>>Download your FREE copy of Splunk now >> http://get.splunk.com/ >>>_______________________________________________ >>>Opensg-users mailing list >>>[email protected] >>>https://lists.sourceforge.net/lists/listinfo/opensg-users >>> >> >> >>-- >>VREC >>Robert-Bosch-Straße 7 >>D-64293 Darmstadt >>Tel. 06151-4921035 >> >>------------------------------------------------------------------------- >>This SF.net email is sponsored by: Splunk Inc. >>Still grepping through log files to find problems? Stop. >>Now Search log events and configuration files using AJAX and a browser. >>Download your FREE copy of Splunk now >> http://get.splunk.com/ >>_______________________________________________ >>Opensg-users mailing list >>[email protected] >>https://lists.sourceforge.net/lists/listinfo/opensg-users >> >> > > > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users > -- VREC Robert-Bosch-Straße 7 D-64293 Darmstadt Tel. 06151-4921035 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
