thanks to renojim,i think we are a few step behind to success. i am getting still some issues,let me guide again on behalf of below snippet of code. now i am appending some snippet of code,please look in it:- Homescreen.xml <field id="Map" type="string" /> Homescreen.brs sub load...
Telnet response:- response code=======>>>>>>> 200 ba1.WriteFile====>>>>false header.ReadFile=======>>>>>false header string====>>>> if successfully written at given location uri = "tmp:/images/"+mapFileName then ba1.WriteFile should print "true".but here we get false on telnet...
This is the Api response,which is in base64 encoded format. { "MapFlightResult": "iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAIAAAAiOjnJAAAFDUlEQVR4nO3Y32vVdRzH8VMU6Ciq\nO/+EuggCV1CC+asg2JUQRoFFoAv0aGVL15iRM6i70EQhEGqbQtBNQyKSoMi0cmO1jf07fdR5Ou7r\nOUfOGs+vL57wuPjyfX/PeJ5z3nx3zmk0Nu+X/n98gS...
I am facing problem to show base64 image to poster node. please guys help us on this issue. sub load_Map(json As Object) json=parseJSON(json) remove_n=json.MapFlightResult print"remove Before========>>>>"remove_n r = CreateObject("roRegex","\n", "i") remove_n...
Before one month with same code ,i was not facing any error in RAF implementation but now i find all these issue on my Talnet.. Does anyone have solution regarding this.. Below are my talnet response.. [RAF.err] getStringFromUrl("https://<private>/raf_config.json"): The requested URL ret...
Please make me understand....where i am doing mistake. Here is my code. Fill_time=json.FlightInfoExResult.flights[0].filed_time Fill_time1=Fill_time.ToStr() Fill_time2=Fill_time1.trim() now_ok=StrToI(Fill_time2) date = CreateObject("roDateTime") EpochToHumanReadableTime=date.FromSeconds(n...