But the main problem that this will require the component to work synchronous which means causing some lagging in the app.I think that one web can do more then post .Isn’t it?
If that works asynchronous so some blocks in the app may depend on the response of the web component which isn’t finished yet, which will result some errors.
Actually i have multiple requests, more depending on user requests. So handling it differently with just 5 web components which handles different set of requests.
Yes, i am handling them through global variables and url types. Due to this, complexity has increased. And to add any new feature, it becomes more difficult as i have make sure i dont break the existing code.
I don’t know how your logic is set up, but You tried with 1 variable to direct how your url will be and how to handle this return, also with this variable, on Web.Got. ?
I think that card views do not influence what I am trying to suggest, since the creation of Card views dynamically occurs in Web.Got, and in this event you would also use this control “variable” to do an IF.
Actually its more complex, dynamic card view is created based on user request.
Later these dynamic views are updated periodically using web get result one by one.
So i have given reference of the dynamic card view while requesting a web get (using global variable ) to be updated. This is make sure the right dynamic cardview is updated with the result