nihavend edited a comment on issue #824:
URL: https://github.com/apache/royale-asjs/issues/824#issuecomment-629600671
I am really having difficulties while trying to understand you @aharui but
not because of the spoken language
> - I would not choose remote debugging unless I could not reproduce the
problem locally. I think most people want the simplest test case possible that
can run locally when debugging.
I prepared the live demo of the simplest test case. Not the real
application. Because you told me that the cases I provided are not working. Is
it possible you did think that I wanted you to debug real application ?
> - In fact, I would prefer that your test cases do not use resources unless
it truly is a bug in
the ResourceManager. I think the ResourceManager is now working and using
resources just adds complexity to the test case. I have to take time to
simplify the test case as I do not have the resource bundle handy. It is often
simple enough to test just by replacing strings at runtime.
The bug is related with resources alex. My problem is not changing value of
xml in a function. Resources must do exist in test case. If I remove resources
and "simplify" the case I did in the source, this is a different bug not mine.
> - So in the simplified test case I posted, I just replaced the
XMLListCollection in changeLocale. I think that's the simplest workaround for
you. I think you could modify your applyFilter to assign an XMLListCollection,
but maybe there is something I'm missing. Other approaches will take more time
to implement.
As I said before, putting xml manipulation in to the "changelocale" is thing
I will never want to see in my design. You do not have any idea about the real
application architecture. There are lots of components related which each other
and classes. Change locale is somewhere in one component and the menu is
another component somewhere in hierarchy.
I think there is a misunderstanding here. This issue is not related with
changing XML and refreshing the component according to the new xml. If there is
bug with XML modification it should be discussed under different topic.
My issue is related with the locale change.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]