dapankaj's Forum Posts

  • 6 posts
  • zenox98,

    Apologies,,

    And thnx for your response, can you please suggest correct part of the forum,so that i can post.

    Because l am confused with this question thread is coming from ?

    Yesterday i had posted one question ( www . scirra .com / forum/ viewtopic.php?f=147&t=128374) Correct me if that one belongs to wrong part of forum

    Cannot insert link here

    Thank you

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi,

    Facing same kind of problem, can you please put some example to to display data for particular position

    Below is my received json data

    {

    "c2array":true,

    "size":[6,4,1],

    "data":[ [[4837],["test2"],[2],["1"]],

    [

    [700],["test6"],[6],["5"]], [

    [600],["test1"],[1],["4"]], [

    [30],["test1"],[1],["3"]], [

    [10],["test1"],[1],["1"]], [

    [10],["test1"],[1],["2"]]]

    }

  • Hi,

    Facing same kind of problem, can you please put some example to to display data for particular position

    Below is my received json data

    {

    "c2array":true,

    "size":[6,4,1],

    "data":[ [[4837],["test2"],[2],["1"]],

    [

    [700],["test6"],[6],["5"]], [

    [600],["test1"],[1],["4"]], [

    [30],["test1"],[1],["3"]], [

    [10],["test1"],[1],["1"]], [

    [10],["test1"],[1],["2"]]]

    }

  • Hi,

    redrocket, thnx for your response

    I was already following your post,

    But cannot see updated .capx file, that one in not receiving response inside text.

    Please suggest how to access data with data position

    Thank you

  • I am trying to display some data coming from php ajax

    How can I display json formatted data receiving from ajax,

    Below is my formatted json

    {

    "c2array":true,

    "size":[1,6,4],

    "data":[ [[4837],["test2"],[2],["1"]],

    [

    [700],["test6"],[6],["5"]], [

    [600],["test1"],[1],["4"]], [

    [30],["test1"],[1],["3"]], [

    [10],["test1"],[1],["1"]], [

    [10],["test1"],[1],["2"]]]

    }

    I am trying to store data inside array,but i am not sure it is coming inside or not.

    Trying to print out data using array.at(0,0,0) also tried with str(array.at(0,0,0))

    Please

    Please

    Please suggest,how to manage this one

  • Hi ,

    While using windows 8 and IE my is_on_mobile condition is returning true in laptop ,,

    but at the same time inside chrome,opera and firefox works fine.

    How to manage inside IE ,

    Please suggest

  • 6 posts