dahu's Forum Posts

  • Hi !

    i find today this post, and it's fine !

    but is it posible to have a magnifying glass at a fix position with the zoom about what is show with the mouse?

    whenever, how to do to have the magnifying glass exactly over the area which is pointed with the mouse, as the url example at the first message?

  • As somebody tell me, it is a bug of firefox. All is good with IE or Safari.

    the error is at the first post.

  • Super ! Thank you !

    The action :Tag Text / Se text to ""

    is the solution to reset the Tag Text command !

  • Try Construct 3

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

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

    i would like to change the color of a word in a text, when event or action.

    For example, a word blue in a black text become red when the user clic on it or if a condition is wrong.

    I see Tag Text, and try to add variables in Tag définition : Tag Text set font colorr gb(r1,g1,b1) but impossible to call a second time the plugin to change color.

    Somebody have idea or solution?

    Thank's

  • all is ok, i think

    i did a MAJ of JavaScript for Firefox, nothing change, always the error.

  • have you found a solution? i have the same problem

  • it's good. i have work your example.

    thank's

  • Hi !

    I see somewhere on the forum that it could happened to have an error when use Local Storage.

    The updates don't resolve the problem for me:

    When i add an event like "Check item" or "Get item", Firefox say me an error:

    Javascript error!

    InvalidStateError, line 13 (col 0)

    a solution ?

  • thank's ! i'll try to work this.

    Is there a tuto of your plugin in french?

  • Hi!

    i would like to stop the user who has to wait the end of an event.

    Your plugin is what i search, i think.

    i don't understand how to put a tag at an event

    Could you post an new example of capx online ? The link is dead.

    thank's

  • hi !

    i can now charged a json file with Ajax and then open it in my webstorage (my old file had a syntax error)

    but i can't open directly the json file in the webstorage withe this line:

    on start of layout..........Webstorage Set Local Storage from Json string "monfichier.txt"

    is it normal ?

  • Thank's Korbaach,

    but all my appli is built with Webstorage ! and it would be a very big work all to rebuild. My next appli do...

    Do you see why my text2 don't show my Json?

  • Hi,

    With the help of a member on french forum, a solution is here...

    ...//svt.dahu.free.fr/forum/crop_vers_droite.capx

  • sorry...

  • Hi,

    I have a Json file built with a name's list of Excel.

    The structure of my file is then:

    {"c2dictionary":true,

    data:{

    "nom_01":NOM Prénom",

    "nom_02":NOM Prénom",

    ...

    }}

    I would like to cherge this file to complete my WebStorage.

    It would be necessary not to destroy the others datas of my WebStorage.

    I try that:

    Event ------------------------------------------ Action

    Syst. On start of layout ------------------- Ajax Request liste.json (tag "a")

    Ajax On "a" completed WebStorage -- Set local storage from JSON string AJAX.LastData

    Mouse On any clic---------------------------Text1 Set text to AJAX.LastData

    ---------------------------------------------------Text2 Set text to WebStorage.AsJSON

    The text1 show realy the good list of names, but not the text2 wiich say me that the data charged is empty: ({"c2dictionary":true,"data":{}})

    How to do ?

    Thanks