fred37000's Forum Posts

  • I find a solution, i change the value "height-max=300px" with "height-max=80px"(for exemple) in jquery.autocomplete.js script in the autocomplete behaviour file ()

  • Sorry, it's me again, i've a problem with height of auto complete suggestion containers. I put in suggestion containers settings "max-height:200px; width: 336px...". But it's does'nt works. The size is the same at the beginning and the height of suggestion it's too big and i when clicked suggestion i clicked a same time the buton back a list of suggestion.

    My question is How to resize a auto complete containers with a css function?

    Sorry for my bad english.

    Thanks for your answers.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok it's work fine. Thanks for plug rex time away suggestions. Combine by browser function such as "suspend on" and "resume on" and webStorage plug, my problem is resolved.

    code for timer 95 at 0 :

    Global number GameTimer = 95;

    (browser | on suspend) then (TimeAway | start timer "timer")

    (browser | on resumed) then (System | set GameTimer to GameTimer-TimeAway.ElapsedTimer("timer")

    TimeAway | removeTimer "timer")

    (blank) then (System | set GameTimer to GameTimer - dt)

    (System | every 1.0 second) then (Text | setText to str(int(TimerGame)))

  • ok, thanks for your answers and I check plugin

  • Hello, i work a project where i've a timer game. When i play and i reduce my page, the timer (so dt) stopped because i'm not on this page. It is possible time continue whereas i'm not on game page.

    Sorry for my bad english.

    Thanks for your future answers.

  • Ok, thanks for your answer, i test this !!

  • Hello, I make a android game, i've a problem. When I build my project with intel xdk and i clicked in text box, android keyboard in top and change my resolution screen. Whereas in test app by wifi with intel xdk, no problem.

    I build a "cordova" game with construct r212.2 and i build "crosswalk for android". My screen resolution is 1080*1940.

    I think it's project properties or layout properties problems, but what?

    Thanks for your answers and sorry for my bad english.

  • Hello dazzy, i've a same problem. I've many project in construct 2. So i've many files temp with name like this "c2-14NBSG", i've copy preview.js other project and paste the temp file problem project. It's work for the moment.

    Sorry for my bad english, i hope it's clear.

  • I've a question again, it's normal what your plugin doesn't works in facebook?

  • ok, the options in behaviour panel is ok. If you are many input text, you change each behaviour panel that is to take effect.

  • Hello hmmg, it's is possible to answer to blackant master, because i've a same problem. In input text with auto complete behaviour, i've change a different color in background. In game, the modifications is the same at begining.

    Thanks for your answer.

  • Yes, this is better. Thanks jomo.

  • It's ok, i use the condition if browser is Fullscreen and invert is fullscreen. Before i use the conditions with a global variable and it's doesn't works. Now, I use when my sprite is clicked.

    Thanks for your answer Aphrodite.

  • I saw a different tuto for do fullscreen with "browser" function such as "request fullscreen" or "cancel fullscreen".

    It is possible to work's with a html5 website open with chrome or mozilla?

  • For the moment, my solution is run the project by First layout everytime. Or the Blackant solution.